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" : "Location",
"id" : "location-example-ach-inpatient",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"identifier" : [
{
"system" : "http://www.example.org/location",
"value" : "2935"
}
],
"status" : "active",
"name" : "ACH Inpatient Hospital Ward",
"description" : "ACH Inpatient Hospital Ward",
"type" : [
{
"coding" : [
{
"system" : "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html",
"code" : "1060-3",
"display" : "Medical Ward"
}
],
"text" : "Medical ward"
}
]
}