|
CHANCES : CR_STR_HIST2
This page last changed on 19.03.2012 by ttuv.
TROMSO_STR_HIST2Name: STR_HIST2 Description and values:
Code 1 if the baseline questionnaire/examination included questions which asked or were similar to the following, “have you ever been told by a doctor/health care professional that you have had a stroke?” or “have you ever had a stroke?” and the answer was in the affirmative. Local variable explanation: *STROKE_T4 : *Do you have, or have you had a cerebral stroke/brain haemorrhage?
SAS code: Str_hist2=STROKE_T4; If STROKE_T4 EQ . then Str_hist2=9; SHARE_STR_HIST2The variable STR_HIST2 is based on the SHARE variable ph006d4 (= response option 4).
PH006_ DOCTOR TOLD YOU HAD CONDITIONS
SENECA_STR_HIST2Contact round 1: STR_HIST2 is based on SENECA variables CHRDISYN (Chronic disease, yes/no) and STROKE (Stroke) IF CHRDISYN= 1 (“Yes) or 2 (“No”) AND STROKE = 1 (“Yes) THEN DO STR_HIST2=1; END; IF CHRDISYN =1 (“Yes) or 2 (“No”) AND STROKE = 2 (“No”) or (“Irrelevant”) THEN DO STR_HIST2=0; END; IF CHRDISYN= 8 (“Irrelevant”) or 9 (“Don’t know/No answer”) or . OR STROKE=9 (“Don’t know/No answer”) THEN DO STR_HIST2=.; END; Contact round 2: STR_HIST2 is based on SENECA variables FCHRDISY (Chronic disease, yes/no) and FSTROKE (Stroke) IF FCHRDISY = 1 (“Yes) or 2 (“No”) AND FSTROKE = 1 (“Yes) THEN DO STR_HIST2=1; END; IF FCHRDISY =1 (“Yes) or 2 (“No”) AND FSTROKE = 2 (“No”) or (“Irrelevant”) THEN DO STR_HIST2=0; END; IF FCHRDISY = 8 (“Irrelevant”) or 9 (“Don’t know/No answer”) or . OR FSTROKE=9 (“Don’t know/No answer”) THEN DO STR_HIST2=.; END; Contact round 3: STR_HIST2 is based on SENECA variables SCHRDISY (Chronic disease, yes/no) and SSTROKE (Stroke) IF SCHRDISY=1 (“Yes”) AND SSTROKE=1 (“Yes”) THEN DO STR_HIST2=1; END; IF SCHRDISY=0 (“No”) OR SSTROKE=2 (“No”) THEN DO STR_HIST2=0; END; IF SCHRDISY=. OR SSTROKE=. THEN DO STR_HIST2=.; END; NSWEDEN_STR_HIST2STR_HIST2=9; prevst=previous stroke event, 1=yes, records seen, 2=yes, not verified by medical records, 3=no. MORGAM_STR_HIST2This is derived from the MORGAM variable HISSTR2 using the following rule:
. HAPIEE_STR_HIST2Can be created based on HAPIEE baseline variable h10c for self-reported physician diagnosis/hospitalisation for stroke. Source HAPIEE baseline questionnaire. Stata code gen str_hist2=0 replace str_hist2=1 if h10c==1 | h10c==2 replace str_hist2=9 if h10c==. | h10c==9 ESTHER_STR_HIST2str_hist2 = p_apop; Source of p_apop is the variable E06APOP from the participant's baseline questionnaire. EPIC_STR_HIST2Description: Description of variables used: STROKE: EPIC elderly Greece variable that shows prevalence of stroke (1=yes, 2= don't know, 0=no) Coding rule: Variable STR_HIST2 is identical to variable STROKE. Stata script: gen STR_HIST2= STROKE |
| Document generated by Confluence on 26.02.2015 18:09 |