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

: PractRoleD12345 - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="PractRoleD12345"/>
  <meta>
    <profile
             value="https://fhir.ee/base/StructureDefinition/ee-practitioner-role"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole PractRoleD12345</b></p><a name="PractRoleD12345"> </a><a name="hcPractRoleD12345"> </a><a name="PractRoleD12345-en-US"> </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="https://fhir.ee/packages/ee-base/1.1.1/site/StructureDefinition-ee-practitioner-role.html">EEBase PractitionerRole</a></p></div><p><b>active</b>: true</p><p><b>period</b>: 2012-01-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href="Practitioner-D12345.html">Practitioner Mart Murakas </a></p><p><b>organization</b>: <a href="Organization-rh.html">Organization Rakvere Haigla</a></p><p><b>code</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}">Doctor</span>, <span title="Codes:{https://fhir.ee/CodeSystem/ee-occupation 22122501}">Pediaater</span></p><p><b>specialty</b>: <span title="Codes:{https://fhir.ee/CodeSystem/ee-medre-specialty E290}">Pediaatria</span>, <span title="Codes:{https://fhir.ee/CodeSystem/ee-medre-specialty E670}">Pediaatria allergoloogia lisapädevusega</span></p></div>
  </text>
  <active value="true"/>
  <period>
    <start value="2012-01-01"/>
  </period>
  <practitioner>🔗 
    <reference value="Practitioner/D12345"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/rh"/>
  </organization>
  <code>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/practitioner-role"/>
      <code value="doctor"/>
      <display value="Doctor"/>
    </coding>
  </code>
  <code>
    <coding>
      <system value="https://fhir.ee/CodeSystem/ee-occupation"/>
      <code value="22122501"/>
      <display value="Pediaater"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="https://fhir.ee/CodeSystem/ee-medre-specialty"/>
      <code value="E290"/>
      <display value="Pediaatria"/>
    </coding>
  </specialty>
  <specialty>
    <coding>
      <system value="https://fhir.ee/CodeSystem/ee-medre-specialty"/>
      <code value="E670"/>
      <display value="Pediaatria allergoloogia lisapädevusega"/>
    </coding>
  </specialty>
</PractitionerRole>