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-nicu-level-iii",
"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-nicu-level-iii</b></p><a name=\"location-example-ach-nicu-level-iii\"> </a><a name=\"hclocation-example-ach-nicu-level-iii\"> </a><a name=\"location-example-ach-nicu-level-iii-en-US\"> </a><p><b>identifier</b>: <code>http://www.example.org/location</code>/2933</p><p><b>name</b>: ACH Neonatal critical care</p><p><b>description</b>: ACH Neonatal critical care</p><p><b>type</b>: <span title=\"Codes:{https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html 1040-5}\">Neonatal Critical Care (Level III)</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></p></div>"
},
"identifier" : [
{
"system" : "http://www.example.org/location",
"value" : "2933"
}
],
"name" : "ACH Neonatal critical care",
"description" : "ACH Neonatal critical care",
"type" : [
{
"coding" : [
{
"system" : "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html",
"code" : "1040-5",
"display" : "Neonatal Critical Care (Level III)"
}
]
}
],
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "wa",
"display" : "Ward"
}
]
}
}