# Example 1: High Risk (Consult Required)
# Unstable home (2), Failing school (2), Suicidality with plan (2)
# Score = 10
heads_ed_score(2, 2, 0, 1, 2, 1, 2)
# Example 2: Discharge Candidate
# Mild anxiety (1), School stress (1), Supportive home (0)
# Score = 2
heads_ed_score(0, 1, 0, 0, 0, 1, 0)
Run the code above in your browser using DataLab