Zinc Deficiency Risk Effects

Risk Overview

Todo

Provide a brief description of the risk, including potential opportunities for confounding (factors that may cause or be associated with the risk exposure), effect modification/generalizability, etc. by any relevant variables. Note that literature reviews and speaking with the GBD risk modeler will be good resources for this.

GBD 2019 Modeling Strategy

[GBD-2019-Risk-Factors-Appendix-Zinc-Deficiency-Risk-Effects]

Note

This section will describe the GBD modeling strategy for risk effects. For a description of GBD modeling strategy for risk exposure, see the risk exposure page.

Todo

Provide a brief overview of how the risk affects different outcomes, including data sources used by GBD, GBD assumptions, etc. Note that the [GBD-2019-Risk-Factors-Appendix-Risk-Effects-Model-Template] is a good source for this information in addition to the GBD risk modeler.

Affected Entities

Outcome

Outcome type

Outcome ID

Affected measure

Note

Diarrheal diseases

Cause

302

Morbidity and mortality (GBD YLDs and YLLs)

Relative risks updated from GBD 2017

Note

LRI was included as an affected entity in GBD 2017, but was excluded as an affected entity in GBD 2019 after re-analyzing the meta-analysis using MR-BRT. The relative risk for diarrheal diseases from 2017 was updated in this reanalysis as well.

Vivarium Modeling Strategy

Note

This section will describe the Vivarium modeling strategy for risk effects. For a description of Vivarium modeling strategy for risk exposure, see the risk exposure page.

Risk Outcome Relationships for Vivarium

Outcome

Outcome type

Outcome ID

Affected measure

Note

Diarrheal diseases

Cause

302

Incidence rate

Diarrheal diseases incidence rate

Information on the diarrheal diseases cause model can be found on the 2017 Diarrheal Diseases Cause Model Document.

Note

The cause model document linked above is for the 2017 cause model document. This should be updated to the GBD 2019 cause model document when it is created.

The zinc deficiency risk factor affects both the likelihood of morbidity and mortality from diarrheal diseases. We will model this in Vivarium such that exposure to zinc deficiency will impact the incidence rate of diarrheal diseases while the excess mortality rate will be unaffected.

GBD 2019 Risk Outcome Pair Restrictions

Restriction Type

Value

Notes

Male only

False

Female only

False

Age group start

5

1-4 years

Age group end

5

1-4 years

Therefore, the diarrheal diseases incidence rate for a given simulant should be modeled as follows:

\[incidence_i = incidence_\text{c302} * (1 - PAF_\text{r97,c302}) * RR_\text{r97,c302}(i)\]

Where,

Parameter Definitions

Parameter

Definition

Value

Note

\(incidence_i\)

Diarrheal disease incidence rate for a given simulant

See equation above

\(incidence_\text{c302}\)

Diarrheal diseases incidence rate for a given age-/sex-/year-/location-specific demographic group

Defined in the 2017 Diarrheal Diseases Cause Model Document

\(PAF_\text{r97,c302}\)

PAF for the zinc deficiency and diarrheal diseases risk outcome pair for a given age-/sex-/year-/location-specific demographic group

GBD 2019: see code snippet below

\(RR_\text{r97,c302}(i)\)

Relative risk of diarrheal disease incidence for a given simulant based on their zinc exposure value

GBD 2019: see code snippet below

PAFs and relative risks can be pulled from GBD using the code below (be sure to additionally specify desired sex, age_group, and location IDs).

rrs = get_draws(gbd_id_type='rei_id',
          gbd_id=97,
          source='rr',
          year_id=2019,
          gbd_round_id=6,
          status='best',
          decomp_step='step4')

pafs = get_draws(
          gbd_id_type=['rei_id', 'cause_id'],
          gbd_id=[97, 302],
          source='burdenator',
          measure_id=2, #dalys
          metric_id=2, #percent
          year_id=2019,
          gbd_round_id=6,
          status='best',
          decomp_step='step5')

Note

In GBD 2019, the stored PAF for deaths and YLLs is slightly greater than the stored PAF for DALYs and YLDs. According to the GBD modeler, this is likely because of processing from the burdenator, and provided confirmation that the relative risks for zinc deficiency should apply equally to both YLDs and YLLs.

Relative Risks

Exposure Category

Relative Risk

Note

cat1 (zinc deficient)

1.14 (1.07, 1.21)

Specific to 1-4 year olds, does not vary by sex

cat2 (not zinc deficient)

1

TMREL

Validation and Verification Criteria

Todo

List validation and verification criteria, including a list of variables that will need to be tracked and reported in the Vivarium simulation to ensure that the risk outcome relationship is modeled correctly

Assumptions and Limitations

Todo

List assumptions and limitations of this modeling strategy, including any potential issues regarding confounding, mediation, effect modification, and/or generalizability with the risk-outcome pair.

Bias in the Population Attributable Fraction

As noted in the Population Attributable Fraction section of the Modeling Risk Factors document, using a relative risk adjusted for confounding to compute a population attributable fraction at the population level will introduce bias.

Todo

Outline the potential direction and magnitude of the potential PAF bias in GBD based on what is understood about the relationship of confounding between the risk and outcome pair using the framework discussed in the Population Attributable Fraction section of the Modeling Risk Factors document.

References

GBD-2019-Risk-Factors-Appendix-Zinc-Deficiency-Risk-Effects

Pages 184-185 in Supplementary appendix 1 to the GBD 2019 Risk Factors Capstone:

(GBD 2019 Risk Factors Capstone) GBD 2019 Risk Factor Collaborators. Global burden of 87 risk factors in 204 countries and territories, 1990–2019: a systematic analysis for the Global Burden of Disease Study 2019. Lancet 2020; 396: 1223-1249. DOI: https://doi.org/10.1016/S0140-6736(20)30752-2