Overview
MediVista is an interoperable healthcare platform that lets hospitals share patient records securely and in real time. It integrates the open-source CARE EMR (Django) with a custom Unified Health Interface (UHI) Switch that routes clinical data between facilities.
๐ฅ 2nd Prize โ Delta Build Hackathon, organised by DSCI.
The Problem
Patient data is trapped in per-hospital silos. When a patient moves between facilities, their history rarely follows โ leading to repeated tests, delays, and avoidable risk.
Architecture
- CARE EMR core โ a battle-tested Django electronic medical record system as the system of record.
- UHI Switch โ a custom interoperability layer that translates and routes records between hospitals over a standard interface.
- Consent-first exchange โ data only moves with patient authorisation.
Tech Stack
- Python ยท Django
- Unified Health Interface (UHI) protocol
- Cloud-deployed, multi-tenant services
Highlights
- Seamless inter-hospital record exchange demo across multiple facilities.
- Standards-based design that plugs into existing EMR deployments.