Deploy a free electronic medical records system at an under-resourced hospital that needs patient record-keeping without expensive proprietary software.
Contribute UI features to the HospitalRun frontend using React and TypeScript, following the contributing guide linked from the repository.
Run the frontend locally connected to a hospitalrun-server backend to test clinical workflows in a development environment.
Build an offline-capable hospital patient management interface that continues working when the internet connection is unreliable.
Requires setting up the separate hospitalrun-server backend with CouchDB, the frontend README redirects to the project-level setup guide.
HospitalRun Frontend is the browser-facing part of HospitalRun, a free, open-source electronic medical records system built specifically for hospitals in developing regions. The broader HospitalRun project aims to give under-resourced hospitals access to the kind of patient management and medical record-keeping software that is standard in wealthier healthcare settings but often unavailable or unaffordable where it is most needed. This repository contains the frontend application, which is built with React and TypeScript. It provides the user interface that hospital staff interact with: patient records, appointments, and other clinical workflows. It connects to a backend that uses CouchDB as its database, which was chosen partly because CouchDB can sync data and work offline, an important feature in areas with unreliable internet connectivity. The README for this repository is intentionally minimal. It redirects users who want to run or deploy HospitalRun to a general project README, and redirects developers who want to contribute to a separate contributing guide that covers the tech stack, how to set up a local development environment, how to run tests, and how to submit code changes. Both documents are linked from this frontend repository. HospitalRun is a community-driven project with contributions managed through GitHub and a Slack community. The software is released under the MIT license, meaning anyone can use, modify, or deploy it without licensing fees. This repository is marked as actively under development. It is the frontend counterpart to the hospitalrun-server repository, which handles the backend and data layer.
← hospitalrun on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.