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
: Procedure - Example ACH Pass1 Central Line - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "procedure-example-ach-ach-pass1-central-line"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedure> ] )
] ; #
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: Procedure procedure-example-ach-ach-pass1-central-line</b></p><a name=\"procedure-example-ach-ach-pass1-central-line\"> </a><a name=\"hcprocedure-example-ach-ach-pass1-central-line\"> </a><a name=\"procedure-example-ach-ach-pass1-central-line-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.19.5.1.698.8</code>/1000510352 (use: usual, )</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 312052002}\">Placement procedure (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass1.html\">Pass1 ACH</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ach-ach-pass1.html\">Hospital Admission</a></p><p><b>performed</b>: 2024-02-02 18:12:00-0500</p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.19.5.1.698.8"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1000510352" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:code [
( fhir:coding [
a sct:312052002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "312052002" ] ;
fhir:display [ fhir:v "Placement procedure (procedure)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass1" ] ;
fhir:display [ fhir:v "Pass1 ACH" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-example-ach-ach-pass1" ] ;
fhir:display [ fhir:v "Hospital Admission" ]
] ; #
fhir:performed [ fhir:v "2024-02-02T18:12:00-05:00"^^xsd:dateTime] . #