Quick Start
1
Run the prebuilt triage workflow
2
Add a specialised coordinator for labs or radiology
How It Works
Configuration Options
Pydantic I/O schemas used by this template:
Triage Levels (ESI standard)
Common Patterns
Audit every EMR access for HIPAA complianceBest Practices
Verify patient consent before EMR access
Verify patient consent before EMR access
EMRRetrieval accepts consent_verified=True. In production, gate this on an explicit consent check from your registration system — never assume consent for new patients.Treat fallback triage as ESI-3 (Urgent)
Treat fallback triage as ESI-3 (Urgent)
If
TriageRecommendation fails, the built-in fallback defaults to 3_urgent. This is a conservative choice — always escalate to a human nurse when the AI pipeline cannot complete.Alert on clinical red flags immediately
Alert on clinical red flags immediately
TriageAssessment.red_flags is populated when vital signs suggest life-threatening conditions (e.g. low_oxygen, altered_consciousness). Wire these to your nurse-call or PA system with zero delay.Log all resource allocations for audit
Log all resource allocations for audit
ResourceAllocator returns allocation_id and assigned_staff. Persist every allocation to your incident tracking system to satisfy accreditation and shift-handover requirements.Related
Industry Templates Overview
Hub page — choose the right template and understand cross-industry reuse.
Agriculture Template
Multispectral crop analysis, disease detection, and yield forecasting.

