<?xml version=“1.0” encoding=“UTF-8”?><Patient xmlns=“hl7.org/fhir”>

<id value="us01"/>
<text>
  <status value="generated"/>
  <div xmlns="http://www.w3.org/1999/xhtml">

    <table>

      <tbody>

        <tr>

          <td>Name</td>

          <td>Peter James 
            <b>Chalmers</b> (&quot;Jim&quot;)
          </td>

        </tr>

        <tr>

          <td>Address</td>

          <td>534 Erewhon, Pleasantville, Orange County, 3999</td>

        </tr>

        <tr>

          <td>Contacts</td>

          <td>Home: unknown. Work: (03) 5555 6473</td>

        </tr>

        <tr>

          <td>Id</td>

          <td>MRN: 12345 (Acme Healthcare)</td>

        </tr>

      </tbody>

    </table>

  </div>
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/us-core-race">
  <valueCodeableConcept>
    <coding>
      <system value="http://hl7.org/fhir/v3/Race"/>
      <code value="1096-7"/>
    </coding>
  </valueCodeableConcept>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/us-core-ethnicity">
  <valueCodeableConcept>
    <coding>
      <system value="http://hl7.org/fhir/v3/Ethnicity"/>
      <code value="2162-6"/>
    </coding>
  </valueCodeableConcept>
</extension>
<active value="true"/>

<!– Peter James Chalmers, but called “Jim” –>

<name>
  <use value="official"/>
  <family value="Chalmers"/>
  <given value="Peter"/>
  <given value="James"/>
</name>
<telecom>
  <system value="phone"/>
  <value value="(03) 5555 6473"/>
  <use value="work"/>
</telecom>
<telecom>
  <extension url="http://hl7.org/fhir/StructureDefinition/us-core-direct">
    <valueBoolean value="true"/>
  </extension>
  <system value="email"/>
  <value value="person@example.org"/>
  <use value="work"/>
</telecom>
<address>
  <extension url="http://hl7.org/fhir/StructureDefinition/us-core-county">
    <valueString value="Orange County"/>
  </extension>
  <use value="home"/>
  <line value="534 Erewhon St"/>
  <city value="PleasantVille"/>
  <state value="Vic"/>
  <postalCode value="3999"/>
</address>

</Patient>