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 2 - Example - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="2"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2018-04-25T02:41:21.772-04:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Emilie407 Cole117</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-8888804"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Cole117"/>
    <given value="Emilie407"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="31612345678"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="31201234567"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1950-07-06"/>
  <deceasedBoolean value="false"/>
  <address>
    <use value="home"/>
    <line value="Bos en Lommerplein 280"/>
    <city value="Amsterdam"/>
    <state value="RJ"/>
    <postalCode value="1055"/>
    <country value="NLD"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="36629006"/>
      <display value="Legally married"/>
    </coding>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
    </coding>
  </maritalStatus>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="nl"/>
        <display value="Dutch"/>
      </coding>
      <text value="Nederlands"/>
    </language>
    <preferred value="true"/>
  </communication>
  <generalPractitioner>🔗 
    <reference value="Practitioner/1"/>
  </generalPractitioner>
  <managingOrganization>🔗 
    <reference value="Organization/2"/>
    <display value="Burgers UMC Cardiology unit"/>
  </managingOrganization>
</Patient>