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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeCodeSystem
IdCodeSystem-prescriber-role.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": "CodeSystem",
  "id": "959a0a2f-73e3-4c6e-8e99-babb6b3a4296",
  "url": "https://fhir.nhs.uk/CodeSystem/prescriber-role",
  "version": "0.0.1-prerelease",
  "name": "PrescriberRole",
  "status": "draft",
  "date": "2022-05-19T00:00:00+00:00",
  "publisher": "NHS Digital",
  "description": "Prescriber Role. Roles used within FP10 prescriptions",
  "copyright": "Copyright © 2022 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "GP",
      "display": "General Practitioner"
    },
    {
      "code": "CPNP",
      "display": "Community Practitioner Nurse Prescriber"
    },
    {
      "code": "NISP",
      "display": "Nurse Independent/Supplementary Prescriber"
    },
    {
      "code": "SP",
      "display": "Supplementary Prescribers"
    },
    {
      "code": "HU",
      "display": "Hospital Unit"
    },
    {
      "code": "DENTAL",
      "display": "Dentist"
    },
    {
      "code": "OOH",
      "display": "Out of Hours (OOH) Centre prescribers"
    }
  ]
}