FHIR Chat · Transaction including PATCH · implementers

Stream: implementers

Topic: Transaction including PATCH


view this post on Zulip 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.

view this post on Zulip Grahame Grieve (Jul 31 2018 at 13:25):

transactions including patch can only include FHIRPath patch

view this post on Zulip François Macary (Jul 31 2018 at 13:26):

Any example available?

view this post on Zulip Grahame Grieve (Jul 31 2018 at 13:27):

http://build.fhir.org/fhirpatch.html

view this post on Zulip François Macary (Jul 31 2018 at 13:36):

Got it.
Thanks.


Last updated: Apr 12 2022 at 19:14 UTC