Estonian Base Implementation Guide
1.1.1 - trial-use
Estonian Base Implementation Guide, published by HL7 Estonia. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7EE/ig-ee-base/ and changes regularly. See the Directory of published versions
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="PractRoleD98765"/>
<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 PractRoleD98765</b></p><a name="PractRoleD98765"> </a><a name="hcPractRoleD98765"> </a><a name="PractRoleD98765-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-D98765.html">Practitioner Ly Arst </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/occupation 22120901}">Kardioloog</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394579002}">Cardiology</span>, <span title="Codes:{http://snomed.info/sct 1251549008}">Interventional cardiology</span>, <span title="Codes:{https://fhir.ee/CodeSystem/eriala E170}">Kardioloogia</span></p></div>
</text>
<active value="true"/>
<period>
<start value="2012-01-01"/>
</period>
<practitioner>🔗
<reference value="Practitioner/D98765"/>
</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/occupation"/>
<code value="22120901"/>
<display value="Kardioloog"/>
</coding>
</code>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394579002"/>
<display value="Cardiology"/>
</coding>
</specialty>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="1251549008"/>
<display value="Interventional cardiology"/>
</coding>
</specialty>
<specialty>
<coding>
<system value="https://fhir.ee/CodeSystem/eriala"/>
<code value="E170"/>
<display value="Kardioloogia"/>
</coding>
</specialty>
</PractitionerRole>