RiskofNeverTakingHRT/Data: Difference between revisions
Risk of Never Taking HRT for Menopause / Data |
Risk of Never Taking HRT For Menopause / Data |
||
Line 7: | Line 7: | ||
</head> | </head> | ||
<row> | <row> | ||
7.1 years—oestrogen-only | 92–113 per 1000 | 141 per 1000 | |||
</row> | </row> | ||
<row> | <row> | ||
5.6 years—combined HRT | 79–96 per 1000 | 111 per 1000 | |||
</row> | </row> | ||
</datatable2> | </datatable2> | ||
*Explanation:* | *Explanation:* | ||
- Source: | Long-term HRT—either estrogen-only or combined—was associated with lower fracture incidence compared to placebo. Estrogen-only: fracture incidence decreased from 141 to 92–113 per 1000 over ~7.1 years; combined HRT: from 111 to 79–96 per 1000 over ~5.6 years. | ||
- Source: [PubMed](https://pubmed.ncbi.nlm.nih.gov/28093732/?utm_source=chatgpt.com) | |||
<RiskModel FractureRiskModel> | <RiskModel name="FractureRiskModel"> | ||
FractureWithoutHRT = ColumnFractureWithoutHRT | |||
FractureWithHRT = ColumnFractureWithHRT | |||
FractureRiskReduction = FractureWithoutHRT - FractureWithHRT | |||
</RiskModel> | </RiskModel> | ||
Line 29: | Line 30: | ||
</head> | </head> | ||
<row> | <row> | ||
Coronary heart disease | 157 per 10,000 | 132 per 10,000 | |||
</row> | </row> | ||
<row> | <row> | ||
Stroke | 44 per 10,000 | 32 per 10,000 | |||
</row> | </row> | ||
<row> | <row> | ||
Venous thromboembolism (VTE) | 34 per 10,000 | 16 per 10,000 | |||
</row> | </row> | ||
</datatable2> | </datatable2> | ||
*Explanation:* In | *Explanation:* | ||
- Source: | In WHI data, estrogen-progestin therapy was associated with small increases in cardiovascular events: CHD (25 more per 10,000), stroke (12 more), and VTE (18 more). | ||
- Source: [CMAJ](https://www.cmaj.ca/content/170/10/1535?utm_source=chatgpt.com) | |||
<RiskModel | <RiskModel name="CardiovascularRiskModel"> | ||
CHD_WithHRT = ColumnWithHRT[Coronary heart disease] | |||
CHD_WithoutHRT = ColumnWithoutHRT[Coronary heart disease] | |||
Stroke_Wi_ | |||
ColumnWithHRT | |||
Revision as of 00:11, 8 September 2025
Data for RiskOfNeverTakingHRTForMenopause
Fracture Data
<datatable2 name="FractureRiskTable"> <head> ColumnDuration | ColumnFractureWithHRT | ColumnFractureWithoutHRT </head> <row> 7.1 years—oestrogen-only | 92–113 per 1000 | 141 per 1000 </row> <row> 5.6 years—combined HRT | 79–96 per 1000 | 111 per 1000 </row> </datatable2>
- Explanation:*
Long-term HRT—either estrogen-only or combined—was associated with lower fracture incidence compared to placebo. Estrogen-only: fracture incidence decreased from 141 to 92–113 per 1000 over ~7.1 years; combined HRT: from 111 to 79–96 per 1000 over ~5.6 years. - Source: [PubMed](https://pubmed.ncbi.nlm.nih.gov/28093732/?utm_source=chatgpt.com)
RiskModel: RiskofNeverTakingHRT/Data:FractureRiskModel Content: FractureWithoutHRT = ColumnFractureWithoutHRT FractureWithHRT = ColumnFractureWithHRT FractureRiskReduction = FractureWithoutHRT - FractureWithHRT
Cardiovascular, Stroke, and VTE Data
<datatable2 name="CardiovascularRiskTable"> <head> ColumnCondition | ColumnWithHRT | ColumnWithoutHRT </head> <row> Coronary heart disease | 157 per 10,000 | 132 per 10,000 </row> <row> Stroke | 44 per 10,000 | 32 per 10,000 </row> <row> Venous thromboembolism (VTE) | 34 per 10,000 | 16 per 10,000 </row> </datatable2>
- Explanation:*
In WHI data, estrogen-progestin therapy was associated with small increases in cardiovascular events: CHD (25 more per 10,000), stroke (12 more), and VTE (18 more). - Source: [CMAJ](https://www.cmaj.ca/content/170/10/1535?utm_source=chatgpt.com)
<RiskModel name="CardiovascularRiskModel"> CHD_WithHRT = ColumnWithHRT[Coronary heart disease] CHD_WithoutHRT = ColumnWithoutHRT[Coronary heart disease] Stroke_Wi_