NHSN Reporting: Inpatient Medication Administration
1.0.0 - STU 1

This page is part of the NHSN Reporting: Inpatient Medication Administration (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example of US Core Patient - Name 'masked' - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-med-admin-1"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-12-23T21:27:41.254+00:00"/>
    <source value="#e5lm4KzXeLhJI81V"/>
    <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">
            <div class="hapiHeaderText"/>
            <table class="hapiPropertyTable">
                <tbody>
                    <tr>
                        <td>Identifier</td>
                        <td/>
                    </tr>
                    <tr>
                        <td>Date of birth</td>
                        <td>
                            <span>24 November 1974</span>
                        </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>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
    <valueCode value="F"/>
  </extension>
  <identifier>
    <system value="http://hospital.smarthealthit.org"/>
    <value>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="masked"/>
      </extension>
    </value>
  </identifier>
  <active value="true"/>
  <name>
    <extension url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
      <valueCode value="masked"/>
    </extension>
  </name>
  <gender value="female"/>
  <birthDate value="1974-11-24"/>
</Patient>