Shipped Plugins¶
MedUX ships with these built-in apps as part of the core package:
| Plugin | App name | Description |
|---|---|---|
| Common | medux.common |
Tenant model, user model, authentication, administration framework, menus, common widgets |
| Core | medux.core |
Patient, encounter, geo, medication, observation, dashboard, device middleware |
| Employees | medux.employees |
Employee model, working contracts, employee middleware |
| Notifications | medux.notifications |
Alert system, WebSocket consumers |
| Wiki | medux.plugins.wiki |
Built-in wiki for internal documentation |
These are registered as entry points in the main pyproject.toml:
[project.entry-points."medux.plugins"]
common = "medux.common:apps.CommonConfig"
core = "medux.core:apps.CoreConfig"
employees = "medux.employees:apps.EmployeesConfig"
External Plugins¶
Additional plugins are developed and released as independent packages. Known external plugins include:
- medux-device-management — manage medical devices and equipment
- medux-cashbook — financial tracking and bookkeeping
Check the MedUX GitLab group for the full list of available plugins.