|
| 1 | +.. |
| 2 | + Section title decorators for this document: |
| 3 | +
|
| 4 | + ============== |
| 5 | + Document Title |
| 6 | + ============== |
| 7 | + |
| 8 | + Section Level 1 (#.0) |
| 9 | + +++++++++++++++++++++ |
| 10 | + |
| 11 | + Section Level 2 (#.#) |
| 12 | + --------------------- |
| 13 | + |
| 14 | + Section Level 3 (#.#.#) |
| 15 | + ~~~~~~~~~~~~~~~~~~~~~~~ |
| 16 | + |
| 17 | + Section Level 4 |
| 18 | + ^^^^^^^^^^^^^^^ |
| 19 | + |
| 20 | + Section Level 5 |
| 21 | + ''''''''''''''' |
| 22 | + |
| 23 | + The depth of each section level is determined by the order in which each |
| 24 | + decorator is encountered below. If you need an even deeper section level, just |
| 25 | + choose a new decorator symbol from the list here: |
| 26 | + https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#sections |
| 27 | + And then add it to the list of decorators above. |
| 28 | + |
| 29 | +.. _2021_cause_alzheimers_disease: |
| 30 | + |
| 31 | +============================== |
| 32 | +Alzheimer's Disease (GBD 2021) |
| 33 | +============================== |
| 34 | + |
| 35 | +.. contents:: |
| 36 | + :local: |
| 37 | + |
| 38 | +.. list-table:: Abbreviations |
| 39 | + :widths: 15 15 15 |
| 40 | + :header-rows: 1 |
| 41 | + |
| 42 | + * - Abbreviation |
| 43 | + - Definition |
| 44 | + - Note |
| 45 | + * - AD |
| 46 | + - Alzheimer's Disease |
| 47 | + - |
| 48 | + * - YLD |
| 49 | + - Years Lived with Disability |
| 50 | + - |
| 51 | + * - YLL |
| 52 | + - Years of Life Lost |
| 53 | + - |
| 54 | + |
| 55 | +Disease Overview |
| 56 | +++++++++++++++++ |
| 57 | + |
| 58 | +GBD 2021 Modeling Strategy |
| 59 | +++++++++++++++++++++++++++ |
| 60 | + |
| 61 | +Restrictions |
| 62 | +------------ |
| 63 | + |
| 64 | +The following table describes any restrictions in GBD 2021 on the |
| 65 | +effects of this cause (such as being only fatal or only nonfatal), as |
| 66 | +well as restrictions on the ages and sexes to which the cause applies. |
| 67 | + |
| 68 | +.. list-table:: GBD 2021 Cause Restrictions |
| 69 | + :widths: 15 15 20 |
| 70 | + :header-rows: 1 |
| 71 | + |
| 72 | + * - Restriction Type |
| 73 | + - Value |
| 74 | + - Notes |
| 75 | + * - Male only |
| 76 | + - False |
| 77 | + - |
| 78 | + * - Female only |
| 79 | + - False |
| 80 | + - |
| 81 | + * - YLL only |
| 82 | + - False |
| 83 | + - |
| 84 | + * - YLD only |
| 85 | + - False |
| 86 | + - |
| 87 | + * - YLL age group start |
| 88 | + - 40 to 44 |
| 89 | + - age_group_id = 13 |
| 90 | + * - YLL age group end |
| 91 | + - 95 plus |
| 92 | + - age_group_id = 235 |
| 93 | + * - YLD age group start |
| 94 | + - 40 to 44 |
| 95 | + - age_group_id = 13 |
| 96 | + * - YLD age group end |
| 97 | + - 95 plus |
| 98 | + - age_group_id = 235 |
| 99 | + |
| 100 | +Vivarium Modeling Strategy |
| 101 | +++++++++++++++++++++++++++ |
| 102 | + |
| 103 | +For :ref:`Model 1 <2025_alzheimers_model_runs_table>` of the |
| 104 | +:ref:`Alzheimer's simulation <2025_concept_model_vivarium_alzheimers>`, |
| 105 | +we will model Alzheimer's disease as a simple SI model using GBD data |
| 106 | +for the cause "Alzheimer's disease and other dementias" (cause ID 543). |
| 107 | + |
| 108 | +Cause Model Diagram |
| 109 | +------------------- |
| 110 | + |
| 111 | +.. graphviz:: |
| 112 | + |
| 113 | + digraph AlzheimersDisease { |
| 114 | + rankdir=LR; |
| 115 | + S -> AD [label=i_alz] |
| 116 | + |
| 117 | + } |
| 118 | + |
| 119 | +.. list-table:: State Definitions |
| 120 | + :widths: 5 5 20 |
| 121 | + :header-rows: 1 |
| 122 | + |
| 123 | + * - State |
| 124 | + - State Name |
| 125 | + - Definition |
| 126 | + * - S |
| 127 | + - Susceptible |
| 128 | + - Simulant does not have Alzheimer's disease or another dementia |
| 129 | + * - AD |
| 130 | + - Alzheimer's Disease |
| 131 | + - Simulant has Alzheimer's disease or another dementia |
| 132 | + |
| 133 | +.. list-table:: Transition Definitions |
| 134 | + :widths: 5 5 20 |
| 135 | + :header-rows: 1 |
| 136 | + |
| 137 | + * - Transition |
| 138 | + - Transition Name |
| 139 | + - Definition |
| 140 | + * - i_alz |
| 141 | + - Alzheimer's Incidence |
| 142 | + - Incidence rate of Alzheimer's disease and other dementias |
| 143 | + (incident cases per susceptible person-year) |
| 144 | + |
| 145 | +Data Tables |
| 146 | +----------- |
| 147 | + |
| 148 | +All data values are defined for a specified year, location, age group, |
| 149 | +and sex. |
| 150 | + |
| 151 | +.. list-table:: Data Sources |
| 152 | + :widths: 20 30 25 25 |
| 153 | + :header-rows: 1 |
| 154 | + |
| 155 | + * - Variable |
| 156 | + - Definition |
| 157 | + - Source or value |
| 158 | + - Notes |
| 159 | + * - prevalence_c543 |
| 160 | + - Prevalence of Alzheimer's disease and other dementias |
| 161 | + - como |
| 162 | + - |
| 163 | + * - deaths_c543 |
| 164 | + - Deaths from Alzheimer's disease and other dementias |
| 165 | + - codcorrect |
| 166 | + - |
| 167 | + * - population |
| 168 | + - Average population during specified year |
| 169 | + - get_population |
| 170 | + - Numerically equal to person-years. Often interpreted as population |
| 171 | + at year's midpoint (which is approximately equal to person-years |
| 172 | + if we think the midpoint rule with a single rectangle gives a good |
| 173 | + estimate of the area under the population curve). |
| 174 | + * - incidence_rate_c543 |
| 175 | + - GBD's "total population incidence rate" for Alzheimer's disease |
| 176 | + and other dementias |
| 177 | + - como |
| 178 | + - Raw GBD value, different from "susceptible incidence rate" |
| 179 | + automatically calculated by Vivarium Inputs |
| 180 | + * - csmr_c543 |
| 181 | + - Cause-specific mortality rate for Alzheimer's disease and other |
| 182 | + dementias |
| 183 | + - :math:`\frac{\text{deaths_c543}}{(\text{population}) \cdot (\text{1 year})}` |
| 184 | + - Calculated automatically by Vivarium Inputs |
| 185 | + * - emr_c543 |
| 186 | + - Excess mortality rate for Alzheimer's disease and other dementias |
| 187 | + - :math:`\frac{\text{csmr_c543}}{\text{prevalence_c543}}` |
| 188 | + - Calculated automatically by Vivarium Inputs |
| 189 | + * - sequelae_c543 |
| 190 | + - Sequelae of Alzheimer's disease and other dementias |
| 191 | + - Set of 3 sequelae: s452, s453, s454 |
| 192 | + - Obtained from gbd_mapping. |
| 193 | + Sequela names are "Mild," "Moderate," or "Severe Alzheimer's |
| 194 | + disease and other dementias," respectively. |
| 195 | + * - :math:`\text{disability_weight}_s` |
| 196 | + - Disability weight of sequela :math:`s` |
| 197 | + - YLD Appendix |
| 198 | + - For reference, the values are: |
| 199 | + |
| 200 | + - s452: 0.069 (0.046-0.099) |
| 201 | + - s453: 0.377 (0.252-0.508) |
| 202 | + - s454: 0.449 (0.304-0.595) |
| 203 | + * - :math:`\text{prevalence}_s` |
| 204 | + - Prevalence of sequela :math:`s` |
| 205 | + - como |
| 206 | + - |
| 207 | + |
| 208 | +The following two tables describe the data needed for the cause model |
| 209 | +drawn in the previous section in terms of the data values in the above |
| 210 | +table. |
| 211 | + |
| 212 | +.. list-table:: State Data |
| 213 | + :widths: 20 25 30 30 |
| 214 | + :header-rows: 1 |
| 215 | + |
| 216 | + * - State |
| 217 | + - Measure |
| 218 | + - Value |
| 219 | + - Notes |
| 220 | + * - S |
| 221 | + - prevalence |
| 222 | + - 1 - prevalence_c543 |
| 223 | + - Used for initial population at start of simulation |
| 224 | + * - S |
| 225 | + - birth prevalence |
| 226 | + - 1 |
| 227 | + - Used for simulants born into the simulation |
| 228 | + * - S |
| 229 | + - excess mortality rate |
| 230 | + - 0 |
| 231 | + - Added onto mortality hazard for susceptible simulants |
| 232 | + * - S |
| 233 | + - disability weight |
| 234 | + - 0 |
| 235 | + - Used to calculate YLDs |
| 236 | + * - AD |
| 237 | + - prevalence |
| 238 | + - prevalence_c543 |
| 239 | + - Used for initial population at start of simulation |
| 240 | + * - AD |
| 241 | + - birth prevalence |
| 242 | + - 0 |
| 243 | + - Used for simulants born into the simulation |
| 244 | + * - AD |
| 245 | + - excess mortality rate |
| 246 | + - emr_c543 |
| 247 | + - Added onto mortality hazard for simulants with AD |
| 248 | + * - AD |
| 249 | + - disability weight |
| 250 | + - :math:`\sum_\limits{s\in \text{sequelae_c543}} |
| 251 | + \text{disability_weight}_s \cdot \text{prevalence}_s` |
| 252 | + - Prevalence-weighted average disability weight over sequelae, |
| 253 | + computed automatically by Vivarium Inputs. Used to calculate |
| 254 | + YLDs. |
| 255 | + * - ALL |
| 256 | + - cause specific mortality rate |
| 257 | + - csmr_c543 |
| 258 | + - Subtracted from all-cause mortality hazard to get cause-deleted |
| 259 | + mortality hazard in all cause states |
| 260 | + |
| 261 | +.. list-table:: Transition Data |
| 262 | + :widths: 10 10 10 20 30 |
| 263 | + :header-rows: 1 |
| 264 | + |
| 265 | + * - Transition |
| 266 | + - Source State |
| 267 | + - Sink State |
| 268 | + - Value |
| 269 | + - Notes |
| 270 | + * - i_alz |
| 271 | + - S |
| 272 | + - AD |
| 273 | + - :math:`\frac{\text{incidence_rate_c543}}{\text{1 - prevalence_c543}}` |
| 274 | + - Compute susceptible population incidence rate from GBD's "total |
| 275 | + population incidence rate." Conversion is automatic when using |
| 276 | + the get_measure function in Vivarium Inputs. |
0 commit comments