Patsiendi elulõpu tahteavaldus
0.1.0 - trial-use

Patsiendi elulõpu tahteavaldus, published by TEHIK. 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/TEHIK-EE/ig-ee-pet/ and changes regularly. See the Directory of published versions

: Perearsti näidis - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner-example</b></p><a name="practitioner-example"> </a><a name="hcpractitioner-example"> </a><p><b>identifier</b>: <code>https://example.ee/fhir/sid/hcp-person-id</code>/38101010021</p><p><b>active</b>: true</p><p><b>name</b>: Katrin Tamm (Official)</p><p><b>telecom</b>: <a href="tel:+3726001234">+3726001234</a></p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Arst</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="https://example.ee/fhir/sid/hcp-person-id"/>
    <value value="38101010021"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Tamm"/>
    <given value="Katrin"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+3726001234"/>
    <use value="work"/>
  </telecom>
  <qualification>
    <code>
      <text value="Arst"/>
    </code>
  </qualification>
</Practitioner>