This page is part of the FHIR Specification (v0.01: Historical Archive Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

<Patient xmlns="http://www.hl7.org/fhir">
  <id>1.2.36.146595217.4.19.1</id>

  <link>
    <type>Patient</type>
    <id>25bd34</id>
  </link>

  <active>true</active>
  
  <person>
    <type>Person</type>
    <id>35623</id>
    <text>Donald DUCK, Male, 3-April 1951</text>
  </person> 
  <provider>
    <type>Organization</type>
    <id>3</id>  
    <text>ACME Healthcare, Inc</text>
  </provider> 
  <identifier>
    <type>
      <code>MR</code>
      <system>urn:hl7-org:sid/v2-0203</system>
    </type>
    <identifier>
      <system>oid:0.1.2.3.4.5.6.7</system>
      <id>123456</id>
    </identifier>
  </identifier>

  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Patient Donald DUCK @ Acme Healthcare, Inc. MR = 123456</p>
    </div>
  </text>
</Patient>