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" : "MeasureReport",
"id" : "measurereport-example-individual-ach-ach-pass3",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-deqm"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport measurereport-example-individual-ach-ach-pass3</b></p><a name=\"measurereport-example-individual-ach-ach-pass3\"> </a><a name=\"hcmeasurereport-example-individual-ach-ach-pass3\"> </a><a name=\"measurereport-example-individual-ach-ach-pass3-en-US\"> </a><p><b>DEQM Measure Scoring Extension</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-scoring cohort}\">Cohort</span></p><p><b>identifier</b>: <code>http://example.org/fhir/measurereport/id</code>/123456789-pass3</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 Population</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 --> 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-pass3-stool.html\">Specimen: identifier = urn:oid:2.16.840.1.113883.19.5.1.798.32#C104082905,urn:oid:2.16.840.1.113883.19.5.1.798.800#C10408290:45; type = Bloody stool specimen (specimen); receivedTime = 2024-02-01 19:12: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-pass3"
}
],
"status" : "complete",
"type" : "individual",
"measure" : "http://hl7.org/fhir/us/nhsn-dqm/Measure/NHSNdQMAcuteCareHospitalInitialPopulation",
"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-pass3-stool"
}
]
}