Hello team,
I am trying to retrieve a CCD document from Cerner using the Binary endpoint:
GET https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Binary/$autogen-ccd-if?patient=13160351
However, I consistently receive the following error:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "forbidden",
"details": {
"text": "Forbidden resource"
},
"expression": [
"http.Authorization"
]
}
]
}
X-Request-ID = /6ECFF3D2114792BF4BE7B26F32B13BE4+0FLF_YSRL
opc-request-id = /6ECFF3D2114792BF4BE7B26F32B13BE4/73974C902CC1BFC3D5C4C339AFB780ED
Thank you!
Any clarification on required scopes, tenant configuration, or known restrictions for the Binary CCD endpoint would be very helpful.