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 AppointmentResponse - XML Representation

Raw xml | Download


<AppointmentResponse xmlns="http://hl7.org/fhir">
  <id value="HIEAppointmentResponse-example"/>
  <meta>
    <profile
             value="https://nshr.dha.go.ke/fhir/StructureDefinition/hie-appointmentresponse"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="FILL"/>
        <display value="Filler Identifier"/>
      </coding>
    </type>
    <system value="http://example.org/appointment-responses"/>
    <value value="APR-2025-0001"/>
  </identifier>
  <appointment>🔗 
    <reference value="Appointment/HIEAppointment-example"/>
    <display value="Booked GP consult"/>
  </appointment>
  <start value="2025-11-20T09:00:00+03:00"/>
  <end value="2025-11-20T09:30:00+03:00"/>
  <participantType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/participant-type"/>
      <code value="PPRF"/>
      <display value="primary performer"/>
    </coding>
  </participantType>
  <actor>
    <reference value="HIEPractitioner/pr-001"/>
    <display value="Dr. John Clinician"/>
  </actor>
  <participantStatus value="accepted"/>
  <comment value="Confirmed, please arrive 10 minutes early"/>
</AppointmentResponse>