2026 US Quality Core Implementation Guide - Local Development build (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://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 -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/laboratory-result-observation-example-blood-glucose> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "laboratory-result-observation-example-blood-glucose"] ;
fhir:Resource.meta [
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ] ;
fhir:Extension.valueString [ fhir:value "Blood Glucose Example" ]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ] ;
fhir:Extension.valueMarkdown [ fhir:value "This is a blood glucose example for the *US Quality Core Observation Lab Profile*." ]
] ;
fhir:Meta.versionId [ fhir:value "1165" ] ;
fhir:Meta.lastUpdated [ fhir:value "2016-03-09T15:29:58.328+00:00"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-observation-lab" ;
fhir:index 0 ;
fhir:link <http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-observation-lab>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation laboratory-result-observation-example-blood-glucose</b></p><a name=\"laboratory-result-observation-example-blood-glucose\"> </a><a name=\"hclaboratory-result-observation-example-blood-glucose\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1165; Last updated: 2016-03-09 15:29:58+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-quality-core-observation-lab.html\">US Quality Core Laboratory Result Observation</a></p></div><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 2339-0}\">Glucose Bld-mCnc</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy Shaw</a></p><p><b>effective</b>: 2005-07-05</p><p><b>issued</b>: 2005-07-05 14:30:00-0500</p><p><b>performer</b>: <a href=\"Organization-example1.html\">Hendricks Country Hospital</a></p><p><b>value</b>: 76.0 mg/dL</p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>40.0 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></td><td>109.0 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/referencerange-meaning normal}\">Normal Range</span></td></tr></table></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
fhir:Coding.code [ fhir:value "laboratory" ] ;
fhir:Coding.display [ fhir:value "Laboratory" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Laboratory" ]
] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:2339-0 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "2339-0" ] ;
fhir:Coding.display [ fhir:value "Glucose Bld-mCnc" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Glucose Bld-mCnc" ]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/example> ;
fhir:Reference.reference [ fhir:value "Patient/example" ] ;
fhir:Reference.display [ fhir:value "Amy Shaw" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2005-07-05"^^xsd:date] ;
fhir:Observation.issued [ fhir:value "2005-07-05T14:30:00-05:00"^^xsd:dateTime] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/example1> ;
fhir:Reference.reference [ fhir:value "Organization/example1" ] ;
fhir:Reference.display [ fhir:value "Hendricks Country Hospital" ]
] ;
fhir:Observation.valueQuantity [
fhir:Quantity.value [ fhir:value "76.0"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mg/dL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]
] ;
fhir:Observation.interpretation [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ] ;
fhir:Coding.code [ fhir:value "N" ] ;
fhir:Coding.display [ fhir:value "Normal" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Normal" ]
] ;
fhir:Observation.referenceRange [
fhir:index 0 ;
fhir:Observation.referenceRange.low [
fhir:Quantity.value [ fhir:value "40.0"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mg/dL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mg/dL" ]
] ;
fhir:Observation.referenceRange.high [
fhir:Quantity.value [ fhir:value "109.0"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mg/dL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mg/dL" ]
] ;
fhir:Observation.referenceRange.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/referencerange-meaning" ] ;
fhir:Coding.code [ fhir:value "normal" ] ;
fhir:Coding.display [ fhir:value "Normal Range" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Normal Range" ]
]
] .
<http://hl7.org/fhir/Patient/example> a fhir:Patient .
<http://hl7.org/fhir/Organization/example1> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/laboratory-result-observation-example-blood-glucose.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/laboratory-result-observation-example-blood-glucose.ttl> .
IG © 2026+ Office of the National Coordinator for Health Information Technology (ONC). Package fhir.onc.us-quality-core#0.5.0 based on FHIR 4.0.1. Generated 2026-09-03
Links: Table of Contents |
QA Report
