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.

Getting List of Encounters

Elizabeth JohnOct 21 2024

Workflow or API calls:

Reminder: If this is referring to a client domain or EHR activity—not the public sandbox—do not include API request data or live patient data.

Background Information:

Failure to provide answers will impact our ability to respond in a timely and effective manner
Developer questions:

Are you an OPN Member? Yes
Have you signed up to be in the Healthcare Developer Track? Yes
Are you a registered Code Program member? No
Does your App have a presence on the Oracle Healthcare App Marketplace? No

Are you developing on behalf of an Oracle Health client? Not at this time but we do have Oracle customers that will want to leverage this integration

Expected Result:

I am attempting to fetch list of encounter ids on open cerner sandbox using the below URL:

https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Encounter

The error message I am getting is

{

"resourceType": "OperationOutcome",

"issue": \[

    {

        "severity": "error",

        "code": "invalid",

        "details": {

            "text": "at least one of \_id, identifier, account, -pageContext, patient, or subject must be provided"

        }

    }

\]

}

However, I cannot pass _id, identifier, account, patient or subject as I am interested in fetching encounters for a specific time period (date) irrespective of above parameters. What is the significance of -pageContext parameter? How do I obtain the -pageContext value in the context of a sprintboot rest controller? (For -pageDirection I can give NEXT).

Thanks

Actual Result:

X-Request-Id / Cerner-Correlation-Id / opc-request-id:
Date/time of the example:

This post has been answered by Jacob Jewell-Oracle on Oct 22 2024
Jump to Answer
Comments
Post Details
Added on Oct 21 2024
13 comments
581 views