On This Page
- Uganda EMR
- Documentation
- Features
- Installation Scripts
- Docker installation steps:
- Contributing Organisations
- Test Environment
- Code Repository
Useful Links
Sandbox Overview
Sandbox Objectives
Contact Us
Uganda EMR
UgandaEMR is a customization of OpenMRS, initially starting with HIV-related forms but later expanding to other areas such as Maternal and Child Health Services, Tuberculosis treatment following guidelines issued by the Ministry of Health (MoH) under the Health Management Information System (HMIS) manuals.
Documentation
Features
Key features that UgandaEMR comes with:
- Point of care (POC)
- Dispensing in pharmacy module
- Triage
- Lab module
- Recency Module
- DHIS2 exchange
- MER Reports
- 2019 HIMS Tools
- Search Patients Records
- Patient Dashboard
- Schedule appointments with patients
- Custom Configurations
- weekly, Monthly & Quarterly Reports
- Registers
- System administration
- Auto Daily Database Backup
- Support at(support@mets.zendesk.com & WhatApp)
Installation Scripts
Docker installation steps:
- Install the following:
- java 1.8
- maven 3
- docker
- docker-compose
- Run:
mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk
mvn openmrs-sdk:build-distro -Ddistro=org.openmrs.module:ugandaemrpoc:LATEST -U
cd docker
docker-compose up -d
3. Download and run this script in mysql in db container:
4. Restart docker containers:
docker-compose stop
docker-compose up -d
Contributing Organisations
Test Environment
Login Details | Admin | Doctor |
Username | admin | doctor |
Password | Admin123 | Doctor123 |
This demo has been shut down for the time being.