Kenya-ePrescription-IG
0.1.0 - ci-build

Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Kenya ePrescription Practitioner - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="example-kenya-eprescription-practitioner"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/kenya-eprescription-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner example-kenya-eprescription-practitioner</b></p><a name="example-kenya-eprescription-practitioner"> </a><a name="hcexample-kenya-eprescription-practitioner"> </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-kenya-eprescription-practitioner.html">Practitioner - ePrescription</a></p></div><p><b>identifier</b>: <code>http://moh.health.go.ke/practitioner-license</code>/MOH-PRAC-78945, <code>http://kenyamedicalboard.or.ke/registry</code>/KMPDC-2025-1234</p><p><b>name</b>: Peter Kamau Mwangi (Official)</p><p><b>telecom</b>: <a href="tel:+254-722-987654">+254-722-987654</a></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><code>http://moh.health.go.ke/qualification</code>/QUAL-12345</td><td><span title="Codes:">Bachelor of Medicine and Bachelor of Surgery (MBChB)</span></td><td>2010-01-01 --&gt; (ongoing)</td><td>University of Nairobi</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://moh.health.go.ke/practitioner-license"/>
    <value value="MOH-PRAC-78945"/>
  </identifier>
  <identifier>
    <system value="http://kenyamedicalboard.or.ke/registry"/>
    <value value="KMPDC-2025-1234"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Mwangi"/>
    <given value="Peter Kamau"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+254-722-987654"/>
    <use value="work"/>
  </telecom>
  <qualification>
    <identifier>
      <system value="http://moh.health.go.ke/qualification"/>
      <value value="QUAL-12345"/>
    </identifier>
    <code>
      <text value="Bachelor of Medicine and Bachelor of Surgery (MBChB)"/>
    </code>
    <period>
      <start value="2010-01-01"/>
    </period>
    <issuer>
      <display value="University of Nairobi"/>
    </issuer>
  </qualification>
</Practitioner>