Lithuanian Laboratory Implementation Guide
0.0.1 - ci-build Lithuania vėliava

Lithuanian Laboratory Implementation Guide, published by Lithuanian Medical Library. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7LT/ig-lt-lab/ and changes regularly. See the Directory of published versions

: Patient: Jonas Petrauskas (example)

Neapdorotas xml | Atsisiųsti


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-example"/>
  <meta>
    <profile value="https://hl7.lt/fhir/base/StructureDefinition/patient-lt"/>
  </meta>
  <language value="lt"/>
  <text>
    <status value="generated"/>
    <div xml:lang="lt" lang="lt"><hr/><p><b>Lithuanian</b></p><hr/><p class="res-header-id"><b>Generated Narrative: Patient patient-example</b></p><a name="lt-patient-example"> </a><a name="lt-hcpatient-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Language: en</p><p style="margin-bottom: 0px">Profile: <a href="https://build.fhir.org/ig/HL7LT/ig-lt-base/StructureDefinition-patient-lt.html">PatientLt</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))</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>urn:oid:1.2.3.4.5.6.7.8.9.11</code>/38501019999 (use: official, )</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+37065551234">+370 65551234</a></li><li>Gedimino pr. 10 Vilnius LT-01103 LT (home)</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="urn:oid:1.2.3.4.5.6.7.8.9.11"/>
    <value value="38501019999"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <system value="http://hospital-lt.lt/patient-id"/>
    <value value="HOSPLT-10005"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="Jonas Petrauskas"/>
    <family value="Petrauskas"/>
    <given value="Jonas"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+370 65551234"/>
    <use value="mobile"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1985-01-01"/>
  <address>
    <use value="home"/>
    <line value="Gedimino pr. 10"/>
    <city value="Vilnius"/>
    <postalCode value="LT-01103"/>
    <country value="LT"/>
  </address>
</Patient>