Ozone - Health Information System
OpenMRS 3, augmented
Ozone is a fully integrated solution for frontline healthcare professionals to manage and access patient data at the point of service.
Ozone brings together open-source domain-specific technologies:
OpenMRS 3 — Electronic Medical Records
SENAITE — Laboratory Information
Odoo 14 — Enterprise Resource Planning
Superset — Data Visualisation and Analytics
This architecture reduces software and code to maintain by respecting a separation of concerns for patients data – it is managed where it belongs.
Official website | ||
Docs | ||
Source code | ||
Online demo |
| |
Support email | ||
Chat | ||
Forum |
Getting Started
Official instructions 👉 https://docs.ozone-his.com/
Type the following commands in a terminal:
Getting Started
curl -s https://raw.githubusercontent.com/ozone-his/ozone/main/scripts/install-stable.sh | bash /dev/stdincd ozone/run/docker/scripts/./start-demo-with-sso.sh
Once started, the script will output the URLs to access the HIS apps and services:
Accessing any of those URLs should present you the Single Sign-On portal page:
Log in to the demo using username jdoe and password password.
You're ready to start browsing Ozone 👏 !
🛠️ If you encounter an error when trying to access OpenMRS specifically, you may need to apply the following command to force a restart of the OpenMRS service.
docker restart ozone-openmrs-1
Shut down the server
Once you're done browsing Ozone, you can destroy the server to keep your environment clean.
./destroy-demo.sh