FHIR IG analytics| Package | hl7.fhir.cr.laboratory-results |
| Resource Type | Observation |
| Id | Observation-observation-hemoglobin-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-hemoglobin-example
identifier: http://example.cr/lab-system/LAB-2026-001-HEMOGLOBIN
status: Final
category: Laboratory
code: Hemoglobina: Sangre : 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: 14.5 g/dL (Details: UCUM codeg/dL = 'g/dL')
interpretation: Normal
| Low | High | Text |
| 13.5 g/dL | 17.5 g/dL | Normal para hombres |
{
"resourceType": "Observation",
"id": "observation-hemoglobin-example",
"meta": {
"profile": [
"https://hl7.or.cr/fhir/laboratory-results/StructureDefinition/cr-lab-result-hemoglobin"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.cr/lab-system",
"value": "LAB-2026-001-HEMOGLOBIN"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-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": 14.5,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 13.5,
"unit": "g/dL"
},
"high": {
"value": 17.5,
"unit": "g/dL"
},
"text": "Normal para hombres"
}
]
}