stateDiagram
direction LR
[*] --> 🚑Arrivals
🚑Arrivals --> ⏳Queue
state ⏳Queue {
direction LR
🤒 --> 😷
😷 --> 🤕
}
state 🏥Servers {
direction LR
👨🏾⚕️🧠
👩🏾⚕️🩺
}
⏳Queue --> ⚕️Service_Discipline
⚕️Service_Discipline --> 🏥Servers
🏥Servers --> 🚘Departures 🚘Departures --> [*]
Here is a simple diagram representing a healthcare service. This diagram can be used for communicating with clients about the basic structure of queueing systems.
Feel free to adapt this to your own slides and projects.