Stream: implementers
Topic: Transaction including PATCH
François Macary (Jul 31 2018 at 12:42):
Per the Bundle spec, a Bundle of type transaction supports the PATCH method. This enables to request a patch operation on one of the resources of the set of resources of the transaction. I don't understand how the patch parameters are communicated in the Bundle.
entry.resource contains the resource to be patched, entry.request.method = PATCH. Where can I say something like { "op": "add", "path": "/a/b/c", "value": [ "foo", "bar" ] }?
Are there xml or json examples available somewhere?
Thanks.
Grahame Grieve (Jul 31 2018 at 13:25):
transactions including patch can only include FHIRPath patch
François Macary (Jul 31 2018 at 13:26):
Any example available?
Grahame Grieve (Jul 31 2018 at 13:27):
http://build.fhir.org/fhirpatch.html
François Macary (Jul 31 2018 at 13:36):
Got it.
Thanks.
Last updated: Apr 12 2022 at 19:14 UTC