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 Patients of Interest List 1 - 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-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-patients-of-interest</b></p><a name=\"list-example-patients-of-interest\"> </a><a name=\"hclist-example-patients-of-interest\"> </a><a name=\"list-example-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></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" ]     ]
  ] ) . #