Jump to content

RiskofNeverTakingHRT/Data

From RiskiPedia
Revision as of 00:11, 8 September 2025 by Rischi (talk | contribs) (Risk of Never Taking HRT For Menopause / Data)

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_