FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Observation |
| Id | Observation-observation-hba1c-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-hba1c-example
Language: en
Profile: HbA1c. Glycated Hemoglobin Test
status: Final
category: Laboratory
code: Hemoglobin A1c/Hemoglobin.total in Blood
effective: 2025-10-20 09:00:00+0000
value: 7.4 % (Details: UCUM code% = '%')
interpretation: Abnormal (qualifier value)
note:
HbA1c is elevated above the normal range (target <6.5%).
Lithuanian
Generated Narrative: Observation observation-hba1c-example
Language: en
Profile: HbA1c. Glycated Hemoglobin Test
status: Final
category: Laboratory
code: Hemoglobin A1c/Hemoglobin.total in Blood
effective: 2025-10-20 09:00:00+0000
value: 7.4 % (Details: UCUM code% = '%')
interpretation: Abnormal (qualifier value)
note:
HbA1c is elevated above the normal range (target <6.5%).
{
"resourceType": "Observation",
"id": "observation-hba1c-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/hba1c-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": "4548-4",
"display": "Hemoglobin A1c/Hemoglobin.total in Blood"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-10-20T09:00:00Z",
"valueQuantity": {
"value": 7.4,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"interpretation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "263654008",
"display": "Abnormal (qualifier value)"
}
]
}
],
"note": [
{
"text": "HbA1c is elevated above the normal range (target <6.5%)."
}
]
}