Stream: implementers
Topic: PATCH support
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
nicola (RIO/SS) (Feb 06 2017 at 20:07):
Wow, some specs?
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
Vadim Peretokin (Feb 09 2017 at 07:40):
That sounds cool
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