FHIR IG analytics| Package | uk.nhsdigital.r4 |
| Resource Type | CommunicationRequest |
| Id | CommunicationRequest-eps-medication-dispatch.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CommunicationRequest",
"id": "7dd3a8e2-bc45-4676-9582-7208febd5bc0",
"status": "active",
"subject": {
"type": "Patient",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9876543210"
},
"display": "Miss Bernie Kanfeld"
},
"payload": [
{
"contentString": "Your medication Paracetamol 500mg soluble tablets (Alliance Healthcare (Distribution) Ltd) 60 tablet has been dispatched."
},
{
"contentReference": {
"reference": "https://int.api.service.nhs.uk/electronic-prescriptions/MedicationDispense/fd833d33-f128-4fa2-a807-1fc8a7db2658",
"identifier": {
"system": "https://fhir.nhs.uk/Id/prescription-dispense-item-number",
"value": "fd833d33-f128-4fa2-a807-1fc8a7db2658"
}
}
}
],
"requester": {
"type": "Organization",
"identifier": {
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "VNE51"
},
"display": "The simple pharmacy"
},
"recipient": [
{
"type": "Patient",
"identifier": {
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9876543210"
},
"display": "Miss Bernie Kanfeld"
}
],
"reasonCode": [
{
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/message-event",
"code": "dispense-notification",
"display": "Dispense Notification"
}
]
}
]
}