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.
Hello Guys,
I have registered to the cerner sanbox “https://sandboxcernercare.com/accounts/create” and then registered the application . I am trying to do Oauth following the below steps:
1. Fetch the metadata using this url: “https://fhir-myrecord.sandboxcerner.com/dstu2/<client-id>/metadata” 2. Get Authorization URL 3. https://authorization.sandboxcerner.com/tenants/<client-id>/protocols/oauth2/profiles/smart-v1/personas/patient/authorize?response_type=code&client_id=<client-id>&scope=launch,patient/Observation.read&aud=https://fhir-myrecord.sandboxcerner.com/dstu2/<client-id>&redirect_uri=https://epic-api.pls.local/smart-callback
However, from step 3 I am getting unauthorized_client. What do I need to do be authorized? Can you please what I am missing? Thank you!