How to get data from hapi-fhir to openEMR?

Hello Everyone,

Situation
I have installed openEMR and Hapi-FHIR according to this url: https://medium.com/@ben.che/openemr-fhir-how-to-setup-your-instance-dd646b0daec3. When I create patient in openEMR then click publish the data is sent to hapi-fhir, but as hapi-fhir is rest api I am sending a FHIR resources to it from other resources (mirth-connect). and then I want the resources to be shown up in openEMR interface.
Please tell me how can I retrieve data from Hapi-FHIR to openEMR system? for eg. if I add Patient resource from another source to my Hapi-Fhir I want that resource to be shown up in openEMR interface.

Or is there any other alternative solution?
Thanks in Advance

OpenEMR Version
I’m using OpenEMR version v5.0.1 (6)

Browser:
I’m using: Google Chrome

Operating System
I’m using: MacOS

Logs
Did you check the logs? Was there anything pertinent in them? Paste them here (surround with three backticks (```) for readability

Hello Shakogele,

I am very new to the Hapi-FHIR, I have installed openEMR(version v5.0.1) from openemr reference document and I just try to get the knowledge on Hapi-FHIR from the url: https://medium.com/@ben.che/openemr-fhir-how-to-setup-your-instance-dd646b0daec3. I am struggling to install Hapi-FHIR server. Please support me in this process.