We are able to get a list of document entries through DocumentReference endpoint using R4 and DSTU2, but when we try to get the Binary, the following error is returned to us.
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "fatal",
"code": "exception",
"details": {
"text": "Internal service error from resource store"
}
}
]
}
When we tested Northern Light Health, it worked as expected, returning a base 64 encoded xml file.
Please help, thanks!
Best,
Wesley