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

 

2nd person example (id = "xcda")

<Patient xmlns="http://hl7.org/fhir">
  <active>true</active>
  <subject>
    <type>Person</type>
    <id>xcda</id>
    <display>Henry Levin the 7th</display>
  </subject> 
  <provider>
    <type>Organization</type>
    <id>2.16.840.1.113883.19.5</id>  
    <display>Good Health Clinic</display>
  </provider> 
  <identifier>
   <!--  
    
      http://hl7.org/fhir/sid/v2-0203
      MR
    
  -->
    <use>usual</use>
    <label>MRN</label>
    <identifier>
      <system>urn:oid:2.16.840.1.113883.19.5</system>
      <id>12345</id>
    </identifier>
  </identifier>

  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Henry Levin the 7th</p>
    </div>
  </text>
</Patient>