This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

 

XDS Example Person (id = "xds")

<Person xmlns="http://hl7.org/fhir">
  <name>
    <family>Doe</family>
    <given>John</given>
  </name>
  <gender>
    <system>http://hl7.org/fhir/sid/v2-0001</system>
    <code>M</code>
  </gender>
  <birthDate>1956-05-27</birthDate>
  <address>
    <line>100 Main St</line>
    <city>Metropolis</city>
    <state>Il</state>
    <zip>44130</zip>
    <country>USA</country>
  </address>  
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>John Doe, M, 27-May 1956. ID: 89765a87b</p>
    </div>
  </text>
</Person>