SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile 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/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: ExampleSGHIPractitionerRole - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="ExampleSGHIPractitionerRole"/>
  <meta>
    <profile
             value="https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole ExampleSGHIPractitionerRole</b></p><a name="ExampleSGHIPractitionerRole"> </a><a name="hcExampleSGHIPractitionerRole"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-sghi-practitionerrole.html">SGHI PractitionerRole</a></p></div><p><b>identifier</b>: Medical Record Number/3456789QWERTY</p><p><b>active</b>: true</p><p><b>period</b>: 2025-01-01 --&gt; 2025-01-31</p><p><b>practitioner</b>: <a href="Practitioner-ExampleSGHIPractitioner.html">Practitioner James Pond(official)</a></p><p><b>organization</b>: <a href="Organization-ExampleSGHIOrganization.html">Organization SGHI Healthcare Organization</a></p><p><b>code</b>: <span title="Codes:">doctor</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 264814015}">General practice</span></p><p><b>location</b>: <a href="Location-ExampleSGHILocation.html">Nairobi Hospital</a></p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style="display: none">*</td><td>Mary Pond(Official)</td><td><a href="tel:+254-733-987654">+254-733-987654</a></td><td>Nairobi 98765 Kenya (work)</td></tr></table><blockquote><p><b>availability</b></p><h3>AvailableTimes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>DaysOfWeek</b></td><td><b>AllDay</b></td><td><b>AvailableStartTime</b></td><td><b>AvailableEndTime</b></td></tr><tr><td style="display: none">*</td><td>Monday</td><td>false</td><td>08:00:00</td><td>15:00:00</td></tr></table><h3>NotAvailableTimes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style="display: none">*</td><td>Away on business</td><td>2025-07-07 --&gt; 2025-10-07</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
    </type>
    <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
    <value value="3456789QWERTY"/>
    <assigner>🔗 
      <reference value="Organization/ExampleSGHIOrganization"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <period>
    <start value="2025-01-01"/>
    <end value="2025-01-31"/>
  </period>
  <practitioner>🔗 
    <reference value="Practitioner/ExampleSGHIPractitioner"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/ExampleSGHIOrganization"/>
  </organization>
  <code>
    <coding>
      <code value="71388002"/>
      <display value="doctor"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="264814015"/>
      <display value="General practice"/>
    </coding>
  </specialty>
  <location>🔗 
    <reference value="Location/ExampleSGHILocation"/>
    <display value="Nairobi Hospital"/>
  </location>
  <contact>
    <name>
      <use value="official"/>
      <text value="Mary Pond"/>
      <family value="Pond"/>
      <given value="Mary"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+254-733-987654"/>
    </telecom>
    <address>
      <use value="work"/>
      <type value="physical"/>
      <city value="Nairobi"/>
      <postalCode value="98765"/>
      <country value="Kenya"/>
    </address>
  </contact>
  <availability>
    <availableTime>
      <daysOfWeek value="mon"/>
      <allDay value="false"/>
      <availableStartTime value="08:00:00"/>
      <availableEndTime value="15:00:00"/>
    </availableTime>
    <notAvailableTime>
      <description value="Away on business"/>
      <during>
        <start value="2025-07-07"/>
        <end value="2025-10-07"/>
      </during>
    </notAvailableTime>
  </availability>
</PractitionerRole>