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

: MeasureReport - Example ACH Subject List 1 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "MeasureReport",
  "id" : "measurereport-example-ach-subjectlist1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/subjectlist-measurereport-deqm"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport measurereport-example-ach-subjectlist1</b></p><a name=\"measurereport-example-ach-subjectlist1\"> </a><a name=\"hcmeasurereport-example-ach-subjectlist1\"> </a><a name=\"hcmeasurereport-example-ach-subjectlist1-en\"> </a><p><b>status</b>: complete</p><p><b>type</b>: subject-list</p><p><b>measure</b>: <a href=\"Measure-NHSNdQMAcuteCareHospitalInitialPopulation.html\">NHSN dQM Acute Care Hospital Initial Populationversion: {0}0.1.0-cibuild)</a></p><p><b>date</b>: 2024-02-05 21:04:29+0000</p><p><b>reporter</b>: <a href=\"Organization-organization-example-submitting-organization.html\">Organization Example NHSN Submitter</a></p><p><b>period</b>: 2022-08-01 00:00:00+0000 --&gt; 2022-08-31 23:59:59+0000</p><blockquote><p><b>group</b></p><h3>Populations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Count</b></td><td><b>SubjectResults</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></td><td>3</td><td><a href=\"List-list-example-ach-individual-measurereport-list.html\">List for 'Unspecified List Type' for 'Unspecified Subject'</a></td></tr></table><p><b>measureScore</b>: </p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-measureScoring",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/measure-scoring",
            "code" : "cohort",
            "display" : "Cohort"
          }
        ]
      }
    }
  ],
  "status" : "complete",
  "type" : "subject-list",
  "measure" : "http://hl7.org/fhir/us/nhsn-dqm/Measure/NHSNdQMAcuteCareHospitalInitialPopulation|0.1.0-cibuild",
  "date" : "2024-02-05T21:04:29.481+00:00",
  "reporter" : {
    🔗 "reference" : "Organization/organization-example-submitting-organization"
  },
  "period" : {
    "start" : "2022-08-01T00:00:00+00:00",
    "end" : "2022-08-31T23:59:59+00:00"
  },
  "group" : [
    {
      "population" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "initial-population",
                "display" : "Initial Population"
              }
            ]
          },
          "count" : 3,
          "subjectResults" : {
            🔗 "reference" : "List/list-example-ach-individual-measurereport-list"
          }
        }
      ],
      "measureScore" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "unknown"
          }
        ]
      }
    }
  ]
}