FHIR Chat · PATCH support · implementers

Stream: implementers

Topic: PATCH support


view this post on Zulip Grahame Grieve (Feb 06 2017 at 19:22):

I have upgraded my server, and it now supports a custom operation. If you GET any resource, modify it, and then POST the modified resource to [url]/$diff, you'll get back a parameters that is the correct set of changes to make as a PATCH operation using the new proposed FHIR-Path PATCH format

view this post on Zulip nicola (RIO/SS) (Feb 06 2017 at 20:07):

Wow, some specs?

view this post on Zulip Grahame Grieve (Feb 06 2017 at 20:15):

coming as soon as I get a chance. But I don't know that we'll be writing the $diff operation itself into the spec - seems like a special case to support it

view this post on Zulip Vadim Peretokin (Feb 09 2017 at 07:40):

That sounds cool

view this post on Zulip nicola (RIO/SS) (Feb 09 2017 at 13:26):

Here is nice article about CRDT for JSON, in article is described mutation language which allows to formulate convergent merge operation - https://arxiv.org/pdf/1608.03960.pdf


Last updated: Apr 12 2022 at 19:14 UTC