You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a batch, there SHALL be no interdependencies between the different entries in the Bundle that cause change on the server. The success or failure of one change SHOULD not alter the success or failure or resulting content of another change. Servers SHOULD validate that this is the case. Note that it is considered that servers execute the batch in the same order as that specified below for transactions, though the order of execution should not matter given the previous rule.
So server should return 4XX response for the second entry (Observation). Like, 400 (bad request) with the explanation of the failure, instead of 201 (Created).
Failed tests TransactionAndBatchTest (XFER10)
The text was updated successfully, but these errors were encountered:
andy-a-o
added a commit
to incendilabs/plan_executor-archive
that referenced
this issue
Nov 30, 2020
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
POST
Result:
Expected behavior
According to http://hl7.org/fhir/STU3/http.html#2.21.0.17.1
So server should return 4XX response for the second entry (Observation). Like, 400 (bad request) with the explanation of the failure, instead of 201 (Created).
Failed tests
TransactionAndBatchTest
(XFER10
)The text was updated successfully, but these errors were encountered: