<?xml version="1.0" encoding="UTF-8"?>

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-example"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner-example</b></p><a name="practitioner-example"> </a><a name="hcpractitioner-example"> </a><p><b>identifier</b>: <code>https://example.ee/fhir/sid/hcp-person-id</code>/38101010021</p><p><b>active</b>: true</p><p><b>name</b>: Katrin Tamm (Official)</p><p><b>telecom</b>: <a href="tel:+3726001234">+3726001234</a></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:">Arst</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="https://example.ee/fhir/sid/hcp-person-id"/>
    <value value="38101010021"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Tamm"/>
    <given value="Katrin"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+3726001234"/>
    <use value="work"/>
  </telecom>
  <qualification>
    <code>
      <text value="Arst"/>
    </code>
  </qualification>
</Practitioner>