This page is part of the HL7 Europe European Patient Summary (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Medical Test Result: Glucose [Mass/volume] in Blood - 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "faacb416-55b2-433a-82b9-9c5d84912df1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/base/StructureDefinition/medicalTestResult-eu-core"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/base/StructureDefinition/medicalTestResult-eu-core> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation faacb416-55b2-433a-82b9-9c5d84912df1</b></p><a name=\"faacb416-55b2-433a-82b9-9c5d84912df1\"> </a><a name=\"hcfaacb416-55b2-433a-82b9-9c5d84912df1\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.eu/fhir/base/2.0.0/StructureDefinition-medicalTestResult-eu-core.html\">Observation: Medical Test Result (EU core)</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 [Mass/volume] in Blood</span></p><p><b>subject</b>: <a href=\"Patient-f0b2dcfe-e837-464b-ae8a-3b9da1807dd3.html\">Petra Schwartz Female, DoB: 1950-04-19 ( Jurisdictional health number (Canada))</a></p><p><b>effective</b>: 2024-07-15</p><p><b>performer</b>: The Central European Lab</p><p><b>value</b>: 65.9 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation L}\">Low</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>70 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></td><td> </td></tr><tr><td style=\"display: none\">*</td><td> </td><td>99 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg/dL = 'mg/dL')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:2339-0 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "2339-0" ] ;
fhir:display [ fhir:v "Glucose [Mass/volume] in Blood" ] ] ) ;
fhir:text [ fhir:v "Glucose [Mass/volume] in Blood" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3 ;
fhir:reference [ fhir:v "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2024-07-15"^^xsd:date
] ; #
fhir:performer ( [
fhir:display [ fhir:v "The Central European Lab" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 65.9 ] ;
fhir:unit [ fhir:v "mg/dL" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "mg/dL" ]
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation> ] ;
fhir:code [ fhir:v "L" ] ;
fhir:display [ fhir:v "Low" ] ] )
] ) ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "70"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "mg/dL" ] ]
] [
fhir:high [
fhir:value [ fhir:v "99"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "mg/dL" ] ]
] ) . #