FHIR IG analytics| Package | uk.nhsdigital.r4 |
| Resource Type | CodeSystem |
| Id | CodeSystem-EPS-task-dispense-withdraw-type.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}