Stream: subscriptions
Topic: Subscriptions using SPARK FHIR Server
Michael W Rutherford (Dec 03 2019 at 13:47):
Hi. Is it possible to utilize the Subscription resource on the SPARK FHIR server? I can't find it in the documentation.
I've uploaded it with both status = "requested" and "active" and get no responses.
I need to detect any new Bundle or QuestionnaireResponse resource that gets pushed to the server.
Is it simply <criteria value="/Bundle"/> and <criteria value="/QuestionnaireResponse"/> for the criteria or am I off base?
Thanks for your help!
Michael W Rutherford (Dec 04 2019 at 14:13):
Any help would be greatly appreciated.
Gino Canessa (Dec 04 2019 at 16:08):
Hi Michael, unfortunately I have no experience with the Spark server, so can't offer anything. You may have better luck on the #dotnet stream (since there is no specific one for Spark) - the Firely people are quite active there and may be able to offer better assistance.
Michael W Rutherford (Dec 04 2019 at 16:29):
Thanks you @Gino Canessa
Is my criteria correct for pulling all bundles and responses?
Gino Canessa (Dec 04 2019 at 16:42):
For R4 subscriptions, each of those look fine to me (assuming they are from different requests since criteria
is 1..1).
Michael W Rutherford (Dec 04 2019 at 18:27):
Perfect. Thanks @Gino Canessa
Last updated: Apr 12 2022 at 19:14 UTC