spark
spark copied to clipboard
Subscriptions via rest-hook?
http://www.hl7.org/fhir/subscription.html
I posted a subscription resource and see it in mongodb with all the specified required settings (I am attempting to use the rest-hook option). The subscription resource's "status" never changes from "requested".
Is the subscription feature not implemented or turned off by default?
The subscription feature is not implemented yet, but we are planning to work on that somewhere in the first half of this year.
Is this feature in the works? Just wanted to hear the plan around this before we roll our own implementation. Thanks!
Not yet. We are working on a more extensible architecture of Spark, in which it may be easier to plug subscriptions in. But it is still worthwile for you to come up with a solution based on the current version of Spark, and maybe move it over later.
Thanks! I was thinking of using ASP.net webhooks to implement a REST hook based subscription. Thoughts?
Sounds nice to me. I think the hard part is to evaluate the subscription criteria for every create / update / delete without slowing down the server.
I see the thread is open since 2016. Is Subscriptions implemented now?