Hospital Management System (UML Diagrams)
UML Use Case Diagram
The use case diagram for the hospital management system shows the actors:
- Doctor
- Patient
and their defined use cases:
- Doctor
- Visit the patient
- Examine the patient
- Add diagnoses
- Prescribe drugs
- Schedule the medical procedure
- Discharge the patient
- Report the patient condition
- Patient
- Register
- Unregister
- Apply for discharge
- Confirm the medical procedure
UML Class Diagram for Hospital Management System
The class diagram depicts the classes, an association class, and enumerations that are used within the modeled hospital management system.
Classes:
- Nurse
- Employee
- Doctor
- Patient
- Technical Staff
- Receptionist
- Diagnosis
- Diagnosis Type
- Schedule
- Schedule Time
- Action
- Allowed Actions
- Specialization
- Symptom
- Room
- Request Form
- Patient History
- Administered Drug
- Drug
- Diagnosis Type Symptom
Enumerations:
- Occurrence
- Patient Status
- Action Type
- Request Type
UML Class Diagram of Hospital Rooms
The diagram describes a class hierarchy of hospital rooms and other associated classes.
These classes are defined in the diagram:
UML Sequence Diagram of Doctor's Visit
The UML sequence diagram example shows a doctor's visit and a check of a patient.
The diagram depicts these lifelines:
- Doctor
- Patient
- Hospital System
The following messages occur between the lifelines:
- Confirm visit
- Check schedule
- Patient visit planned
- Check the patient condition
- Report patient condition
UML Sequence Diagram of Patient Examination
The sequence diagram shows a patient examination by a doctor.
There are these lifelines:
- Doctor
- Patient
- Hospital System
The lifelines communicate with the following messages:
- Start the examination
- Add symptom
- Show recommended diagnoses
- Add the diagnosis
- Prescribe the needed drug
- Show found contraindications
- Propose the medical procedure
- Confirm the medical procedure
- Show possible dates
- Choose a date
- Confirm the schedule
If you want to create your own class and sequence diagrams, read our tutorials on how to create a UML class diagram, use case diagram and sequence diagram.
Download UML Diagrams Project for Hospital Management System
Download the example project here:
Hospital Management System (UML Diagrams)
Blessing Goodangel 15 January 2023 8:10:15
UML patient sequence diagram