0.1.0 - ci-build

mamaTotofhirIG, published by IntelliSOFT Consulting Ke. 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/IntelliSOFT-Consulting/MamaToTo-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Practitioner - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ExamplePractitioner"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/PractitionerProfile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner ExamplePractitioner</b></p><a name="ExamplePractitioner"> </a><a name="hcExamplePractitioner"> </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-PractitionerProfile.html">PractitionerProfile</a></p></div><p><b>identifier</b>: <code>http://hospital.org/practitioners</code>/PRAC-45678</p><p><b>active</b>: true</p><p><b>name</b>: John Doe </p><p><b>telecom</b>: <a href="tel:+1234567890">+1234567890</a></p><p><b>address</b>: 123 Medical Plaza Nairobi Nairobi County 00100 Kenya </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1980-05-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><code>http://medicalboard.org/licenses</code>/MB-789654</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0360/2.7 MD}">Doctor of Medicine</span></td><td>2010-06-01 --&gt; (ongoing)</td><td><a href="Organization/example-medical-board">Organization/example-medical-board</a></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hospital.org/practitioners"/>
    <value value="PRAC-45678"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+1234567890"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="123 Medical Plaza"/>
    <city value="Nairobi"/>
    <state value="Nairobi County"/>
    <postalCode value="00100"/>
    <country value="Kenya"/>
  </address>
  <gender value="male"/>
  <birthDate value="1980-05-15"/>
  <qualification>
    <identifier>
      <system value="http://medicalboard.org/licenses"/>
      <value value="MB-789654"/>
    </identifier>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360/2.7"/>
        <code value="MD"/>
        <display value="Doctor of Medicine"/>
      </coding>
    </code>
    <period>
      <start value="2010-06-01"/>
    </period>
    <issuer>
      <reference value="Organization/example-medical-board"/>
    </issuer>
  </qualification>
</Practitioner>