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 - Inpatient - XML Representation

Page standards status: Informative

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="location-example-ach-inpatient"/>
  <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-inpatient</b></p><a name="location-example-ach-inpatient"> </a><a name="hclocation-example-ach-inpatient"> </a><a name="location-example-ach-inpatient-en-US"> </a><p><b>identifier</b>: <code>http://www.example.org/location</code>/2935</p><p><b>status</b>: Active</p><p><b>name</b>: ACH Inpatient Hospital Ward</p><p><b>description</b>: ACH Inpatient Hospital Ward</p><p><b>type</b>: <span title="Codes:{https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html 1060-3}">Medical ward</span></p></div>
  </text>
  <identifier>
    <system value="http://www.example.org/location"/>
    <value value="2935"/>
  </identifier>
  <status value="active"/>
  <name value="ACH Inpatient Hospital Ward"/>
  <description value="ACH Inpatient Hospital Ward"/>
  <type>
    <coding>
      <system
              value="https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html"/>
      <code value="1060-3"/>
      <display value="Medical Ward"/>
    </coding>
    <text value="Medical ward"/>
  </type>
</Location>