National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

This page is part of the National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Location - Example ACH - Emergency - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "location-example-ach-emergency",
  "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-emergency</b></p><a name=\"location-example-ach-emergency\"> </a><a name=\"hclocation-example-ach-emergency\"> </a><a name=\"location-example-ach-emergency-en-US\"> </a><p><b>identifier</b>: <code>http://www.example.org/location</code>/2934</p><p><b>status</b>: Active</p><p><b>name</b>: ACH Emergency Department</p><p><b>description</b>: ACH Emergency Department</p><p><b>type</b>: <span title=\"Codes:{https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html 1108-0}\">Emergency Department</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.example.org/location",
      "value" : "2934"
    }
  ],
  "status" : "active",
  "name" : "ACH Emergency Department",
  "description" : "ACH Emergency Department",
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html",
          "code" : "1108-0",
          "display" : "Emergency Department"
        }
      ],
      "text" : "Emergency Department"
    }
  ]
}