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.

422 Unprocessable Entity for Patient Search

June WillisJun 25 2025

Workflow or API calls:

Sometimes when performing a SEARCH Patient call, we receive a 422 Unprocessable Entity response, even though similar searches return successfully.

We've narrowed it down to scenarios where the patient search is likely to return many results, like searching Patient?given=test in C1941 sandbox, but we're unable to confirm this due to 422 responses.

Background Information:

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? Yes
Does your App have a presence on the Oracle Healthcare App Marketplace? Yes

Are you developing on behalf of an Oracle Health client? No

Expected Result:

  1. The patient search is successful and paginates the results, if there are many patients returned, or
  2. An OperationOutcome with a more specific error message and code, either:
    1. signifying that a result cannot be returned due to too many results, or
    2. the caller needs to provide additional search parameters, because there are too many possible results

Questions:

  1. If there is a limit to how many patients can be returned in patient search, what is it?
    1. If there is limit, is it the same for every Cerner deployment or can customers configure the upper limit?

Actual Result:

from 2025/06/25:

**x-request-id:** ED74BE199AEB3ACF883723722F63321F+paPq_9wXA

{"resourceType":"OperationOutcome","issue":[{"severity":"error","code":"invalid","details":{"text":"Unprocessable entity"}}]}

This post has been answered by Christopher Brashear-Oracle on Jun 26 2025
Jump to Answer
Comments
Post Details
Added on Jun 25 2025
2 comments
63 views