# Example 1: High Burden
# Moderate heart (2), Severe vascular (3), Mild renal (1), others 0
# Score = 6
cirs_geriatric_score(2, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0)
# Example 2: Low Burden
# Mild MSK (1), others 0
# Score = 1
cirs_geriatric_score(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0)
Run the code above in your browser using DataLab