# Example 1: Low Risk
# 40yo, HR 80, RR 16, SBP 120, GCS 15, SpO2 98
# Score = 0
rems_score(40, 80, 16, 120, 15, 98)
# Example 2: High Risk
# 70yo (+5), HR 120 (+2), RR 28 (+2), SBP 100 (0), GCS 12 (+2), SpO2 88 (+1)
# Score = 12
rems_score(70, 120, 28, 100, 12, 88)
Run the code above in your browser using DataLab