FHIR IG analytics| Package | hl7.fhir.cr.laboratory-results |
| Resource Type | Observation |
| Id | Observation-observation-glucose-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-glucose-example
Profile: Resultado de Laboratorio - Glucosa
identifier: http://example.cr/lab-system/LAB-2026-001-GLUCOSE
status: Final
category: Laboratory
code: Glucosa: Suero o Plasma : Punto temporal: Concentración de masa: Cuantitativo:
effective: 2026-01-20 09:30:00-0600
issued: 2026-01-20 10:15:00-0600
performer: Organization Laboratorio Central Costa Rica
value: 95 mg/dL (Details: UCUM codemg/dL = 'mg/dL')
interpretation: Normal
| Low | High | Text |
| 70 mg/dL | 100 mg/dL | Normal (en ayunas) |
{
"resourceType": "Observation",
"id": "observation-glucose-example",
"meta": {
"profile": [
"https://hl7.or.cr/fhir/laboratory-results/StructureDefinition/cr-lab-result-glucose"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.cr/lab-system",
"value": "LAB-2026-001-GLUCOSE"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2345-7"
}
]
},
"subject": {
"reference": "Patient/PatientLabResultExample"
},
"effectiveDateTime": "2026-01-20T09:30:00-06:00",
"issued": "2026-01-20T10:15:00-06:00",
"performer": [
{
"reference": "Organization/organization-example"
}
],
"valueQuantity": {
"value": 95,
"unit": "mg/dL",
"system": "http://unitsofmeasure.org",
"code": "mg/dL"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 70,
"unit": "mg/dL"
},
"high": {
"value": 100,
"unit": "mg/dL"
},
"text": "Normal (en ayunas)"
}
]
}