Constant HEALTH_YELLOW_MIN
pub const HEALTH_YELLOW_MIN: f64 = 40.0;Expand description
Minimum score (inclusive) for the yellow (at-risk) health band.
Scores in the range [HEALTH_YELLOW_MIN, HEALTH_GREEN_MIN) map to
"yellow"; scores below this threshold map to "red".