Da Vinci Health Record Exchange (HRex)
1.0.0 - STU R1 US

This page is part of the Da Vinci Health Record Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: $member-match example response - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "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"
        }
      }
    }
  ]
}