GAD7 Form

GAD7 Form and Dictionary

GAD7 Form

Download Dictionary:
GAD7 Form

Variable / Field Name Field Label Choices, Calculations, OR Slider Labels
gad7_adcid Site: 39 ADCID
gad7_ptid Subject ID: PTID
gad7_form_date Form Date: (Y-M-D)
gad7_examiner Examiner's Initials:
gad7_ent_date Data Entry Date: (Y-M-D)
gad7_ent_by Data Entry By:
gad7_1 1. Feeling nervous, anxious, or on edge 0, Not at all | 1, Several days | 2, More than half the days | 3, Nearly every day
gad7_2 2. Not being able to stop or control worrying 0, Not at all | 1, Several days | 2, More than half the days | 3, Nearly every day
gad7_3 3. Worrying too much about different things 0, Not at all | 1, Several days | 2, More than half the days | 3, Nearly every day
gad7_4 4. Trouble relaxing 0, Not at all | 1, Several days | 2, More than half the days | 3, Nearly every day
gad7_5 5. Being so restless that it is hard to sit still 0, Not at all | 1, Several days | 2, More than half the days | 3, Nearly every day
gad7_6 6. Becoming easily annoying or irritable 0, Not at all | 1, Several days | 2, More than half the days | 3, Nearly every day
gad7_7 7. Feeling afraid as if something awful might happen 0, Not at all | 1, Several days | 2, More than half the days | 3, Nearly every day
gad7_difficulty If you said yes to any problems, how difficult have these problems made it for you to do your work, take care of things at home, or get along with other people? 1, Not difficult at all | 2, Somewhat difficult | 3, Very difficult | 4, Extremely difficult
gad7_text =======================================================================================================
gad7_not_score Total Score: Not at all if([gad7_1]=0,1,0)+if([gad7_2]=0,1,0)+if([gad7_3]=0,1,0)+if([gad7_4]=0,1,0)+if([gad7_5]=0,1,0)+if([gad7_6]=0,1,0)+if([gad7_7]=0,1,0)
gad7_several_days_score Total Score: Several Days if([gad7_1]=1,1,0)+if([gad7_2]=1,1,0)+if([gad7_3]=1,1,0)+if([gad7_4]=1,1,0)+if([gad7_5]=1,1,0)+if([gad7_6]=1,1,0)+if([gad7_7]=1,1,0)
gad7_half_days_score Total Score: More than Half the Days if([gad7_1]=2,1,0)+if([gad7_2]=2,1,0)+if([gad7_3]=2,1,0)+if([gad7_4]=2,1,0)+if([gad7_5]=2,1,0)+if([gad7_6]=2,1,0)+if([gad7_7]=2,1,0)
gad7_every_day_score Total Score: Nearly Every Day if([gad7_1]=3,1,0)+if([gad7_2]=3,1,0)+if([gad7_3]=3,1,0)+if([gad7_4]=3,1,0)+if([gad7_5]=3,1,0)+if([gad7_6]=3,1,0)+if([gad7_7]=3,1,0)
gad7_total_score Total Score [gad7_1]+[gad7_2]+[gad7_3]+[gad7_4]+[gad7_5]+[gad7_6]+[gad7_7]