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" : "PractitionerRole",
"id" : "HIEPractitionerRole-example",
"meta" : {
"profile" : [
🔗 "https://nshr.dha.go.ke/fhir/StructureDefinition/hie-practitionerrole"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>PractitionerRole Summary</b></p><p>Dr. John Clinician, Cardiologist at Acme Health Center. Accepting referrals. Weekday availability 09:00 to 17:00, except on scheduled CME.</p><table><tbody><tr><td><b>Practitioner</b></td><td>Practitioner/pr-001 (Dr. John Clinician)</td></tr><tr><td><b>Organization</b></td><td>Organization/org-001 (Acme Health Center)</td></tr><tr><td><b>Role</b></td><td>Doctor</td></tr><tr><td><b>Specialty</b></td><td>Cardiology</td></tr><tr><td><b>Locations</b></td><td>Location/loc-cardiology-1</td></tr><tr><td><b>Services</b></td><td>HealthcareService/hs-cardiology-opd</td></tr><tr><td><b>Telecom</b></td><td>+254700000010, cardiology@acme.example.org</td></tr><tr><td><b>Availability</b></td><td>Mon–Fri, 09:00–17:00</td></tr><tr><td><b>Exceptions</b></td><td>CME 2025-12-05 to 2025-12-06</td></tr></tbody></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PRN",
"display" : "Provider number"
}
]
},
"system" : "http://acme.example.org/dir/roles",
"value" : "PRROLE-0001"
}
],
"active" : true,
"practitioner" : {
"reference" : "Practitioner/pr-001",
"display" : "Dr. John Clinician"
},
"organization" : {
"reference" : "Organization/org-001",
"display" : "Acme Health Center"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code" : "doctor",
"display" : "Doctor"
}
]
}
],
"specialty" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394579002",
"display" : "Cardiology"
}
]
}
],
"location" : [
{
"reference" : "Location/loc-cardiology-1",
"display" : "Cardiology OPD Room 3"
}
],
"healthcareService" : [
{
"reference" : "HealthcareService/hs-cardiology-opd",
"display" : "Outpatient Cardiology Service"
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+254700000010",
"use" : "work",
"rank" : 1
},
{
"system" : "email",
"value" : "cardiology@acme.example.org",
"use" : "work"
}
],
"availableTime" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"allDay" : false,
"availableStartTime" : "09:00:00",
"availableEndTime" : "17:00:00"
}
],
"notAvailable" : [
{
"description" : "CME attendance",
"during" : {
"start" : "2025-12-05",
"end" : "2025-12-06"
}
}
],
"endpoint" : [
{
"reference" : "Endpoint/ep-fhir-r4",
"display" : "FHIR R4 Endpoint for Scheduling"
}
]
}