What is TRISS?
TRISS (Trauma and Injury Severity Score) is a composite trauma outcome model that estimates the probability of survival for an injured patient by combining early physiologic status, anatomic injury burden, age, and whether the injury mechanism is blunt or penetrating. It was developed from large trauma datasets and is widely used for benchmarking, registry analysis, and quality assurance, not as a bedside substitute for clinical judgment.
Why TRISS exists
Severely injured patients differ enormously in baseline health, injury patterns, prehospital care, and hospital resources. Simple counts of admissions or deaths do not tell you whether outcomes are better or worse than expected for the mix of injuries you treat. TRISS addresses that gap by producing an expected survival probability for a patient with a given RTS, ISS, age category, and mechanism, using coefficients derived from the Major Trauma Outcome Study (MTOS) era. That expected probability can be compared with observed survival for the same cohort in performance reporting and research.
What goes into the model
TRISS uses four conceptual inputs:
- Revised Trauma Score (RTS) — a continuous score summarizing early physiologic reserve from Glasgow Coma Scale (GCS) total, systolic blood pressure (SBP), and respiratory rate (RR), each mapped to coded categories and weighted.
- Injury Severity Score (ISS) — a number from 0 to 75 that summarizes anatomic injury severity based on Abbreviated Injury Scale (AIS) codes across body regions.
- Age band — classically a binary indicator: under 55 years versus 55 years and older.
- Mechanism — separate coefficient sets for blunt versus penetrating trauma, reflecting different injury biology and outcome patterns in the populations used to fit the model.
How the probability is calculated
TRISS uses a logistic (logit) model. A linear combination of RTS, ISS, the age indicator, and an intercept is computed; that value is passed through the logistic function so the output is always between 0 and 1 and can be read as a probability.
In standard form, with survival probability denoted Ps and the linear predictor denoted Z:
Ps = 1 / (1 + e−Z)
Z = b0 + b1 × RTS + b2 × ISS + b3 × (age ≥ 55), where the age term is 0 if the patient is younger than 55 and 1 if the patient is 55 or older.
The coefficients b0 through b3 differ for blunt and penetrating mechanisms. Higher RTS (better early physiology) increases Z and therefore Ps; higher ISS (more severe anatomic injury) decreases Z. The age indicator reduces Z when present, reflecting higher risk in the older band within the original model framework.
Revised Trauma Score (RTS) in practice
RTS is not a count of “points” like some screening tools. It is a weighted sum of coded physiologic variables. Each variable is first converted to a small integer code using fixed thresholds, then multiplied by a published weight and summed.
The usual weighting is: RTS = 0.9368 × GCSc + 0.7326 × SBPc + 0.2908 × RRc, where the subscript c denotes the category code for each vital sign.
Category coding (standard Trauma Score–style mapping)
- GCS total: 13–15 → 4; 9–12 → 3; 6–8 → 2; 4–5 → 1; 3 → 0.
- SBP (mmHg): >89 → 4; 76–89 → 3; 50–75 → 2; 1–49 → 1; 0 → 0.
- RR (breaths/min): 10–29 → 4; >29 → 3; 6–9 → 2; 1–5 → 1; 0 → 0.
Because categories are discrete, small changes in a vital sign can produce a step change in RTS if a threshold is crossed. That property is inherited from the original coding scheme and is important when interpreting sensitivity to early resuscitation and repeated measurements.
Many workflows already compute RTS from the trauma flow sheet; entering RTS directly can reduce transcription steps when the value is known and verified. When RTS is derived from vitals, use values that represent the same time window and context as your institutional registry definitions (for example, first recorded emergency department values versus first prehospital values).
Injury Severity Score (ISS)
ISS summarizes anatomic injury severity. It is built from AIS severity numbers assigned to injuries in defined body regions. Briefly, the three most injured regions contribute: for each region, the highest AIS severity in that region is taken, those three severities are squared, and the squares are summed. Special rules apply for the highest AIS of 6 in certain implementations, and ISS is bounded at 75.
ISS is powerful for comparing cohorts but is only as accurate as AIS coding. Incomplete imaging, delayed diagnosis, transfer records that omit injuries, or coding drift between reviewers can change ISS enough to move TRISS estimates materially. TRISS should not be interpreted as precise to the decimal when the underlying AIS table is uncertain.
AIS editions have been updated over time (for example, AIS 2005, AIS 2015, and subsequent revisions). Institutional registries often standardize on a specific AIS dictionary; mixing editions within a single analysis without adjustment can distort comparisons.
How to read the estimated probability
The output is best understood as a model-based expected survival under the assumptions of the original development cohort, not a personalized prediction for an individual patient. It does not incorporate frailty beyond the age band, major comorbidities, anticoagulation, time to definitive hemorrhage control, center capabilities, or post-admission complications unless those effects are indirectly captured by early physiology and coded injuries.
In performance evaluation, analysts often compare observed versus expected deaths across many patients, or use metrics such as the W statistic and M statistic in trauma center reporting. A single patient’s TRISS probability is therefore most meaningful as an orientation to severity and expected burden, not as a standalone triage or family counseling number.
Common limitations and pitfalls
- Outdated baseline risk: Trauma systems, diagnostics, and treatment have evolved since classic MTOS-based coefficients were published. Expected probabilities may not match contemporary survival at every hospital.
- Mechanism misclassification: Mixed mechanisms, blast injury, falls with complex kinematics, or unclear intent can make blunt versus penetrating assignment imperfect.
- Early physiology is dynamic: RTS changes with resuscitation. The “correct” RTS for benchmarking is the one your registry protocol specifies.
- Pediatric and geriatric edge cases: The classic age split at 55 is simplistic. Very young patients and very old patients may not be well represented by a single binary age term for all clinical questions.
- Penetrating injury in low-volume settings: Small sample sizes and selection bias can make penetrating-coefficient predictions unstable when applied outside the training context.
Using this calculator responsibly
Use CalcMD’s TRISS tool for education, exploration, and rough checks against textbook expectations. Verify coefficients against your local registry manual if you are producing official reports. Always reconcile inputs with primary data sources, and treat the displayed percentage as a model output that must be integrated with examination findings, imaging, operative course, and team experience.