This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Patient-example-us-extensions.xml

Patient example showing US extensions (id = "us01")

Raw XML

<Patient xmlns="http://hl7.org/fhir">
  <extension url="http://hl7.org/fhir/Profile/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/Profile/us-core#ethnicity">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/v3/Ethnicity"/>
        <code value="2162-6"/>
      </coding>
    </valueCodeableConcept>    
  </extension>
  <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>
  
  <!--   Peter James Chalmers, but called &quot;Jim&quot;   -->
  <name>
    <use value="official"/>
    <family value="Chalmers"/>
    <given value="Peter"/>
    <given value="James"/>
  </name>
  
  <address>
    <extension url="http://hl7.org/fhir/Profile/us-core#county">
      <valueString value="Orange County"/>
    </extension>
    <use value="home"/>
    <line value="534 Erewhon St"/>
    <city value="PleasantVille"/>
    <state value="Vic"/>
    <zip value="3999"/>
  </address>
  
  <active value="true"/>
  
</Patient>