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

: ITBPractitionerRoleExample - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="ITBPractitionerRoleExample"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole ITBPractitionerRoleExample</b></p><a name="ITBPractitionerRoleExample"> </a><a name="hcITBPractitionerRoleExample"> </a><p><b>ITB Binary Reference Extension</b>: <a href="#hcITBPractitionerRoleExample/dceda771-ab94-43da-b2a1-de3941bd76f7">Binary: image/bmp (12 bytes base64)</a></p><p><b>active</b>: true</p><p><b>period</b>: 2021-01-01 10:23:00+0100 --&gt; (ongoing)</p><p><b>practitioner</b>: <a href="Practitioner/1234567">Tandläkar Nils Nilsson</a></p><p><b>organization</b>: <a href="Organization/1234567">Nils Nilsson AB</a></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 106289002}">tandläkare</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 106289002}">tandläkare</span></p><p><b>healthcareService</b>: <a href="HealthcareService/1234567">My Healthcare servicecenter</a></p><p><b>endpoint</b>: <a href="http://fhir.link/jdjdjdj">OpusDatabas</a></p><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Binary #dceda771-ab94-43da-b2a1-de3941bd76f7</b></p><a name="ITBPractitionerRoleExample/dceda771-ab94-43da-b2a1-de3941bd76f7"> </a><a name="hcITBPractitionerRoleExample/dceda771-ab94-43da-b2a1-de3941bd76f7"> </a><p><b>contentType</b>: image/bmp</p><p><b>securityContext</b>: <code>6c5e67e6-1ee6-4e46-bd6f-560c9ddfaa42</code></p><p><b>data</b>: <code>dGVzdHRlc3Q=</code></p></blockquote></div>
  </text>
  <contained>
    <Binary>
      <id value="dceda771-ab94-43da-b2a1-de3941bd76f7"/>
      <contentType value="image/bmp"/>
      <securityContext>
        <reference value="6c5e67e6-1ee6-4e46-bd6f-560c9ddfaa42"/>
      </securityContext>
      <data value="dGVzdHRlc3Q="/>
    </Binary>
  </contained>
  <extension
             url="http://portal.wof.purified.link/fhir/StructureDefinition/extBinaryReference">
    <valueReference>
      <reference value="#dceda771-ab94-43da-b2a1-de3941bd76f7"/>
    </valueReference>
  </extension>
  <active value="true"/>
  <period>
    <start value="2021-01-01T10:23:00+01:00"/>
  </period>
  <practitioner>
    <reference value="Practitioner/1234567"/>
    <display value="Tandläkar Nils Nilsson"/>
  </practitioner>
  <organization>
    <reference value="Organization/1234567"/>
    <display value="Nils Nilsson AB"/>
  </organization>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="106289002"/>
    </coding>
    <text value="tandläkare"/>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="106289002"/>
    </coding>
    <text value="tandläkare"/>
  </specialty>
  <healthcareService>
    <reference value="HealthcareService/1234567"/>
    <display value="My Healthcare servicecenter"/>
  </healthcareService>
  <endpoint>
    <reference value="http://fhir.link/jdjdjdj"/>
    <display value="OpusDatabas"/>
  </endpoint>
</PractitionerRole>