How It Works
MedTriage Command Center
Overview
MedTriage is an intelligent command center that streamlines emergency department operations from patient arrival to doctor consultation.
It combines AI-driven severity scoring with structured clinical workflows to reduce wait times, standardize triage decisions,
and ensure critical patients receive immediate attention while maintaining full auditability.
Business Applications
Real-time patient queue, intake forms, and activity logging. Monitor all triage workflows from a single dashboard.
Live Queue
Intake Forms
Specialty-based columns show assigned patients, waiting counts, and consultation timers. One-click patient calling with 15-minute session tracking.
6 Departments
Timer
Modal-based approval workflow for high-severity cases. Nurses see AI reasoning and patient details before confirming escalation.
Escalation
Override
High Level Technical Workflow
1
React + Tailwind Frontend
Real-time UI with custom hooks polling workflow status. Framer Motion animations, responsive grid layout, and SilverKey shared UI components.
2
Mistral Workflow Engine — Core Orchestrator
The heart of the system. Mistral Workflows power the entire triage pipeline as a durable, async state machine:
Intake Activity captures patient data → Triage Activity calls Mistral AI for severity scoring and priority ranking →
Nurse Gate Activity pauses the workflow for human approval on high-risk cases → Doctor Routing Activity assigns approved patients to the correct specialty.
The engine handles retries, timeouts, pause/resume, and guarantees every patient moves through the pipeline reliably.
AI Scoring
Pause / Resume
Durable State
Python FastAPI server exposes REST endpoints for patient intake, queue management, doctor operations, and workflow status polling.
Lightweight persistent storage for patients, queue entries, doctors, and workflow execution state with full reset capability.