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
<Practitioner xmlns="http://hl7.org/fhir">
<id value="D12345"/>
<meta>
<profile
value="https://fhir.ee/base/StructureDefinition/ee-practitioner"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner D12345</b></p><a name="D12345"> </a><a name="hcD12345"> </a><a name="D12345-en-US"> </a><p><b>identifier</b>: <code>https://fhir.ee/sid/pro/est/pho</code>/D12345, <a href="https://fhir.ee/packages/terminology/0.2.2/site/NamingSystem-pid-est-ni.html" title="The personal national identification code of Estonian citizens and residents.">Estonian Personal National Identification Code</a>/35006080229</p><p><b>active</b>: true</p><p><b>name</b>: Mart Murakas </p></div>
</text>
<identifier>
<system value="https://fhir.ee/sid/pro/est/pho"/>
<value value="D12345"/>
</identifier>
<identifier>
<system value="https://fhir.ee/sid/pid/est/ni"/>
<value value="35006080229"/>
</identifier>
<active value="true"/>
<name>
<family value="Murakas"/>
<given value="Mart"/>
</name>
</Practitioner>