GAD-7 – Generalized Anxiety Disorder Screen
[php] if ($_POST) { $a = $_POST[‘1’]; $b = $_POST[‘2’]; $c = $_POST[‘3’]; $d = $_POST[‘4’]; $e = $_POST[‘5’]; $f = $_POST[‘6’]; $g = $_POST[‘7’]; $var1 = ($a + $b + $c + $d + $e + $f + $g); if ($var1 < "1") {
$result = "No anxiety symptoms identified";
}
if ($var1 > “0”) { echo $result; |
[pullquote]The GAD-7 is a validated tool to assess for anxiety disorders.[/pullquote]
Formula :
Points are given for each variable.
Explanation of Result :
0-4 : Minimal anxiety
5-9 : Mild anxiety
10-14 : Moderate anxiety
15-21 : Severe anxiety
* Please verify all calculations prior to clinical use.