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
: MeasureReport - Example Individual ACH Pass2 - Hypo - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MeasureReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "measurereport-example-individual-ach-ach-pass2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-deqm"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-deqm> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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=\"measurereport-example-individual-ach-ach-pass2-en-US\"> </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 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: 1601191901010308 (use: usual, ))</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-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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-measureScoring"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-scoring"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cohort" ] ;
fhir:display [ fhir:v "Cohort" ] ] ) ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/fhir/measurereport/id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789-pass2" ]
] ) ; #
fhir:status [ fhir:v "complete"] ; #
fhir:type [ fhir:v "individual"] ; #
fhir:measure [
fhir:v "http://hl7.org/fhir/us/nhsn-dqm/Measure/NHSNdQMAcuteCareHospitalInitialPopulation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/nhsn-dqm/Measure/NHSNdQMAcuteCareHospitalInitialPopulation>
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass1" ]
] ; #
fhir:date [ fhir:v "2024-02-05T21:04:29.481+00:00"^^xsd:dateTime] ; #
fhir:reporter [
fhir:reference [ fhir:v "Organization/organization-example-submitting-organization" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2024-01-05T00:00:00.000+00:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-02-04T00:00:00.000+00:00"^^xsd:dateTime ]
] ; #
fhir:improvementNotation [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-improvement-notation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "increase" ] ] )
] ; #
fhir:group ( [
( fhir:population [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/measure-population"^^xsd:anyURI ] ;
fhir:code [ fhir:v "initial-population" ] ;
fhir:display [ fhir:v "Initial Population" ] ] ) ] ;
fhir:count [ fhir:v "1"^^xsd:integer ] ] )
] ) ; #
fhir:evaluatedResource ( [
fhir:reference [ fhir:v "Specimen/specimen-example-ach-ach-pass2-blood-2" ]
] ) . #