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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypePractitionerRole
IdHealthcare-Worker-PractitionerRole-GP-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": "Healthcare-Worker-PractitionerRole-GP-Example",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
      "value": "125686540025"
    }
  ],
  "active": true,
  "period": {
    "start": "2024-09-30"
  },
  "practitioner": {
    "reference": "https://directoryservice.example.nhs.uk/FHIR/R4/Practitioner/3415870201",
    "identifier": {
      "system": "https://fhir.hl7.org.uk/Id/gmp-number",
      "value": "G1234567"
    },
    "display": "Dr Razia Ali"
  },
  "organization": {
    "reference": "https://directoryservice.example.nhs.uk/FHIR/R4/Organization/M85011",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/ods-organization-code",
      "value": "M85011"
    },
    "display": "THE SWAN MEDICAL CENTRE"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/England/CodeSystem/England-JobRoleCode",
          "code": "01025"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/England/CodeSystem/England-SDSJobRoleName",
          "code": "R0260"
        }
      ]
    }
  ]
}