Eswatini HL7 FHIR Implementation Guide
0.1.0 - ci-build

Eswatini HL7 FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Sample SzPractitioner - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="576E19CD-CED4-47A0-8BF7-3B030153E245"/>
  <meta>
    <profile
             value="https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzPractitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner 576E19CD-CED4-47A0-8BF7-3B030153E245</b></p><a name="576E19CD-CED4-47A0-8BF7-3B030153E245"> </a><a name="hc576E19CD-CED4-47A0-8BF7-3B030153E245"> </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-SzPractitioner.html">Eswatini Practitioner Profile</a></p></div><p><b>identifier</b>: Personal ID Number/9101010000001 (use: official, )</p><p><b>name</b>: Thabile Celiwe Dlamini </p><p><b>telecom</b>: -unknown-(Mobile), ph: 7911 1222</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1990-01-01</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system
                value="https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzPersonIdentificationsCS"/>
        <code value="PI"/>
        <display value="Personal ID Number"/>
      </coding>
    </type>
    <system value="http://homeaffairs.sys"/>
    <value value="9101010000001"/>
  </identifier>
  <name>
    <family value="Dlamini"/>
    <given value="Thabile"/>
    <given value="Celiwe"/>
  </name>
  <telecom>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="7911 1222"/>
    <rank value="1"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1990-01-01"/>
</Practitioner>