Hello.
I continue working on Dispensing part. So after successfull download of nominated prescriptions + download prescription by id, I try to return downloaded prescription. After resolving a few exception by 4XX responses, where I had precise description what I need to add, like “Expected at least 1 element
where system in
[https://fhir.nhs.uk/CodeSystem/NHSDigital-SDS-JobRoleCode,
https://fhir.hl7.org.uk/CodeSystem/UKCore-SDSJobRoleName\\].“,
I’ve met another issue that looks like that:
”Operation was unsuccessful, and returned status InternalServerError. OperationOutcome: Overall result: FAILURE (1 errors and 0 warnings)
[ERROR] (no details)(further diagnostics: 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-5230614199230311821-b-geu2-2305933-104527745-1))”
First thing is that we use mock authentication flow to exchange tokens via user-restricted scenario.
Probably the issue is with the roled_id, useruid or anything else. But I cannot prove it.
Any ideas?