Estonian Base Implementation Guide
1.0.0 - ballot Estonia flag

Estonian Base Implementation Guide, published by HL7 Estonia. 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/HL7EE/ig-ee-base/ and changes regularly. See the Directory of published versions

: Mart Mets (verified patient) - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="pat1"/>
  <meta>
    <profile value="https://fhir.ee/StructureDefinition/ee-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Mart Mets (Official)</b> male, DoB: 1973-02-10 ( <a href="NamingSystem-pid-est-ni.html" title="The personal national identification code of Estonian citizens and residents.">Estonian Personal National Identification Code</a>/37302102711)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3"><code>https://fhir.ee/sid/pid/est/ppn</code>/K0307337 (period: (?) --&gt; 2023-12-28)</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10(work)</td></tr></table></div>
  </text>
  <identifier>
    <system value="https://fhir.ee/sid/pid/est/ni"/>
    <value value="37302102711"/>
  </identifier>
  <identifier>
    <system value="https://fhir.ee/sid/pid/est/ppn"/>
    <value value="K0307337"/>
    <period>
      <end value="2023-12-28"/>
    </period>
    <assigner>
      <display value="Estonian Police and Board Agency"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Mets"/>
    <given value="Mart"/>
  </name>
  <gender value="male"/>
  <birthDate value="1973-02-10">
    <extension
               url="https://fhir.ee/StructureDefinition/ee-date-accuracy-indicator">
      <valueCoding>
        <system value="https://fhir.ee/CodeSystem/date-accuracy-indicator"/>
        <code value="AAA"/>
        <display value="Day, month and year are accurate"/>
      </valueCoding>
    </extension>
  </birthDate>
  <address>
    <extension url="https://fhir.ee/StructureDefinition/ee-ads-adr-id">
      <valueCoding>
        <system value="https://fhir.ee/CodeSystem/ads-adr-id"/>
        <code value="2280361"/>
      </valueCoding>
    </extension>
    <extension url="https://fhir.ee/StructureDefinition/ee-ads-oid">
      <valueCoding>
        <system value="https://fhir.ee/CodeSystem/ads-oid"/>
        <code value="ME03379409"/>
      </valueCoding>
    </extension>
    <extension url="https://fhir.ee/StructureDefinition/ee-ehak">
      <valueCoding>
        <system value="https://fhir.ee/sid/ehak"/>
        <code value="0387"/>
      </valueCoding>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/address-official">
      <valueBoolean value="true"/>
    </extension>
    <use value="work"/>
    <text value="Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10"/>
    <city value="Tallinn"/>
    <state value="Harju"/>
    <postalCode value="14215"/>
    <country value="EE"/>
  </address>
</Patient>