# Example 1: Stable Patient
# GCS 15 (4), SBP 120 (4), RR 16 (4)
# Triage RTS = 12, Standard RTS = 7.8408
revised_trauma_score(15, 120, 16)
# Example 2: Severe Trauma
# GCS 7 (2), SBP 80 (3), RR 35 (3)
# Standard RTS = 0.9368(2) + 0.7326(3) + 0.2908(3) = 1.8736 + 2.1978 + 0.8724 = 4.9438
revised_trauma_score(7, 80, 35)
Run the code above in your browser using DataLab