|
CHANCES : CR_STR1
This page last changed on 19.03.2012 by ttuv.
TROMSO_STR1Name: STR1 Description and values:
Local variable explanation: datoslag: date of stroke event. date_t4: date of examination flyttedato: date of relocation from town/municipality dslag: stroke event dato_dod: date of death SAS code: if sign(datoslag-'31dec2010'd)=1 or sign(date_t4 - datoslag)=1 then do; dslag=.; datoslag=.; end; IF DSLAG = 1 and sign(DATOSLAG-FLYTTEDATO)=1 then do; STR1=3; end; ELSE IF DSLAG = 1 and .<(DATO_DOD -DATOSLAG)<=28 then do; STR1=1; end; else if DSLAG = 1 then do; STR1=2; end; else do; STR1=3; end; SHARE_STR1STR1 is based on MORT_STROKE for fatal stroke events. For non-fatal stroke events STR1 is based on the SHARE variables containing the information on "heart attack since last interview": ph067_2 in wave 2 and ph072_2 in wave 4. Note that wave 3 of SHARE only contains information on fatal stroke events and not on non-fatal events. For baseline interviews (in SHARE the baseline interview is not necessarily wave 1!) STR1 is set to 9 "Insufficient data".
NSWEDEN_STR1if (contact_age<age_strokediagn) and survival=2 then STR1=1; age_strokediagn is the age at stroke diagnosis. MORGAM_STR1This was derived from the MORGAM derived variable STROKE1 using the following rule:
Note, when STROKE1 = 8 or 9, STR1_TIME will be zero. ESTHER_STR1if i_apop = 1 and apop_dat = mort_dat then str1 = 1; Source of i_apop: Questions on incident stroke at 2-, 5- and 8-year follow-up. Validated by questionnaires to the physician. Source of apop_dat: Questions on incident stroke at 2-, 5- and 8-year follow-up. Validated by questionnaires to the physician. Source of mort_dat: Inhabitants Registration Offices of Saarland. EPIC_STR1Description: Cerebrovascular event type 1 during follow-up Description of variables used: STROKEFU_HDR: Stroke diagnosis during follow up according to hospital discharge records (ICD10 code) STROKEFU_MR: Stroke diagnosis during follow up according to medical records (0="non definite stroke", 1="definite stroke", 99="unknown insufficient data") Coding rule: Variable STR1 is coded 1, if there has been underlying cerebrovascular death. Variable STR1 is coded 2, if there is no underlying cerebrovascular death but hospital discharge records show cerebrovascular disease. Variable STR1 is coded 3, if medical records show non definite stroke. Otherwise STR1 is coded as missing value. Stata script: gen STR1=1 if MORT_STROKE==1 replace STR1=3 if STR1==. |
| Document generated by Confluence on 26.02.2015 17:40 |