FHIR Chat · Transact Bundle without going through HTTP · hapi

Stream: hapi

Topic: Transact Bundle without going through HTTP


view this post on Zulip Michael Christensen (Nov 11 2020 at 08:52):

If I'm inside a HAPI FHIR server is there anyway that I can get a Bundle with TRANSACTION BundleType transacted without going through HTTP/REST? My problem is that I have received a bundle over some other messaging channel and I now want to transact it. Right now I'm doing this by calling myself so to speak:

client.transaction().withBundle(bundle).execute();

This however is causing issues with the security layers on our platform. I have looked at the TransactionProcessor class inside the HAPI server, but this seems very much tied to the transaction happening due to an HTTP request.


Last updated: Apr 12 2022 at 19:14 UTC