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
: Observation - Example ACH Pass2 Poc 2 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-example-ach-pass2-poc-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-observation-lab"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-observation-lab> ] )
] ; #
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: Observation observation-example-ach-pass2-poc-2</b></p><a name=\"observation-example-ach-pass2-poc-2\"> </a><a name=\"hcobservation-example-ach-pass2-poc-2\"> </a><a name=\"observation-example-ach-pass2-poc-2-en-US\"> </a><p><b>basedOn</b>: <a href=\"ServiceRequest-servicerequest-example-ach-ach-pass2-glucose.html\">ServiceRequest Glucose [Mass/volume] in Capillary blood by Glucometer</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 41653-7}\">Glucose</span></p><p><b>subject</b>: <a href=\"Patient-patient-example-ach-ach-pass2.html\">Pass2 ACH</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-example-ach-ach-pass2-inpatient.html\">Hospital Admission</a></p><p><b>effective</b>: 2024-02-02 10:14:00-0500</p><p><b>issued</b>: 2024-02-02 10:15:00-0500</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-example.html\">Practitioner Example Practitioner </a></p><p><b>value</b>: 105 d/gL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/dL = 'g/dL')</span></p></div>"
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/servicerequest-example-ach-ach-pass2-glucose" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ] ] ) ;
fhir:text [ fhir:v "Laboratory" ]
] ) ; #
fhir:code [
( fhir:coding [
a loinc:41653-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "41653-7" ] ;
fhir:display [ fhir:v "Glucose [Mass/volume] in Capillary blood by Glucometer" ] ] ) ;
fhir:text [ fhir:v "Glucose" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-example-ach-ach-pass2" ] ;
fhir:display [ fhir:v "Pass2 ACH" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-example-ach-ach-pass2-inpatient" ] ;
fhir:display [ fhir:v "Hospital Admission" ]
] ; #
fhir:effective [ fhir:v "2024-02-02T10:14:00-05:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2024-02-02T10:15:00-05:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/practitioner-example" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "105"^^xsd:decimal ] ;
fhir:unit [ fhir:v "d/gL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/dL" ]
] . #