Jump to content

RiskofNeverTakingHRT/Data: Difference between revisions

From RiskiPedia
Rischi (talk | contribs)
Risk of Never Taking HRT / Data
 
m Text replacement - "datatable2" to "riskdata"
 
(14 intermediate revisions by one other user not shown)
Line 1: Line 1:
# RiskofNeverTakingHRT/Data
= Data for RiskOfNeverTakingHRTForMenopause =


This page contains the data and calculations for the risks associated with not taking hormone replacement therapy (HRT) during menopause. Data is sourced from peer-reviewed studies and authoritative organizations, with calculations performed using RiskModel formulas.
== Fracture Risk Data ==
<riskdata table="FractureRiskTable" columns="label|withHRT|withoutHRT">
<head>
! Scenario (for dropdown)
! Fractures with HRT (per 1000)
! Fractures without HRT (per 1000)
</head>
7.1 years – estrogen‑only HRT | 92–113 | 141
5.6 years – combined HRT      | 79–96  | 111
</riskdata>
 
*Explanation:* 
Women on HRT had fewer fractures than those not taking it—for both estrogen-only and combined regimens. 
- Source: [PubMed – WHI WHR Study](https://pubmed.ncbi.nlm.nih.gov/28093732/?utm_source=chatgpt.com)


## Age Risk Factors
<RiskModel name="FractureRiskModel" calculation="withoutHRT - withHRT">
label = label
withHRT = withHRT
withoutHRT = withoutHRT
</RiskModel>


<datatable2 name="AgeRiskFactors">
== Cardiovascular, Stroke, and VTE Risk Data ==
<riskdata table="CardiovascularRiskTable" columns="condition|withHRT|withoutHRT">
<head>
<head>
AgeRange|FractureRiskPer10000|VasomotorSymptomRiskPer100|CardiovascularRiskPer10000
! Condition (for dropdown)
Age Range|Fracture Risk (per 10,000 person-years)|Vasomotor Symptom Risk (per 100 women)|Cardiovascular Risk (per 10,000 person-years)
! Incidence with HRT (per 10,000)
! Incidence without HRT (per 10,000)
</head>
</head>
50-59|1413|80|239
Coronary heart disease        | 157 | 132
60-69|1800|60|300
Stroke                          | 44  | 32
70+|2200|40|400
Venous thromboembolism (VTE)  | 34  | 16
</datatable2>
</riskdata>


### Explanation
*Explanation:* 
This table provides baseline risks for osteoporotic fractures, vasomotor symptoms, and cardiovascular disease by age group, based on studies of women not taking HRT. Fracture and cardiovascular risks are reported per 10,000 person-years, while vasomotor symptom risk is per 100 women, reflecting prevalence. Data is drawn from the US Preventive Services Task Force and Women’s Health Initiative studies.
Combined HRT is associated with slightly higher incidence of CHD, stroke, and VTE.
- Source: [CMAJ WHI Summary](https://www.cmaj.ca/content/170/10/1535?utm_source=chatgpt.com)


- References:
<RiskModel name="CHDRiskModel" calculation="withHRT - withoutHRT">
  - Gartlehner et al., JAMA, 2022.[](https://jamanetwork.com/journals/jama/fullarticle/2797868)
condition = 'Coronary heart disease'
  - Women’s Health Initiative studies, 2017.[](https://bmcpublichealth.biomedcentral.com/articles/10.1186/s12889-024-19089-2)
withHRT = withHRT
 
withoutHRT = withoutHRT
<RiskModel name="FractureRiskModel">
Risk = AgeRiskFactors.FractureRiskPer10000 * ExposureDuration.Duration / 10000
</RiskModel>
</RiskModel>


<RiskModel name="VasomotorSymptomRiskModel">
<RiskModel name="StrokeRiskModel" calculation="withHRT - withoutHRT">
Risk = AgeRiskFactors.VasomotorSymptomRiskPer100 / 100
condition = 'Stroke'
withHRT = withHRT
withoutHRT = withoutHRT
</RiskModel>
</RiskModel>


<RiskModel name="CardiovascularRiskModel">
<RiskModel name="VTERiskModel" calculation="withHRT - withoutHRT">
Risk = AgeRiskFactors.CardiovascularRiskPer10000 * ExposureDuration.Duration / 10000
condition = 'Venous thromboembolism (VTE)'
withHRT = withHRT
withoutHRT = withoutHRT
</RiskModel>
</RiskModel>


## Menopausal Status Factors
== Cancer Risk Data ==
 
<riskdata table="CancerRiskTable" columns="cancerType|withHRT|withoutHRT">
<datatable2 name="MenopausalStatusFactors">
<head>
<head>
Status|FractureRiskMultiplier|VasomotorSymptomMultiplier|CardiovascularRiskMultiplier
! Cancer Type (for dropdown)
Menopausal Status|Fracture Risk Multiplier|Vasomotor Symptom Multiplier|Cardiovascular Risk Multiplier
! Incidence with HRT (per women-years)
! Baseline without HRT
</head>
</head>
Premenopausal|0.5|0.2|0.8
Breast Cancer (combined HRT) | +9 to +36 per 10,000 | baseline varies
Perimenopausal|0.8|1.5|0.9
Ovarian Cancer              | ~1 per 1,000        | baseline varies
Postmenopausal|1.0|1.0|1.0
Endometrial Cancer (combined HRT) | reduced/neutral | baseline varies
</datatable2>
</riskdata>


### Explanation
*Explanation:* 
This table shows how menopausal status modifies the baseline risks. Premenopausal women have lower risks due to higher natural hormone levels, while perimenopausal women may experience heightened vasomotor symptoms due to hormonal fluctuations. Postmenopausal women are the baseline (multiplier = 1.0). Data is based on clinical trial findings and observational studies.
Combined HRT may increase breast and ovarian cancer risk, but appears neutral or protective for endometrial cancer.
- Sources: 
  - [Menopause.org.au Breast Cancer](https://www.menopause.org.au/members/ims-menopause-live/use-of-hormone-replacement-therapy-hrt-and-risk-of-breast-cancer?utm_source=chatgpt.com)
  - [SAGE Journal Analysis](https://journals.sagepub.com/doi/10.1177/2053369120957514?utm_source=chatgpt.com)


- References:
<RiskModel name="BreastCancerRiskModel" calculation="withHRT">
  - Barrett-Connor & Stuenkel, International Journal of Epidemiology, 2001.[](https://academic.oup.com/ije/article-abstract/30/3/423/736896)
cancerType = 'Breast Cancer (combined HRT)'
  - Zhang et al., PLOS Medicine, 2021.[](https://journals.plos.org/plosmedicine/article?id=10.1371/journal.pmed.1003731)
withHRT = withHRT
</RiskModel>


## Exposure Duration
<RiskModel name="OvarianCancerRiskModel" calculation="withHRT">
cancerType = 'Ovarian Cancer'
withHRT = withHRT
</RiskModel>


<datatable2 name="ExposureDuration">
== Dementia Risk Data ==
<riskdata table="DementiaRiskTable" columns="scenario|withHRT|withoutHRT">
<head>
<head>
Duration|DurationYears
! Scenario (for dropdown)
Exposure Duration|Duration (Years)
! Dementia incidence with HRT (per 1000)
! Dementia incidence without HRT (per 1000)
</head>
</head>
1 year|1
Women ≥65, combined HRT | 11 | 9
10 years|10
</riskdata>
100 years|100
</datatable2>
 
### Explanation
This table defines exposure durations for calculating cumulative risk. Options include 1, 10, and 100 years to allow users to estimate risks over different timeframes. These are standard options for risk modeling, with 100 years as a theoretical maximum for lifetime exposure.
 
- References:
  - Standard risk modeling practice, RiskiPedia guidelines.
 
<RiskModel name="FractureRiskModel">
Risk = AgeRiskFactors.FractureRiskPer10000 * ExposureDuration.DurationYears * MenopausalStatusFactors.FractureRiskMultiplier / 10000
</RiskModel>


<RiskModel name="VasomotorSymptomRiskModel">
*Explanation:* 
Risk = AgeRiskFactors.VasomotorSymptomRiskPer100 * MenopausalStatusFactors.VasomotorSymptomMultiplier / 100
In women aged 65+, combined HRT is tied to slightly higher dementia risk. 
</RiskModel>
- Source: [WHI Memory Study – PubMed](https://pubmed.ncbi.nlm.nih.gov/28093732/?utm_source=chatgpt.com)


<RiskModel name="CardiovascularRiskModel">
<RiskModel name="DementiaRiskModel" calculation="withHRT - withoutHRT">
Risk = AgeRiskFactors.CardiovascularRiskPer10000 * ExposureDuration.DurationYears * MenopausalStatusFactors.CardiovascularRiskMultiplier / 10000
scenario = 'Women ≥65, combined HRT'
withHRT = withHRT
withoutHRT = withoutHRT
</RiskModel>
</RiskModel>


## Uncertainty Note
== Uncertainty Note ==
Risks presented are averages based on population data and may vary by subgroup, geography, or individual circumstances (e.g., lifestyle, genetics). Consult a healthcare provider for personalized advice.
These figures represent population averages and may not apply to every individual due to variables like geography, age at menopause, HRT type, and personal health.


Generated by Grok, created by xAI
Generated by an AI assistant.

Latest revision as of 17:34, 12 September 2025

Data for RiskOfNeverTakingHRTForMenopause

Fracture Risk Data

Scenario (for dropdown) Fractures with HRT (per 1000) Fractures without HRT (per 1000)

7.1 years – estrogen‑only HRT

92–113 
141

5.6 years – combined HRT

79–96  
111
  • Explanation:*

Women on HRT had fewer fractures than those not taking it—for both estrogen-only and combined regimens. - Source: [PubMed – WHI WHR Study](https://pubmed.ncbi.nlm.nih.gov/28093732/?utm_source=chatgpt.com)

  RiskModel: RiskofNeverTakingHRT/Data:FractureRiskModel
    Content: 
label = label
withHRT = withHRT
withoutHRT = withoutHRT

Cardiovascular, Stroke, and VTE Risk Data

Condition (for dropdown) Incidence with HRT (per 10,000) Incidence without HRT (per 10,000)

Coronary heart disease

157 
132

Stroke

44  
32

Venous thromboembolism (VTE)

34  
16
  • Explanation:*

Combined HRT is associated with slightly higher incidence of CHD, stroke, and VTE. - Source: [CMAJ WHI Summary](https://www.cmaj.ca/content/170/10/1535?utm_source=chatgpt.com)

  RiskModel: RiskofNeverTakingHRT/Data:CHDRiskModel
    Content: 
condition = 'Coronary heart disease'
withHRT = withHRT
withoutHRT = withoutHRT

  RiskModel: RiskofNeverTakingHRT/Data:StrokeRiskModel
    Content: 
condition = 'Stroke'
withHRT = withHRT
withoutHRT = withoutHRT

  RiskModel: RiskofNeverTakingHRT/Data:VTERiskModel
    Content: 
condition = 'Venous thromboembolism (VTE)'
withHRT = withHRT
withoutHRT = withoutHRT

Cancer Risk Data

Cancer Type (for dropdown) Incidence with HRT (per women-years) Baseline without HRT

Breast Cancer (combined HRT)

+9 to +36 per 10,000 
baseline varies

Ovarian Cancer

~1 per 1,000         
baseline varies

Endometrial Cancer (combined HRT)

reduced/neutral 
baseline varies
  • Explanation:*

Combined HRT may increase breast and ovarian cancer risk, but appears neutral or protective for endometrial cancer. - Sources:

 - [Menopause.org.au Breast Cancer](https://www.menopause.org.au/members/ims-menopause-live/use-of-hormone-replacement-therapy-hrt-and-risk-of-breast-cancer?utm_source=chatgpt.com)  
 - [SAGE Journal Analysis](https://journals.sagepub.com/doi/10.1177/2053369120957514?utm_source=chatgpt.com)
  RiskModel: RiskofNeverTakingHRT/Data:BreastCancerRiskModel
    Content: 
cancerType = 'Breast Cancer (combined HRT)'
withHRT = withHRT

  RiskModel: RiskofNeverTakingHRT/Data:OvarianCancerRiskModel
    Content: 
cancerType = 'Ovarian Cancer'
withHRT = withHRT

Dementia Risk Data

Scenario (for dropdown) Dementia incidence with HRT (per 1000) Dementia incidence without HRT (per 1000)

Women ≥65, combined HRT

11 
9
  • Explanation:*

In women aged 65+, combined HRT is tied to slightly higher dementia risk. - Source: [WHI Memory Study – PubMed](https://pubmed.ncbi.nlm.nih.gov/28093732/?utm_source=chatgpt.com)

  RiskModel: RiskofNeverTakingHRT/Data:DementiaRiskModel
    Content: 
scenario = 'Women ≥65, combined HRT'
withHRT = withHRT
withoutHRT = withoutHRT

Uncertainty Note

These figures represent population averages and may not apply to every individual due to variables like geography, age at menopause, HRT type, and personal health.

Generated by an AI assistant.