National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
0.1.0-cibuild - Continuous Integration 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 0.1.0-cibuild 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 - Emergency - XML Representation

Page standards status: Informative

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="location-example-ach-emergency"/>
  <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-emergency</b></p><a name="location-example-ach-emergency"> </a><a name="hclocation-example-ach-emergency"> </a><a name="hclocation-example-ach-emergency-en"> </a><p><b>identifier</b>: <code>http://www.example.org/location</code>/2934</p><p><b>status</b>: active</p><p><b>name</b>: ACH Emergency Department</p><p><b>description</b>: ACH Emergency Department</p><p><b>type</b>: <span title="Codes:{https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html 1108-0}">Emergency Department</span></p></div>
  </text>
  <identifier>
    <system value="http://www.example.org/location"/>
    <value value="2934"/>
  </identifier>
  <status value="active"/>
  <name value="ACH Emergency Department"/>
  <description value="ACH Emergency Department"/>
  <type>
    <coding>
      <system
              value="https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html"/>
      <code value="1108-0"/>
      <display value="Emergency Department"/>
    </coding>
    <text value="Emergency Department"/>
  </type>
</Location>