FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Observation |
| Id | Observation-observation-glucose-venous-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation observation-glucose-venous-example
Language: en
Profile: Glucose in Venous Blood
status: Final
category: Laboratory
code: Glucose [Mass/volume] in Venous blood
effective: 2025-11-06 09:00:00+0000
value: 5.4 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
note:
Normal fasting glucose level.
Lithuanian
Generated Narrative: Observation observation-glucose-venous-example
Language: en
Profile: Glucose in Venous Blood
status: Final
category: Laboratory
code: Glucose [Mass/volume] in Venous blood
effective: 2025-11-06 09:00:00+0000
value: 5.4 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
note:
Normal fasting glucose level.
{
"resourceType": "Observation",
"id": "observation-glucose-venous-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/glucose-venous-lab-lt"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "41652-9",
"display": "Glucose [Mass/volume] in Venous blood"
},
{
"system": "http://snomed.info/sct",
"code": "122555007",
"display": "Venous blood specimen (specimen)"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-11-06T09:00:00Z",
"valueQuantity": {
"value": 5.4,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"note": [
{
"text": "Normal fasting glucose level."
}
],
"specimen": {
"reference": "Specimen/specimen-venous-example"
}
}