Stream: hapi
Topic: FHIR subscription
Sahil Khanna (Sep 18 2018 at 09:53):
Does anyone know, if HAPI FHIR pubic server supports FHIR subscription. I am trying to subscribe a resource and looking for an response whenever there is an update in that resource.
Aziz Boxwala (Sep 20 2018 at 02:39):
Yes, I have tried it and it works.
Shilpy Sharma (Sep 14 2019 at 14:41):
Hi, I am trying to figure out which version of FHIR subscription does HAPI 4.0.1 supports?
Jenni Syed (Sep 14 2019 at 16:00):
We found @James Agnew at the Subscription table :)
Jenni Syed (Sep 14 2019 at 16:00):
He said it doesn't support the R5 subscription yet
Jenni Syed (Sep 14 2019 at 16:01):
Just R4
dsh (Jan 21 2020 at 04:38):
Is there a way to subscribe to Encounter involved in discharge of Patient i.e. Encounter.diagnosis.use == "DD"
? Conversely is there a way to filter or select Patients that have been discharged?
Vibin_chander (Jul 13 2020 at 06:11):
As asked by @Daya Sharma I have a same doubt. I need to do the subscription to HAPI whenever I get an encounter resource newly generated.
Vibin_chander (Jul 13 2020 at 06:12):
So, in this scenario we need to know if its possible to send the subscription for the active and the discharged patients subscription
James Agnew (Jul 13 2020 at 09:56):
You can add subscriptions on anything that can be expressed as a search parameter? So if you need a specific field, you can add a custom search parameter on that field if there isn't one already..
Last updated: Apr 12 2022 at 19:14 UTC