medic / cht-interoperability

CHT - eCHIS interoperability project
GNU Affero General Public License v3.0
2 stars 3 forks source link

OpenMRS sync with FHIR Server (instead of poll) #125

Closed witash closed 1 month ago

witash commented 1 month ago

Currently, new resources from OpenMRS are sent to OpenHIM via a polling service that queries for new resources and then send requests to create new resources to OpenHIM

  1. Move this code to interop repository
  2. send identical queries to OpenMRS and FHIR server
  3. compare results; any new resources in openmrs, save to FHIR, and new resources in FHIR save to OpenMRS
  4. any resources in both, compare fields and update
andrablaj commented 1 month ago

Closing this issue as it was moved to Done.