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

: Example HIE PractitionerRole - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="HIEPractitionerRole-example"/>
  <meta>
    <profile
             value="https://nshr.dha.go.ke/fhir/StructureDefinition/hie-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
        <display value="Provider number"/>
      </coding>
    </type>
    <system value="http://acme.example.org/dir/roles"/>
    <value value="PRROLE-0001"/>
  </identifier>
  <active value="true"/>
  <practitioner>
    <reference value="Practitioner/pr-001"/>
    <display value="Dr. John Clinician"/>
  </practitioner>
  <organization>
    <reference value="Organization/org-001"/>
    <display value="Acme Health Center"/>
  </organization>
  <code>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/practitioner-role"/>
      <code value="doctor"/>
      <display value="Doctor"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394579002"/>
      <display value="Cardiology"/>
    </coding>
  </specialty>
  <location>
    <reference value="Location/loc-cardiology-1"/>
    <display value="Cardiology OPD Room 3"/>
  </location>
  <healthcareService>
    <reference value="HealthcareService/hs-cardiology-opd"/>
    <display value="Outpatient Cardiology Service"/>
  </healthcareService>
  <telecom>
    <system value="phone"/>
    <value value="+254700000010"/>
    <use value="work"/>
    <rank value="1"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="cardiology@acme.example.org"/>
    <use value="work"/>
  </telecom>
  <availableTime>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <allDay value="false"/>
    <availableStartTime value="09:00:00"/>
    <availableEndTime value="17:00:00"/>
  </availableTime>
  <notAvailable>
    <description value="CME attendance"/>
    <during>
      <start value="2025-12-05"/>
      <end value="2025-12-06"/>
    </during>
  </notAvailable>
  <endpoint>
    <reference value="Endpoint/ep-fhir-r4"/>
    <display value="FHIR R4 Endpoint for Scheduling"/>
  </endpoint>
</PractitionerRole>