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.

Unauthorized: Inspite of correct scopes

Viren AggarwalMar 27 2024

Workflow or API calls:

I have been experiencing some issues in the development of a SMART app.

I am permitting the following scopes when I'm trying to generate the access_token via the authorization_code flow in the Cerner login for the hospital "North Kansas City Hospital":

fhirUser launch/patient openid patient/AllergyIntolerance.read patient/Binary.read patient/CarePlan.read patient/CareTeam.read patient/Condition.read patient/Device.read patient/DiagnosticReport.read patient/DocumentReference.read patient/Encounter.read patient/Goal.read patient/Immunization.read patient/MedicationRequest.read patient/Observation.read patient/Patient.read patient/Procedure.read patient/Provenance.read profile

Expected Result:
I'm expecting the MedicationAdministration resource bundle.

Actual Result (response):
**status: 403, statusText: 'Forbidden', headers: Object [AxiosHeaders] { 'content-type': 'application/fhir+json; charset=utf-8', 'transfer-encoding': 'chunked', connection: 'keep-alive', server: 'Oracle API Gateway', 'cache-control': 'no-cache', date: 'Thu, 14 Mar 2024 17:37:40 GMT', 'x-download-options': 'noopen', 'x-request-id': '8275727b-b092-49a1-93f1-915a4cd4339e+YhPq_kEYq', 'x-runtime': '0.112742', 'opc-request-id': '/AEDBEC57D539430746744A34112771F9/15ED43C18B00CFBF48FDA5EECDE8A7C1', 'referrer-policy': 'strict-origin-when-cross-origin', 'x-content-type-options': 'nosniff', 'x-frame-options': 'SAMEORIGIN', 'x-xss-protection': '1; mode=block', 'strict-transport-security': 'max-age=631152000', vary: 'Origin', 'server-response-time': '112.794805', 'x-permitted-cross-domain-policies': 'none', 'x-cache': 'Error from cloudfront', via: '1.1 55a7e1ae5a36ed9e93dd5dca38f02e3c.cloudfront.net (CloudFront)', 'x-amz-cf-pop': 'CCU50-P1', 'x-amz-cf-id': '9CGUqtM4NWpi-OBwGMpBugEl6COG0S3R0n7ayZqFh_opCjXc7uy7XQ==' }**

X-Request-Id / Cerner-Correlation-Id / opc-request-id:
**'8275727b-b092-49a1-93f1-915a4cd4339e+YhPq_kEYq'//'/AEDBEC57D539430746744A34112771F9/15ED43C18B00CFBF48FDA5EECDE8A7C1'**

Comments
Post Details
Added on Mar 27 2024
1 comment
147 views