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

 

Person 1 for patient linking (id = "pat1")

<Person xmlns="http://hl7.org/fhir">
  
  <!--   Peter James Chalmers, but called "Jim"   -->
  <name>
    <use>official</use>
     <family>Donald</family>
     <given>Duck</given>
  </name>
  <gender>
    <system>http://hl7.org/fhir/sid/v2-0001</system>
    <code>M</code>
    <display>Male</display>
  </gender>
   
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <table>
        <tbody>
          <tr>
            <td>Name</td>
            <td>Donald <b>Duck</b></td>
          </tr>
        </tbody>  
      </table>
    </div>
  </text>
</Person>