# Example 1: Low Risk
# Female, 30yo, RR 18, SpO2 98, HR 80, SBP 120, Temp 37, Alert, PS 0
# Score = 0
priest_score("female", 30, 18, 98, 80, 120, 37.0, "alert", 0)
# Example 2: High Risk
# Male (+1), 70yo (+3), RR 22 (+2), SpO2 93 (+2),
#HR 100 (+1), SBP 105 (+1), Temp 38.5 (+1), Alert, PS 2 (+1)
# Score = 12
priest_score("male", 70, 22, 93, 100, 105, 38.5, "alert", 2)
Run the code above in your browser using DataLab