FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypePractitionerRole
IdUKCore-PractitionerRole-GeneralPractitioner-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "PractitionerRole",
  "id": "UKCore-PractitionerRole-GeneralPractitioner-Example",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
      "value": "100334993514"
    }
  ],
  "practitioner": {
    "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
  },
  "organization": {
    "reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "62247001",
          "display": "General practitioner"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
          "code": "600",
          "display": "General Medical Practice"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0113 6323200",
      "use": "work"
    }
  ]
}