NHS Digital FHIR Implementation Guide (Retired - 2.1.50)

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.

EPS Prescription Cancel

{
"resourceType": "CommunicationRequest",
"id": "4bd6f1a8-a5aa-4d3b-833b-f0dae3222025",
"status": "active",
"subject": {
"type": "Patient",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9453740519"
}
},
"payload": [
{
"contentString": "Prescription for Methotrexate 10mg/0.2ml solution for injection pre-filled syringes (13 July 2020) has been cancelled"
},
{
"reference": "https://int.api.service.nhs.uk/electronic-prescriptions/MedicationRequest/a54219b8-f741-4c47-b662-e4f8dfa49ab6",
"system": "https://fhir.nhs.uk/Id/prescription-order-item-number",
"value": "a54219b8-f741-4c47-b662-e4f8dfa49ab6"
}
}
}
],
"type": "Organization",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "X2601"
},
"display": "NHS Digital Spine"
},
{
"type": "Patient",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9453740519"
}
},
{
"type": "Organization",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "A99968"
}
}
],
{
"coding": [
{
"system": "https://fhir.nhs.uk/CodeSystem/message-event",
"code": "prescription-order-response",
"display": "Prescription Order Response"
}
]
}
]
}
<CommunicationRequest xmlns="http://hl7.org/fhir">
<id value="4bd6f1a8-a5aa-4d3b-833b-f0dae3222025" />
<status value="active" />
<type value="Patient" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9453740519" />
</identifier>
</subject>
<contentString value="Prescription for Methotrexate 10mg/0.2ml solution for injection pre-filled syringes (13 July 2020) has been cancelled" />
</payload>
<reference value="https://int.api.service.nhs.uk/electronic-prescriptions/MedicationRequest/a54219b8-f741-4c47-b662-e4f8dfa49ab6" />
<system value="https://fhir.nhs.uk/Id/prescription-order-item-number" />
<value value="a54219b8-f741-4c47-b662-e4f8dfa49ab6" />
</identifier>
</contentReference>
</payload>
<type value="Organization" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="X2601" />
</identifier>
<display value="NHS Digital Spine" />
</requester>
<type value="Patient" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9453740519" />
</identifier>
</recipient>
<type value="Organization" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="A99968" />
</identifier>
</recipient>
<system value="https://fhir.nhs.uk/CodeSystem/message-event" />
<code value="prescription-order-response" />
<display value="Prescription Order Response" />
</coding>
</reasonCode>
</CommunicationRequest>
CommunicationRequest
back to top