SIL HIE Implementation Guide
0.1.0 - sil-hie-active
SIL HIE Implementation Guide, published by Kathurima Kimathi. 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/savannahghi/hie-fhir-ig-profile/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DiagnosticReport",
"id" : "HIEDiagnosticReport-example",
"meta" : {
"profile" : [
🔗 "https://nshr.dha.go.ke/fhir/StructureDefinition/hie-diagnosticreport"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Diagnostic Report</b></p><p>CBC panel completed. Results interpreted and finalized.</p><p><b>Subject</b>: Jane Patient (Patient/p-001)</p><p><b>Encounter</b>: Outpatient visit on 2025-11-12 (Encounter/enc-001)</p><table><thead><tr><th align=\"left\">Code</th><th align=\"left\">Name</th><th align=\"left\">Value</th><th align=\"left\">Ref Range</th></tr></thead><tbody><tr><td>718-7</td><td>Hemoglobin [Mass/volume] in Blood</td><td>12.4 g/dL</td><td>12.0–16.0 g/dL</td></tr><tr><td>6690-2</td><td>Leukocytes [#/volume] in Blood</td><td>7.2 ×10^3/µL</td><td>4.0–11.0 ×10^3/µL</td></tr></tbody></table><p><b>Conclusion</b>: Findings consistent with normal CBC.</p><p><b>Performer</b>: Acme Lab (Organization/org-001)</p><p><b>Issued</b>: 2025-11-12T11:05:00+03:00</p></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ACSN",
"display" : "Accession ID"
}
]
},
"system" : "http://example.org/reports",
"value" : "DR-2025-0001"
}
],
"basedOn" : [
{
"reference" : "ServiceRequest/sr-001",
"display" : "CBC order"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "LAB",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "24323-8",
"display" : "CBC panel - Hematology"
}
]
},
"subject" : {
"reference" : "Patient/p-001",
"display" : "Jane Patient"
},
"encounter" : {
"reference" : "Encounter/enc-001",
"display" : "Outpatient visit 2025-11-12"
},
"effectiveDateTime" : "2025-11-12T10:40:00+03:00",
"issued" : "2025-11-12T11:05:00+03:00",
"performer" : [
{
"reference" : "Organization/org-001",
"display" : "Acme Lab"
}
],
"resultsInterpreter" : [
{
"reference" : "HIEPractitioner/pr-001",
"display" : "Dr. John Clinician"
}
],
"specimen" : [
{
"reference" : "Specimen/spec-001",
"display" : "Whole blood EDTA"
}
],
"result" : [
{
"reference" : "Observation/obs-hb",
"display" : "Hemoglobin"
},
{
"reference" : "Observation/obs-wbc",
"display" : "Leukocytes"
}
],
"media" : [
{
"comment" : "Analyzer QC image",
"link" : {
"reference" : "Media/media-1",
"display" : "Analyzer QC image"
}
}
],
"conclusion" : "Normal CBC.",
"conclusionCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "281900007",
"display" : "Normal complete blood count"
}
]
}
]
}