FHIR IG analytics| Package | hl7.fhir.uv.ips.r4b |
| Resource Type | Observation |
| Id | Observation-hemoglobin.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation hemoglobin
status: Final
category: Laboratory
code: Hemoglobin A1c/Hemoglobin.total in Blood by HPLC
subject: Alexander Heig Male, DoB: 1957 ( http://trilliumbridge.eu/fhir/demos/eumfh/inject#39-07)
effective: 2017-11-10 08:20:00+0100
performer: Organization Someplace General Hospital
value: 7.5 % (Details: UCUM code% = '%')
note:
Above stated goal of 7.0 %
{
"resourceType": "Observation",
"id": "hemoglobin",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-pathology-uv-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "17856-6",
"display": "Hemoglobin A1c/Hemoglobin.total in Blood by HPLC"
}
]
},
"subject": {
"reference": "Patient/eumfh-39-07"
},
"effectiveDateTime": "2017-11-10T08:20:00+01:00",
"performer": [
{
"reference": "Organization/TII-Organization1"
}
],
"valueQuantity": {
"value": 7.5,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"note": [
{
"text": "Above stated goal of 7.0 %"
}
]
}