HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia
0.1.0 - Zambia flag

HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example ZM-Core Practitioner (from HRMS)

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ExampleZMCorePractitioner"/>
  <meta>
    <profile
             value="http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-practitioner"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner ExampleZMCorePractitioner</b></p><a name="ExampleZMCorePractitioner"> </a><a name="hcExampleZMCorePractitioner"> </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-zm-core-practitioner.html">ZM-Core Practitioner Profile</a></p></div><p><b>identifier</b>: <code>http://hapi.moh.gov.zm/fhir/sid/nrc</code>/123456/78/1, <code>http://hapi.moh.gov.zm/fhir/sid/employee-number</code>/EMP-000123, <code>http://hapi.moh.gov.zm/fhir/sid/institution-file-number</code>/MOH-LSK-IF-7788, <code>http://hapi.moh.gov.zm/fhir/sid/psmd-file-number</code>/PSMD-552211, <code>http://hapi.moh.gov.zm/fhir/sid/pspf-member-number</code>/PSPF-0009823, <code>http://hapi.moh.gov.zm/fhir/sid/registration-id</code>/DOC-001</p><p><b>name</b>: Mary Chipo Phiri (Official), Banda (Name changed for Marriage)</p><p><b>telecom</b>: <a href="mailto:mary.phiri@example.org">mary.phiri@example.org</a>, <a href="tel:+260-97-000-0000">+260-97-000-0000</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1984-03-12</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}">Doctor of Medicine</span></td><td>2008-11-30 --&gt; (ongoing)</td><td>University of Zambia</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hapi.moh.gov.zm/fhir/sid/nrc"/>
    <value value="123456/78/1"/>
  </identifier>
  <identifier>
    <system value="http://hapi.moh.gov.zm/fhir/sid/employee-number"/>
    <value value="EMP-000123"/>
  </identifier>
  <identifier>
    <system value="http://hapi.moh.gov.zm/fhir/sid/institution-file-number"/>
    <value value="MOH-LSK-IF-7788"/>
  </identifier>
  <identifier>
    <system value="http://hapi.moh.gov.zm/fhir/sid/psmd-file-number"/>
    <value value="PSMD-552211"/>
  </identifier>
  <identifier>
    <system value="http://hapi.moh.gov.zm/fhir/sid/pspf-member-number"/>
    <value value="PSPF-0009823"/>
  </identifier>
  <identifier>
    <system value="http://hapi.moh.gov.zm/fhir/sid/registration-id"/>
    <value value="DOC-001"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Phiri"/>
    <given value="Mary"/>
    <given value="Chipo"/>
  </name>
  <name>
    <use value="maiden"/>
    <family value="Banda"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="mary.phiri@example.org"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+260-97-000-0000"/>
    <use value="mobile"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1984-03-12"/>
  <qualification>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
        <code value="MD"/>
        <display value="Doctor of Medicine"/>
      </coding>
    </code>
    <period>
      <start value="2008-11-30"/>
    </period>
    <issuer>
      <display value="University of Zambia"/>
    </issuer>
  </qualification>
</Practitioner>