National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/nhsn-dqm/ and changes regularly. See the Directory of published versions

: Location - Example ACH - Nicu - XML Representation

Page standards status: Informative

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="location-example-ach-nicu-level-iii"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location location-example-ach-nicu-level-iii</b></p><a name="location-example-ach-nicu-level-iii"> </a><a name="hclocation-example-ach-nicu-level-iii"> </a><a name="location-example-ach-nicu-level-iii-en-US"> </a><p><b>identifier</b>: <code>http://www.example.org/location</code>/2933</p><p><b>name</b>: ACH Neonatal critical care</p><p><b>description</b>: ACH Neonatal critical care</p><p><b>type</b>: <span title="Codes:{https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html 1040-5}">Neonatal Critical Care (Level III)</span></p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}">Ward</span></p></div>
  </text>
  <identifier>
    <system value="http://www.example.org/location"/>
    <value value="2933"/>
  </identifier>
  <name value="ACH Neonatal critical care"/>
  <description value="ACH Neonatal critical care"/>
  <type>
    <coding>
      <system
              value="https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html"/>
      <code value="1040-5"/>
      <display value="Neonatal Critical Care (Level III)"/>
    </coding>
  </type>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="wa"/>
      <display value="Ward"/>
    </coding>
  </physicalType>
</Location>