This project contains a Microsoft SQL Server database schema for a hospital management system.
It provides structured storage for departments, doctors, patients, appointments, prescriptions, and billing.
- Manage hospital departments and doctors
- Register and track patients
- Schedule and manage appointments
- Handle prescriptions and medications
- Maintain billing and payment status
| Table Name | Description |
|---|---|
Departments |
Stores hospital departments and their locations. |
Doctors |
Contains doctor information including specialization and salary. |
Patients |
Stores patient demographics and contact details. |
Appointments |
Manages patientβdoctor appointment schedules. |
Medications |
Lists available medicines with price and description. |
Prescriptions |
Links patients, doctors, and medications with dosage and date info. |
Billing |
Tracks payment status and total charges for each patient. |
- Open Microsoft SQL Server Management Studio (SSMS).
- Copy the contents of
hospital_management.sql. - Run the script to create all tables and relationships.
[Your Name]
π§ [your.email@example.com]
πΌ GitHub: (https://github.com/iphosein)
This project is licensed under the MIT License β feel free to use, modify, and distribute it.