Skip to Main Content

R4 APIs (Millennium)

Announcement

For information related to the Oracle Partner Network (OPN) Industry Healthcare Track please visit our OPN Industry Healthcare Program page.

For specific questions related to Oracle Partner Network (OPN), please contact Partner Assistance.

Millennium FHIR and non-FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com
Soarian FHIR API Specifications and Supporting Documents can be found HERE on docs.oracle.com.

Unable to Access Binary CCD ($autogen-ccd-if) – Getting 403 Forbidden Despite Having system/Binary.read Scope

Rohit Singh4 days ago

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.

This post has been answered by Albert-Attila Keresztesi-Oracle on Nov 27 2025
Jump to Answer
Comments
Post Details
Added 4 days ago
2 comments
20 views