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
<Patient xmlns="http://hl7.org/fhir">
<id value="patunk"/>
<meta>
<profile value="https://fhir.ee/base/StructureDefinition/ee-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient patunk</b></p><a name="patunk"> </a><a name="hcpatunk"> </a><a name="patunk-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Tundmatu naine(nickname) Female, DoB: ( https://fhir.ee/sid/pid/est/mr#74569215-34534563-mfhsjq)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">false</td></tr></table></div>
</text>
<identifier>
<system value="https://fhir.ee/sid/pid/est/mr"/>
<value value="74569215-34534563-mfhsjq"/>
</identifier>
<active value="false"/>
<name>
<use value="nickname"/>
<text value="Tundmatu naine"/>
</name>
<gender value="female"/>
<birthDate>
<extension
url="https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator">
<valueCoding>
<system value="https://fhir.ee/CodeSystem/date-accuracy-indicator"/>
<code value="UUU"/>
</valueCoding>
</extension>
<extension url="https://fhir.ee/base/StructureDefinition/ee-patient-age">
<valueAge>
<value value="40"/>
<unit value="years"/>
<system value="http://unitsofmeasure.org"/>
<code value="a"/>
</valueAge>
</extension>
</birthDate>
</Patient>