# Example 1: High Risk
# BUN 30 (+1), Altered mental status (+1), SIRS (+1), Age 65 (+1), No effusion
# Score = 4
bisap_score(30, 1, 1, 65, 0)
# Example 2: Low Risk
# BUN 15 (0), Normal mental status (0), No SIRS (0), Age 40 (0), No effusion (0)
# Score = 0
bisap_score(15, 0, 0, 40, 0)
Run the code above in your browser using DataLab