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

FHIR IG analytics

Packageuk.nhsdigital.r4
Resource TypeCodeSystem
IdCodeSystem-EPS-task-business-status.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": "34b24505-0e71-4df0-afae-2bdaaac41fccn",
  "url": "https://fhir.nhs.uk/CodeSystem/EPS-task-business-status",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/identifier/CodeSystem",
      "value": "EPS-task-business-status"
    }
  ],
  "version": "1.0.1",
  "name": "EPSPrescriptionBusinessStatus",
  "title": "EPS Prescription (Business) Status",
  "status": "draft",
  "experimental": true,
  "date": "2020-11-24",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Describes the status of a prescription or of an item on a prescription.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "0001",
      "display": "To be Dispensed"
    },
    {
      "code": "0002",
      "display": "With Dispenser"
    },
    {
      "code": "0003",
      "display": "With Dispenser - Active"
    },
    {
      "code": "0004",
      "display": "Expired"
    },
    {
      "code": "0005",
      "display": "Cancelled"
    },
    {
      "code": "0006",
      "display": "Dispensed"
    },
    {
      "code": "0007",
      "display": "Not Dispensed"
    }
  ]
}