Triage Is Not Classification — It's the First Resource Allocation Decision
Triage is not about sorting patients into color categories. It is about deciding who gets what resources, when, and at whose expense. In xGrid, the color you assign determines the bed, the drugs, and the surgery slot.
The Moment a Color Becomes a Commitment
Everyone in emergency medicine knows the four triage colors:
- RED — Immediate (life-threatening, salvageable)
- YELLOW — Urgent (serious, can tolerate short delay)
- GREEN — Minor (walking wounded, can wait)
- BLACK — Expectant (survivability unlikely given available resources)
Most systems treat these as labels — clinical descriptions of severity. In practice, the moment you assign a color, you have made a chain of resource allocation decisions:
RED means the patient enters the critical care zone, occupies one of 10 beds, jumps to the front of the surgery queue, and gets priority drug dispensing.
GREEN means the patient enters the minor care zone, occupies one of 50 waiting seats, and waits.
BLACK means no treatment resources are allocated. The hardest decision in medicine.
Triage is not classification. It is the first input to the resource allocation engine.
From Battlefield to Registration: Automatic Mapping
xGrid receives patients from two sources: battlefield MEDEVAC requests and walk-in registration.
MEDEVAC uses its own priority system (Urgent Surgical, Urgent, Priority, Routine, Convenience). These map to triage colors and queue priorities in a single coordinated step:
| MEDEVAC Priority | Triage Color | Queue Priority |
|---|---|---|
| Urgent Surgical | RED | STAT |
| Urgent | RED | STAT |
| Priority | YELLOW | URGENT |
| Routine | GREEN | ROUTINE |
| Convenience | GREEN | ROUTINE |
One MEDEVAC request automatically creates a complete patient record: demographics, registration, vital signs, clinical summary (MIST format), and an event log entry. The receiving nurse sees a new patient in her queue, already triaged, with vitals and a clinical summary. No re-questioning needed.
Why xGrid Does Not Implement START
START (Simple Triage and Rapid Treatment) is a decision-tree algorithm: Can the patient walk? Are they breathing? Respiratory rate? Radial pulse? Can they follow commands? The answers mechanically assign RED, YELLOW, GREEN, or BLACK.
xGrid deliberately omits it. Three reasons:
START is designed for non-clinicians. It exists so that firefighters and volunteers can perform rough triage in seconds. Nurses do not need a decision tree — their clinical judgment is more accurate than any algorithm.
Algorithms create false certainty. An algorithmically assigned GREEN label makes downstream workers assume "this patient is fine." But the nurse who assessed the patient may have noticed something the algorithm cannot capture — skin color, anxiety level, mechanism of injury context.
Override friction is dangerous. If the algorithm says GREEN but the nurse thinks YELLOW, she needs an extra step to override. Under pressure, extra steps become reasons to accept the default. The path of least resistance should be the nurse's own judgment, not an algorithm's suggestion.
xGrid provides comprehensive vital sign capture tools — blood pressure, heart rate, respiratory rate, SpO2, GCS (with individual Eye, Verbal, and Motor components), pain score, pupil size and reactivity. The nurse records objective data, then assigns the color based on her clinical assessment. The system trusts the human; the data provides the evidence.
Fifteen Seconds of Structured Assessment
The nursing interface is optimized for speed under pressure:
Large color buttons — Four colors, touch-friendly, no precision movements required. In crisis, motor control degrades. Large targets reduce errors.
Real-time GCS calculation — Three sliders for Eye (1–4), Verbal (1–5), Motor (1–6). The total updates live. Nurses do not need to mentally compute E4V5M6 = 15.
Format selection — MIST for battlefield intake, ISBAR for in-hospital handoff. One tap to switch.
Complete vitals panel — BP systolic/diastolic, heart rate, respiratory rate, SpO2, temperature, pupil size, pupil reactivity, pain score. All optional — you can submit with just a color during a mass casualty rush, and add vitals when you have 30 more seconds.
Fifteen seconds from opening the form to submission. Ten seconds more than a verbal report. But from that moment forward, the assessment is searchable, auditable, and permanent.
Unlimited Re-Triage
Patient conditions change. A GREEN patient deteriorates in the waiting area. A RED patient stabilizes after initial treatment. Triage must track this.
xGrid allows unlimited re-assessment. Change the color, record who changed it and when. The event log captures the full trajectory:
| Time | Color | Reason |
|---|---|---|
| 08:30 | GREEN | Auto-mapped from MEDEVAC Routine |
| 09:15 | YELLOW | Nurse: BP dropping to 90/60 |
| 10:02 | RED | Nurse: consciousness change, GCS 12 |
No special "upgrade" or "downgrade" workflow. Just change the color. The system tracks the change automatically.
Zone Capacity: Where Triage Meets Physics
Triage determines which zone a patient enters. Zones have physical capacity limits:
| Zone | Capacity | Purpose |
|---|---|---|
| Triage Area | 20 | Initial assessment point |
| Critical Care | 10 | RED — immediate treatment |
| Urgent Care | 30 | YELLOW — priority treatment |
| Minor Care | 50 | GREEN — delayed treatment |
| Observation | 20 | Monitoring and isolation |
When you move a patient to a zone, the system checks capacity. If the critical care zone is at 10 out of 10, you cannot add another patient — you must first transfer a stabilized RED to observation, freeing a bed.
This is why triage is resource allocation, not classification. Assigning RED does not just mean "this person is critical." It means "I need one of ten critical care beds." When those beds are full, you are not facing a classification problem. You are facing a resource problem.
Mass Casualty Throughput
When a surge of casualties arrives, the system keeps pace:
Batch triage: Up to 100 patients per batch. For the initial rapid sort — assign colors first, detailed vitals later.
Quality safeguard: A rate limit of 50 intakes per minute per station ensures operators do not rush past data integrity. The system can go faster — the limit exists to protect data quality, not processing capacity.
The Waiting Queue
The triage queue sorts by priority, then arrival time:
RED (STAT) patients appear first, in arrival order. YELLOW (URGENT) patients appear second. GREEN (ROUTINE) patients appear last.
Each entry shows waiting time in minutes. This number serves a clinical purpose: a GREEN patient who has been waiting 90 minutes may need re-triage. Waiting time is a clinical indicator, not just a queue metric.
Triage Distribution as Resource Signal
The aggregate triage distribution is the most direct indicator of resource needs:
- High RED percentage — need more surgical capacity and intensive care beds
- High YELLOW percentage — need more monitoring equipment and nursing staff
- High GREEN percentage — need more waiting space and minor procedure capability
- BLACK appearing — need psychological support team
xGrid provides real-time triage distribution, enabling incident commanders to make strategic resource decisions: where to concentrate personnel, what type of reinforcement to request, which zones to expand.
Every one of those decisions traces back to a nurse pressing a color button on a phone screen. That button is not just a label. It is the first domino in a resource allocation cascade.
Related: ISBAR Is More Than a Handoff Format · Offline-First Is Not a Fallback