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

 

CDA Example Person (id = "xcda")

<Person xmlns="http://hl7.org/fhir">
  <name>
    <family>Levin</family>
    <given>Henry</given>
  </name>
  <gender>
    <system>urn:oid:2.16.840.1.113883.5.1</system>
    <code>M</code>
  </gender>
  <birthDate>1932-09-24</birthDate>
  <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>