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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypePractitionerRole
IdPractitionerRole-pass.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": "6dc16793-61c2-44b8-8d0f-f872101c016e",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
      "value": "125686540025"
    }
  ],
  "practitioner": {
    "identifier": {
      "system": "https://fhir.hl7.org.uk/Id/gmp-number",
      "value": "G1234567"
    },
    "display": "Dr Razia Ali"
  },
  "organization": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "M85011"
    },
    "display": "THE SWAN MEDICAL CENTRE"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/CodeSystem/NHSDigital-SDS-JobRoleCode",
          "code": "R0260"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
          "code": "100",
          "display": "GENERAL SURGERY"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "01234567890",
      "use": "work"
    }
  ]
}