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
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="Doe2Doe"/>
<meta>
<profile
value="https://fhir.ee/base/StructureDefinition/ee-related-person"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson Doe2Doe</b></p><a name="Doe2Doe"> </a><a name="hcDoe2Doe"> </a><a name="Doe2Doe-en-US"> </a><p><b>patient</b>: <a href="Patient-pat2.html">John Doe Male, DoB Unknown ( https://fhir.ee/sid/pid/usa/ppn#N857623628)</a></p><p><b>relationship</b>: <span title="Codes:{http://snomed.info/sct 127848009}">Spouse</span>, <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleClass NOK}">Next of kin</span></p><p><b>name</b>: Jane Doe </p><p><b>gender</b>: Female</p></div>
</text>
<patient>🔗
<reference value="Patient/pat2"/>
</patient>
<relationship>
<coding>
<system value="http://snomed.info/sct"/>
<code value="127848009"/>
<display value="Spouse"/>
</coding>
</relationship>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleClass"/>
<code value="NOK"/>
<display value="Next of kin"/>
</coding>
</relationship>
<name>
<family value="Doe"/>
<given value="Jane"/>
</name>
<gender value="female"/>
</RelatedPerson>