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"
]
}
]
}
}