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" : "AppointmentResponse",
"id" : "HIEAppointmentResponse-example",
"meta" : {
"profile" : [
🔗 "https://nshr.dha.go.ke/fhir/StructureDefinition/hie-appointmentresponse"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Appointment Response</b></p><p>Primary performer accepted the booking. Confirms a 30 minute window.</p><table><thead><tr><th align=\"left\">Field</th><th align=\"left\">Value</th></tr></thead><tbody><tr><td>Appointment</td><td>HIEAppointment APT-2025-0001</td></tr><tr><td>Actor</td><td>Dr. John Clinician (HIEPractitioner/pr-001)</td></tr><tr><td>Status</td><td>accepted</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>Role</td><td>primary performer</td></tr><tr><td>Comment</td><td>Confirmed, please arrive 10 minutes early</td></tr></tbody></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "FILL",
"display" : "Filler Identifier"
}
]
},
"system" : "http://example.org/appointment-responses",
"value" : "APR-2025-0001"
}
],
"appointment" : {
🔗 "reference" : "Appointment/HIEAppointment-example",
"display" : "Booked GP consult"
},
"start" : "2025-11-20T09:00:00+03:00",
"end" : "2025-11-20T09:30:00+03:00",
"participantType" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/participant-type",
"code" : "PPRF",
"display" : "primary performer"
}
]
}
],
"actor" : {
"reference" : "HIEPractitioner/pr-001",
"display" : "Dr. John Clinician"
},
"participantStatus" : "accepted",
"comment" : "Confirmed, please arrive 10 minutes early"
}