Zimbabwe Core IG
0.1.0 - ci-build Zimbabwe (ZWE)

Zimbabwe Core IG, published by MOH Zimbabwe. 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/mohcc/fhir-zw-core-ig/ and changes regularly. See the Directory of published versions

: Example Zimbabwean Practitioner - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner1"/>
  <meta>
    <profile
             value="http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner1</b></p><a name="practitioner1"> </a><a name="hcpractitioner1"> </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-zw-practitioner.html">Zimbabwe Practitioner</a></p></div><p><b>identifier</b>: <a href="NamingSystem-zw-practitioner-registration-ns.html" title="Identifier system for professional council registration numbers of Zimbabwe practitioners. PROVISIONAL URL pending the official system.">ZimPractitionerRegistration</a>/MCAZ-04521, <a href="NamingSystem-zw-national-identity-ns.html" title="Identifier system for the Zimbabwe National Identity number. PROVISIONAL URL pending the official MOHCC system.">ZimNationalIdentity</a>/63-123456A12</p><p><b>name</b>: Rudo Ncube (Official)</p><p><b>telecom</b>: <a href="tel:+263772334455">+263772334455</a></p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Registered General Nurse</span></td></tr></table></div>
  </text>
  <identifier>
    <system
            value="http://mohcc.gov.zw/identifiers/practitioner-registration"/>
    <value value="MCAZ-04521"/>
  </identifier>
  <identifier>
    <system value="http://mohcc.gov.zw/identifiers/nationalID"/>
    <value value="63-123456A12"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Ncube"/>
    <given value="Rudo"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+263772334455"/>
  </telecom>
  <gender value="female"/>
  <qualification>
    <code>
      <text value="Registered General Nurse"/>
    </code>
  </qualification>
</Practitioner>