Da Vinci Health Record Exchange (HRex)
1.1.0-ballot - STU 1.1 Ballot United States of America flag

This page is part of the Da Vinci Health Record Exchange (v1.1.0-ballot: STU 1.1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: $member-match example response - XML Representation

Raw xml | Download



<Parameters xmlns="http://hl7.org/fhir">
  <id value="member-match-out"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-out"/>
  </meta>
  <parameter>
    <name value="MemberIdentifier"/>
    <valueIdentifier>
      <type>
        <coding>
          <system
                  value="http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp"/>
          <code value="UMB"/>
        </coding>
      </type>
      <system value="http://example.org/target-payer/identifiers/member"/>
      <value value="55678"/>
      <assigner>
        <display value="Old Payer"/>
      </assigner>
    </valueIdentifier>
  </parameter>
  <parameter>
    <name value="MemberId"/>
    <valueReference>
      <reference value="http://example.org/new-payer/fhir/Patient/pat1"/>
    </valueReference>
  </parameter>
</Parameters>