Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

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

: Patient 3 - Example - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="3"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2018-04-25T02:41:22.204-04:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Malcolm243 Erdman779</div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
      <text value="Medical Record Number"/>
    </type>
    <system value="http://hospital.smarthealthit.org"/>
    <value value="smart-1577780"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Erdman779"/>
    <given value="Malcolm243"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="800-613-1713"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="carol.allen@example.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1963-12-26"/>
  <deceasedBoolean value="false"/>
  <address>
    <use value="home"/>
    <line value="67 Meadow St"/>
    <city value="Sapulpa"/>
    <state value="OK"/>
    <postalCode value="74066"/>
    <country value="USA"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
      <display value="Married"/>
    </coding>
    <text value="Getrouwd"/>
  </maritalStatus>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="nl-NL"/>
        <display value="Dutch (Region=Netherlands)"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
  <generalPractitioner>🔗 
    <reference value="Practitioner/1"/>
  </generalPractitioner>
  <managingOrganization>🔗 
    <reference value="Organization/2"/>
    <display value="Burgers UMC Cardiology unit"/>
  </managingOrganization>
</Patient>