Transforming OpenMRS Patient to FHIR Patient in json

Greetings!

Our team has created a FHIR API Server based on HAPI-FHIR; it is now up and waiting to be tested. We would like to convert an OpenMRS Patient to FHIR Patient and vice versa if this is possible. The idea is, well, our FHIR API Server will serve as the Interoperability layer of our system.

How can we do this? We did find this tutorial https://fhir-drills.github.io/fhir-api.html , but we are having problems with the dependencies leading to the UI of our OpenMRS unable to display.

2 Likes

Is this, in any way, related to the work that @SolDevelo is doing for sync 2? https://wiki.openmrs.org/display/projects/FHIR+Resource+List+for+Sync

@dkayiwa yes, we use and improve code responsible for converting OpenMRS Patient and FHIR Patient. @craiglorck you can find this conversion in FHIR module here

and here

All supported entities are listed on Sync2 wiki page with its FHIR Maturity Level provided https://wiki.openmrs.org/display/projects/FHIR+Resource+List+for+Sync

Regards

1 Like