US Quality Core Implementation Guide, published by HL7 International / Clinical Quality Information. 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/fhir-us-quality-core/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@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 -1 ;
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 "2026-08-05T09:15:00-04:00"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-observation-lab" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-observation-lab>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
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: 2026-08-05 09:15:00-0400</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\">Example Patient</a></p><p><b>effective</b>: 2026-08-05 08:00:00-0400</p><p><b>issued</b>: 2026-08-05 09:15:00-0400</p><p><b>performer</b>: <a href=\"Organization-example-1.html\">Example Hospital</a></p><p><b>value</b>: 76 mg/dL</p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></p><p><b>specimen</b>: <a href=\"Specimen-whole-blood-specimen.html\">Whole blood specimen</a></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 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></td><td>109 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 -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
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 -1 ;
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 "Example Patient" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2026-08-05T08:00:00-04:00"^^xsd:dateTime] ;
fhir:Observation.issued [ fhir:value "2026-08-05T09:15:00-04:00"^^xsd:dateTime] ;
fhir:Observation.performer [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Organization/example-1> ;
fhir:Reference.reference [ fhir:value "Organization/example-1" ] ;
fhir:Reference.display [ fhir:value "Example Hospital" ]
] ;
fhir:Observation.valueQuantity [
fhir:Quantity.value [ fhir:value "76"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mg/dL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]
] ;
fhir:Observation.interpretation [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
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:Observation.specimen [
fhir:link <http://hl7.org/fhir/Specimen/whole-blood-specimen> ;
fhir:Reference.reference [ fhir:value "Specimen/whole-blood-specimen" ] ;
fhir:Reference.display [ fhir:value "Whole blood specimen" ]
] ;
fhir:Observation.referenceRange [
fhir:index -1 ;
fhir:Observation.referenceRange.low [
fhir:Quantity.value [ fhir:value "40"^^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"^^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 -1 ;
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/example-1> a fhir:Organization .
<http://hl7.org/fhir/Specimen/whole-blood-specimen> a fhir:Specimen .
# - 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 HL7 International / Clinical Quality Information.
Package hl7.fhir.us.quality-core#1.0.0-ballot based on FHIR 4.0.1.
Generated
2026-08-14
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
