Stream: implementers
Topic: List resource Maintenance
Brian Postlethwaite (Apr 26 2018 at 01:46):
There is a property in the list called mode
that is expected to be used when changes are made to the list, though no mention is made as to how these are generated/processed.
http://hl7.org/fhir/list-definitions.html#List.mode
I was about to add some custom operations to support adding and removing items from the list without loading the full list, and then thought should I just use the changes mode, and then let the server do that with the content on save, and update the stored version, merging those changes into the resource to produce a new current
version of the List resource.
Brian Postlethwaite (Apr 26 2018 at 03:23):
After some offline discussion, I'm going to create a custom operation $apply-changeset to experiment with this functionality
Last updated: Apr 12 2022 at 19:14 UTC