Performing version 7.4 post-update tasks
As part of the version 7.4 update, perform these tasks.
Updating existing Intervention Logic template flows
Pega Care Management version 7.4 replaced the AvailableForInterventionLogic property with the pyCategory property, which affected the Intervention Logic template flows. If you are updating from a version prior to version 7.4, you must run the UpgradeCustomFieldsForInterventionLogic rule to modify your existing Intervention Logic template flows.
- In the header of Dev Studio, search for and select UpgradeCustomFieldsForInterventionLogic.
- On the Activity: UpgradeCustomFieldsForInteventionLogic page, click .
- In the Run window, click Run.
Verifying the existing flows in an Intervention Logic template
If you followed the steps in the Updating existing Intervention Logic template flows procedure because you are updating from a version prior to version 7.4, verify that the Intervention Logic template flows are available.
- In the header of Dev Studio, click .
- Click New and then click Intervention Logic.
- Click the Flows field to view a list of the updated flows.
- If the list of flows does not appear, follow these steps:
- Use the Log Files tool to review and correct any errors or warnings that occurred.
- If you are unable to resolve the situation, go to My Support Portal to request assistance.
Updating your care team
You need to update your care team data because the care team model was changed during this release. List-based properties were replaced with scalar property instances of the PegaHCCMF-Data-Party-Contact and the Link-Contact classes for care team members.
The following list-based properties in the Report definition: ContactsByCategory of the PegaHCCMF-Data-Party-Contact class are no longer used:
- .Role(1).RoleDescription
- .Address(1).PhoneNumber
- .Address(1).Fax
- .Address(1).Email
- .Address(1).PhoneNumberExtension
These new scalar properties replace the properties in the above list:
- .CareTeamPrimaryRoleDescription
- .CareTeamPrimaryPhoneNumber
- .CareTeamPrimaryFax
- .CareTeamPrimaryEmail
- .CareTeamPrimaryPhoneNumberExtension
Follow these steps to update your care team:
- In the header of Dev Studio, search for and select the RefactorCareTeamMemberDetails rule.
- Click .
- In the Run window, click Run.
Verifying the update of care team data
You can verify that properties in the care team data are now scalar properties.
- In the header of Dev Studio, click .
- In the left panel of the CM Care Manager portal, click Patients.
- Search and open a patient by clicking on the Patient ID.
- Click .
- In the Show print options dialog box, select the Care team details check box and click Print.
- If the records do not appear on the Care Team details
page:
- Use the Log Files tool to review and correct any errors or warnings that occurred.
- If you are unable to resolve the situation, go to My Support Portalto request assistance.
Updating your class tables
If you are updating from a version prior to version 7.4, you must update your class tables because the table mappings for classes changed in Pega Care Management version 7.4.
The following classes have been updated:
- PegaHC-Data-PatientIdentifier
- PegaHC-Data-Diagnosis-DiagnosisCodeType
- PegaHC-Data-PriorAuthCodes
- History-PegaHC-Data-MemberNotesP
- RULE-OBJ-CORR-CM
Verifying the update of class tables
If you followed the steps in the Updating your class tables procedure because you are updating from a version prior to version 7.4, verify the update of class tables that occurred in the Pega Care Management version 7.4 update.
- In the header of Dev Studio, search for and open each of the following class instances:
- PegaHC-Data-PatientIdentifier
- PegaHC-Data-Diagnosis-DiagnosisCodeType
- PegaHC-Data-PriorAuthCodes
- History-PegaHC-Data-MemberNotesP
- RULE-OBJ-CORR-CM
- If the records do not appear:
- Use the Log Files tool to review and correct any errors or warnings that occurred.
- If you are unable to resolve the situation, go to My Support Portal to request assistance.
Moving data for existing care programs to a new class
Pega Care Management has a new data class, PegaHC-Data-Program, that contains the care program values. If you are updating from a version prior to version 7.4, you must move the data for existing care programs from the PegaCare-CarePlan rule to the PegaHC-Data-Program class. To do this, run the UpgradePrograms rule that is provided when you import the application bundle.
- In the header of Dev Studio, search for and open the UpgradePrograms rule in the PegaClinical ruleset.
- Click .
- In the Run window, click Run.
Verifying the care program data in the PegaHC-Data-Program class
If you followed the steps in the Moving data for existing care programs to a new class procedure because you are updating from a version prior to version 7.4, verify the care program data to ensure that it is stored in the new PegaHC-Data-Program class.
- In the header of Dev Studio, click .
- In the CM Business Analyst portal, click New and then click Program.
- To see the list of programs, click the Programs link on the header.
- If the records do not appear:
- Use the Log Files tool to review and correct any errors or warnings that occurred.
- If you are unable to resolve the situation, go to My Support Portal to request assistance.
Moving lab and measurement data to the observation class
If you are updating from a version prior to version 7.4, you must complete this procedure. Previously, Pega Care Management version 7.21 stored lab and measurement records in the PegaHC-Data-LabResults and PegaHC-Data-Measurement classes. Pega Care Management now supports Fast Healthcare Interoperability (FHIR) APIs. This means that the Logical Observation Identifiers, Names, and Codes (LOINC), which is a universal standard, is used to store the lab and measurement records in the PegaHC-Data-Observation class.
The FHIR standard identifies medical laboratory observations, nursing diagnosis, nursing interventions, outcomes classification, and patient care data sets. By moving the data to this class, you can electronically gather and exchange clinical results such as laboratory tests, clinical observations, outcomes management, and research results.
To move the existing records from the PegaHC-Data-LabResults and PegaHC-Data-Measurement classes to the PegaHC-Data-Observation class, perform the following steps to run the MoveVitalAndLabToObservtions rule. This rule is provided when you import the application bundle.
- In the header of Dev Studio, search for and open the GetVitalLoincCode decision table.
- To save this rule to the ruleset that corresponds to your implementation layer, click Save as and complete the form. For additional information, see About Decision tables.
- On the Decision Table: page, review the vitals, such as height
and weight, which you captured in your application.
- If a vital sign is not listed in the table, you need to add it. For additional information, see About Decision tables.
- To find the corresponding LOINC code, on the Patient 360, click the Clinical tab. In the All list, select Vital Signs.
- Search for the vital sign to which you are mapping. The LOINC code is displayed next to the name of the vital sign.
- Save and check in the rule.
- In the header of Dev Studio, search for and open the GetLoincCode decision table.
- To save this rule to the ruleset that corresponds to your implementation layer, click Save as and complete the form.
- On the Decision Table page, review the laboratory results such
as Albumin or Alkaline, which you captured in your application.
- If a laboratory result is not listed in the table, you need to add it. For additional information, see About Decision tables.
- To find the corresponding LOINC code, on the Patient 360, click the Clinical tab. In the All list, select Laboratory.
Search for the laboratory result to which you are mapping. The LOINC code is displayed next to the name of the laboratory result.
- Save and check in the rule.
- Search for and open the MoveVitalAndLabToObservations rule in the PegaHC ruleset.
- Click Action > Run.
- In the Run window, click Run. A window displays a success message. To test the results, see Verifying the records in the PegaHC-Data-Observation class.
Verifying the lab and measurement data in the PegaHC-Data-Observation class
If you followed the steps in theMoving data for existing care programs to a new class because you are updating from a version prior to version 7.4, perform this task to ensure that the lab and measurement data was moved.
- In the header of Dev Studio, click .
- In the CM Care Manager Portal, search for a patient that you know has lab or measurement records, and open the patient profile.
- Click the Clinical tab.
- To display lab and measurement records, select All from the list in the top section.
- Click on a lab or measurement record to display the data.
- If the records do not appear, follow these steps:
- Use the Log Files tool to review and correct any errors or warnings that occurred.
- If you are unable to resolve the situation, go to My Support Portal to request assistance.
Previous topic Setting the version number of your built-on application Next topic Enabling custom search properties for indexing