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

: ExampleSGHIPractitioner - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ExampleSGHIPractitioner"/>
  <meta>
    <profile
             value="https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner ExampleSGHIPractitioner</b></p><a name="ExampleSGHIPractitioner"> </a><a name="hcExampleSGHIPractitioner"> </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-practitioner.html">SGHI Practitioner</a></p></div><p><b>identifier</b>: Medical Record Number/12345</p><p><b>active</b>: true</p><p><b>name</b>: James Pond(Official)</p><p><b>telecom</b>: <a href="tel:+254-722-123456">+254-722-123456</a></p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1990-07-15</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style="display: none">*</td><td>Medical Record Number/Q-12345</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 NP}">Nurse Practitioner</span></td><td>2010-07-15 --&gt; 2030-07-15</td><td><a href="Organization-ExampleSGHIOrganization.html">Organization SGHI Healthcare Organization</a></td></tr></table></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="12345"/>
    <assigner>🔗 
      <reference value="Organization/ExampleSGHIOrganization"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="James Pond"/>
    <family value="Pond"/>
    <given value="James"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+254-722-123456"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1990-07-15"/>
  <qualification>
    <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="Q-12345"/>
      <assigner>🔗 
        <reference value="Organization/ExampleSGHIOrganization"/>
      </assigner>
    </identifier>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
        <code value="NP"/>
        <display value="Nurse Practitioner"/>
      </coding>
    </code>
    <period>
      <start value="2010-07-15"/>
      <end value="2030-07-15"/>
    </period>
    <issuer>🔗 
      <reference value="Organization/ExampleSGHIOrganization"/>
    </issuer>
  </qualification>
</Practitioner>