FHIR IG analytics| Package | fhir.kisumuhie |
| Resource Type | Observation |
| Id | Observation-KCHIPLabResultsExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation KCHIPLabResultsExample
Profile: KCHIP Key Laboratory Results
status: Final
code: Laboratory studies (set)
subject: Achieng Grace Odhiambo Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)
effective: 2026-05-10 09:30:00+0300
component
code: Hemoglobin [Mass/volume] in Blood
value: 10.2 g/dL (Details: UCUM codeg/dL = 'g/dL')
component
code: HIV 1 and 2 tests - Meaningful Use set
value: HIV Negative
component
code: Reagin Ab [Units/volume] in Serum
value: Syphilis Non-Reactive
component
code: ABO and Rh group [Type] in Blood
value: O Positive (O+)
component
code: Protein [Mass/volume] in Urine
value: Negative
{
"resourceType": "Observation",
"id": "KCHIPLabResultsExample",
"meta": {
"profile": [
"http://fhir.kisumuhealth.co.ke/StructureDefinition/kchip-lab-results"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "26436-6",
"display": "Laboratory studies (set)"
}
]
},
"subject": {
"reference": "Patient/KisumuPatientExample"
},
"encounter": {
"reference": "Encounter/KisumuEncounterExample"
},
"effectiveDateTime": "2026-05-10T09:30:00+03:00",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "718-7",
"display": "Hemoglobin [Mass/volume] in Blood"
}
]
},
"valueQuantity": {
"value": 10.2,
"unit": "g/dL",
"system": "http://unitsofmeasure.org",
"code": "g/dL"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "75622-1",
"display": "HIV 1 and 2 tests - Meaningful Use set"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
"code": "hiv-negative",
"display": "HIV Negative"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "20507-0",
"display": "Reagin Ab [Units/volume] in Serum"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
"code": "syphilis-non-reactive",
"display": "Syphilis Non-Reactive"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "882-2",
"display": "ABO and Rh group [Type] in Blood"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
"code": "blood-group-o-pos",
"display": "O Positive (O+)"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "5804-0",
"display": "Protein [Mass/volume] in Urine"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.kisumuhealth.co.ke/CodeSystem/KCHIPCodes",
"code": "urine-protein-negative",
"display": "Negative"
}
]
}
}
]
}