SUPPLEMENTARY MATERIAL

Size: px
Start display at page:

Download "SUPPLEMENTARY MATERIAL"

Transcription

1 SUPPLEMENTARY MATERIAL The effect of current dietary provided by frequent advice versus food delivery on weight loss and cardiovascular risk factors. A Randomized Clinical Trial. David JA Jenkins, Beatrice A. Boucher, Fredrick D. Ashbury, Margaret Sloan, Patrick Brown, Ahmed El-Sohemy, Anthony Hanley, Walter Willett, Melanie Paquette, Russell de Souza, Christopher Ireland, Natalie Kwan, Amy Jenkins, Sathish C. Pichika, Nancy Kreiger Supplementary Methods 1. Sample size calculation Supplementary Methods 2. Multiple imputation SAS code Supplementary Methods 3. ANOVA SAS code for participants as unit of analysis Supplementary Table 1. Baseline characteristics for the control and three treatment groups Supplementary Table 2. Dietary data at baseline and 6 months with 6 month changes (95% CI) and significance for the control and three treatment groups Supplementary Table 3. Treatment differences in dietary components as differences in change for the control and three treatment groups at 6 and 18 months Supplementary Table 4. Treatment differences in outcomes (differences in change) at 6 and 18 months for the control and three treatment groups. Data for individuals with household treated as random effect. Supplementary Table 5. Dietary data at 18 months for the control and three treatment groups Supplementary Table 6. Mean baseline values and changes in outcomes at 18 months for all participants Supplementary Table 7. Mean values and changes (95% CI) in outcomes at baseline and 18 months for the control and three treatment groups Supplementary Table 8. Treatment differences in outcomes (differences in change) at 6 and 18 months for the control and three treatment groups. Household treated as unit of analysis. Supplementary Table 9. Treatment differences in outcomes (differences in change) at 6 and 18 months for the control and three treatment groups. Data for individuals (BMI 25) with household treated as random effect. Supplementary Table 10. Serious adverse events Supplementary Figure 1. Changes in servings of fruit, vegetable and whole grains intake by treatment at 18 months Supplementary Figure month changes in study outcomes. Mean change and 95% confidence limit. 1

2 Supplementary Methods 1. Sample size calculation Sample size was based on the following assumptions: households are randomized to one of three main interventions(dietary advice, food delivery or advice plus food) or control sample size is first calculated based on a t-test for independent observations, and then inflated by a factor of 1 + (s-1)ρ, where s=2 (estimated number of individuals in each household), ρ=0.2 (estimated intra-class correlation to account for household clustering) the average weight of the control group will not decrease over the length of follow-up baseline mean weight in all groups is 78 kg, with a standard deviation of 8.5. Estimated sample size: Group Individual/Household Control 360 Dietary Advice 120 Food Delivery 120 Advice & Food 120 Least detectable alternatives between intervention and control group at α=0.05, 1-β=0.80 Measure Least detectable alternatives Mean body weight ± 1.54 kg Lipids (HDL,LDL) ± 0.06 mmol C-reactive protein ± 0.9 mg Homocysteine ± 0.65 mmol For the purpose of assessing the influence of advice to reduce soft drink consumption (to be reported separately), participants were randomized to one control and six treatments to accommodate a factorial design. However to achieve this objective the control remained undivided and instead a further cell was added that included 60 individuals/households representing a group who received advice on sugar sweetened beverage (SSB) avoidance. For the current study this group (n=60) was added to the control (n=360) making the final control number 420 individuals/households. For the purpose of the current analysis the factorial design was eliminated and the soft drink and no soft drink treatments were collapsed to form one control and three treatment groups (advice, food provision, and advice plus food provision). 2

3 Supplementary Methods 2. Multiple Imputation SAS Code Variable List visit = 1 for baseline, 2 for 6 months, 3 for 18 months hhid = Household id. Excluded hhids were taken from random digit dialing, and from non-randomized controls. random = Randomization with four categories: Control (CC), Advice (AD), Food delivery (FD), and food delivery plus advice (FA). ord_inc = income, ordinal ord_educ = education, ordinal age = continuous smoker = smoking status, binary gender = binary ht = height, continuous wt = weight (kg) base_ = prefix indicating baseline (visit 1) value for variable Imputation step for weight; proc mi nimpute = 5 seed = data= thds_mixed out= mi_thds_wt; where visit in (2,3) and hhid not in (10018,10082,10517,10805,11004,11993,14566,14863,16080,16210,16525,16994,17914,23208,23647, 23667,23559,22720,23625,23293,23408,23432,23236,23319,23473,23299,23653,23551,23498); monotone regpmm (wt = base_ord_inc base_ord_educ2 base_age base_smoker gender base_ht visit base_wt); var base_ord_inc base_ord_educ base_age base_smoker gender base_ht visit base_wt wt; ods exclude all; quit; 3

4 Supplementary Methods 3. ANCOVA SAS code for participants as unit of analysis Analysis 6 months; proc mixed data = mi_thds_wt; where visit in (2) and hhid not in (10018,10082,10517,10805,11004,11993,14566,14863,16080,16210,16525,16994,17914,23208,23647, 23667,23559,22720,23625,23293,23408,23432,23236,23319,23473,23299,23653,23551,23498); by _imputation_; class random hhid; model wt = random base_wt /ddfm=kr; random hhid; Hierarchical model term. Treats each household unit as a separate block; estimate "AD_CC" random ; estimate "AD_FA" random ; estimate "AD_FD" random ; estimate "CC_FA" random ; estimate "CC_FD" random ; estimate "FA_FD" random ; ods exclude all; ods output estimates = est; run; proc mianalyze data=est edf=914; title "Weight Advice vs Control"; where label = "AD_CC"; modeleffects Estimate; stderr stderr; ods select ParameterEstimates; run; First comparison shown. Control versus advice. ; 4

