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

: Encounter - Example ACH Pass3 - Short Stay - XML Representation

Page standards status: Informative

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="encounter-example-ach-ach-pass3-short-stay"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter encounter-example-ach-ach-pass3-short-stay</b></p><a name="encounter-example-ach-ach-pass3-short-stay"> </a><a name="hcencounter-example-ach-ach-pass3-short-stay"> </a><a name="encounter-example-ach-ach-pass3-short-stay-en-US"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/10005104253a (use: usual, )</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-SS">ActCode</a> SS: short stay</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 8715000}">Hospital Admission, Elective Procedure</span></p><p><b>subject</b>: <a href="Patient-patient-example-ach-ach-pass3.html">Pass3 ACH</a></p><p><b>period</b>: 2024-02-01 14:12:00-0500 --&gt; 2024-02-02 16:43:00-0500</p><p><b>reasonCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10-cm R19.7}">Diarrhea</span></p><h3>Diagnoses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Condition</b></td></tr><tr><td style="display: none">*</td><td><a href="Condition-condition-example-diagnosis-ach-pass3.html">Enterocolitis due to Clostridium difficile</a></td></tr></table><h3>Hospitalizations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>AdmitSource</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/admit-source outp}">Outpatient</span></td></tr></table><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td><td><b>PhysicalType</b></td><td><b>Period</b></td></tr><tr><td style="display: none">*</td><td><a href="Location-location-example-ach-medsurg.html">ACH Medical-Surgical Ward</a></td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}">Ward</span></td><td>2024-02-01 14:12:00-0500 --&gt; 2024-02-02 16:43:00-0500</td></tr></table></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="urn:oid:2.16.840.1.113883.19.5.1.698.8"/>
    <value value="10005104253a"/>
  </identifier>
  <status value="in-progress"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="SS"/>
    <display value="short stay"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="8715000"/>
      <display value="Hospital admission, elective (procedure)"/>
    </coding>
    <text value="Hospital Admission, Elective Procedure"/>
  </type>
  <subject>🔗 
    <reference value="Patient/patient-example-ach-ach-pass3"/>
    <display value="Pass3 ACH"/>
  </subject>
  <period>
    <start value="2024-02-01T14:12:00-05:00"/>
    <end value="2024-02-02T16:43:00-05:00"/>
  </period>
  <reasonCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10-cm"/>
      <code value="R19.7"/>
      <display value="Diarrhea, unspecified"/>
    </coding>
    <text value="Diarrhea"/>
  </reasonCode>
  <diagnosis>
    <condition>🔗 
      <reference value="Condition/condition-example-diagnosis-ach-pass3"/>
      <display value="Enterocolitis due to Clostridium difficile"/>
    </condition>
  </diagnosis>
  <hospitalization>
    <admitSource>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/admit-source"/>
        <code value="outp"/>
        <display value="From outpatient department"/>
      </coding>
      <text value="Outpatient"/>
    </admitSource>
  </hospitalization>
  <location>
    <location>🔗 
      <reference value="Location/location-example-ach-medsurg"/>
      <display value="ACH Medical-Surgical Ward"/>
    </location>
    <physicalType>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
        <code value="wa"/>
        <display value="Ward"/>
      </coding>
    </physicalType>
    <period>
      <start value="2024-02-01T14:12:00-05:00"/>
      <end value="2024-02-02T16:43:00-05:00"/>
    </period>
  </location>
</Encounter>