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

: Practitioners - Peeter Ross - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="pr1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner pr1</b></p><a name="pr1"> </a><a name="hcpr1"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.28284.2</code>/D00007</p><p><b>active</b>: true</p><p><b>name</b>: Peeter Ross </p><p><b>address</b>: Ravi 18 Tallinn </p></div>
  </text>
  <identifier>
    <system value="urn:oid:1.3.6.1.4.1.28284.2"/>
    <value value="D00007"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Ross"/>
    <given value="Peeter"/>
  </name>
  <address>
    <line value="Ravi 18"/>
    <city value="Tallinn"/>
  </address>
</Practitioner>