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