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 Individual ACH Pass2 - Hypo - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "MeasureReport",
  "id" : "measurereport-example-individual-ach-ach-pass2",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-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-individual-ach-ach-pass2</b></p><a name=\"measurereport-example-individual-ach-ach-pass2\"> </a><a name=\"hcmeasurereport-example-individual-ach-ach-pass2\"> </a><a name=\"hcmeasurereport-example-individual-ach-ach-pass2-en\"> </a><p><b>identifier</b>: <code>http://example.org/fhir/measurereport/id</code>/123456789-pass2</p><p><b>status</b>: complete</p><p><b>type</b>: individual</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>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass1.html\">Pass1 ACH(official) female, DoB: 2024-02-01 ( MRN:\u00a01601191901010308\u00a0(use:\u00a0usual,\u00a0))</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>: 2024-01-05 00:00:00+0000 --&gt; 2024-02-04 00:00:00+0000</p><p><b>improvementNotation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}\">Increased score indicates improvement</span></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></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>1</td></tr></table></blockquote><p><b>evaluatedResource</b>: <a href=\"Specimen-specimen-example-ach-ach-pass2-blood-2.html\">Specimen: identifier = urn:oid:2.16.840.1.113883.19.5.1.798.32#C104082902,urn:oid:2.16.840.1.113883.19.5.1.798.800#C10408290:42; type = Blood venous; receivedTime = 2024-02-02 11:26:00-0500</a></p></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"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://example.org/fhir/measurereport/id",
      "value" : "123456789-pass2"
    }
  ],
  "status" : "complete",
  "type" : "individual",
  "measure" : "http://hl7.org/fhir/us/nhsn-dqm/Measure/NHSNdQMAcuteCareHospitalInitialPopulation|0.1.0-cibuild",
  "subject" : {
    🔗 "reference" : "Patient/patient-example-ach-ach-pass1"
  },
  "date" : "2024-02-05T21:04:29.481+00:00",
  "reporter" : {
    🔗 "reference" : "Organization/organization-example-submitting-organization"
  },
  "period" : {
    "start" : "2024-01-05T00:00:00.000+00:00",
    "end" : "2024-02-04T00:00:00.000+00:00"
  },
  "improvementNotation" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
        "code" : "increase"
      }
    ]
  },
  "group" : [
    {
      "population" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "initial-population",
                "display" : "Initial Population"
              }
            ]
          },
          "count" : 1
        }
      ]
    }
  ],
  "evaluatedResource" : [
    {
      🔗 "reference" : "Specimen/specimen-example-ach-ach-pass2-blood-2"
    }
  ]
}