FHIR IG analytics| Package | ke.fhir.eclaims |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-ECLM-DR-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport ECLM-DR-001
Profile: eClaims Diagnostic Report Profile
| Subject | John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, )) |
| Relevant Time | 2025-11-02 09:00:00+0300 |
| Reported | 2025-11-02 11:00:00+0300 |
| Performer | Practitioner Dr. James Ochieng (official) |
Report Details
| Code | Value | Flags |
| Hemoglobin [Mass/volume] in Blood | 13.5 g/dL (Details: UCUM codeg/dL = 'g/dL') | Final |
CBC results within normal limits for the patient's age and sex.
{
"resourceType": "DiagnosticReport",
"id": "ECLM-DR-001",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/eclaims/StructureDefinition/ke-eclaims-diagnosticreport"
]
},
"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": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-diagnostic-report-codes-cs",
"code": "CBC",
"display": "Complete Blood Count Panel"
}
]
},
"subject": {
"reference": "Patient/ECLM-PT-001"
},
"encounter": {
"reference": "Encounter/ECLM-ENC-001"
},
"effectiveDateTime": "2025-11-02T09:00:00+03:00",
"issued": "2025-11-02T11:00:00+03:00",
"performer": [
{
"reference": "Practitioner/ECLM-PRA-001"
}
],
"result": [
{
"reference": "Observation/ECLM-OBS-001"
}
],
"conclusion": "CBC results within normal limits for the patient's age and sex."
}