Medication Scheme Implementation Guide
1.0.0 - draft Estonia flag

Medication Scheme Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-medication-scheme/ and changes regularly. See the Directory of published versions

: pharmacistKristiina - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="pharmacistKristiina"/>
  <meta>
    <profile
             value="https://fhir.ee/StructureDefinition/ee-tis-practitioner-role"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole pharmacistKristiina</b></p><a name="pharmacistKristiina"> </a><a name="hcpharmacistKristiina"> </a><a name="pharmacistKristiina-en-US"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: Proviisor Kristiina Kuldkepp (Identifier: <code>https://fhir.ee/sid/pro/est/pho</code>/P00197)</p><p><b>organization</b>: Haigekassa (Identifier: 74000091)</p><p><b>code</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role pharmacist}">pharmacist</span>, <span title="Codes:{https://fhir.ee/CodeSystem/autoriseerimismooduli-kasutajarollid specialist}">Spetsialist</span></p><h3>Contacts</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Telecom</b></td></tr><tr><td style="display: none">*</td><td><a href="mailto:apteek123@tehik.ee">apteek123@tehik.ee</a></td></tr></table></div>
  </text>
  <active value="true"/>
  <practitioner>
    <identifier>
      <system value="https://fhir.ee/sid/pro/est/pho"/>
      <value value="P00197"/>
    </identifier>
    <display value="Proviisor Kristiina Kuldkepp"/>
  </practitioner>
  <organization>
    <identifier>
      <value value="74000091"/>
    </identifier>
    <display value="Haigekassa"/>
  </organization>
  <code>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/practitioner-role"/>
      <code value="pharmacist"/>
      <display value="pharmacist"/>
    </coding>
  </code>
  <code>
    <coding>
      <system
              value="https://fhir.ee/CodeSystem/autoriseerimismooduli-kasutajarollid"/>
      <code value="specialist"/>
      <display value="Spetsialist"/>
    </coding>
  </code>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="apteek123@tehik.ee"/>
    </telecom>
  </contact>
</PractitionerRole>