/* Survey 4 of the 1921-26 Cohort - formats definition in SAS code - April 2020*/ /* Q1, Q2A, Q2B, Q4, Q6, Q11, Q26, Q32, Q35, Q43, Q53, Q55, Q65 */ VALUE o4yes1no0f 1 = 'Yes' 0 = 'No' . = 'missing' ; /* Q8, Q15, Q16, Q28, Q34, Q36, Q46, Q47, Q48, Q50, Q67, Q68*/ VALUE o4yes1no2f 1 = 'Yes' 2 = 'No' . = 'Missing' ; VALUE o4who 1 = 'Underweight, BMI < 18.5' 2 = 'Healthy weight, 18.5 <= BMI < 25' 3 = 'Overweight, 25 <= BMI < 30' 4 = 'Obese, 30 <= BMI' . = 'Missing' ; VALUE o4ariap 1 = 'Major cities of Australia' 2 = 'Inner regional Australia' 3 = 'Outer regional Australia' 4 = 'Remote Australia' 5 = 'Very Remote Australia' 6 = 'Overseas' . = 'Missing' ; VALUE o4survstat 1 = 'Full survey' 2 = 'Short phone survey' ; /* Q3 */ VALUE o4consgp 0 = 'None' 1 = '1 or 2 times' 2 = '3 or 4 times' 3 = '5-8 times' 4 = '9-12 times' 5 = '13-15 times' 6 = '16-19 times' 7 = '20 or more times' . = 'Missing' ; /** Q5**/ VALUE o4splst 1 = "No, I needed to see a specialist doctor but did not" 2 = "No, I did not need to see a specialist doctor" 3 = "Yes, I saw a specialist doctor" . = 'Missing'; /**Q6 **/ VALUE o4Yes1No0NA 2 = 'Not Applicable' 1 = 'Yes' 0 = 'No' . = 'Missing'; /* Q7 */ VALUE o4admthosp 1 = 'No' 2 = 'Yes, day only' 3 = 'Yes, spent at least one night' . = 'Missing' ; /** Q9 **/ VALUE o4dntst 1 = "No, I needed to see a dentist but did not" 2 = "No, I did not need to see a dentist" 3 = "Yes, I saw a dentist" . = 'Missing'; /** Q10 **/ VALUE o4whydntst 2 = 'Not Applicable' 1 = 'Yes' 0 = 'No' . = 'Missing' ; /* Q12 */ VALUE o4sfhlth 1 = 'Excellent' 2 = 'Very good' 3 = 'Good' 4 = 'Fair' 5 = 'Poor' . = 'Missing' ; /* Q13 */ VALUE o4sfnow 1 = 'Much better' 2 = 'Somewhat better' 3 = 'About the same' 4 = 'Somewhat worse' 5 = 'Much worse' . = 'Missing' ; /* Q14 */ VALUE o4sflimit 1 = 'Limited a lot' 2 = 'Limited a little' 3 = 'Not limited' . = 'Missing' ; /* Q17 */ VALUE o4sfsocial 1 = 'Not at all' 2 = 'Slightly' 3 = 'Moderately' 4 = 'Quite a bit' 5 = 'Extremely' . = 'Missing' ; /* Q18 */ VALUE o4sfbody 1 = 'No bodily pain' 2 = 'Very mild' 3 = 'Mild' 4 = 'Moderate' 5 = 'Severe' 6 = 'Very severe' . = 'Missing' ; /* Q19 */ VALUE o4sfpain 1 = 'Not at all' 2 = 'A little bit' 3 = 'Moderately' 4 = 'Quite a bit' 5 = 'Extremely' . = 'Missing' ; /* Q20 */ VALUE o4sffeel 1 = 'All the time' 2 = 'Most the time' 3 = 'Good bit of time' 4 = 'Some of time' 5 = 'Little of time' 6 = 'None of time' . = 'Missing' ; /* Q21 */ VALUE o4sfintfr 1 = 'All the time' 2 = 'Most the time' 3 = 'Some of time' 4 = 'Little of time' 5 = 'None of time' . = 'Missing' ; /* Q22 */ VALUE o4sf_t_f 1 = 'Definitely true' 2 = 'Mostly true' 3 = "Don't know" 4 = 'Mostly false' 5 = 'Definitely false' . = 'Missing' ; /* Q25 */ VALUE o4probs 1 = 'Never' 2 = 'Rarely' 3 = 'Sometimes' 4 = 'Often' . = 'missing' ; /* Q27 */ VALUE o4comp20f 1 = 'Much better now' 2 = 'Somewhat better now' 3 = 'About the same' 4 = 'Somewhat worse now' 5 = 'Much worse now' . = 'missing' ; /* Q29 */ VALUE o4oralcond 1 = 'Poor' 2 = 'Fair' 3 = 'Good' 4 = 'Very good' 5 = 'Excellent' . = 'missing' ; /* Q30 */ VALUE o4hearaid 1 = 'No' 2 = 'Yes, some of time' 3 = 'Yes, most of time' . = 'missing' ; /* Q31 */ VALUE o4hearaff 1 = 'No' 2 = 'Sometimes' 3 = 'Often' . = 'missing' ; /* Q37A */ VALUE o4stiff 1 = '<= 30 mins' 2 = '> 30 mins' 3 = 'Not Applicable' . = 'missing' ; /** Q37b **/ VALUE o4Yes1No2NA 1 = 'Yes' 2 = 'No' 3 = 'Not Applicable' . = 'Missing'; /* Q40, Q41 */ VALUE o4serve 0 = 'None' 1 = '1 serve' 2 = '2-3 serve' 3 = '4 serves' 4 = '5 serves or more' . = 'missing' ; /* Q42 */ VALUE o4glass 1 = '0-2 glasses' 2 = '3-5 glasses' 3 = '6-8 glasses' 4 = '9 or more glasses' . = 'missing' ; /* Q44 */ VALUE o4trantype 1 = 'Car(you drive)' 2 = 'Car(someone else drives)' 3 = 'Taxi' 4 = 'Bus' 5 = 'tram or train' 6 = 'other' . = 'missing' ; /* Q45 */ VALUE o4travel 1 = 'All the time' 2 = 'Most of time' 3 = 'Some of time' 4 = 'Little of time' 5 = 'None of time' 6 = 'Not applicable' . = 'missing' ; /* Q49 */ VALUE o4diffact 1 = 'No difficulty' 2 = 'Some difficulty' 3 = 'Unable to do' . = 'missing' ; /* ADL */ VALUE o4adl 0 = 'No difficulty' 1 = 'Difficulty but no help required' 2 = 'Help required' . = 'missing' ; /* Q52 */ VALUE o4dwell 1 = 'House' 2 = 'Flat/unit/apartment' 3 = 'Mobile/caravan' 4 = 'Retirement Village' 5 = 'Nursing Home' 6 = 'Hostel' 7 = 'Other' . = 'missing' ; /* Q54 */ VALUE o4volntr 1 = 'Every day' 2 = 'Every week' 3 = 'Every month' 4 = '