Healthcare Associated Infection Reports, FHIR STU 2 Ballot - US Realm Implementation Guide CI Build

This page is part of the Healthcare Associated Infection Implementation Guide (v1.1.0: STU 2 Ballot 1) based on FHIR R3. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

XML Format: Patient-hai-patient-1

Raw xml


<Patient xmlns="http://hl7.org/fhir">
  <id value="hai-patient-1"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2019-03-05T16:59:54.000-05:00"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table>
                <tbody>
                    <tr>
                        <td>Patient ID</td>
                        <td>Medical Record Number: 12345</td>
                    </tr>
                    <tr>
                        <td>Social Security #</td>
                        <td>12345</td>
                    </tr>
                    <tr>
                        <td>Medicaid #</td>
                        <td>959595</td>
                    </tr>
                    <tr>
                        <td>Patient Last Name</td>
                        <td>Nuclear</td>
                    </tr>
                    <tr>
                        <td>Patient First Name</td>
                        <td>Ned</td>
                    </tr>
                    <tr>
                        <td>Gender</td>
                        <td>Male</td>
                    </tr>
                    <tr>
                        <td>Date of Birth</td>
                        <td>1954-11-25</td>
                    </tr>
                    <tr>
                        <td>Ethnicity</td>
                        <td>Not Hispanic or Latino</td>
                    </tr>
                    <tr>
                        <td>Race</td>
                        <td>White</td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2106-3"/>
        <display value="White"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="White"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2186-5"/>
        <display value="Not Hispanic or Latino"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Not Hispanic or Latino"/>
    </extension>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/v2/0203"/>
        <code value="MA"/>
      </coding>
    </type>
    <system value="urn:oid:2.16.840.1.113883.19.5"/>
    <value value="959595"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/v2/0203"/>
        <code value="SS"/>
      </coding>
    </type>
    <system value="urn:oid:2.16.840.1.113883.4.1"/>
    <value value="12345"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/v2/0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="urn:oid:2.16.840.1.113883.4.338"/>
    <value value="12345"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Nuclear"/>
    <given value="Ned"/>
  </name>
  <gender value="male"/>
  <birthDate value="1954-11-25"/>
</Patient>