Ozone - Health Information System

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

www.ozone-his.com

Docs

Getting Started Guide

Source code

GitHub

Online demo

https://demo.ozone-his.com

  • Username: jdoe

  • Password: password

Support email

info@ozone-his.com

Chat

#ozone

Forum

Ozone on OpenMRS Talk

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/stdin
cd ozone/run/docker/scripts/
./start-demo-with-sso.sh

 

Once started, the script will output the URLs to access the HIS apps and services:

ozone-run-locally-list-services.png

Accessing any of those URLs should present you the Single Sign-On portal page:

sso-login.png

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