5 Supplementary Table 1. Baseline characteristics for the control and three treatment groups Control Advice Only Food Only Food and Advice N=486 N=145 N=148 N=140 P-value Age (years) 44.9 ( ) 46.2 ( ) 44.9 ( ) 42.4 ( ) Sex Female 386 (79.4) 110 (75.9) 107 (72.3) 107 (76.4) Male 100 (20.6) 35 (24.1) 41 (27.7) 33 (23.6) Non-smoker 447 (92) 132 (91) 136 (91.9) 132 (94.3) Smoker 39 (8) 13 (9) 12 (8.1) 8 (5.7) Whites 290 (67.6) 86 (69.4) 90 (67.2) 85 (66.4) Non-whites 139 (32.4) 38 (30.7) 44 (32.8) 43 (33.6) Household Income Less than 20 K 67 (14.1) 13 (9.4) 11 (7.8) 18 (13.2) K 82 (17.3) 25 (18) 22 (15.5) 22 (16.2) K 172 (36.2) 50 (36) 51 (35.9) 55 (40.4) K 88 (18.5) 38 (27.3) 26 (18.3) 28 (20.6) 120 K + 66 (13.9) 13 (9.4) 32 (22.5) 13 (9.6) Education High school / Elementary 54 (11.2) 17 (11.8) 16 (10.8) 14 (10.1) Some college / Undergraduate 121 (25) 35 (24.3) 23 (15.5) 34 (24.5) College / University degree 202 (41.7) 63 (43.8) 74 (50) 56 (40.3) Graduate degree 107 (22.1) 29 (20.1) 35 (23.7) 35 (25.2) Weight (kg) 88 ( ) 86.2 ( ) 89.2 ( ) 89.6 ( ) BMI (kg/m2) 32.5 (32-33) 31.7 ( ) 32.6 ( ) 32.7 ( ) Waist (cm) ( ) ( ) ( ) ( ) Glucose (mmol/l) 4.81 ( ) 4.87 ( ) 4.8 ( ) 4.81 ( ) Total Cholesterol (mmol/l) 5.09 (5-5.17) 5.17 ( ) 5 ( ) 4.89 ( ) LDL-C (mmol/l) 3.27 ( ) 3.3 ( ) 3.17 ( ) 3.07 ( ) HDL-C (mmol/l) 1.27 ( ) 1.32 ( ) 1.27 ( ) 1.3 ( ) Triglycerides (mmol/l) 1.23 ( ) 1.2 ( ) 1.21 ( ) 1.14 ( ) Total cholesterol/hdl 4.2 ( ) 4.16 ( ) 4.19 ( ) 3.99 ( ) Non-HDL cholesterol (mmol/l 3.81 ( ) 3.85 ( ) 3.73 ( ) 3.59 ( ) Systolic blood pressure ( ) ( ) ( ) 114 ( ) Diastolic blood pressure 73.3 ( ) 72.2 ( ) 72.9 ( ) 72.7 ( ) Mean arterial pressure 87.1 ( ) 86.4 ( ) 86.8 ( ) 86.5 ( ) year CHD risk (%) 3.55 ( ) 4.03 ( ) 3.82 ( ) 2.94 ( ) Blood pressure medication 42 (8.7) 13 (9) 15 (10.1) 8 (5.7) Cholesterol medication 28 (5.8) 11 (7.6) 11 (7.4) 7 (5) Data are expressed as means (95% CI) or n (%). To convert the values to milligrams per deciliter, divide cholesterol by , triglycerides by and glucose by P values taken from Fisher's exact test for categorical variables (sex, smoking status, ethnicity, medications) Mantel-Haenszel χ 2 for ordinal variables (income, education), and analysis of variance for continous variables (all others). Missing data (Ethnicity n=104, Income n=14, Education n=4, Blood pressure medication n=3, Cholesterol medication n=3). 5

6 Supplementary Table 2. Dietary data at baseline and 6 months with 6 month changes (95% CI) and significance for the control and three treatment groups Baseline (n=484) Control 6 Months (n=317) 6 Month (n=317) Pr > t Baseline (n=148) Food 6 Months (n=131) 6 Month (n=131) Pr > t Energy (kcal) 2067 (1996, 2139) 1874 (1792, 1956) -157 (-232, -82) < (1979, 2255) 2163 (2011, 2316) 31 (-111, 173) Available CHO (% kcal) 45.2 (44.5, 46) 44.9 (44.1, 45.8) -0.6 (-1.4, 0.1) (42.9, 45.3) 44.3 (43.1, 45.5) 0.1 (-1.1, 1.3) Sugar (% kcal) 24 (23.4, 24.7) 23.9 (23.1, 24.7) -0.5 (-1.3, 0.2) (21.7, 24) 23.7 (22.5, 24.8) 0.8 (-0.4, 1.9) Starch (% kcal) 21.2 (20.7, 21.7) 21.1 (20.4, 21.7) -0.1 (-0.8, 0.5) (20.3, 22.2) 20.7 (19.8, 21.5) -0.6 (-1.7, 0.4) Fiber (g/1000 kcal) 12.6 (12.2, 12.9) 14.4 (13.9, 14.9) 1.6 (1.1, 2) < (11.5, 12.9) 17 (16, 17.9) 4.9 (3.9, 5.8) <.0001 Protein (% kcal) 17.1 (16.8, 17.4) 18.1 (17.7, 18.5) 0.9 (0.5, 1.3) < (16.5, 17.6) 17.6 (17.1, 18.2) 0.4 (-0.2, 1) Animal Protein (% kcal) 10.9 (10.5, 11.2) 11.6 (11.1, 12.1) 0.6 (0.2, 1) (10.4, 11.6) 10.6 (9.9, 11.2) -0.5 (-1.2, 0.1) Vegetable Protein (% kcal) 6.2 (6, 6.3) 6.5 (6.3, 6.7) 0.3 (0.1, 0.5) (5.9, 6.4) 7.1 (6.7, 7.4) 0.9 (0.6, 1.3) <.0001 Fat (% kcal) 32.7 (32.1, 33.3) 31.4 (30.7, 32.2) -0.6 (-1.3, 0.2) (32.7, 34.8) 32.7 (31.6, 33.8) -0.9 (-1.9, 0.2) Saturated Fat (% kcal) 10.1 (9.8, 10.3) 9.5 (9.2, 9.7) -0.4 (-0.6, -0.1) (10, 10.8) 9.4 (9, 9.8) -1 (-1.5, -0.6) <.0001 Monounsaturated Fat (% kcal) 13.5 (13.2, 13.9) 13 (12.6, 13.4) -0.2 (-0.7, 0.3) (13.2, 14.4) 13.7 (13.1, 14.4) 0.1 (-0.5, 0.7) Polyunsaturated Fat (% kcal) 6.2 (6, 6.4) 6.1 (5.9, 6.4) 0 (-0.2, 0.2) (6.2, 6.9) 6.6 (6.3, 7) 0.2 (-0.1, 0.5) Cholesterol (g/1000 kcal) 123 (119, 127) 128 (122, 134) 6 (0, 11) (118, 131) 120 (113, 128) -6 (-14, 2) Alcohol (% kcal) 2.4 (2.1, 2.8) 2.5 (2, 3) 0 (-0.4, 0.4) (2, 3) 2.2 (1.7, 2.7) -0.3 (-0.6, 0) Fruit servings 1.5 (1.4, 1.6) 1.8 (1.6, 2) 0.3 (0.1, 0.4) < (1.1, 1.5) 2.2 (1.9, 2.4) 0.8 (0.6, 1) <.0001 Vegetable servings 1.5 (1.3, 1.6) 1.9 (1.7, 2) 0.4 (0.3, 0.6) < (1.3, 1.7) 2.2 (2, 2.5) 0.7 (0.5, 1) <.0001 Whole grain servings 1.5 (1.4, 1.6) 1.5 (1.4, 1.7) 0 (-0.1, 0.2) (1.4, 1.7) 2.2 (2, 2.5) 0.7 (0.5, 0.9) <.0001 Low fat dairy servings 0.6 (0.6, 0.7) 0.7 (0.6, 0.8) 0 (0, 0.1) (0.5, 0.8) 0.7 (0.5, 0.8) 0 (-0.1, 0.2) Nuts (g) 10.7 (9, 12.3) 10.1 (8.3, 11.8) -0.1 (-2.1, 1.9) (8.8, 14.2) 16.7 (13.2, 20.2) 5.2 (2, 8.4) Soy protein (g) 1.9 (1.4, 2.5) 1.7 (1.3, 2.1) -0.3 (-0.9, 0.4) (1, 2.3) 3.3 (2.5, 4) 1.6 (0.8, 2.5) <.001 Viscous Fiber (g) 0.4 (0.3, 0.4) 0.5 (0.4, 0.6) 0.1 (0, 0.2) (0.3, 0.7) 1.5 (1.1, 1.8) 1 (0.6, 1.3) <.0001 Advice Food and Advice Baseline (n=145) 6 Months (n=87) 6 Month (n=87) Pr > t Baseline (n=138) 6 Months (n=123) 6 Month (n=121) Pr > t Energy (kcal) 2128 (1955, 2301) 1973 (1822, 2123) -154 (-311, 3) (1874, 2264) 2089 (1928, 2251) -32 (-228, 165) Available CHO (% kcal) 45.4 (44.3, 46.5) 45.4 (44, 46.8) -0.5 (-1.9, 0.9) (41.7, 44.6) 43.3 (42.1, 44.5) 0.7 (-0.7, 2) Sugar (% kcal) 24.1 (23, 25.3) 24.6 (23.3, 26) -0.5 (-2, 0.9) (21.2, 23.7) 21.3 (20.2, 22.4) -0.7 (-1.9, 0.4) Starch (% kcal) 21.3 (20.3, 22.2) 20.8 (19.8, 21.8) 0 (-1, 1) (19.7, 21.7) 22 (21.2, 22.8) 1.4 (0.4, 2.4) Fiber (g/1000 kcal) 12.3 (11.5, 13) 15.1 (14.1, 16) 2.7 (1.7, 3.6) < (11.6, 13.1) 18.3 (17.2, 19.3) 5.7 (4.7, 6.8) <.0001 Protein (% kcal) 16.5 (16, 17.1) 17.9 (17.2, 18.6) 1.2 (0.5, 1.9) (17.7, 19.4) 18.4 (17.8, 19.1) -0.3 (-1.2, 0.5) Animal Protein (% kcal) 10.6 (10, 11.2) 11.3 (10.5, 12.1) 0.6 (-0.1, 1.2) (11.6, 13.5) 10.8 (10, 11.5) -1.9 (-2.9, -0.9) <.001 Vegetable Protein (% kcal) 6 (5.7, 6.3) 6.6 (6.2, 7) 0.6 (0.3, 0.9) (5.7, 6.3) 7.7 (7.3, 8) 1.6 (1.2, 1.9) <.0001 Fat (% kcal) 32.7 (31.6, 33.8) 31.2 (30, 32.4) -0.9 (-2.1, 0.4) (32.1, 34.4) 31.9 (30.8, 33) -1.5 (-2.6, -0.4) Saturated Fat (% kcal) 10.3 (9.9, 10.8) 9.3 (8.8, 9.8) -1 (-1.5, -0.4) (9.6, 10.5) 8.5 (8.1, 8.9) -1.6 (-2, -1.2) <.0001 Monounsaturated Fat (% kcal) 13.5 (12.8, 14.1) 13 (12.3, 13.8) 0 (-0.8, 0.7) (13.3, 14.6) 13.8 (13.1, 14.5) -0.3 (-1, 0.4) Polyunsaturated Fat (% kcal) 6 (5.8, 6.3) 6.1 (5.7, 6.5) 0.2 (-0.1, 0.6) (5.9, 6.6) 6.7 (6.3, 7.1) 0.5 (0.1, 0.9) Cholesterol (g/1000 kcal) 122 (114, 131) 122 (111, 133) -1 (-12, 10) (129, 151) 122 (112, 132) -20 (-31, -9) Alcohol (% kcal) 2.8 (2.1, 3.5) 2.3 (1.6, 3) -0.4 (-1, 0.2) (1.7, 3) 2.8 (1.9, 3.8) 0.3 (-0.2, 0.8) Fruit servings 1.4 (1.2, 1.6) 2.1 (1.8, 2.4) 0.6 (0.3, 0.9) (1.2, 1.7) 2.7 (2.4, 2.9) 1.1 (0.8, 1.4) <.0001 Vegetable servings 1.3 (1.1, 1.5) 2.1 (1.9, 2.4) 0.8 (0.5, 1.1) < (1.3, 1.8) 2.9 (2.6, 3.1) 1.3 (1, 1.5) <.0001 Whole grain servings 1.5 (1.4, 1.7) 1.9 (1.7, 2.2) 0.4 (0.1, 0.6) (1.3, 1.6) 2.5 (2.2, 2.7) 1 (0.7, 1.2) <.0001 Low fat dairy servings 0.6 (0.5, 0.7) 0.9 (0.7, 1.1) 0.2 (0.1, 0.4) (0.5, 0.7) 0.6 (0.5, 0.8) 0 (-0.1, 0.2) Nuts (g) 11 (7.6, 14.4) 10.7 (7.6, 13.7) 1.7 (-2, 5.4) (5.8, 10.3) 14.7 (11.8, 17.6) 6.5 (3.3, 9.7) <.001 Soy protein (g) 1.6 (1, 2.1) 2.2 (1.4, 3) 0.3 (-0.2, 0.9) (0.8, 2) 3.8 (3, 4.7) 2.3 (1.5, 3.2) <.0001 Viscous Fiber (g) 0.3 (0.2, 0.5) 0.7 (0.4, 0.9) 0.4 (0.2, 0.5) < (0.1, 0.4) 1.6 (1.3, 1.9) 1.4 (1, 1.8) <.0001 Data are means (95% CI). 4 people were missing dietary data at baseline, and 27 people at 6 months. Whole grain servings calculated as grams of whole grains from FFQ divided by 30 One low fat dairy serving = 1 cup low fat milk or yogurt, 1.5oz low fat cheese, or ½ cup cottage cheese 6

7 Supplementary Table 3. Treatment differences in dietary components as differences in change for the control and three treatment groups at 6 and 18 months 0 to 6 95% CI Adjp 0 to 18 95% CI Adjp 6 to 18 95% CI Adjp Group month month month Energy (kcal) A C A FA A F C FA C F FA F Available CHO (% kcal) A C A FA A F C FA C F FA F Sugar (% kcal) A C A FA A F C FA C F FA F Starch (% kcal) A C A FA A F C FA C F FA F Fiber (g/1000 kcal) A C A FA < A F C FA < <.001 C F < FA F Protein (% kcal) A C Animal Protein (% kcal) Vegetable Protein (% kcal) A FA A F C FA C F FA F A C A FA A F C FA < C F FA F A C A FA < A F C FA < C F FA F

8 Supplementary Table 3. Treatment differences in dietary components as differences in change for the control and three treatment groups at 6 and 18 months 0 to 6 95% CI Adjp 0 to 18 95% CI Adjp 6 to 18 95% CI Adjp Group month month month Fat (% kcal) A C A FA A F C FA C F FA F Saturated Fat (% kcal) A C Monounsaturated Fat (% kcal) Polyunsaturated Fat (% kcal) Cholesterol (g/1000 kcal) A FA A F C FA < C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F Alcohol (% kcal) A C A FA A F C FA C F FA F Fruit servings A C A FA A F C FA < C F FA F Vegetable servings A C A FA A F C FA < C F FA F

9 Supplementary Table 3. Treatment differences in dietary components as differences in change for the control and three treatment groups at 6 and 18 months 0 to 6 95% CI Adjp 0 to 18 95% CI Adjp 6 to 18 95% CI Adjp Group month month month Whole grain servings A C A FA A F C FA < C F < FA F Low fat dairy servings A C A FA A F C FA C F FA F Nuts (g) A C A FA A F C FA C F FA F Soy protein (g) A C A FA A F C FA < C F < FA F Viscous Fiber (g) A C A FA < A F C FA < < C F < FA F Differences taken from method of least squares means, with end value as outcome, and starting value (baseline or 6 months) as a covariate in the ANCOVA model. A Tukey adjustment was applied to adjust for multiple pairwise comparisons. 9

10 Supplementary Table 4. Treatment differences in outcomes (differences in change) at 6 and 18 months for the control and three treatment groups. Data for individuals with household treated as random effect. 0 to 6 Months 0 to 18 Months 6 to 18 Months Treatment Estimate Lower Upper Pr > t Estimate Lower Upper Pr > t Estimate Lower Upper Pr > t Weight (kg) A C A FA BMI (kg/m2) Waist (cm) Glucose (mmol/l) Total Cholesterol (mmol/l) LDL-c (mmol/l) HDL-c (mmol/l) A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F To convert the values to milligrams per deciliter, divide cholesterol by , triglycerides by and glucose by Treatments: C, control; A, advice; F, food delivery; FA, and food delivery and advice 10

11 Supplementary Table 4. Treatment differences in outcomes (differences in change) at 6 and 18 months for the control and three treatment groups. Data for individuals with household treated as random effect. 0 to 6 Months 0 to 18 Months 6 to 18 Months Treatment Estimate Lower Upper Pr > t Estimate Lower Upper Pr > t Estimate Lower Upper Pr > t Triglycerides (mmol/l) A C A FA Total Cholesterol/HDL-c Non-HDL-c (mmol/l) Systolic blood pressure Diastolic blood pressure Mean Arterial Pressure 10 year CHD risk (%) A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F To convert the values to milligrams per deciliter, divide cholesterol by , triglycerides by and glucose by Treatments: C, control; A, advice; F, food delivery; FA, and food delivery and advice 11

12 Supplementary Table 5. Dietary data at 18 months for the control and three treatment groups Baseline (n=484) Control 18 month (n=278) Pr > t 6 to 18 month (n=266) Pr > t Baseline (n=148) Food Only 18 month (n=118) Pr > t 6 to 18 month (n=110) 18 months (n=278) 18 months (n=118) Energy (kcal) 2067 (1996, 2139) 2011 (1923, 2099) -23 (-105, 59) (48, 187) (1979, 2255) 2084 (1957, 2211) -35 (-178, 108) (-223, 4) Available CHO (% kcal) 45.2 (44.5, 46) 44.7 (43.7, 45.6) -0.7 (-1.5, 0.2) (-0.8, 0.9) (42.9, 45.3) 44.2 (42.9, 45.5) 0.1 (-1.3, 1.6) (-1.2, 1.5) Sugar (% kcal) 24 (23.4, 24.7) 23.4 (22.6, 24.3) -0.7 (-1.6, 0.1) (-1.1, 0.5) (21.7, 24) 23.3 (22, 24.6) 0.5 (-0.9, 1.8) (-1.1, 1.3) Starch (% kcal) 21.2 (20.7, 21.7) 21.3 (20.6, 22) 0.1 (-0.6, 0.8) (-0.3, 0.9) (20.3, 22.2) 20.8 (19.9, 21.8) -0.4 (-1.3, 0.6) (-0.9, 1) Fiber (g/1000 kcal) 12.6 (12.2, 12.9) 14.5 (14, 15) 1.7 (1.2, 2.1) < (-0.2, 0.6) (11.5, 12.9) 14.7 (13.8, 15.6) 2.7 (1.9, 3.6) < (-3.1, -1.3) <.0001 Protein (% kcal) 17.1 (16.8, 17.4) 18 (17.6, 18.5) 1 (0.5, 1.4) < (-0.5, 0.4) (16.5, 17.6) 17.4 (16.9, 17.9) 0.2 (-0.4, 0.9) (-0.8, 0.4) Animal Protein (% kcal) 10.9 (10.5, 11.2) 11.6 (11, 12.1) 0.7 (0.2, 1.2) (-0.5, 0.4) (10.4, 11.6) 10.9 (10.3, 11.5) -0.2 (-1, 0.5) (-0.4, 1.1) Vegetable Protein (% kcal) 6.2 (6, 6.3) 6.5 (6.3, 6.7) 0.3 (0.1, 0.4) (-0.2, 0.2) (5.9, 6.4) 6.5 (6.2, 6.9) 0.5 (0.1, 0.9) (-0.9, -0.1) Fat (% kcal) 32.7 (32.1, 33.3) 31.8 (31, 32.6) -0.4 (-1.2, 0.4) (-0.6, 0.9) (32.7, 34.8) 32.9 (31.6, 34.2) -0.8 (-2.2, 0.6) (-1.2, 1.3) Saturated Fat (% kcal) 10.1 (9.8, 10.3) 9.5 (9.3, 9.8) -0.3 (-0.6, -0.1) (-0.2, 0.3) (10, 10.8) 9.6 (9.2, 10) -0.7 (-1.2, -0.2) (-0.1, 0.7) Monounsaturated Fat (% kcal) 13.5 (13.2, 13.9) 13.1 (12.7, 13.6) -0.3 (-0.8, 0.2) (-0.5, 0.4) (13.2, 14.4) 13.9 (13.1, 14.7) 0 (-0.8, 0.9) (-0.7, 0.8) Polyunsaturated Fat (% kcal) 6.2 (6, 6.4) 6.4 (6.1, 6.6) 0.2 (0, 0.5) (-0.1, 0.4) (6.2, 6.9) 6.6 (6.2, 7) 0.1 (-0.3, 0.5) (-0.6, 0.3) Cholesterol (g/1000 kcal) 123 (119, 127) 126 (121, 132) 5 (-1, 10) (-5, 6) (118, 131) 124 (117, 132) -3 (-12, 5) (-4, 14) Alcohol (% kcal) 2.4 (2.1, 2.8) 2.5 (2, 2.9) -0.2 (-0.5, 0.1) (-0.4, 0.2) (2, 3) 2.6 (2, 3.2) 0.1 (-0.3, 0.5) (-0.1, 0.7) Fruit servings 1.5 (1.4, 1.6) 1.9 (1.7, 2) 0.4 (0.2, 0.5) < (-0.1, 0.2) (1.1, 1.5) 1.9 (1.6, 2.2) 0.6 (0.3, 0.8) < (-0.6, 0) Vegetable servings 1.5 (1.3, 1.6) 1.8 (1.7, 2) 0.3 (0.2, 0.5) < (-0.3, 0.1) (1.3, 1.7) 2.1 (1.8, 2.3) 0.6 (0.3, 0.8) < (-0.4, 0.1) Whole grain servings 1.5 (1.4, 1.6) 1.7 (1.6, 1.9) 0.2 (0, 0.3) (0, 0.3) (1.4, 1.7) 1.7 (1.5, 1.9) 0.2 (0, 0.4) (-0.9, -0.3) <.0001 Low fat dairy servings 0.6 (0.6, 0.7) 0.7 (0.6, 0.8) 0 (-0.1, 0.1) (-0.1, 0.1) (0.5, 0.8) 0.7 (0.6, 0.9) 0.1 (-0.1, 0.3) (-0.1, 0.3) Nuts (g) 10.7 (9, 12.3) 14.6 (12, 17.2) 3.6 (1.3, 5.9) (1.5, 6) (8.8, 14.2) 16.5 (11.1, 21.9) 4.7 (0.2, 9.3) (-5.9, 3.7) Soy protein (g) 1.9 (1.4, 2.5) 1.6 (1.1, 2) -0.4 (-1, 0.3) (-0.5, 0.3) (1, 2.3) 2 (1, 3.1) 0.6 (-0.5, 1.7) (-2.7, -0.1) Viscous Fiber (g) 0.4 (0.3, 0.4) 0.4 (0.3, 0.5) 0 (-0.1, 0.1) (-0.2, 0.1) (0.3, 0.7) 0.7 (0.4, 1) 0.2 (-0.1, 0.4) (-1.2, -0.4) <.001 Advice Only Food and Advice Baseline (n=145) 18 months (n=75) 18 month Pr > t 6 to 18 month Pr > t Baseline (n=138) 18 months (n=103) 18 month Pr > t 6 to 18 month Pr > t (n=75) (n=73) (n=101) (n=102) Energy (kcal) 2128 (1955, 2301) 1998 (1814, 2182) -120 (-313, 72) (-84, 220) (1874, 2264) 1984 (1837, 2131) -191 (-406, 25) (-218, 21) Available CHO (% kcal) 45.4 (44.3, 46.5) 42.8 (41.1, 44.5) -2.7 (-4.2, -1.2) (-4.1, -0.8) (41.7, 44.6) 43 (41.5, 44.6) 0 (-1.7, 1.8) (-1.5, 0.8) Sugar (% kcal) 24.1 (23, 25.3) 22.8 (21.5, 24.2) -1.8 (-3.2, -0.4) (-3.3, -0.5) (21.2, 23.7) 21.5 (20.1, 22.9) -0.6 (-2.2, 1) (-0.9, 1.2) Starch (% kcal) 21.3 (20.3, 22.2) 19.9 (18.7, 21.2) -0.9 (-2.1, 0.3) (-1.5, 0.5) (19.7, 21.7) 21.6 (20.6, 22.5) 0.6 (-0.4, 1.7) (-1.6, 0.6) Fiber (g/1000 kcal) 12.3 (11.5, 13) 14.5 (13.4, 15.6) 1.9 (1, 2.7) < (-1.6, 0.4) (11.6, 13.1) 15.3 (14.4, 16.2) 2.8 (1.9, 3.7) < (-3.9, -2.2) <.0001 Protein (% kcal) 16.5 (16, 17.1) 17.9 (17.1, 18.7) 1.3 (0.4, 2.2) (-0.7, 1) (17.7, 19.4) 18.2 (17.5, 18.8) 0.2 (-0.4, 0.8) (-0.7, 0.5) Animal Protein (% kcal) 10.6 (10, 11.2) 11.4 (10.5, 12.4) 0.9 (0, 1.8) (-0.7, 1.2) (11.6, 13.5) 11.4 (10.7, 12.1) -0.4 (-1.1, 0.3) (0.3, 1.5) Vegetable Protein (% kcal) 6 (5.7, 6.3) 6.5 (6.1, 6.9) 0.4 (0.1, 0.8) (-0.5, 0.3) (5.7, 6.3) 6.8 (6.4, 7.1) 0.6 (0.3, 0.9) < (-1.3, -0.7) <.0001 Fat (% kcal) 32.7 (31.6, 33.8) 33.8 (32.3, 35.3) 1.3 (0.1, 2.5) (1, 3.8) (32.1, 34.4) 32.7 (31.2, 34.1) -0.8 (-2.3, 0.7) (-0.3, 2.3) Saturated Fat (% kcal) 10.3 (9.9, 10.8) 10.1 (9.5, 10.7) -0.4 (-0.9, 0.2) (0.4, 1.3) (9.6, 10.5) 9.2 (8.8, 9.6) -0.9 (-1.3, -0.4) (0.4, 1.1) <.0001 Monounsaturated Fat (% kcal) 13.5 (12.8, 14.1) 14.2 (13.4, 15.1) 1 (0.2, 1.7) (0.1, 1.8) (13.3, 14.6) 14 (13.1, 15) -0.2 (-1.1, 0.7) (-0.4, 1.4) Polyunsaturated Fat (% kcal) 6 (5.8, 6.3) 6.5 (6.1, 6.8) 0.5 (0.1, 0.9) (0, 0.7) (5.9, 6.6) 6.5 (6.1, 7) 0.3 (-0.2, 0.7) (-0.5, 0.2) Cholesterol (g/1000 kcal) 122 (114, 131) 130 (118, 143) 9 (-4, 21) (-2, 24) (129, 151) 126 (116, 137) -7 (-17, 3) (4, 19) Alcohol (% kcal) 2.8 (2.1, 3.5) 2.5 (1.7, 3.2) -0.3 (-0.8, 0.1) (-0.4, 0.4) (1.7, 3) 2.9 (2.1, 3.8) 0.1 (-0.5, 0.6) (-0.9, 0.5) Fruit servings 1.4 (1.2, 1.6) 1.9 (1.6, 2.2) 0.5 (0.2, 0.8) (-0.6, 0.1) (1.2, 1.7) 2 (1.7, 2.3) 0.4 (0.1, 0.7) (-0.9, -0.4) <.0001 Vegetable servings 1.3 (1.1, 1.5) 2 (1.6, 2.3) 0.6 (0.3, 0.9) < (-0.5, 0.1) (1.3, 1.8) 2.3 (2, 2.6) 0.6 (0.3, 0.9) (-0.8, -0.2) <.001 Whole grain servings 1.5 (1.4, 1.7) 1.6 (1.4, 1.9) 0 (-0.2, 0.3) (-0.5, 0) (1.3, 1.6) 2.1 (1.8, 2.3) 0.6 (0.3, 0.8) < (-0.7, -0.2) Low fat dairy servings 0.6 (0.5, 0.7) 0.7 (0.5, 0.9) 0 (-0.2, 0.2) (-0.4, 0) (0.5, 0.7) 0.7 (0.5, 0.8) 0 (-0.1, 0.2) (-0.1, 0.2) Nuts (g) 11 (7.6, 14.4) 12.9 (9.1, 16.6) 4.2 (0.6, 7.8) (-1.1, 5) (5.8, 10.3) 12.4 (8.6, 16.3) 3.3 (-0.7, 7.3) (-5.4, 1.8) Soy protein (g) 1.6 (1, 2.1) 2.1 (1.2, 3) 0.1 (-0.9, 1.1) (-0.9, 0.7) (0.8, 2) 2 (1.2, 2.8) 0.3 (-0.5, 1.1) (-3.3, -1.1) <.001 Viscous Fiber (g) 0.3 (0.2, 0.5) 0.4 (0.3, 0.6) 0.1 (-0.2, 0.4) (-0.6, 0) (0.1, 0.4) 0.8 (0.6, 1.1) 0.6 (0.3, 0.9) < (-1.3, -0.5) <.0001 Data are means (95% CI). 4 people were missing dietary data at baseline, 27 people at 6 months, and 21 people at 18 months. Whole grain servings calculated as grams of whole grains from FFQ divided by 30. One low fat dairy serving = 1 cup low fat milk or yogurt, 1.5oz low fat cheese, or ½ cup cottage cheese Pr > t 12

13 Supplementray Table 6. Mean baseline values and changes in outcomes at 18 months for all participants 1 Baseline 18 months 18 month change 6 to 18 month change N Mean 95% CI Mean 95% CI Mean 95% CI Pr > t Mean 95% CI Pr > t Weight (kg) < BMI (kg/m2) < Waist (cm) < Glucose (mmol/l) Total Cholesterol (mmol/l) LDL-c (mmol/l) HDL-c (mmol/l) < <.0001 Triglycerides (mmol/l) Total Cholesterol/HDL Non-HDL Cholesterol (mmol/l) Systolic blood pressure < Diastolic blood pressure < Mean arterial pressure < Year CHD risk % To convert the values to milligrams per deciliter, divide cholesterol by , triglycerides by and glucose by

14 Supplementary Table 7. Mean values and changes (95% CI) in outcomes at baseline and 18 months for the control and three treatment groups 1 Control (N=486) Food Only (N=148) Baseline 18 months 18 month Pr > t 6 to 18 month Pr > t Baseline 18 months 18 month Pr > t 6 to 18 month Pr > t Weight (kg) 88 (86.5, 89.5) 87.2 (85.7, 88.8) -0.8 (-1.3, -0.2) (-0.4, 0.9) (86.3, 92.2) 87.9 (85.1, 90.8) -1.3 (-2.3, -0.3) (-1, 0.8) BMI (kg/m2) 32.5 (32, 33) 32.3 (31.7, 32.8) -0.2 (-0.4, -0.1) (-0.1, 0.3) (31.6, 33.5) 32.2 (31.3, 33.1) -0.4 (-0.8, 0) (-0.4, 0.3) Waist (cm) (100, 102.5) 99.7 (98.4, 101.1) -1.5 (-2.3, -0.7) (-1.3, 0.7) (99.8, 104.8) (98.1, 103.1) -1.7 (-2.9, -0.6) (-0.9, 1.3) Glucose (mmol/l) 4.81 (4.77, 4.86) 4.83 (4.77, 4.89) 0.01 (-0.03, 0.06) (-0.08, 0.07) (4.71, 4.89) 4.82 (4.72, 4.91) 0.02 (-0.07, 0.1) (-0.09, 0.09) Total Cholesterol (mmol/l) 5.09 (5, 5.17) 5.08 (4.98, 5.17) (-0.08, 0.06) (-0.04, 0.12) (4.87, 5.14) 5.03 (4.87, 5.19) 0.03 (-0.08, 0.13) (-0.05, 0.18) LDL-c (mmol/l) 3.27 (3.19, 3.34) 3.19 (3.1, 3.27) (-0.15, -0.01) (-0.11, 0.03) (3.06, 3.29) 3.16 (3.02, 3.3) (-0.11, 0.09) (-0.11, 0.1) HDL-c (mmol/l) 1.27 (1.24, 1.3) 1.32 (1.29, 1.35) 0.05 (0.03, 0.07) < (0.04, 0.08) < (1.21, 1.32) 1.3 (1.24, 1.36) 0.03 (0, 0.07) (-0.01, 0.07) Triglycerides (mmol/l) 1.23 (1.16, 1.29) 1.25 (1.17, 1.33) 0.03 (-0.04, 0.1) (-0.06, 0.13) (1.1, 1.32) 1.23 (1.11, 1.35) 0.02 (-0.06, 0.11) (-0.06, 0.14) Total Cholesterol/HDL 4.2 (4.1, 4.3) 4.05 (3.93, 4.16) (-0.24, -0.06) (-0.25, -0.05) (3.99, 4.38) 4.11 (3.9, 4.31) (-0.2, 0.04) (-0.19, 0.07) Non-HDL Cholesterol (mmol/l) 3.81 (3.73, 3.9) 3.76 (3.67, 3.85) (-0.12, 0.01) (-0.09, 0.05) (3.6, 3.87) 3.74 (3.58, 3.89) 0 (-0.1, 0.1) (-0.06, 0.14) Systolic blood pressure (113.6, 115.8) (112.5, 114.9) -1 (-2, 0) (-1.1, 0.8) (112.7, 116.5) (111, 114.9) -1.7 (-3.3, 0) (-3.6, -0.1) Diastolic blood pressure 73.3 (72.5, 74) 71.7 (70.7, 72.8) -1.5 (-2.5, -0.6) (-1.5, 0.4) (71.6, 74.2) 71.2 (69.7, 72.7) -1.7 (-2.9, -0.5) (-2.3, 0.5) Mean arterial pressure 87.1 (86.2, 87.9) 85.7 (84.7, 86.6) -1.4 (-2.2, -0.6) (-1.3, 0.2) (85.4, 88.2) 85.1 (83.6, 86.7) -1.7 (-2.9, -0.4) (-2.6, 0.3) Year CHD risk % 3.55 (3.21, 3.89) 3.37 (3.01, 3.73) (-0.36, 0) (-0.32, 0.06) (3.1, 4.54) 3.58 (2.91, 4.24) (-0.51, 0.03) (-0.33, 0.16) Advice Only (N=145) Food and Advice (N=140) Baseline 18 months 18 month Pr > t 6 to 18 month Pr > t Baseline 18 months 18 month Pr > t 6 to 18 month Pr > t Weight (kg) 86.2 (83.3, 89.1) 85.2 (82.3, 88.1) -1 (-1.8, -0.1) (-0.9, 1.3) (86.6, 92.6) 88.9 (85.7, 92.1) -0.7 (-1.8, 0.4) (-0.9, 1.1) BMI (kg/m2) 31.7 (30.8, 32.7) 31.4 (30.4, 32.4) -0.3 (-0.8, 0.1) (-0.5, 0.7) (31.7, 33.7) 32.4 (31.3, 33.4) -0.3 (-0.7, 0.1) (-0.3, 0.4) Waist (cm) (98.3, 102.8) 99.3 (96.9, 101.7) -1.3 (-2.4, -0.1) (-0.8, 2) (99.5, 104.3) (98.1, 103.6) -1 (-2.4, 0.4) (-1.3, 1.4) Glucose (mmol/l) 4.87 (4.77, 4.97) 4.87 (4.74, 5) 0 (-0.11, 0.11) (-0.1, 0.13) (4.72, 4.9) 4.86 (4.69, 5.03) 0.05 (-0.1, 0.2) (-0.09, 0.2) Total Cholesterol (mmol/l) 5.17 (5.02, 5.32) 5.2 (5.04, 5.36) 0.03 (-0.09, 0.15) (-0.19, 0.24) (4.74, 5.04) 4.86 (4.7, 5.02) (-0.14, 0.08) (-0.08, 0.15) LDL-c (mmol/l) 3.3 (3.17, 3.43) 3.25 (3.09, 3.41) (-0.19, 0.09) (-0.16, 0.13) (2.94, 3.2) 2.99 (2.84, 3.15) (-0.2, 0.04) (-0.12, 0.12) HDL-c (mmol/l) 1.32 (1.26, 1.39) 1.36 (1.29, 1.43) 0.04 (-0.02, 0.09) (-0.01, 0.13) (1.24, 1.36) 1.33 (1.27, 1.39) 0.03 (-0.01, 0.07) (0.02, 0.09) Triglycerides (mmol/l) 1.2 (1.1, 1.31) 1.27 (1.12, 1.42) 0.07 (-0.07, 0.21) (-0.14, 0.19) (1.03, 1.26) 1.19 (1.06, 1.31) 0.04 (-0.06, 0.14) (-0.12, 0.09) Total Cholesterol/HDL 4.16 (3.97, 4.35) 4.01 (3.82, 4.2) (-0.28, -0.02) (-0.3, -0.05) (3.8, 4.18) 3.87 (3.67, 4.08) (-0.28, 0.04) (-0.25, 0.07) Non-HDL Cholesterol (mmol/l) 3.85 (3.71, 3.99) 3.84 (3.67, 4) (-0.14, 0.12) (-0.18, 0.16) (3.45, 3.74) 3.55 (3.41, 3.69) (-0.14, 0.06) (-0.11, 0.13) Systolic blood pressure (112.8, 116.7) 113 (110.9, 115.1) -1.8 (-3.3, -0.2) (-2.6, 1.7) (111.8, 116.1) (110.3, 114.5) -1.6 (-3.3, 0.2) (-3.7, 0.4) Diastolic blood pressure 72.2 (70.8, 73.6) 70.4 (68.8, 71.9) -1.8 (-3, -0.7) (-2.3, 0.5) (71.2, 74.2) 71.5 (70, 73) -1.2 (-2.5, 0.1) (-2.4, 0.3) Mean arterial pressure 86.4 (84.9, 87.9) 84.3 (82.4, 86.1) -2.1 (-3.7, -0.5) (-3.2, 1.2) (84.9, 88.1) 85.6 (83.9, 87.2) -0.9 (-2.2, 0.5) (-2.4, 0.7) Year CHD risk % 4.03 (3.35, 4.71) 3.67 (2.96, 4.37) (-0.84, 0.11) (-0.76, 0.4) (2.29, 3.59) 2.66 (2.08, 3.23) (-0.57, 0) (-0.41, 0.06) To convert the values to milligrams per deciliter, divide cholesterol by , triglycerides by and glucose by

15 Supplementary Table 8. Treatment differences in outcomes (differences in change) at 6 and 18 months for the control and three treatment groups. Household treated as unit of analysis. 0 to 6 Months 0 to 18 Months 6 to 18 Months Treatment Estimate Lower Upper Pr > t Estimate Lower Upper Pr > t Estimate Lower Upper Pr > t Weight (kg) A C A FA BMI (kg/m2) Waist (cm) Glucose (mmol/l) Total Cholesterol (mmol/l) LDL-c (mmol/l) HDL-c (mmol/l) A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F Household treated as unit of measure by taking the mean of individual measurements within each household. To convert the values to milligrams per deciliter, divide cholesterol by , triglycerides by and glucose by Treatments: C, control; A, advice; F, food delivery; FA, and food delivery and advice 15

16 Supplementary Table 8. Treatment differences in outcomes (differences in change) at 6 and 18 months for the control and three treatment groups. Household treated as unit of analysis. 0 to 6 Months 0 to 18 Months 6 to 18 Months Treatment Estimate Lower Upper Pr > t Estimate Lower Upper Pr > t Estimate Lower Upper Pr > t Triglycerides (mmol/l) A C A FA Total Cholesterol/HDL-c Non-HDL-c (mmol/l) Systolic blood pressure Diastolic blood pressure Mean Arterial Pressure 10 year CHD risk (%) A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F A C A FA A F C FA C F FA F Household treated as unit of measure by taking the mean of individual measurements within each household. To convert the values to milligrams per deciliter, divide cholesterol by , triglycerides by and glucose by Treatments: C, control; A, advice; F, food delivery; FA, and food delivery and advice 16

Screening Results. Juniata College. Juniata College. Screening Results. October 11, October 12, 2016

Screening Results. Juniata College. Juniata College. Screening Results. October 11, October 12, 2016 Juniata College Screening Results Juniata College Screening Results October 11, 2016 & October 12, 2016 JUNIATA COLLEGE The J.C. Blair Hospital CARES team screened 55 Juniata College employees on October

More information

Session 21: Heart Health

Session 21: Heart Health Session 21: Heart Health Heart disease and stroke are the leading causes of death in the world for both men and women. People with pre-diabetes, diabetes, and/or the metabolic syndrome are at higher risk

More information

Supplemental table 1. Dietary sources of protein among 2441 men from the Kuopio Ischaemic Heart Disease Risk Factor Study MEAT DAIRY OTHER ANIMAL

Supplemental table 1. Dietary sources of protein among 2441 men from the Kuopio Ischaemic Heart Disease Risk Factor Study MEAT DAIRY OTHER ANIMAL ONLINE DATA SUPPLEMENT 1 SUPPLEMENTAL MATERIAL Pork Bacon Turkey Kidney Cream Cottage cheese Mutton and lamb Game (elk, reindeer) Supplemental table 1. Dietary sources of protein among 2441 men from the

More information

Impact of Lifestyle Modification to Reduce Cardiovascular Disease Event Risk of High Risk Patients with Low Levels of HDL C

Impact of Lifestyle Modification to Reduce Cardiovascular Disease Event Risk of High Risk Patients with Low Levels of HDL C Impact of Lifestyle Modification to Reduce Cardiovascular Disease Event Risk of High Risk Patients with Low Levels of HDL C Thomas P. Bersot, M.D., Ph.D. Gladstone Institute of Cardiovascular Disease University

More information

Evi Seferidi PhD student Imperial College London

Evi Seferidi PhD student Imperial College London Associations of sweetened beverage intake with energy, sugar and cardiometabolic markers in UK children: a cross-sectional analysis of the National Diet and Nutrition Survey Rolling Programme Evi Seferidi

More information

STAYING HEART HEALTHY PAVAN PATEL, MD CONSULTANT CARDIOLOGIST FLORIDA HEART GROUP

STAYING HEART HEALTHY PAVAN PATEL, MD CONSULTANT CARDIOLOGIST FLORIDA HEART GROUP STAYING HEART HEALTHY PAVAN PATEL, MD CONSULTANT CARDIOLOGIST FLORIDA HEART GROUP What is Heart Disease Cardiovascular Disease (CVD): Heart or Blood vessels are not working properly. Most common reason

More information

Supplemental Table 1: List of food groups

Supplemental Table 1: List of food groups Supplemental Table 1: List of food groups Food groups names Food groups description Serving size definitions - Examples Fruits and vegetables Vegetables Fruits Whole vegetables All vegetables but soups,

More information

Know Your Number Aggregate Report Single Analysis Compared to National Averages

Know Your Number Aggregate Report Single Analysis Compared to National Averages Know Your Number Aggregate Report Single Analysis Compared to National s Client: Study Population: 2242 Population: 3,000 Date Range: 04/20/07-08/08/07 Version of Report: V6.2 Page 2 Study Population Demographics

More information

Replacement Of Partially Hydrogenated Soybean Oil By Palm Oil In Margarine Without Unfavorable Effects On Serum Lipoproteins

Replacement Of Partially Hydrogenated Soybean Oil By Palm Oil In Margarine Without Unfavorable Effects On Serum Lipoproteins Replacement Of Partially Hydrogenated Soybean Oil By Palm Oil In Margarine Without Unfavorable Effects On Serum Lipoproteins Muller H, Jordal O, et al. (998) Replacement of partially hydrogenated soybean

More information

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Yang Q, Zhang Z, Gregg EW, Flanders WD, Merritt R, Hu FB. Added sugar intake and cardiovascular diseases mortality among US adults. JAMA Intern Med. Published online February

More information

THE SAME EFFECT WAS NOT FOUND WITH SPIRITS 3-5 DRINKS OF SPIRITS PER DAY WAS ASSOCIATED WITH INCREASED MORTALITY

THE SAME EFFECT WAS NOT FOUND WITH SPIRITS 3-5 DRINKS OF SPIRITS PER DAY WAS ASSOCIATED WITH INCREASED MORTALITY ALCOHOL NEGATIVE CORRELATION BETWEEN 1-2 DRINKS PER DAY AND THE INCIDENCE OF CARDIOVASCULAR DISEASE SOME HAVE SHOWN THAT EVEN 3-4 DRINKS PER DAY CAN BE BENEFICIAL - WHILE OTHERS HAVE FOUND IT TO BE HARMFUL

More information

Table S2: Anthropometric, clinical, cardiovascular and appetite outcome changes over 8 weeks (baseline-week 8) by snack group

Table S2: Anthropometric, clinical, cardiovascular and appetite outcome changes over 8 weeks (baseline-week 8) by snack group Table S1: Nutrient composition of cracker and almond snacks Cracker* Almond** Weight, g 77.5 g (5 sheets) 56.7 g (2 oz.) Energy, kcal 338 364 Carbohydrate, g (kcal) 62.5 12.6 Dietary fiber, g 2.5 8.1 Protein,

More information

Chapter 2. Planning a Healthy Diet

Chapter 2. Planning a Healthy Diet Chapter 2 Planning a Healthy Diet Principles and Guidelines Diet Planning Principles Adequacy Sufficient energy Adequate nutrients for healthy people Balance Enough but not too much kcalorie (energy) control

More information

Depok-Indonesia STEPS Survey 2003

Depok-Indonesia STEPS Survey 2003 The STEPS survey of chronic disease risk factors in Indonesia/Depok was carried out from February 2003 to March 2003. Indonesia/Depok carried out Step 1, Step 2 and Step 3. Socio demographic and behavioural

More information

overweight you are part of it!... Healthier, fitter, safer... Seafarers Health Information Programme ICSW S.H.I.P.

overweight you are part of it!... Healthier, fitter, safer... Seafarers Health Information Programme ICSW S.H.I.P. overweight you are part of it!... Seafarers Health Information Programme Healthier, fitter, safer... S.H.I.P. ICSW BROCHUREA5_COR1.indd 1 24/08/2007 19:38:40 Overweight prevention, you are part of it!...

More information

Primary and Secondary Prevention of Cardiovascular Disease. Frank J. Green, M.D., F.A.C.C. St. Vincent Medical Group

Primary and Secondary Prevention of Cardiovascular Disease. Frank J. Green, M.D., F.A.C.C. St. Vincent Medical Group Primary and Secondary Prevention of Cardiovascular Disease Frank J. Green, M.D., F.A.C.C. St. Vincent Medical Group AHA Diet and Lifestyle Recommendations Balance calorie intake and physical activity to

More information

Diet Analysis Assignment KNH 102 Sections B, C, D Spring 2011

Diet Analysis Assignment KNH 102 Sections B, C, D Spring 2011 Diet Analysis Assignment KNH 102 Sections B, C, D Spring 2011 Name: Kathryn Davis 1. Collect the following demographic information from your client. Age 19 Sex Female Ethnicity White Vegetarian? Specify

More information

Case Study #4: Hypertension and Cardiovascular Disease

Case Study #4: Hypertension and Cardiovascular Disease Helen Jang Tara Hooley John K Rhee Case Study #4: Hypertension and Cardiovascular Disease 7. What risk factors does Mrs. Sanders currently have? The risk factors that Mrs. Sanders has are high blood pressure

More information

Achieving a Culture of Employee Health and Wellness

Achieving a Culture of Employee Health and Wellness Achieving a Culture of Employee Health and Wellness Mauret Brinser Executive Director, New Hampshire American Heart Association Mauret.brinser@heart.org Key Accomplishments of the Last Decade Established

More information

Overweight. You are part of it! Healthier, fitter, safer.

Overweight. You are part of it! Healthier, fitter, safer. Overweight You are part of it! Healthier, fitter, safer. Overweight prevention, you are part of it!... People who are overweight are at greater risk of dying prematurely from chronic health problems! Being

More information

Low carbohydrate diets- do they have a place?

Low carbohydrate diets- do they have a place? Low carbohydrate diets- do they have a place? Grant Schofield Professor of Public Health AUT University, Auckland NZ @grantsnz www.facebook.com/profgrant www.profgrant.com Atherogenic dyslipidemia is [primarily]

More information

L III: DIETARY APPROACH

L III: DIETARY APPROACH L III: DIETARY APPROACH FOR CARDIOVASCULAR DISEASE PREVENTION General Guidelines For Dietary Interventions 1. Obtain a healthy body weight 2. Obtain a desirable blood cholesterol and lipoprotein profile

More information

Know Your Number Aggregate Report Comparison Analysis Between Baseline & Follow-up

Know Your Number Aggregate Report Comparison Analysis Between Baseline & Follow-up Know Your Number Aggregate Report Comparison Analysis Between Baseline & Follow-up... Study Population: 340... Total Population: 500... Time Window of Baseline: 09/01/13 to 12/20/13... Time Window of Follow-up:

More information

SCHOOL OF HEALTH SCIENCES DIVISION OF DIETETICS, NUTRITION AND BIOLOGICAL SCIENCES, PHYSIOTHERAPY, PODIATRY, RADIOGRAPHY LEVEL 2 / DIET 1

SCHOOL OF HEALTH SCIENCES DIVISION OF DIETETICS, NUTRITION AND BIOLOGICAL SCIENCES, PHYSIOTHERAPY, PODIATRY, RADIOGRAPHY LEVEL 2 / DIET 1 SCHOOL OF HEALTH SCIENCES DIVISION OF DIETETICS, NUTRITION AND BIOLOGICAL SCIENCES, PHYSIOTHERAPY, PODIATRY, RADIOGRAPHY LEVEL 2 / DIET 1 D2143/ Nutrition DATE: 28/04/2014 WRITING TIME: 120 minutes TIME:

More information

Cardiovascular Disease Diet & Lifestyle Katherine Tomaino Dietetic Intern Sodexo Allentown Dietetic Internship

Cardiovascular Disease Diet & Lifestyle Katherine Tomaino Dietetic Intern Sodexo Allentown Dietetic Internship Cardiovascular Disease Diet & Lifestyle Katherine Tomaino Dietetic Intern Sodexo Allentown Dietetic Internship http://www.sogoodblog.com/wp-content/uploads/2012/02/oreo1.jpg 2 Oreo Cookies = 100 kcal +

More information

Adherence to a healthy diet in relation to cardiovascular incidence and risk markers: evidence from the Caerphilly Prospective Study

Adherence to a healthy diet in relation to cardiovascular incidence and risk markers: evidence from the Caerphilly Prospective Study DOI 10.1007/s00394-017-1408-0 ORIGINAL CONTRIBUTION Adherence to a healthy diet in relation to cardiovascular incidence and risk markers: evidence from the Caerphilly Prospective Study Elly Mertens 1,2

More information

The 2015 Dutch food-based dietary guidelines:

The 2015 Dutch food-based dietary guidelines: The 2015 Dutch food-based dietary guidelines: supplementary information Appendix 1: explanation of how the Health Council of the Netherlands has handled interests of the committee. Appendix 2: 17 supplementary

More information

Effect of a Plant-Based Low-Carbohydrate Diet on Body Weight and Blood Lipids in Hyperlipidemic Adults

Effect of a Plant-Based Low-Carbohydrate Diet on Body Weight and Blood Lipids in Hyperlipidemic Adults Effect of a Plant-Based Low-Carbohydrate Diet on Body Weight and Blood Lipids in Hyperlipidemic Adults Julia MW Wong, PhD, RD Instructor in Pediatrics New Balance Foundation Obesity Prevention Center Boston

More information

Dietary Guidelines for Americans & Planning a Healthy Diet. Lesson Objectives. Dietary Guidelines for Americans, 2010

Dietary Guidelines for Americans & Planning a Healthy Diet. Lesson Objectives. Dietary Guidelines for Americans, 2010 Dietary Guidelines for Americans & Planning a Healthy Diet NUTR 2050 NUTRITION FOR NURSING PROFESSIONALS MRS. DEBORAH A. HUTCHEON, MS, RD, LD Lesson Objectives At the end of the lesson, the student will

More information

No conflicts of interest or disclosures

No conflicts of interest or disclosures Egg and Dairy Consumption: Impact on CVD Risk No conflicts of interest or disclosures Vasanti Malik, ScD Research Scientist Department of Nutrition Harvard School of Public Health Cardiovascular Disease

More information

Food Labels: Becoming a Healthier Educated Consumer

Food Labels: Becoming a Healthier Educated Consumer Food Labels: Becoming a Healthier Educated Consumer Steven Rudner, BS Nutrition & Dietetics Dietetic Intern, Sodexo Allentown www.dieteticintern.com www.sodexo.com Reading and understanding food labels

More information

Your Name & Phone Number Here! Longevity Index

Your Name & Phone Number Here! Longevity Index Your Name & Phone Number Here! Longevity Index Your Health Risk Analysis is based on a variety of medical and scientific data from organizations such as the American Heart Association, American Dietetic

More information

DIETARY GUIDELINES FOR AMERICANS, ,

DIETARY GUIDELINES FOR AMERICANS, , DIETARY GUIDELINES FOR AMERICANS, 2015-2020, AND THE STATE OF THE AMERICAN DIET Vanessa da Silva, PhD, RD Assistant Professor and Nutrition Specialist University of Arizona DIETARY GUIDELINES FOR AMERICANS

More information

The Mediterranean Diet: The Optimal Diet for Cardiovascular Health

The Mediterranean Diet: The Optimal Diet for Cardiovascular Health The Mediterranean Diet: The Optimal Diet for Cardiovascular Health Vasanti Malik, ScD Research Scientist Department of Nutrition Harvard School of Public Health Cardiovascular Disease Prevention International

More information

Maintain Cholesterol

Maintain Cholesterol Maintain Cholesterol What is Cholesterol? Cholesterol is a Lipid Molecule that has a waxy appearance and is found in every cell of the body and has some important natural functions. It is manufactured

More information

Overview. The Mediterranean Diet: The Optimal Diet for Cardiovascular Health. No conflicts of interest or disclosures

Overview. The Mediterranean Diet: The Optimal Diet for Cardiovascular Health. No conflicts of interest or disclosures The Mediterranean Diet: The Optimal Diet for Cardiovascular Health No conflicts of interest or disclosures Vasanti Malik, ScD Research Scientist Department of Nutrition Harvard School of Public Health

More information

Professor Clare Collins

Professor Clare Collins Dietary Patterns and Cardiovascular Disease (CVD) Outcomes: An evidence summary Professor Clare Collins PhD, BSc, Dip Nutr&Diet, Dip Clin Epi, advapd, FDAA Director of Research, School of Health Sciences,

More information

Metabolic Syndrome. Shon Meek MD, PhD Mayo Clinic Florida Endocrinology

Metabolic Syndrome. Shon Meek MD, PhD Mayo Clinic Florida Endocrinology Metabolic Syndrome Shon Meek MD, PhD Mayo Clinic Florida Endocrinology Disclosure No conflict of interest No financial disclosure Does This Patient Have Metabolic Syndrome? 1. Yes 2. No Does This Patient

More information

Table S1. Characteristics associated with frequency of nut consumption (full entire sample; Nn=4,416).

Table S1. Characteristics associated with frequency of nut consumption (full entire sample; Nn=4,416). Table S1. Characteristics associated with frequency of nut (full entire sample; Nn=4,416). Daily nut Nn= 212 Weekly nut Nn= 487 Monthly nut Nn= 1,276 Infrequent or never nut Nn= 2,441 Sex; n (%) men 52

More information

ENERGY NUTRIENTS: THE BIG PICTURE WHY WE EAT FUNCTIONS FATS FAT, CARBS, PROTEIN

ENERGY NUTRIENTS: THE BIG PICTURE WHY WE EAT FUNCTIONS FATS FAT, CARBS, PROTEIN ENERGY NUTRIENTS: FAT, CARBS, PROTEIN Angeline B. David, DRPH, MHS NAD Health Summit March 14, 2013 The science of cooking is not a small matter.... This art should be regarded as the most valuable of

More information

Disorders of Lipid Metabolism Toolkit Table of Contents

Disorders of Lipid Metabolism Toolkit Table of Contents American Dietetic Association Table of Contents 1. Acknowledgements 2. Overview of 3. Medical Nutrition Therapy Protocol Forms for Implementing Disorders of Lipid Metabolism Evidence-Based Guideline a.

More information

Sugar-Loaded Beverages and the Impact on Cardiovascular Health. Christina M. Shay, PhD, MA

Sugar-Loaded Beverages and the Impact on Cardiovascular Health. Christina M. Shay, PhD, MA Sugar-Loaded Beverages and the Impact on Cardiovascular Health Christina M. Shay, PhD, MA 1 Presenter Disclosure Information Christina M. Shay, PhD, MA Sugar-Loaded Beverages and the Impact on Cardiovascular

More information

Healthy Fats & Fatty Acids Current Dietary Recommendations and Popular Opinions

Healthy Fats & Fatty Acids Current Dietary Recommendations and Popular Opinions Healthy Fats & Fatty Acids Current Dietary Recommendations and Popular Opinions Presentation 1 of 2 Penny M. Kris-Etherton PhD RD FAHA FNLA FASN CLS Department of Nutritional Sciences Penn State University

More information

BCH 445 Biochemistry of nutrition Dr. Mohamed Saad Daoud

BCH 445 Biochemistry of nutrition Dr. Mohamed Saad Daoud BCH 445 Biochemistry of nutrition Dr. Mohamed Saad Daoud 1 Energy Needs & Requirements Food is the only source of body which undergoes Metabolism and liberate / Generates Energy required for vital activities

More information

Serum levels of galectin-1, galectin-3, and galectin-9 are associated with large artery atherosclerotic

Serum levels of galectin-1, galectin-3, and galectin-9 are associated with large artery atherosclerotic Supplementary Information The title of the manuscript Serum levels of galectin-1, galectin-3, and galectin-9 are associated with large artery atherosclerotic stroke Xin-Wei He 1, Wei-Ling Li 1, Cai Li

More information

The Food Guide Pyramid

The Food Guide Pyramid The Food Guide Pyramid In this lesson, you will Learn About n What influences a person s food choices. n How to use the Food Guide Pyramid to make healthful food choices. The Foods You Choose The foods

More information

Nutrition and Medicine, 2006 Tufts University School of Medicine Nutrition and Type 2 Diabetes: Learning Objectives

Nutrition and Medicine, 2006 Tufts University School of Medicine Nutrition and Type 2 Diabetes: Learning Objectives Nutrition and Medicine, 2006 Tufts University School of Medicine Nutrition and Type 2 Diabetes: Learning Objectives Margo N. Woods, D.Sc. 1. Discuss the increase in the incidence and prevalence of type

More information

Lecture 3. Nutrition

Lecture 3. Nutrition Lecture 3 Nutrition, Part 1 1 Nutrition 1.Macronutrients a. Water b. Carbohydrates c. Proteins d. Fats 2.Micronutrients a. Minerals b. Vitamins 2 1 Why is Nutrition Important? Your food choices each day

More information

Your Guide to Managing and Understanding Your Cholesterol Levels

Your Guide to Managing and Understanding Your Cholesterol Levels Your Guide to Managing and Understanding Your Cholesterol Levels Our goal at Bon Secours is to help you be well. Our experienced Heart Team includes cardiologists, cardiovascular surgeons, electrophysiologists,

More information

3 Body Mass Index. 2 Being overweight - a serious problem

3 Body Mass Index. 2 Being overweight - a serious problem 1 International Committee Seafarers on Seafarers Welfare Welfare and Assistance Network 3 Body Mass Index 2 2 Being overweight - a serious problem 2 Guidelines for Overweight Guidelines for Prevention

More information

Figure S1. Comparison of fasting plasma lipoprotein levels between males (n=108) and females (n=130). Box plots represent the quartiles distribution

Figure S1. Comparison of fasting plasma lipoprotein levels between males (n=108) and females (n=130). Box plots represent the quartiles distribution Figure S1. Comparison of fasting plasma lipoprotein levels between males (n=108) and females (n=130). Box plots represent the quartiles distribution of A: total cholesterol (TC); B: low-density lipoprotein

More information

10/3/2016. SUPERSIZE YOUR KNOWLEDGE OF the CARDIAC DIET. What is a cardiac diet. If it tastes good, spit it out!!

10/3/2016. SUPERSIZE YOUR KNOWLEDGE OF the CARDIAC DIET. What is a cardiac diet. If it tastes good, spit it out!! SUPERSIZE YOUR KNOWLEDGE OF the CARDIAC DIET What is a cardiac diet If it tastes good, spit it out!! 2 1 Heart healthy diet includes: Limiting saturated fat Including unsaturated fats Including omega 3

More information

HEALTHY EATING. What you need to know for a long and healthy life. March National Nutrition Month

HEALTHY EATING. What you need to know for a long and healthy life. March National Nutrition Month HEALTHY EATING What you need to know for a long and healthy life March National Nutrition Month 890246 This presentation is for informational purposes only. Material within this presentation should not

More information

Note-Taking Strategy. You will receive another guided note sheet to record all notes. Anything that is green should be recorded.

Note-Taking Strategy. You will receive another guided note sheet to record all notes. Anything that is green should be recorded. Note-Taking Strategy You will receive another guided note sheet to record all notes. Anything that is green should be recorded. Giving Your Body What It Needs Each of the six nutrients has a specific job

More information

Milk 1%, chocolate Milk 2% Amount Per Serving. %Daily Value* Total Fat 8g 12 % Saturated Fat 0g 0 % Saturated Fat 1.5g 8 %

Milk 1%, chocolate Milk 2% Amount Per Serving. %Daily Value* Total Fat 8g 12 % Saturated Fat 0g 0 % Saturated Fat 1.5g 8 % What s on the Label? Milk fat-free Milk 1%, chocolate Milk 2% Milk whole Calories 90 Calories from Fat 0 Calories 170 Calories from Fat 20 Calories 130 Calories from Fat 45 Calories 150 Calories from Fat

More information

STUDY OVERVIEW KEY TAKEAWAYS

STUDY OVERVIEW KEY TAKEAWAYS Avocado fruit on postprandial markers of cardio-metabolic risk: A randomized controlled dose response trial in overweight and obese men and women Britt Burton-Freeman, Eunyoung Park, Indika Edirisinghe

More information

The WorkCare Group, Inc. Content used with permission. StayWell is a registered trademark of The StayWell Company. All rights reserved.

The WorkCare Group, Inc. Content used with permission. StayWell is a registered trademark of The StayWell Company. All rights reserved. Know Your Cholesterol Numbers Checklist for Lowering Your Cholesterol Cholesterol Questions to Ask Your Doctor Misconceptions about Cholesterol LDL and HDL Lowering Your Cholesterol CHECKLIST Cut down

More information

The Six Essential Nutrient Groups:

The Six Essential Nutrient Groups: The Six Essential Nutrient Groups: Water: Water transports other nutrients to cells, carries wastes away, aids digestion and more. It makes up more than half your weight. SOURCES: water; juices and

More information

Estimated mean cholestero intake. (mg/day) NHANES survey cycle

Estimated mean cholestero intake. (mg/day) NHANES survey cycle 320 Estimated mean cholestero intake (mg/day) 300 280 260 240 220 200 2001-02 2003-04 2005-06 2007-08 2009-10 2011-12 2013-14 NHANES survey cycle Figure S1. Estimated mean 1 (95% confidence intervals)

More information

Online Nutrition Training Course

Online Nutrition Training Course Expert advice, Excellent results Online Nutrition Training Course Module 23: Dyslipidaemia www.diet-specialist.co.uk Notice of Rights All rights reserved. No part of this publication may be reproduced,

More information

Evidence-based priority setting for dietary policies. Ashkan Afshin, MD MPH MSc ScD November 17, 2016 Acting Assistant Professor of Global Health

Evidence-based priority setting for dietary policies. Ashkan Afshin, MD MPH MSc ScD November 17, 2016 Acting Assistant Professor of Global Health Evidence-based priority setting for dietary policies Ashkan Afshin, MD MPH MSc ScD November 17, 2016 Acting Assistant Professor of Global Health 1. Defining optimal nutrition Agenda Setting Policy Formulation

More information

Personal Touch Food Service will ensure all consumers have access to varied and nutritious foods consistent with promoting health and wellness.

Personal Touch Food Service will ensure all consumers have access to varied and nutritious foods consistent with promoting health and wellness. Nutrition Guidelines It is well accepted that consumer eating habits are greatly influenced by the types and quantities of foods made available to them. Personal Touch Food Service is committed to supporting

More information

Staying Healthy with Diabetes

Staying Healthy with Diabetes Staying Healthy with Diabetes Note to the Health Care Provider: Topics in this handout are discussed in Chapters 6 and 13 of the American Dietetic Association Guide to Diabetes Medical Nutrition Therapy

More information

Dietary intake patterns in older adults. Katherine L Tucker Northeastern University

Dietary intake patterns in older adults. Katherine L Tucker Northeastern University Dietary intake patterns in older adults Katherine L Tucker Northeastern University Changes in dietary needs with aging Lower energy requirement Less efficient absorption and utilization of many nutrients

More information

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Rehm CD, Peñalvo JL, Afshin A, Mozaffarian D. Dietary intake among US adults, 1999-2012. JAMA. doi:10.1001/jama.2016.7491 etext etable 1. Dietary Components of the American

More information

OBJECTIVE. that carbohydrates, fats, and proteins play in your body.

OBJECTIVE. that carbohydrates, fats, and proteins play in your body. OBJECTIVE Describe the roles that carbohydrates, fats, and proteins play in your body. JOurnall How was your weekend? What did you do? Did you practice any of the lessons you have learned thus far? What

More information

Dietary recommendations in Obesity, Hypertension, Hyperlipidemia, and Diabetes. Stephen D. Sisson MD

Dietary recommendations in Obesity, Hypertension, Hyperlipidemia, and Diabetes. Stephen D. Sisson MD Dietary recommendations in Obesity, Hypertension, Hyperlipidemia, and Diabetes Stephen D. Sisson MD Objectives To review dietary recommendations in the following conditions: Obesity Hypertension Diabetes

More information

Fructose in diabetes: Friend or Foe. Kim Chong Hwa MD,PhD Sejong general hospital, Division of Endocrinology & Metabolism

Fructose in diabetes: Friend or Foe. Kim Chong Hwa MD,PhD Sejong general hospital, Division of Endocrinology & Metabolism Fructose in diabetes: Friend or Foe Kim Chong Hwa MD,PhD Sejong general hospital, Division of Endocrinology & Metabolism Contents What is Fructose? Why is Fructose of Concern? Effects of Fructose on glycemic

More information

Health Score SM Member Guide

Health Score SM Member Guide Health Score SM Member Guide Health Score Your Health Score is a unique, scientifically based assessment of seven critical health indicators gathered during your health screening. This number is where

More information

Topic 12-2 Making Daily Food Choices

Topic 12-2 Making Daily Food Choices Topic 12-2 Making Daily Food Choices In this topic, you will learn how to choose foods that will supply nutrients, as well as Influences on food choices MyPyramid The Dietary Guidelines for Americans Making

More information

Part 1: Obesity. Dietary recommendations in Obesity, Hypertension, Hyperlipidemia, and Diabetes 10/15/2018. Objectives.

Part 1: Obesity. Dietary recommendations in Obesity, Hypertension, Hyperlipidemia, and Diabetes 10/15/2018. Objectives. Dietary recommendations in Obesity, Hypertension, Hyperlipidemia, and Diabetes Stephen D. Sisson MD Objectives To review dietary recommendations in the following conditions: Obesity Hypertension Diabetes

More information

Glossary. To Be or Not to Be: Vegan vs Omnivore. Dietary Patterns. Glossary. To Be or Not to Be: Vegan vs Omnivore 4/21/2016

Glossary. To Be or Not to Be: Vegan vs Omnivore. Dietary Patterns. Glossary. To Be or Not to Be: Vegan vs Omnivore 4/21/2016 To Be or Not to Be: K-L. CATHERINE JEN, PH.D. PROFESSOR, DEPARTMENT OF NUTRITION AND FOOD SCIENCE WAYNE STATE UNIVERSITY M I C H I G A N AC A D E M Y O F N U T R I T I O N A N D D I E T E T I C S A N N

More information

DIABETES MELLITUS. Date of last Revision: 2002

DIABETES MELLITUS. Date of last Revision: 2002 Nutrition Fact Sheet DIABETES MELLITUS This information is brought to you by many of the Australian nutrition professionals who regularly contribute to the Nutritionists Network ( Nut-Net'), a nutrition

More information

Proven and Proposed Cardiovascular Benefits of Soyfoods

Proven and Proposed Cardiovascular Benefits of Soyfoods Proven and Proposed Cardiovascular Benefits of Soyfoods Mark Messina, PhD, MS Soy Nutrition Institute Loma Linda University Nutrition Matters, Inc. markjohnmessina@gmail.com Alpro Foundation 20 years symposium

More information

Insert logo. Linda Main, Dietetic Adviser

Insert logo. Linda Main, Dietetic Adviser Insert logo Linda Main, Dietetic Adviser HEART UK The Cholesterol Charity Our Vision: To prevent avoidable and early deaths caused by high cholesterol. We want the majority of UK adults to know their cholesterol

More information

IN THE GENERAL ASSEMBLY STATE OF. Competitive School Food and Beverage Act. Be it enacted by the People of the State of, represented in the General

IN THE GENERAL ASSEMBLY STATE OF. Competitive School Food and Beverage Act. Be it enacted by the People of the State of, represented in the General IN THE GENERAL ASSEMBLY STATE OF Competitive School Food and Beverage Act 1 1 1 1 1 1 1 1 Be it enacted by the People of the State of, represented in the General Assembly: Section 1. Title. This act shall

More information

Dietary Assessment: Practical, Evidence-Based Approaches For Researchers & Practitioners

Dietary Assessment: Practical, Evidence-Based Approaches For Researchers & Practitioners Dietary Assessment: Practical, Evidence-Based Approaches For Researchers & Practitioners Brenda Davy, PhD RD, Professor Department of Human Nutrition, Foods and Exercise Virginia Tech bdavy@vt.edu @DavyBrenda

More information

Lisa Sasson Clinical Assistant Professor NYU Dept Nutrition and Food Studies

Lisa Sasson Clinical Assistant Professor NYU Dept Nutrition and Food Studies Lisa Sasson Clinical Assistant Professor NYU Dept Nutrition and Food Studies Introduction Nutrients Components of food required for the body s functioning Roles: Provide energy Building material Maintenance

More information

High Blood Cholesterol What you need to know

High Blood Cholesterol What you need to know National Cholesterol Education Program High Blood Cholesterol What you need to know Why Is Cholesterol Important? Your blood cholesterol level has a lot to do with your chances of getting heart disease.

More information

ABLE TO READ THE LABEL?

ABLE TO READ THE LABEL? ARE ABLE TO READ THE LABEL? A Consumer s Guide to Navigating Food Labels Food and Drug Safety Program Consumer and Environmental Health Services Phone: 609-826-4935 Fax: 609-826-4990 http://nj.gov/health/eoh/foodweb/

More information

American Diabetes Association: Standards of Medical Care in Diabetes 2015

American Diabetes Association: Standards of Medical Care in Diabetes 2015 American Diabetes Association: Standards of Medical Care in Diabetes 2015 Synopsis of ADA standards relevant to the 11 th Scope of Work under Task B.2 ASSESSMENT OF GLYCEMIC CONTROL Recommendations: Perform

More information

Food. Food Groups & Nutrients

Food. Food Groups & Nutrients Food Food Groups & Nutrients Grains Group Grains Group Defined: Foods made from wheat, rice, oats, barley, etc. Grains Group Defined: Foods made from wheat, rice, oats, barley, etc. Examples: bread,

More information

Dietary intake in male and female smokers, ex-smokers, and never smokers: The INTERMAP Study

Dietary intake in male and female smokers, ex-smokers, and never smokers: The INTERMAP Study (2003) 17, 641 654 & 2003 Nature Publishing Group All rights reserved 0950-9240/03 $25.00 www.nature.com/jhh ORIGINAL ARTICLE Dietary intake in male and female smokers, ex-smokers, and never smokers: The

More information

'Eat Smart' - Nutrition for a Healthy Heart

'Eat Smart' - Nutrition for a Healthy Heart Definitions - Fats & Cholesterol Found in Blood LDL HDL 'low density lipoprotein' also known as 'bad cholesterol' major cholesterol-carrying molecule in blood delivers cholesterol to the arterial walls

More information

Chapter 4: Nutrition. ACE Personal Trainer Manual Third Edition

Chapter 4: Nutrition. ACE Personal Trainer Manual Third Edition Chapter 4: Nutrition ACE Personal Trainer Manual Third Edition Introduction SCAN group of dieticians who practice in sports and cardiovascular nutrition [SCAN]; locate local SCAN dieticians by contacting

More information

Cardiac patient quality of life. How to eat adequately?

Cardiac patient quality of life. How to eat adequately? Cardiac patient quality of life How to eat adequately? François Paillard CV Prevention Center CHU Rennes JESFC, Paris, 17/01/2013 Mrs. L. 55 yrs, Coronary artery disease, normal weight, mild hypertension

More information

Six Nutrients. Nutrients: substances in food that your body needs to stay healthy. Carbohydrates Protein Fat Minerals Vitamins Water

Six Nutrients. Nutrients: substances in food that your body needs to stay healthy. Carbohydrates Protein Fat Minerals Vitamins Water Nutrients Six Nutrients Nutrients: substances in food that your body needs to stay healthy Carbohydrates Protein Fat Minerals Vitamins Water Water Function: most essential nutrient Helps digest and absorb

More information

Home Food Resources for You Consumers. Food

Home Food Resources for You Consumers. Food Home Food Resources for You Consumers Food How to Understand and Use the Nutrition Facts Label On this page: The Nutrition Facts Panel - An Overview The Serving Size Calories (and Calories from Fat) The

More information

7/6/2012. University Pharmacy 5254 Anthony Wayne Drive Detroit, MI (313)

7/6/2012. University Pharmacy 5254 Anthony Wayne Drive Detroit, MI (313) University Pharmacy 5254 Anthony Wayne Drive Detroit, MI 48202 (313) 831-2008 Be able to identify the signs of a heart attack or stoke Identify what puts you at a higher risk for cardiovascular disease,

More information

The Paleolithic Diet. A Review

The Paleolithic Diet. A Review The Paleolithic Diet A Review by: Philip Rouchotas, MSc, ND Bolton Naturopathic Clinic 64 King St. W, Bolton, Ontario L7E 1C7 info@boltonnaturopathic.ca What is the Paleolithic Diet? Today s modern diet

More information

Nutrition for the heart. Geoffrey Axiak Nutritionist

Nutrition for the heart. Geoffrey Axiak Nutritionist Nutrition for the heart Geoffrey Axiak Nutritionist The Food Pyramid Dairy 2-3 servings Vegetables 3-5 servings Breads/Grains 6-11 servings Fats & Oils Use Sparingly Proteins 2-3 servings Fruits 2-4 servings

More information

Lipid Profiles. Important: Read over the section on correlation coefficients in the Guidelines for Statistics and Graphs in General Education Biology.

Lipid Profiles. Important: Read over the section on correlation coefficients in the Guidelines for Statistics and Graphs in General Education Biology. Biology 104 Lipid Profiles Important: Read over the section on correlation coefficients in the Guidelines for Statistics and Graphs in General Education Biology. Objectives: 1. Learn about the different

More information

Wellness: Concepts and Applications 8 th Edition Anspaugh, Hamrick, Rosato

Wellness: Concepts and Applications 8 th Edition Anspaugh, Hamrick, Rosato Wellness: Concepts and Applications 8 th Edition Anspaugh, Hamrick, Rosato Forming a Plan for Good Nutrition Chapter 6 Good Nutrition n Nutrition is the study of nutrients and the way the body processes

More information

25* or higher Underweight. 240 mg/dl and above High (More than twice the risk as desirable level.) OK, but higher is better

25* or higher Underweight. 240 mg/dl and above High (More than twice the risk as desirable level.) OK, but higher is better Biometrics Screening Biometric Health Indicators The charts below provide a summary of the ranges for each of the biometric screening tests. Be sure to check with your doctor if your results are outside

More information

HEART HEALTH AND HEALTHY EATING HABITS

HEART HEALTH AND HEALTHY EATING HABITS HEART HEALTH AND HEALTHY EATING HABITS ELIZABETH PASH PENNIMAN RD,LD CLINICAL DIETITIAN Professional Member American Heart Association; Council on Nutrition, Physical Activity and Metabolism PURPOSE: Recognize

More information

Dietary Fat Guidance from The Role of Lean Beef in Achieving Current Dietary Recommendations

Dietary Fat Guidance from The Role of Lean Beef in Achieving Current Dietary Recommendations Dietary Fat Guidance from 1980-2006 The Role of Lean Beef in Achieving Current Dietary Recommendations Penny Kris-Etherton, Ph.D., R.D. Department of Nutritional Sciences Pennsylvania State University

More information

New Food Label Pages Diabetes Self-Management Program Leader s Manual

New Food Label Pages Diabetes Self-Management Program Leader s Manual New Food Label Pages The FDA has released a new food label, so we have adjusted Session 4 and provided a handout of the new label. Participants use the handout instead of looking at the label in the book

More information

Facts on Fats. Ronald P. Mensink

Facts on Fats. Ronald P. Mensink Facts on Fats Ronald P. Mensink Department of Human Biology NUTRIM, School for Nutrition, Toxicology and Metabolism Maastricht University Maastricht The Netherlands Outline of the Presentation Saturated

More information

Nutrition Diagnosis (3 pts) Inadequate energy intake and limited food acceptance R/T poor appetite due to chemotherapy AEB 8.9% weight loss, BMI 18.

Nutrition Diagnosis (3 pts) Inadequate energy intake and limited food acceptance R/T poor appetite due to chemotherapy AEB 8.9% weight loss, BMI 18. Taylor Zwimpfer Nutrition 302L 2/12/2014 Albumin Assessment Lab (NCP) Nutrition Assessment (3 pts) Diagnosis: Bladder Cancer Nutrition-related PMH, treatments, surgeries: Chemotherapy, appetite affected

More information

Appendix G. U.S. Nutrition Recommendations and Guidelines. Dietary Guidelines for Americans, Balancing Calories to Manage Weight

Appendix G. U.S. Nutrition Recommendations and Guidelines. Dietary Guidelines for Americans, Balancing Calories to Manage Weight Appendix G U.S. Nutrition Recommendations and Guidelines Dietary Guidelines for Americans, 2010 Balancing Calories to Manage Weight Prevent and/or reduce overweight and obesity through improved eating

More information