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" : "Appointment",
"id" : "HIEAppointment-example",
"meta" : {
"profile" : [
🔗 "https://nshr.dha.go.ke/fhir/StructureDefinition/hie-appointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Appointment</b></p><p>Booked outpatient consultation for headache. Duration 30 minutes. Patient and clinician confirmed. Linked to the originating service request and clinical condition.</p><table><thead><tr><th align=\"left\">Field</th><th align=\"left\">Value</th></tr></thead><tbody><tr><td>Status</td><td>booked</td></tr><tr><td>Start</td><td>2025-11-20T09:00:00+03:00</td></tr><tr><td>End</td><td>2025-11-20T09:30:00+03:00</td></tr><tr><td>Minutes</td><td>30</td></tr><tr><td>Service Category</td><td>Ambulatory care</td></tr><tr><td>Service Type</td><td>General practice consult</td></tr><tr><td>Reason</td><td>Headache (SNOMED 25064002)</td></tr><tr><td>Subject</td><td>Jane Patient (Patient/p-001)</td></tr><tr><td>Performer</td><td>Dr. John Clinician (HIEPractitioner/pr-001)</td></tr><tr><td>Location</td><td>Outpatient Room 3 (Location/loc-OPD)</td></tr></tbody></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ACSN",
"display" : "Accession ID"
}
]
},
"system" : "http://example.org/appointments",
"value" : "APT-2025-0001"
}
],
"status" : "booked",
"serviceCategory" : [
{
"coding" : [
{
"system" : "http://example.org/fhir/CodeSystem/service-category",
"code" : "AMB",
"display" : "Ambulatory care"
}
]
}
],
"serviceType" : [
{
"coding" : [
{
"system" : "http://example.org/fhir/CodeSystem/service-type",
"code" : "GP",
"display" : "General practice consult"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394814009",
"display" : "General practice"
}
]
}
],
"appointmentType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
"code" : "ROUTINE",
"display" : "Routine"
}
]
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "25064002",
"display" : "Headache"
}
]
}
],
"reasonReference" : [
{
"reference" : "Condition/cond-001",
"display" : "Acute headache"
}
],
"priority" : 5,
"description" : "Outpatient consultation with GP for headache evaluation",
"start" : "2025-11-20T09:00:00+03:00",
"end" : "2025-11-20T09:30:00+03:00",
"minutesDuration" : 30,
"slot" : [
{
"reference" : "Slot/slot-001",
"display" : "Clinic slot 9:00–9:30 AM"
}
],
"created" : "2025-11-18T14:05:00+03:00",
"basedOn" : [
{
"reference" : "ServiceRequest/sr-001",
"display" : "Consultation request"
}
],
"participant" : [
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/participant-type",
"code" : "SBJ",
"display" : "subject"
}
]
}
],
"actor" : {
"reference" : "Patient/p-001",
"display" : "Jane Patient"
},
"status" : "accepted"
},
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/participant-type",
"code" : "PPRF",
"display" : "primary performer"
}
]
}
],
"actor" : {
"reference" : "HIEPractitioner/pr-001",
"display" : "Dr. John Clinician"
},
"status" : "accepted"
},
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/participant-type",
"code" : "LOC",
"display" : "location"
}
]
}
],
"actor" : {
"reference" : "Location/loc-OPD",
"display" : "Outpatient Room 3"
},
"status" : "accepted"
},
{
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/participant-type",
"code" : "PART",
"display" : "participation"
}
]
}
],
"actor" : {
"reference" : "HealthcareService/hs-gp",
"display" : "General Practice Service"
},
"status" : "accepted"
}
]
}