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

 

Second General Person Example (id = "25bd34")

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

  <link>
    <type>Patient</type>
    <id>a23</id>
  </link>

  <active>true</active>
  
  <subject>
    <type>Person</type>
    <id>pat2</id>
    <display>Donald D Duck, Male, 3-April 1951</display>
  </subject> 
  <provider>
    <type>Organization</type>
    <id>1</id>  
    <display>ACME Healthcare, Inc</display>
  </provider> 
  <identifier>
   <!--  
    
      http://hl7.org/fhir/sid/v2-0203
      MR
    
  -->
    <use>usual</use>
    <label>MRN</label>
    <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 D DUCK @ Acme Healthcare, Inc. MR = 123456</p>
    </div>
  </text>
</Patient>