# Example 1: High Risk Patient
# Unresponsive (1), Constantly moist (1), Bedfast (1), Immobile (1), Poor nutrition (1), Sliding (1)
# Score = 6
braden_score(1, 1, 1, 1, 1, 1)
# Example 2: Mild Risk
# Slightly limited sensory (3), Occasional moisture (3), Walks occasionally (3),
# Slightly limited mobility (3), Adequate nutrition (3), No friction (3)
# Score = 18
braden_score(3, 3, 3, 3, 3, 3)
Run the code above in your browser using DataLab