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.

Parameter 'If-Match Header Version' content is invalid. while Patch request in Patient.

Prashant SinghNov 16 2023 — edited Nov 16 2023

While updating the record of patient. using PATCH I am getting error :- "Parameter 'If-Match Header Version' content is invalid". I am putting Etag in If-Match which i get from the get request of Patient i.e. - /Patient/:id .

what to put in If-Match header ?

Error Body :

{
"resourceType": "OperationOutcome",
"issue": [
{
"severity": "error",
"code": "business-rule**",
"details": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/operation-outcome",
"code": "MSG_PARAM_INVALID",
"display": "Parameter 'If-Match Header Version' content is invalid"
}
],
"text": "**"
},
"diagnostics": "If-Match Header Version: does not match expected format"
}
]
}

Kindly let me know what I am doing wrong in this.

Comments
Post Details
Added on Nov 16 2023
3 comments
476 views