FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/bdeb77c1-4788-4ed0-ae4a-4b181c200944

Packageuk.nhsdigital.r4.test
Resource TypeCodeSystem
Idbdeb77c1-4788-4ed0-ae4a-4b181c200944
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.16.0-prerelease&canonical=https://fhir.nhs.uk/CodeSystem/EPS-task-dispense-withdraw-type
URLhttps://fhir.nhs.uk/CodeSystem/EPS-task-dispense-withdraw-type
Version01
Statusdraft
Date2005-04-05
NameEPSDispenseWithdrawType
TitleEPS Dispense Withdraw Type
DescriptionEPS Dispense Withdraw Reason. Taken from HL7v3 UK Cancellation Reason Response
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "bdeb77c1-4788-4ed0-ae4a-4b181c200944",
  "url": "https://fhir.nhs.uk/CodeSystem/EPS-task-dispense-withdraw-type",
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/identifier/CodeSystem",
      "value": "EPS-task-dispense-withdraw-type"
    }
  ],
  "version": "01",
  "name": "EPSDispenseWithdrawType",
  "title": "EPS Dispense Withdraw Type",
  "status": "draft",
  "experimental": false,
  "date": "2005-04-05",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "EPS Dispense Withdraw Reason. Taken from HL7v3 UK Cancellation Reason Response",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "PS",
      "display": "Protocol Supply"
    },
    {
      "code": "PA",
      "display": "Personal Administration"
    },
    {
      "code": "LD",
      "display": "Last Dispense"
    },
    {
      "code": "AD",
      "display": "All Dispenses for an instance"
    }
  ]
}