ITB Implementation Guide
0.1.0 - Release Label

ITB Implementation Guide, published by . 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/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions

: ITBPractitioner - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ITBPractitioner"/>
  <meta>
    <lastUpdated value="2021-02-03T10:02:00+01:00"/>
    <profile
             value="http://portal.wof.purified.link/fhir/StructureDefinition/ITBPractitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner ITBPractitioner</b></p><a name="ITBPractitioner"> </a><a name="hcITBPractitioner"> </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">Last updated: 2021-02-03 10:02:00+0100</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ITBPractitioner.html">ITB Practitioner</a></p></div><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.2428.90.1.5</code>/12121212345, employeeId/470, employeeNo/2, employeeLicenseId/2046</p><p><b>active</b>: true</p><p><b>name</b>: Tannlege Kurt Karlsson</p><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: PractitionerRole #Inline-Instance-for-470-1</b></p><a name="ITBPractitioner/Inline-Instance-for-470-1"> </a><a name="hcITBPractitioner/Inline-Instance-for-470-1"> </a><p><b>active</b>: false</p><p><b>organization</b>: <a href="Organization/559">Organization/559</a></p><p><b>code</b>: <span title="Codes:">WorksAt</span></p><p><b>specialty</b>: <span title="Codes:{http://opusdental.purified.link/fhir/CodeSystem/csPractitionerQualification dentist}">Dentist</span></p><p><b>endpoint</b>: <a href="http://fhir.link/jdjdjdj">OpusDatabas</a></p></blockquote></div>
  </text>
  <contained>
    <PractitionerRole>
      <id value="Inline-Instance-for-470-1"/>
      <active value="false"/>
      <organization>
        <reference value="Organization/559"/>
      </organization>
      <code>
        <text value="WorksAt"/>
      </code>
      <specialty>
        <coding>
          <system
                  value="http://opusdental.purified.link/fhir/CodeSystem/csPractitionerQualification"/>
          <code value="dentist"/>
        </coding>
        <text value="Dentist"/>
      </specialty>
      <endpoint>
        <reference value="http://fhir.link/jdjdjdj"/>
        <display value="OpusDatabas"/>
      </endpoint>
    </PractitionerRole>
  </contained>
  <identifier>
    <system value="urn:oid:1.3.6.1.4.1.2428.90.1.5"/>
    <value value="12121212345"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier"/>
        <code value="employeeId"/>
      </coding>
    </type>
    <system value="itbDev-colosseum-opus-nationaltheatret"/>
    <value value="470"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier"/>
        <code value="employeeNo"/>
      </coding>
    </type>
    <system value="itbDev-colosseum-opus-nationaltheatret"/>
    <value value="2"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier"/>
        <code value="employeeLicenseId"/>
      </coding>
    </type>
    <system value="itbDev-colosseum-opus-nationaltheatret"/>
    <value value="2046"/>
  </identifier>
  <active value="true"/>
  <name>
    <text value="Tannlege Kurt Karlsson"/>
    <family value="Lyngtest"/>
    <given value="Kenth"/>
  </name>
</Practitioner>