CSE / IT3rd Year
Hospital Management System
Patient records, appointments, and billing in one system.
Case Study
Problem Statement
Small clinics and hospitals often manage patient records, appointment scheduling, and billing across separate paper registers or spreadsheets, causing errors and lost records.
Our Solution
A unified system where receptionists can register patients, schedule appointments with doctors, and generate bills, while doctors can view patient history in one place.
Features
- ✓Patient registration and searchable records
- ✓Doctor-wise appointment scheduling with conflict checking
- ✓Billing module with itemized invoices
- ✓Role-based logins (Admin / Doctor / Receptionist)
- ✓Basic reports: daily patients, revenue summary
Technology Stack
ReactNode.jsExpressMySQLJWT
How It's Built
- 1
Relational schema links patients, appointments, doctors, and bills
- 2
REST API handles CRUD operations with role-based access control
- 3
React frontend has separate views per role
FAQ
Is this HIPAA/real hospital-grade compliant?
No — this is an academic project demonstrating the core workflow, not a production medical system.