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'**