Medication Scheme Implementation Guide
1.0.0 - draft
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
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="PractRoleN98765"/>
<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 PractRoleN98765</b></p><a name="PractRoleN98765"> </a><a name="hcPractRoleN98765"> </a><a name="PractRoleN98765-en-US"> </a><p><b>active</b>: true</p><p><b>period</b>: 2012-01-01 --> (ongoing)</p><p><b>practitioner</b>: <a href="Practitioner-N98765.html">Practitioner Laura Õde </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 nurse}">Nurse</span>, <span title="Codes:{https://fhir.ee/CodeSystem/ee-occupation 22210502}">Õde</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394810000}">Rheumatology</span>, <span title="Codes:{https://fhir.ee/CodeSystem/ee-medre-specialty N200}">Kliiniline õendus</span></p></div>
</text>
<active value="true"/>
<period>
<start value="2012-01-01"/>
</period>
<practitioner>🔗
<reference value="Practitioner/N98765"/>
</practitioner>
<organization>🔗
<reference value="Organization/rh"/>
</organization>
<code>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/practitioner-role"/>
<code value="nurse"/>
<display value="Nurse"/>
</coding>
</code>
<code>
<coding>
<system value="https://fhir.ee/CodeSystem/ee-occupation"/>
<code value="22210502"/>
<display value="Õde"/>
</coding>
</code>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394810000"/>
<display value="Rheumatology"/>
</coding>
</specialty>
<specialty>
<coding>
<system value="https://fhir.ee/CodeSystem/ee-medre-specialty"/>
<code value="N200"/>
<display value="Kliiniline õendus"/>
</coding>
</specialty>
</PractitionerRole>