Stream: implementers
Topic: Reading incremental data deltas from a FHIR server
Georg Fette (Jan 08 2019 at 12:02):
Hello, Every resource contains in its meta data the timestamp when it was last updated. However, this information is not queryable as this field is not available as a search parameter.
I would like to create a service that synchronizes its data content with that of a FHIR server. To achieve that I would like to do daily updates in which I read out all data that was modified on the FHIR server in the last day. How could this be achieved using REST calls ?
Greetings
Georg Fette (Jan 08 2019 at 12:05):
oh, how silly of me, this search parameter actually exists
Last updated: Apr 12 2022 at 19:14 UTC