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.

Issue in Credit ChargeItem in Sandbox

John Peter RaviJul 1 2025 — edited Jul 9 2025

Background Information:

I am trying to credit a chargeitem from the sandbox. But even if I am trying with the given example or a different one, it's not being credited. Attaching the request response information below for more context.

https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/ChargeItem/794913129/$credit

{
"resourceType": "Parameters",
"parameter": [
{
"name": "versionId",
"valueId": "2"
},
{
"name": "transactionId",
"valueUuid": "urn:uuid:b3f61d9a-8a6f-4f38-a4b3-9df1cbd1b2ab"
},
{
"name": "subject",
"valueReference": {
"reference": "Patient/12742419"
}
},
{
"name": "context",
"valueReference": {
"reference": "Encounter/97953601"
}
}
]
}

Actual Result:

opc-request-id: /1997D14059E3B5716B04EA544C20BB86/FFE0AB3A781B1FC4830CE9C40D7E2FD6
X-Request-Id: /1997D14059E3B5716B04EA544C20BB86+Y5nE_Lndv

Status: 400 Bad Request

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

This post has been answered by John Peter Ravi on Sep 24 2025
Jump to Answer
Comments
Post Details
Added on Jul 1 2025
7 comments
165 views