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
Page standards status: Informative |
{
"resourceType" : "Encounter",
"id" : "encounter-example-ach-ach-pass3-acute",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-example-ach-ach-pass3-acute</b></p><a name=\"encounter-example-ach-ach-pass3-acute\"> </a><a name=\"hcencounter-example-ach-ach-pass3-acute\"> </a><a name=\"encounter-example-ach-ach-pass3-acute-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/10005104253a\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-ACUTE\">ActCode ACUTE</a>: inpatient acute</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 453701000124103}\">Critical care visit</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-02 16:43:00-0500 --> 2024-02-03 19:58:00-0500</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/admit-source other}\">From Short Stay</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}\">Home</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-crit.html\">ACH Medical Critical Care</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></td><td>2024-02-02 16:43:00-0500 --> 2024-03-02 19:58:00-0500</td></tr></table></div>"
},
"identifier" : [
{
"use" : "usual",
"system" : "urn:oid:2.16.840.1.113883.19.5.1.698.8",
"value" : "10005104253a"
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "ACUTE",
"display" : "inpatient acute"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "453701000124103",
"display" : "In-person encounter"
}
],
"text" : "Critical care visit"
}
],
"subject" : {
🔗 "reference" : "Patient/patient-example-ach-ach-pass3",
"display" : "Pass3 ACH"
},
"period" : {
"start" : "2024-02-02T16:43:00-05:00",
"end" : "2024-02-03T19:58:00-05:00"
},
"hospitalization" : {
"admitSource" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/admit-source",
"code" : "other",
"display" : "Other"
}
],
"text" : "From Short Stay"
},
"dischargeDisposition" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code" : "home",
"display" : "Home"
}
],
"text" : "Home"
}
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/location-example-ach-crit",
"display" : "ACH Medical Critical Care"
},
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "wa",
"display" : "Ward"
}
]
},
"period" : {
"start" : "2024-02-02T16:43:00-05:00",
"end" : "2024-03-02T19:58:00-05:00"
}
}
]
}