61.1.1Configure 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.

61.1.1.1Add the System-to-System Data Exchange Module

  1. In the Web Admin Console, navigate to Overview.
    • E.g., https://<host>/web-admin/signin
  2. Select and add System to System Data Exchange from dropdown list.
    • Enter a Module ID (e.g., s2s_responding)
  3. 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
  4. 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
    }
    
  5. Add FHIR Storage Module Dependency
    • Add a FHIR Storage module dependency associated with the System to System Data Exchange module.
  6. Save and Restart System to System Data Exchange Module

61.1.2Configure FHIR Storage Settings

 
  1. In the Web Admin Console, navigate to your FHIR Storage.

  2. Enable the following properties:

    PropertyValue
    FHIR Bulk Exporttrue
    Index Missing Search Parameterstrue
  3. Save and Start the module.

61.1.3Configuring OIDC Client as part of a registration workflow