Hi,
We are getting the error below on accessing the endpoint https://int.api.service.nhs.uk/personal-demographics/FHIR/R4/Patient/9733856150 . We use application restricted access mode to access the endpoint till last week it was just working fine, suddenly it is started throwing error. Any help on this please
Response:
{
“resourceType”: “OperationOutcome”,
“issue”: [
{
“severity”: “error”,
“code”: “unknown”,
“details”: {
“coding”: [
{
“system”: “https://fhir.nhs.uk/R4/CodeSystem/Spine-ErrorOrWarningCode”,
“version”: “1”,
“code”: “UNKNOWN_ERROR”,
“display”: “Unknown Error”
}
]
},
“diagnostics”: “An unknown error occurred processing this request. … (Message ID: rrt-3184192089488026694-a-geu2-421633-130369097-1)”
}
]
}