Da Vinci Payer Data Exchange
2.1.1 - STU 2.1 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

: Payer Member Example 2 - Sarah Williams - XML Representation

Page standards status: Informative

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="payer-member-002"/>
  <meta>
    <lastUpdated value="2024-12-16T10:30:00Z"/>
    <profile
             value="http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-patient-demographics"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>Sarah Elizabeth Williams - Payer Member</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MB"/>
        <display value="Member Number"/>
      </coding>
    </type>
    <system value="http://example.org/payer/member-ids"/>
    <value value="MBR-B98765432"/>
    <assigner>
      <display value="Example Payer"/>
    </assigner>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Williams"/>
    <given value="Sarah"/>
    <given value="Elizabeth"/>
  </name>
  <gender value="female"/>
  <birthDate value="1978-07-22"/>
  <address>
    <line value="456 Oak Avenue"/>
    <city value="Sometown"/>
    <state value="MA"/>
    <postalCode value="02102"/>
  </address>
</Patient>