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
Hi Team,
Could you please enhance FHIR server to support patch as part of a bundled request (batch and transaction).
Thank you,
Pavan.
The text was updated successfully, but these errors were encountered:
kathipavan
changed the title
Enhancement Request to support patch as part of a bundled request (batch or transaction)
Enhancement Request to support patch as part of a bundled request (batch and transaction)
Sep 25, 2020
prb112
changed the title
Enhancement Request to support patch as part of a bundled request (batch and transaction)
Support patch as part of a bundled request (batch and transaction)
Sep 25, 2020
prb112
changed the title
Support patch as part of a bundled request (batch and transaction)
Support PATCH as part of a bundled request (batch and transaction)
Sep 25, 2020
Specifically, I think its FHIRRestHelper.processEntriesForMethod that will need to be updated to support PATCH.
Outside of batch/transaction, we support JSON Patch and FHIRPath Patch (not XML Patch). JSON Patch could maybe be supported through passing of Binary resources within the bundle, but honestly I’d probably just focus on FHIRPath Patch instead (assuming it meets the needs of your project).
Hi Team,
Could you please enhance FHIR server to support patch as part of a bundled request (batch and transaction).
Thank you,
Pavan.
The text was updated successfully, but these errors were encountered: