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

: Roles - Practitioner Peeter Ross at ITK - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="pr1org1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole pr1org1</b></p><a name="pr1org1"> </a><a name="hcpr1org1"> </a><p><b>active</b>: true</p><p><b>period</b>: 1998-01-01 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href="Practitioner-pr1.html">Practitioner Peeter Ross </a></p><p><b>organization</b>: <a href="Organization-org1.html">Organization East Tallinn Central Hospital</a></p><p><b>code</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/practitioner-role doctor}">Doctor</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394914008}">Radiology</span></p></div>
  </text>
  <active value="true"/>
  <period>
    <start value="1998-01-01"/>
  </period>
  <practitioner>🔗 
    <reference value="Practitioner/pr1"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/org1"/>
  </organization>
  <code>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/practitioner-role"/>
      <code value="doctor"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394914008"/>
      <display value="Radiology"/>
    </coding>
  </specialty>
</PractitionerRole>