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 Patients Of Interest - 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:List ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "list-example-ach-patients-of-interest"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/nhsn-dqm/StructureDefinition/poi-list"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/nhsn-dqm/StructureDefinition/poi-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-patients-of-interest</b></p><a name=\"list-example-ach-patients-of-interest\"> </a><a name=\"hclist-example-ach-patients-of-interest\"> </a><a name=\"list-example-ach-patients-of-interest-en-US\"> </a><table class=\"clstu\"><tr><td>Date: 2021-07-28 00:00:00+0000 </td><td>Mode: Change 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=\"Patient-patient-example-sameresultdiffday.html\">Sameresultdiffday Hypo Male, DoB: 1952-12-31 ( MRN: 100000889 (use: usual, ))</a></td></tr><tr><td><a href=\"Patient-patient-example-ach-ach-pass1.html\">Pass1 ACH(official) Female, DoB: 2024-02-01 ( MRN: 1601191901010308 (use: usual, ))</a></td></tr><tr><td><a href=\"Patient-patient-example-ach-ach-pass2.html\">Pass2 ACH(official) Female, DoB: 1965-12-22 ( MRN: 1601191902010308 (use: usual, ))</a></td></tr><tr><td><a href=\"Patient-patient-example-ach-ach-pass3.html\">Pass3 ACH(official) Female, DoB: 2007-10-08 ( MRN: 1601191903010308 (use: usual, ))</a></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.com/Identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NHSNdQMAcuteCareHospitalInitialPopulation" ]
] ) ; #
fhir:status [ fhir:v "current"] ; #
fhir:mode [ fhir:v "changes"] ; #
fhir:date [ fhir:v "2021-07-28T00:00:00Z"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:item [
fhir:reference [ fhir:v "Patient/patient-example-sameresultdiffday" ] ]
] [
fhir:item [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass1" ] ]
] [
fhir:item [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass2" ] ]
] [
fhir:item [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass3" ] ]
] ) . #