# Example 1: High Risk (Age)
# 70yo, no other symptoms
canadian_ct_head_rule(0, 0, 0, 0, 70, 0, 0)
# Example 2: Medium Risk (Dangerous Mechanism)
# 30yo, Fall from >3ft, GCS 15
canadian_ct_head_rule(0, 0, 0, 0, 30, 0, 1)
# Example 3: Low Risk
# 25yo, Minor fall, no amnesia/vomiting
canadian_ct_head_rule(0, 0, 0, 0, 25, 0, 0)
Run the code above in your browser using DataLab