Da Vinci Health Record Exchange (HRex)
1.1.0-preview - STU R1 United States of America flag

Da Vinci Health Record Exchange (HRex), published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ehrx/ and changes regularly. See the Directory of published versions

: $member-match example response - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "member-match-out",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-out"
    ]
  },
  "parameter" : [
    {
      "name" : "MemberIdentifier",
      "valueIdentifier" : {
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code" : "MB"
            }
          ]
        },
        "system" : "http://example.org/target-payer/identifiers/member",
        "value" : "55678",
        "assigner" : {
          "display" : "Old Payer"
        }
      }
    },
    {
      "name" : "MemberId",
      "valueReference" : {
        "reference" : "http://example.org/new-payer/fhir/Patient/pat1"
      }
    }
  ]
}