Configure Responding Payer
Prerequisite: License key for System-to-System Data Exchange is installed.
This section describes how to configure Smile CDR as a Responding Payer (Source) to respond to data requests from Requesting Payer systems.
Add the System-to-System Data Exchange Module
- In the Web Admin Console, navigate to Overview.
- E.g.,
https://<host>/web-admin/signin
- Select and add System to System Data Exchange from dropdown list.
- Enter a Module ID (e.g.,
s2s_responding)
- Configure Patient Identifier
Define how Smile will recognize and link patients in the local system (Target Payer) and identify imported resources from external systems (Source Payer).
- Set the Reference System used by Source Patient property.
- This value defines the FHIR Patient identifier that Smile will use to identify patients within your own local system.
- E.g.,
urn:uri:payer-org-source:eid
- Set the Responder Identifier System property.
- E.g.,
urn:uri:imported-id-1
- Configuring Member Match (Optional)
- Enable Support Consent Filtering on
$member-match requests to apply consent policies during member matching.
- Add Member Match Patient Matching Script:
function matchPatient(theMemberMatchRequest, theRequestDetails) {
// Your custom matching logic
}
- Add FHIR Storage Module Dependency
- Add a FHIR Storage module dependency associated with the System to System Data Exchange module.
- Save and Restart System to System Data Exchange Module
Configure FHIR Storage Settings
-
In the Web Admin Console, navigate to your FHIR Storage.
-
Enable the following properties:
| Property | Value |
| FHIR Bulk Export | true |
| Index Missing Search Parameters | true |
-
Save and Start the module.
Configuring OIDC Client as part of a registration workflow