FHIR Chat · FHIR Pub/sub? · implementers

Stream: implementers

Topic: FHIR Pub/sub?


view this post on Zulip John Silva (Jan 19 2018 at 20:19):

Where can I find more information abouit FHIR's publish/subscribe (Service?) model? Has this only been proposed or have actual server (open or otherwise) implemented support for this? Also, in the subscription, is what you subscribe for able to use the FHIR query syntax for getting notified only when a change (trigger) matches the query?

I found this webpage but it seems to be discussions and ideas about how one might do this; it seems to imply that this really isn't ready or modeled yet? https://gist.github.com/jmandel/9265232

view this post on Zulip Jenni Syed (Jan 19 2018 at 21:25):

On STU3: http://hl7.org/fhir/stu3/subscription.html (whatever version you look at, it's the Subscription resource)

view this post on Zulip Jenni Syed (Jan 19 2018 at 21:26):

There's also a stream on Zulip called "subscriptions" where these are discussed, and a track coming up in the next connectathon, if you're interested: http://wiki.hl7.org/index.php?title=201801_FHIR_Subscriptions

view this post on Zulip John Silva (Jan 19 2018 at 21:34):

@Jenni Syed - Thank you! Do any of the open FHIR servers implement this (or should I just check their CapabilityStatement -- assuming this capability is indicated there)

view this post on Zulip Grahame Grieve (Jan 20 2018 at 05:28):

test.fhir.org/r3 fully implements the spec

view this post on Zulip Abbie Watson (Jan 21 2018 at 03:08):

Meteor on FHIR has supported FHIR resources over it's websocket pub/sub protocol for the past two years, and we've been harmonizing with the FHIR Subscription resources.

view this post on Zulip Christiaan Knaap (Jan 23 2018 at 20:14):

vonk.furore.com also implements it (see http://docs.simplifier.net/vonk/features/subscription.html)


Last updated: Apr 12 2022 at 19:14 UTC