Mapping data or logic for Claims Inquiry integration with a claims engine
To map your data or logic to invoke the Claims Inquiry case type in a claims engine, you need to modify the CreateClaimsInquiryInClaimsEngine_Extn data transform.
- In the header of Dev Studio, enter and search for CreateClaimsInquiryInClaimsEngine_Extn.
- Click the Data transform rule.
- On the Data Transform page, on the
Definition tab, click the Add a
row icon and follow these steps: You are setting multiple properties based on your business requirements so that you can pass results to another claims engine.
- In the Action column of the new row, from the list, select Set.
- In the Target column, select a property to store the information such as the claims inquiry ID that is created in the claims engine.
- In the Relation column, select equal to.
- In the Source column, enter and select the
parameter of the claims engine that corresponds to the Pega Customer
Service for Healthcare property in the Target
column. If you are connecting to Pega Smart Claims Engine and are using the API, you can select the same setting as used in the parent data transform.
- Repeat this step for each property that you want to set.
- Click Save.
Mapping data or logic for Claims Inquiry integration with a claims engine
To map your data or logic to invoke the Claims Inquiry case type in a claims engine, you need to modify the CreateClaimsInquiryInClaimsEngine_Extn data transform.
- In the header of Dev Studio, enter and search for CreateClaimsInquiryInClaimsEngine_Extn.
- Click the Data transform rule.
- On the Data Transform page, on the
Definition tab, click the Add a
row icon and follow these steps: You are setting multiple properties based on your business requirements so that you can pass results to another claims engine.
- In the Action column of the new row, from the list, select Set.
- In the Target column, select a property to store the information such as the claims inquiry ID that is created in the claims engine.
- In the Relation column, select equal to.
- In the Source column, enter and select the
parameter of the claims engine that corresponds to the Pega Customer
Service for Healthcare property in the Target
column. If you are connecting to Pega Smart Claims Engine and are using the API, you can select the same setting as used in the parent data transform.
- Repeat this step for each property that you want to set.
- Click Save.
Mapping request parameters at the implementation layer
To create the required case type in Pega Smart Claims Engine or another claims engine and allow the service or API to operate properly, you need to map the request parameters.
- In the header of Dev Studio, enter and search for ClaimsInquiryInSCERequestPOST_Extn.
- Click the Data transform rule.
- On the Data Transform page, on the
Definition tab, click the Add a
row icon and follow these steps:
- In the Action column of the new row, from the list, select Set.
- In the Target column, select a property that is needed to request information.
- In the Relation column, select equal to.
- In the Source column, enter and select the
parameter of the claims engine that corresponds to the Pega Customer
Service for Healthcare property in the Target
column. If you are connecting to Pega Smart Claims Engine and are using the API, you can select the same setting as used in the parent data transform.
- Repeat this step for each property that you want to set.
- Click Save.
Setting the URL for the environment of the claims engine
Set up this URL so that Pega Customer Service for Healthcare can connect to Pega Smart Claims Engine or another claims engine. You must perform this task if you are extending the Claims Inquiry case type.
- In the header of Dev Studio, enter and search for ClaimsEngineIntegrationURL.
- Click the Dynamic System Settings rule.
- On the Settings tab, enter the URL for the environment of Pega Smart Claims Engine or another claims engine.
- Click Save.
Activating the integration flow between Pega Customer Service for Healthcare and a claims engine
Activate the integration flow between Pega Customer Service for Healthcare and Pega Smart Claims Engine for Healthcare or another claims engine so that you can send and receive data. You must perform this task if you are extending the Claims Inquiry case type.
- In the header of Dev Studio, enter and search for ClaimsEngineIntegrationExists.
- Click the Dynamic System Settings rule.
- On the Settings tab, enter true.
- Click Save.
Previous topic Microjourney configuration Next topic Enabling the Coverage Inquiry Microjourney