Kenya eClaims FHIR Implementation Guide
0.1.0 - ci-build
Kenya eClaims FHIR Implementation Guide, published by Digital Health Agency of Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-eClaims-FHIR-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DiagnosticReport",
"id" : "ECLM-DR-001",
"meta" : {
"profile" : [
🔗 "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-diagnosticreport"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport ECLM-DR-001</b></p><a name=\"ECLM-DR-001\"> </a><a name=\"hcECLM-DR-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ke-eclaims-diagnosticreport.html\">eClaims Diagnostic Report Profile</a></p></div><h2><span title=\"Codes:{http://loinc.org 58410-2}\">CBC panel - Blood by Automated count</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678\u00a0(use:\u00a0official,\u00a0))</td></tr><tr><td>When For</td><td>2025-11-02 09:00:00+0300</td></tr><tr><td>Reported</td><td>2025-11-02 11:00:00+0300</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-ECLM-PRA-001.html\">Practitioner Dr. James Ochieng (official)</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td></tr><tr><td><a href=\"Observation-ECLM-OBS-001.html\"><span title=\"Codes:{http://loinc.org 718-7}\">Hemoglobin [Mass/volume] in Blood</span></a></td><td>13.5 g/dL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg/dL = 'g/dL')</span></td><td>Final</td></tr></table><p>CBC results within normal limits for the patient's age and sex.</p></div>"
},
"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 - Blood by Automated count"
}
]
},
"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."
}