FHIR IG analytics| Package | uk.nhsdigital.r4 |
| Resource Type | CodeSystem |
| Id | message-reason-prescription.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "message-reason-prescription",
"url": "https://fhir.nhs.uk/CodeSystem/message-reason-prescription",
"identifier": [
{
"system": "https://fhir.nhs.uk/identifier/message-reason-code",
"value": "message-reason-prescription"
}
],
"version": "1.0.1",
"name": "MessageReasonPrescription",
"title": "Message Reason Prescription",
"status": "draft",
"date": "2020-09-23",
"publisher": "NHS Digital",
"contact": [
{
"name": "NHS Digital",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "Message reason Prescription codes.",
"copyright": "Copyright © 2019 NHS Digital",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "cancel",
"display": "Cancel",
"definition": "Cancellation of prescription"
},
{
"code": "notification",
"display": "Notification",
"definition": "Notification of prescription or dispense"
},
{
"code": "claim",
"display": "Claim",
"definition": "Prescription claim"
}
]
}