Stream: implementers
Topic: Facade
Domina Tang (Jun 02 2020 at 22:05):
I am new to FHIR, I have a question: when a resource is updated, is there a way to trigger a domain event, that FHIR server has a plug-in to hook the event for some business logic/workflow to be executed? In another word, if using FHIR as a Facade, how the write action triggers the data sync to other systems?
Lloyd McKenzie (Jun 02 2020 at 22:08):
Take a look at Subscription - it allows you to trigger data flows based on changes to other data. PlanDefinition can also be used to describe rules for certain types of actions that should occur based on changes to system data, though I'm not aware of any environments currently using that to actually drive data flows.
Domina Tang (Jun 02 2020 at 22:09):
@Lloyd McKenzie thank you so much!
Last updated: Apr 12 2022 at 19:14 UTC