HealthSense Implementation Guide (Taltech)
0.1.0 - ci-build

HealthSense Implementation Guide (Taltech), published by Taltech. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/e-medlab/healthsense/ and changes regularly. See the Directory of published versions

: Patients - Igor Bossenko - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="pat1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient pat1</b></p><a name="pat1"> </a><a name="hcpat1"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Igor Bossenko (official) Male, DoB: 1973-02-10 ( urn:pin:hl7.ee:pid:ni:est#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 Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li><code>urn:pin:hl7.ee:pid:ni:uzb</code>/31002736540023</li><li><code>urn:pin:hl7.ee:pid:cz:est</code>/AB0421183 (, period: (?) --&gt; 2023-12-28)</li><li><code>urn:pin:hl7.ee:pid:ppn:est</code>/K0307337 (, period: (?) --&gt; 2023-12-28)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Valukoja 10 Tallinn 14215 EST </td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:pin:hl7.ee:pid:ni:est"/>
    <value value="37302102711"/>
  </identifier>
  <identifier>
    <system value="urn:pin:hl7.ee:pid:ni:uzb"/>
    <value value="31002736540023"/>
  </identifier>
  <identifier>
    <system value="urn:pin:hl7.ee:pid:cz:est"/>
    <value value="AB0421183"/>
    <period>
      <end value="2023-12-28"/>
    </period>
    <assigner>
      <display value="Estonian Police and Board Agency"/>
    </assigner>
  </identifier>
  <identifier>
    <system value="urn:pin:hl7.ee:pid:ppn:est"/>
    <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="Bossenko"/>
    <given value="Igor"/>
  </name>
  <gender value="male"/>
  <birthDate value="1973-02-10"/>
  <address>
    <line value="Valukoja 10"/>
    <city value="Tallinn"/>
    <postalCode value="14215"/>
    <country value="EST"/>
  </address>
</Patient>