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 error "Unprocessable entity" while uploading DocumentReference

Alex LebedevMay 22 2024 — edited May 22 2024

Hello.

I'm trying to upload DocumentReference json entity to url https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/DocumentReference but keep getting 422 Unprocessable Entity (WebDAV) (RFC 4918) error. Please, can you check request-id and tell me where i'm wrong with my FHIR data.

X-Request-Id : /C124B23A1A3B26ECDF96C2E529FB453D+KsEn_3ZZn

Expected Result:

Uploaded DocumentReference with id.

Actual Result:

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

X-Request-Id / Cerner-Correlation-Id / opc-request-id: /C124B23A1A3B26ECDF96C2E529FB453D+KsEn_3ZZn

This post has been answered by Shane Cooper on May 30 2024
Jump to Answer
Comments
Post Details
Added on May 22 2024
11 comments
741 views