FHIR IG analytics| Package | myhie.v4-test |
| Resource Type | Observation |
| Id | HBA1C.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
HbA1c (00140):
HbA1c (00140): 5%
{
"resourceType": "Observation",
"id": "lab-00140",
"meta": {
"source": "http://provider.hie.moh.gov.my",
"profile": [
"http://fhir.hie.moh.gov.my/StructureDefinition/Observation-lab-result-my-core"
]
},
"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://fhir.hie.moh.gov.my/CodeSystem/lab-my-core",
"code": "00140",
"display": "HbA1c"
},
{
"system": "http://loinc.org",
"code": "4548-4",
"display": "HbA1c (Glycated Hemoglobin)"
}
]
},
"performer": [
{
"reference": "Organization/KKM"
}
],
"component": [
{
"code": {
"coding": [
{
"code": "00140",
"display": "HbA1c"
}
]
},
"valueQuantity": {
"value": 5,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"referenceRange": [
{
"high": {
"value": 6.4,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
]
}
]
}