Stream: implementers
Topic: replication (delete)
Chris Grenz (May 04 2016 at 15:22):
I'm trying to a keep a dependent server in sync (currently by batch). Using a base URL ?_lastModified query works well for create/update, but not so much for delete. Is there any standard way to get a list of resources deleted since a datetime? Or to get a list of deleted resources at all? Even in messaging?
James Agnew (May 04 2016 at 15:44):
Deleted resources appear in the _history
operation results, so you'll learn about them with that. It supports lastUpdated as well, although the parameter is called _since
for history.
James Agnew (May 04 2016 at 15:45):
Eg look for "DELETE" here: http://fhirtest.uhn.ca/baseDstu3/_history?_count=100
Chris Grenz (May 04 2016 at 15:45):
(deleted)
Last updated: Apr 12 2022 at 19:14 UTC