Skip to content
Perry @DigitalOx edited this page Sep 4, 2018 · 2 revisions

Welcome to the HUAPI wiki!

The HUAPI (Health Unit API) is meant to give developers and administrators a platform to build custom solutions around an EMR product. The approach for this solution is based on the ability to access the database of the EMR product. This solution is not meant to become an enterprise service bus, however this solution could be made to become a service bus.

Goals:

  • create an api for creating front-end clients that will change little to none when the EMR product is replaced.
  • standardize front-end clients with consistent client side libraries.
  • separate business logic from the data layers so only the data layers require updating with an EMR replacement.
  • require minimal coding by leveraging latest free tools and technologies.
  • connect to other systems to streamline and automate administrative tasks.
  • simple all in one solution.
Clone this wiki locally