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.

Get all ChargeItem without context parameter in Sandbox

John Peter RaviAug 13 2025 — edited Aug 13 2025

I am trying to get the charge items that were created recently in the sandbox as a single response. But due to a difference in the encounter ID, I wasn't able to retrieve them as a single request/response. My end goal is to get all charge items as a response.

Are there any other ways to accomplish that?

Request that I have tried without context:
https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/ChargeItem

Response:
{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "invalid",
"details": {
"text": "at least one of _id, context, or account must be provided"
}
}
]
}

Comments
Post Details
Added on Aug 13 2025
1 comment
31 views