Open Hospital (OH) is an electronic health record (EHR) application. Open Hospital is currently provided as a desktop application written in Java and it's designed to work without an internet connection.
Open Hospital is composed by the following components, hosted in separated repositories:
This repository is used to assemble the portable (or all-in-one) packages of Open Hospital, which you can download here.
There are several ways in which you can contribute to Open Hospital:
NB: GitHub Issues are disabled on the repositories of individual components. They are enabled on this repository to collect bug reports from end users and issues about this repository only. Instead, Jira is used to collect issues and plan the development across all OH components.
Read on about Open Hospital:
You can reach out to the community of contributors by joining our Slack workspace or by subscribing to our mailing list.
To create the Open Hospital packages, make sure to have installed the following dependencies on a Linux machine: JDK 8+, Maven, asciidoctor-pdf, docker, docker-compose, zip, GNU make.
Then follow these simple steps:
git clone https://github.com/informatici/openhospital
cd openhospitalmake
You can also parallelize some make tasks by using the -j
flag (e.g. make -j4
)
or use intermediate targets to build single parts of the distribution -
use make help
to see a list of available targets.