Hi all, I’m trying to send a prescription to NHS Integration Environment using a mock auth access_token (https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/testing-with-our-mock-authorisation-service-using-nhs-cis2---separate-authentication).
EPS $prepare API call is successful, but DSS /signaturerequest is failing with below error:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "unknown",
"details": {
"coding": [
{
"system": "https://fhir.nhs.uk/R4/CodeSystem/Spine-ErrorOrWarningCode",
"version": "1",
"code": "UNKNOWN_ERROR",
"display": "An unknown error occurred processing this request. Contact us for assistance diagnosing this issue: https://digital.nhs.uk/developer/help-and-support. (Message ID: rrt-5733169623912723145-a-geu2-403804-82156213-1)"
}
]
}
}
]
}
Error has been observed at the following site(s):
*__checkpoint ⇢ 500 from POST https://int.api.service.nhs.uk/signing-service/signaturerequest
Questions:
- What is this error is trying to say? how can I get the exact issue?
- Why is the DSS is returning an
OperationOutcomeresponse when the documentation says otherwise. - Should I assume DSS sends
OperationOutcomefor 5xx errors and the one shown in the below screenshot for 4xx errors?
