National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0-ballot - STU1 Ballot 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 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

: List - Example ACH Individual Measure Report List - TTL Representation

Page standards status: Informative

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:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "list-example-ach-individual-measurereport-list"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-list"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-list>     ] )
  ] ; # 
  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: List list-example-ach-individual-measurereport-list</b></p><a name=\"list-example-ach-individual-measurereport-list\"> </a><a name=\"hclist-example-ach-individual-measurereport-list\"> </a><a name=\"list-example-ach-individual-measurereport-list-en-US\"> </a><table class=\"clstu\"><tr><td>Mode: Snapshot List </td><td>Status: Current </td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"MeasureReport-measurereport-example-individual-ach-ach-pass1.html\">MeasureReport: extension = Cohort; identifier = http://example.org/fhir/measurereport/id#123456789-pass1; status = complete; type = individual; measure = http://hl7.org/fhir/us/nhsn-dqm/Measure/NHSNdQMAcuteCareHospitalInitialPopulation; date = 2024-02-05 21:04:29+0000; period = 2024-01-05 00:00:00+0000 --&gt; 2024-02-04 00:00:00+0000; improvementNotation = Increased score indicates improvement</a></td></tr><tr><td><a href=\"MeasureReport-measurereport-example-individual-ach-ach-pass2.html\">MeasureReport: extension = Cohort; identifier = http://example.org/fhir/measurereport/id#123456789-pass2; status = complete; type = individual; measure = http://hl7.org/fhir/us/nhsn-dqm/Measure/NHSNdQMAcuteCareHospitalInitialPopulation; date = 2024-02-05 21:04:29+0000; period = 2024-01-05 00:00:00+0000 --&gt; 2024-02-04 00:00:00+0000; improvementNotation = Increased score indicates improvement</a></td></tr><tr><td><a href=\"MeasureReport-measurereport-example-individual-ach-ach-pass3.html\">MeasureReport: extension = Cohort; identifier = http://example.org/fhir/measurereport/id#123456789-pass3; status = complete; type = individual; measure = http://hl7.org/fhir/us/nhsn-dqm/Measure/NHSNdQMAcuteCareHospitalInitialPopulation; date = 2024-02-05 21:04:29+0000; period = 2024-01-05 00:00:00+0000 --&gt; 2024-02-04 00:00:00+0000; improvementNotation = Increased score indicates improvement</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "snapshot"] ; # 
  fhir:entry ( [
fhir:item [
fhir:reference [ fhir:v "MeasureReport/measurereport-example-individual-ach-ach-pass1" ]     ]
  ] [
fhir:item [
fhir:reference [ fhir:v "MeasureReport/measurereport-example-individual-ach-ach-pass2" ]     ]
  ] [
fhir:item [
fhir:reference [ fhir:v "MeasureReport/measurereport-example-individual-ach-ach-pass3" ]     ]
  ] ) . #