Skip to content

MedUX Documentation

MedUX is an open source Electronic Medical Record (EMR) system built on Django, designed for small to mid-sized medical practices.

Warning

MedUX is currently under active development and in a pre-alpha state. The API and database schema may change without notice. Do not use this in production yet.

Key Design Principles

  • Plugin-based architecture — extend MedUX with independently installable plugins using the GDAPS plugin system.
  • Multi-tenant — a single MedUX instance can serve multiple practices, each with isolated data and configuration.
  • Scoped settings — configuration cascades through five priority levels (User > Device > Group > Tenant > Vendor).
  • Modern UI — server-rendered HTML enhanced with HTMX for seamless interactivity, built on the Tabler.io admin theme (Bootstrap 5).
  • Open source — licensed under the AGPLv3+.

Documentation Sections