FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-example-diagnosticreport-amina-fhg.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport example-diagnosticreport-amina-fhg
Profile: Kenya Core DiagnosticReport Profile version: 1.0.0
| Subject | Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, )) |
| Relevant Time | 2026-08-03 09:40:00+0300 |
| Reported | 2026-08-03 10:00:00+0300 |
| Performer | Organization Kenyatta National Hospital |
Report Details
| Code | Value | Flags |
| Hemoglobin [Mass/volume] in Blood | 10.2 g/dL (Details: UCUM codeg/dL = 'g/dL') | Final |
{
"resourceType": "DiagnosticReport",
"id": "example-diagnosticreport-amina-fhg",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-diagnosticreport|1.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "58410-2",
"display": "CBC panel"
}
]
},
"subject": {
"reference": "Patient/CR2026080100001-1"
},
"encounter": {
"reference": "Encounter/example-encounter-amina-outpatient"
},
"effectiveDateTime": "2026-08-03T09:40:00+03:00",
"issued": "2026-08-03T10:00:00+03:00",
"performer": [
{
"reference": "Organization/example-organization-knh"
}
],
"result": [
{
"reference": "Observation/example-observation-amina-hgb"
}
]
}