Hi,
we’re receiving a timeout when trying to use the A014 endpoint in DEP. Other endpoints are working fine.
Time: 21/05/2026 06:34:37
Application ID: 6e0409c6-0514-4944-a436-2b5afd43cc2b
correlation-id: 247e29ec-76ba-4aa2-bfac-dc36d277dee9
curl --location ‘https://dep.api.service.nhs.uk/referrals-dep/FHIR/STU3/ReferralRequest/000049534849/$ers.rejectReferral’ \
–header ‘accept: application/fhir+json’ \
–header ‘content-type: application/fhir+json’ \
–header ‘nhsd-end-user-organisation-ods: RTX’ \
–header ‘nhsd-ers-business-function: SERVICE_PROVIDER_CLINICIAN_ADMIN’ \
–header ‘nhsd-ers-on-behalf-of-user-id: 125448493028’ \
–header ‘x-correlation-id: 247e29ec-76ba-4aa2-bfac-dc36d277dee9’ \
–header ‘Authorization: Bearer GwSJh3FNgrphbl05nHQmVMFVVoNo’ \
–header ‘If-Match: W/“7”’ \
–data ‘{
“meta”: {
“profile”: [
“https://fhir.nhs.uk/STU3/StructureDefinition/eRS-RejectReferral-Parameters-1”
]
},
“resourceType”: “Parameters”,
“parameter”: [
{
“name”: “rejectionReason”,
“valueCoding”: {
“system”: “https://dep.api.service.nhs.uk/referrals-dep/FHIR/STU3/CodeSystem/APPOINTMENT-CANCELLATION-REASON”,
“code”: “SERVICE_INAPPROPRIATE”
}
},
{
“name”: “rejectionComments”,
“valueString”: “This is a sample comment”
}
]
}’
Thanks, Rob