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.

409-Current state of resource in conflict

Hello,

I'm trying to update the DocumentReference but getting the 409-Conflict error. Can you please assist in resolving the issue?

Thanks!

Content-Type: application/fhir+json
Accept: application/fhir+json
Authorization: Bearer <valid token with document.write scope>
If-Match: W/"2"
X-Request-Id: 2d351283-88a4-b550-c4c7-6a16f7e7fa67+ZB6S_RyjJ

{
    "resourceType": "OperationOutcome",
    "issue": [
        {
            "severity": "error",
            "code": "conflict",
            "details": {
                "text": "Current state of resource in conflict"
            }
        }
    ]
}
This post has been answered by Albert-Attila Keresztesi-Oracle on Jan 28 2026
Jump to Answer
Comments
Post Details
Added on Jan 19 2026
11 comments
63 views