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 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "PractitionerRole",
  "id" : "UKCore-PractitionerRole-Example",
  "meta" : {
    "profile" : [
      "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-PractitionerRole"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.nhs.uk/Id/sds-role-profile-id",
      "value" : "100334993514"
    }
  ],
  "practitioner" : {
    "reference" : "Practitioner/UKCore-Practitioner-Example"
  },
  "organization" : {
    "reference" : "Organization/UKCore-Organisation-Example"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.nhs.uk/R4/CodeSystem/UKCore-SDSJobRoleName",
          "code" : "R0260",
          "display" : "General Medical Practitioner"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "408443003",
          "display" : "General medical practice"
        }
      ]
    }
  ],
  "location" : [
    {
      "reference" : "Location/UKCore-Location-Example"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0113 6323200",
      "use" : "work"
    }
  ]
}