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 - Inpatient - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "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=\"hclocation-example-ach-inpatient-en\"> </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"
    }
  ]
}