How to do bi-directional FHIR synchronization between openlisglobal-webapp and external-fhir-api?

Hi guys,

We are developing the medical device.

I made a decision to leverage OpenELIS as a test integration platform.

I was able to provision your docker application stack but I ran into expired certificate issues that I addressed by rebuilding your cert image.

To test our device I started interacting with FHIR server that comes as part of OpenELIS docker stack (external-fhir-api).
I was able to get ServiceRequests and submit Observation and DiagnosticReport structures.
But when I submit results I cannot see them in OpenELIS UI (webapp).

I tried to configure properties of webapp by setting org.openelisglobal.remote.source.uri=https://fhir.openelis.org:8443/fhir/ but it didn’t help.

How do I close the loop? How make sure that data gets back to GUI?

I also considered HL7v2 and Analyzer path but there is no plugins for our device type and not even a category.

I am experienced software engineer but this is my first medical device and I haven’t worked with LIS/LIMS and medical environment before, so I would appreciate guidance around these topics.