Open ZuSe opened 3 years ago
@tadgh As support for R5 is being released with the upcoming 6.6 can we expect the websockets to work or should I keep this ticket opened?
Heya, I would recommend just checking our and building rel_6_6
branch and finding out.
Sadly I personally have not been involved with the upgrade to R5 or with the websockets implementation. I would hazard that this has not been done yet with the conversion. @jamesagnew did this bump so he may know more, but I think this would be a separate change to our subscription processor. Likely this ticket is still valid.
Since we now support R5 though, this will likely be prioritized pretty quickly.
@tadgh is there any update on it? Glad to close the ticket if it has been already implemented, however I didnt find anything in the changelog.
Describe the issue FHIR R5 (4.6) changed the behavior on how to subscribe to Websockets to listen to subscriptions. As defined in http://build.fhir.org/subscription.html#websockets it is now a "2 Step" Process to receive messages. While the first part - connecting to the general socket endpoint - seems to work, HAPI does not support to generate the subscription token by calling the $get-ws-binding-token operation.
Environment (please complete the following information):
Additional context