๐ง Project Narrative: Simulation-Based Healthcare Communication System
๐ก Inspiration
Living and working in Ireland, I observed that many healthcare workers struggle not with knowledge, but with real-world communication. Patients speak with different Irish accents, often quickly or unclearly, especially elderly patients.
This gap between qualification and real-world readiness inspired me to build a system that focuses on what actually happens on the job.
๐ฏ What I Built
I developed an MVP of a simulation-based communication system for healthcare assistants.
The system:
- Plays realistic audio scenarios (patients, nurses, accents)
- Requires users to:
- Understand (type what they heard)
- Respond (type appropriate reply)
- Evaluates:
- Clarity
- Safety
- Tone
- Clarity
It then generates a readiness score:
$$ \text{Readiness Score} = \frac{C + R + S}{3} $$
Where:
- (C) = Comprehension
- (R) = Response Quality
- (S) = Safety & Tone
๐ ๏ธ How I Built It
- Designed 10โ15 real-world scenarios based on healthcare situations
- Used pre-recorded audio (no AI voice for MVP)
- Implemented rule-based scoring:
- Keyword matching
- Safety checks
- Tone detection (basic phrases)
- Keyword matching
- Built a simple flow:
- Audio โ Input โ Evaluation โ Feedback โ Score
- Audio โ Input โ Evaluation โ Feedback โ Score
๐ What I Learned
- Real-world problems are often not about knowledge, but execution
- Simplicity is powerful โ MVPs should focus on core value only
- User experience matters even in early prototypes
- Scoring systems must be clear and consistent to build trust
โ ๏ธ Challenges Faced
- Designing realistic scenarios without clinical expertise
- Ensuring scoring felt fair and meaningful
- Avoiding overbuilding (e.g., speech AI, complex NLP)
- Balancing between a test system vs learning tool
๐ Final Outcome
This project evolved from a simple idea into a performance simulator that measures real communication ability.
It doesnโt test what users know โ
it tests what they can do in real situations.
๐ฅ Key Takeaway
โQualification proves knowledge. This system proves communication readiness.โ
Built With
- javascript
- nextjs
- openai
- react
Log in or sign up for Devpost to join the conversation.