This is the backend for care. an open source platform for managing patients, health workers, and hospitals.
Care backend makes the following features possible:
- Realtime Analytics of Beds, ICUs, Ventilators, Oxygen and other resources in hospitals
- Facility Management with Inventory Monitoring
- Integrated Tele-medicine & Triage
- Patient Management and Consultation History
- Realtime video feed and vitals monitoring of patients
- Clinical Data Visualizations.
You can find the docs at https://care-be-docs.ohc.network
Dev and staging instances for testing are automatically deployed on every commit to the develop and staging branches.
The staging instances are available at:
docker compose is the easiest way to get started with care.
put the required environment variables in a .env file and run:
make upto load fixtures for testing run:
make load-fixturesStops and removes the containers without affecting the volumes:
make downStops and removes the containers and their volumes:
make teardownPrebuilt docker images for server deployments are available on ghcr
For backup and restore use this documentation.
We welcome contributions from everyone. Please read our contributing guidelines to get started.