HL7 Europe Base and Core FHIR IG
0.0.1-ci - ci-build 150

HL7 Europe Base and Core FHIR IG, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base/ and changes regularly. See the Directory of published versions

: Example PractitionerRole (EU core) - XML Representation

Raw xml | Download


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="practitionerRole-eu-core-example"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/base/StructureDefinition/practitionerRole-eu-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole practitionerRole-eu-core-example</b></p><a name="practitionerRole-eu-core-example"> </a><a name="hcpractitionerRole-eu-core-example"> </a><a name="practitionerRole-eu-core-example-en-US"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href="Practitioner-practitioner-eu-core-example.html">Practitioner John Doe </a></p><p><b>organization</b>: <a href="Organization-example-organization.html">Organization Example Health Organization</a></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 394814009}">General practice (specialty)</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 408443003}">General medical practice</span></p></div>
  </text>
  <active value="true"/>
  <practitioner>🔗 
    <reference value="Practitioner/practitioner-eu-core-example"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/example-organization"/>
  </organization>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394814009"/>
      <display value="General practice (specialty)"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408443003"/>
      <display value="General medical practice"/>
    </coding>
  </specialty>
</PractitionerRole>