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
FHIR Patch replace operation fails when replacing elements in a multi cardinality elements in FHIR resources when using FHIR patch (application/fhir) syntax
#6656
Open
mrdnctrk opened this issue
Jan 27, 2025
· 0 comments
Describe the bug
FHIR Patch with replace operation that tries to replace an child element of a high cardinality field fails.
To Reproduce
Steps to reproduce the behavior:
identifier
PATCH /Patient/{patient-id}
-
Content-Type: application/fhir
Expected behavior
The patch operation should succeed.
The same problem exists if
path
contain awhere
filter instead of index:Note: A similar operation succeeds when using json patch syntax.
The text was updated successfully, but these errors were encountered: