We started getting 500s every time we connects to Cerner sandbox to test out app. Tried restarting local app, running on a different machine, clearing browser cache, using other browser, all the usual suspects, with no success.
This seems to be an internal server error on Cerner side of things. Application seems to fail when fetching observations. Here are the details:
Steps to reproduce:
* select localhost application to test
* select a test patient
* log into sandbox
* observe:
** Error 500 in browser console - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
The following error is recorded:
{
"error": {
"readyState": 4,
"responseText": "Internal service error from resource store",
"status": 500,
"statusText": "Internal Server Error"
},
"data": {
"readyState": 4,
"responseText": "Internal service error from resource store",
"status": 500,
"statusText": "Internal Server Error"
},
"config": {
"query": {
"code": {
"$or": [
"http://loinc.org|8302-2",
"http://loinc.org|3141-9"
]
},
"patient": "4342008"
},
"type": "Observation",
"baseUrl": "https://fhir-ehr.sandboxcerner.com/dstu2/...",
"auth": {
"bearer": "..."
},
"patient": "4342008",
"headers": {
"Authorization": "Bearer ...",
"Accept": "application/json",
"Content-Type": "application/json"
},
"credentials": "",
"method": "GET",
"url": "https://fhir-ehr.sandboxcerner.com/dstu2/.../Observation?code=http%3A%2F%2Floinc.org%7C8302-2%2Chttp%3A%2F%2Floinc.org%7C3141-9&patient=4342008",
"params": {}
}
}
X-Request-Id:
6393be2f15e6b1947b1dd77deef72113
Kind regards,
Paul