Lithuanian Prostate Diagnostics Implementation Guide
0.0.1 - ci-build Lithuania flag

Lithuanian Prostate Diagnostics 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-prostate/ and changes regularly. See the Directory of published versions

: Patient: Male (example)

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-male-example"/>
  <meta>
    <profile value="https://hl7.lt/fhir/base/StructureDefinition/patient-lt"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xml:lang="en" lang="en"><hr/><p><b>English</b></p><hr/><p class="res-header-id"><b>Generated Narrative: Patient patient-male-example</b></p><a name="patient-male-example"> </a><a name="hcpatient-male-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;">Tomas Kazlauskas(official) Male, DoB: 1980-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-20001 (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>/38001011234 (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:+37061234567">+370 61234567</a></li><li>Kalvarijų g. 25 Vilnius LT-09309 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="38001011234"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <system value="http://hospital-lt.lt/patient-id"/>
    <value value="HOSPLT-20001"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="Tomas Kazlauskas"/>
    <family value="Kazlauskas"/>
    <given value="Tomas"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+370 61234567"/>
    <use value="mobile"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1980-01-01"/>
  <address>
    <use value="home"/>
    <line value="Kalvarijų g. 25"/>
    <city value="Vilnius"/>
    <postalCode value="LT-09309"/>
    <country value="LT"/>
  </address>
</Patient>