HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

PractitionerRole-UKCore-PractitionerRole-Example - XML Representation

(back to description)

Raw xml

Source view


<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="UKCore-PractitionerRole-Example"/>
  <meta>
    <profile
             value="https://fhir.nhs.uk/R4/StructureDefinition/UKCore-PractitionerRole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: UKCore-PractitionerRole-Example</p><p><b>meta</b>: </p><p><b>identifier</b>: 100334993514</p><p><b>practitioner</b>: <a href="PractitionerRole-UKCore-PractitionerRole-Example.html">Generated Summary: id: UKCore-Practitioner-Example; G12345678; Paul Rastall ; ph: 0113 6323200(WORK); gender: male</a></p><p><b>organization</b>: <a href="PractitionerRole-UKCore-PractitionerRole-Example.html">Generated Summary: id: UKCore-Organisation-Example; RR8 (OFFICIAL); name: LEEDS TEACHING HOSPITALS NHS TRUST; ph: 0113 243 3144</a></p><p><b>code</b>: General Medical Practitioner <span style="background: LightGoldenRodYellow">(Details : {https://fhir.nhs.uk/R4/CodeSystem/UKCore-SDSJobRoleName code 'R0260' = 'General Medical Practitioner', given as 'General Medical Practitioner'})</span></p><p><b>specialty</b>: General medical practice <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '408443003' = 'General medical practice (qualifier value)', given as 'General medical practice'})</span></p><p><b>location</b>: <a href="PractitionerRole-UKCore-PractitionerRole-Example.html">Generated Summary: id: UKCore-Location-Example; RR8D7; name: CARDIOLOGY SJUH; <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode CARD}">Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities</span>; ph: 0113 243 3149</a></p><p><b>telecom</b>: ph: 0113 6323200(WORK)</p></div>
  </text>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/sds-role-profile-id"/>
    <value value="100334993514"/>
  </identifier>
  <practitioner>
    <reference value="Practitioner/UKCore-Practitioner-Example"/>
  </practitioner>
  <organization>
    <reference value="Organization/UKCore-Organisation-Example"/>
  </organization>
  <code>
    <coding>
      <system value="https://fhir.nhs.uk/R4/CodeSystem/UKCore-SDSJobRoleName"/>
      <code value="R0260"/>
      <display value="General Medical Practitioner"/>
    </coding>
  </code>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="408443003"/>
      <display value="General medical practice"/>
    </coding>
  </specialty>
  <location>
    <reference value="Location/UKCore-Location-Example"/>
  </location>
  <telecom>
    <system value="phone"/>
    <value value="0113 6323200"/>
    <use value="work"/>
  </telecom>
</PractitionerRole>