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.

FHIR batch returns 422

mateus martins2 days ago

Workflow or API calls:

Run a FHIR batch (or FHIR transaction) bundle fails when i try to POST a Condition + Observation as Bundle entry. Both objects returns 422

Actual Result:

X-Request-Id / Cerner-Correlation-Id / opc-request-id:
Date/time of the example:
"response": {
"status": "422 Unprocessable Entity",
"outcome": {
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "business-rule",
"details": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/operation-outcome",
"code": "MSG_PARAM_INVALID",
"display": "Parameter 'request' content is invalid"
}
],
"text": "Bundle.entry.request: Operation disabled or not supported"
},
"expression": [
"request"
]
}
]
}
}

Comments
Post Details
Added 2 days ago
2 comments
55 views