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 . Page versions: R5 R4B R4 R3 R2

 

General Person Example (id = "a23")

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

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

  <active>true</active>
  
  <subject>
    <type>Person</type>
    <id>pat1</id>
    <display>Donald 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>654321</id>
    </identifier>
  </identifier>

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