-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSports_TAA_Overview.html
209 lines (176 loc) · 9.7 KB
/
Sports_TAA_Overview.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<!-- defines the default zoom for mobile devices -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<head>
<meta charset="UTF-8">
<title>CardioRef: AHA/ACC 2015 Sports Participation Selector Guide: Familial Thoracic Aortic Aneurysm or Unexplained Thoracic Aortic Aneurysm</title>
<link rel="stylesheet" href="css/sports_answer_combined.css">
<style>
div{
-webkit-margin-before:0;
-webkit-margin-after:0;
-webkit-margin-start:0;
-webkit-margin-end:0;
}
</style>
</head>
<body>
<div class="topbar">
<a href="index.html">Pedi CardioRef</a>
<div class="guidelinebar">
<a target="_blank" rel="noopener noreferrer" href="https://www.ahajournals.org/doi/10.1161/CIR.0000000000000243">
Reference: ACC/AHA Sports Participation Recommendations (Circulation 2015)</a>
</div>
</div>
<section style="margin:10px">
<p class="topspace"></p>
<label><b>By the ACC/AHA 2015 guidelines, should my patient with</label>
<select name="disease" id="dz" class="InputBox" onChange="goThere();">
<option value="">*Select Disease*</option>
<option value ="" class="dropdown-divider">---------------------------------------------------------------</option>
<option value="HCM">Hypertrophic Cardiomyopathy </option>
<option value="LVNC">Left Ventricular Non-Compaction </option>
<option value="DilRestr">Dilated or Restrictive Cardiomyopathy </option>
<option value="ARVC">Arrhythmogenic Right Ventricular Cardiomyopathy (ARVC) </option>
<option value="Myo">Myocarditis </option>
<option value="Peri">Pericarditis </option>
<option value ="" class="dropdown-divider">---------------------------------------------------------------</option>
<option value="ASDVSDPDA">ASD, VSD, or PDA </option>
<option value="PS">Pulmonic Stenosis </option>
<option value="AS">Aortic Stenosis </option>
<option value="Coarct">Coarctation </option>
<option value="Cyan">Cyanotic Heart Disease, unrepaired or with palliative shunt </option>
<option value="TOF">Tetralogy of Fallot, s/p repair </option>
<option value="TGA_Must">d-transposition (d-TGA), s/p atrial switch (Mustard/Senning)</option>
<option value="TGA_Art">d-transposition (d-TGA), s/p arterial switch </option>
<option value="CCTGA">Congenitally-corrected TGA (CC-TGA, L-TGA)</option>
<option value="Fontan">Fontan </option>
<option value="Ebstein">Ebstein Anomaly </option>
<option value="AnomCoronary">Anomalous Coronary Artery Origin</option>
<option value ="" class="dropdown-divider">---------------------------------------------------------------</option>
<option value="PVR">Elevated PVR in CHD </option>
<option value="VentricularDysfxn">Ventricular Dysfunction s/p CHD Surgery</option>
<option value ="" class="dropdown-divider">---------------------------------------------------------------</option>
<option value="Valve_AS">Aortic Stenosis</option>
<option value="Valve_AR">Aortic Regurgitation </option>
<option value="Valve_MS">Mitral Stenosis</option>
<option value="Valve_MR">Mitral Regurgitation </option>
<option value="Valve_Hx">History of Mitral or Aortic Valve Surgery</option>
<option value ="" class="dropdown-divider">---------------------------------------------------------------</option>
<option value="HTN">Hypertension </option>
<option value ="" class="dropdown-divider">---------------------------------------------------------------</option>
<option value="AoDiseases_and_Marfan">Aortic Diseases and Marfan Syndrome</option>
<option value="BAV">Bicuspid Aortic Valve</option>
<option value="Marfan">Marfan Syndrome</option>
<option value="TAA">Thoracic Aortic Aneurysm, familial or unexplained</option>
<option value="LoeysDietz_EhlersDanlos">Loeys-Dietz or vascular Ehlers-Danlos</option>
<option value="AoEnlarge">Enlarged Aorta, non-syndrome non-familial</option>
<option value="Ao_Surgery">S/p Surgery for Aortic Enlargement/Dissection</option>
<option value="Chronic_AoDissection">Chronic Aortic Dissection or Branch Aneurysm</option>
<option value ="" class="dropdown-divider">---------------------------------------------------------------</option>
<option value="CoronaryOverview">Coronary Artery Disease </option>
<option value ="" class="dropdown-divider">---------------------------------------------------------------</option>
<option value="Syncope">Syncope </option>
<option value="Arrhythmia">Arrhythmias (SVT, PVC, Vtach, etc.) </option>
<option value="ConductionDefect">Conduction Defects (AV block, brady, pacemaker, RBBB/LBBB)</option>
<option value="Channelopathies">Channelopathies (LQTS, CPVT, Brugada, etc.) </option>
<option value="ICD">Implantable Cardioverter-Defibrillator (ICD) </option>
</select>
<span>participate in organized sports?</span></b>
<br><br>
<section id="question">
Should my patient with <b>Familial Thoracic Aortic Aneurysm or Unexplained Thoracic Aortic Aneurysm</b> participate in organized sports?
</section>
</section>
<!-- End of 10px margin section. Consider changing template. -->
<br>
<!-- navigation bar for disease sub-categories -->
<nav>
<a href="Sports_BAV_Overview.html">Bicuspid Aortic Valve</a>
<a href="Sports_Marfan_Overview.html" >Marfan</a>
<a href="Sports_TAA_Overview.html" class="active">Familial Thoracic Aortic Aneurysm (or unexplained TAA)</a>
<a href="Sports_LoeysDietz_EhlersDanlos_Overview.html">Loeys Dietz or Ehlers Danlos</a>
<a href="Sports_AoEnlarge_Overview.html">Enlarged Aorta, without syndrome, non-familial</a>
<a href="Sports_Ao_Surgery_Overview.html">S/p Aortic Surgery</a>
<a href="Sports_Chronic_AoDissection_Overview.html">Chronic Aortic Dissection or Branch Aneurysm</a>
</nav>
<div class="largeanswerbox">
<h2 align ="center">Unexplained thoracic aortic aneurysm (TAA) or familial TAA syndrome</h2>
<h3 align="center">Or known mutation leading to familial TAA syndrome (ACTA2, MYH11, FBN1, TGFBR1, TGFBR2, MLCK, SMAD3, TGFB2, and others) </h3>
<hr>
<section id="needtoknow">
<p class="sectiontitle">Need to perform:</p>
<p>"Athletes with unexplained TAA, familial TAA syndrome, or known pathogenic mutation leading to a
familial TAA syndrome (ACTA2, MYH11, FBN1, TGFBR1, TGFBR2, MLCK, SMAD3, TGFB2, and others)
should undergo <b>echocardiographic and (depending on the diagnosis) MRA or CT surveillance
every 6 to 12 months</b> to evaluate for progression of aortic or branch vessel disease."</p>
<p class="rec_class">(Class I Recommendation; Level of Evidence C)</p>
</section>
<section id="answer_arrow_section">
<section class="single_invisible">⇓</section>
</section>
<section id="answer">
<section class="single_center">
<p class="sectiontitle">Participation criteria</p>
<p>"It is reasonable for athletes with an unexplained TAA, familial TAA syndrome,
or known pathogenic mutation leading to familial TAA syndrome
(ACTA2, MYH11, FBN1, TGFBR1, TGFBR2, MLCK, SMAD3, TGFB2, and others)
to participate in low static, low dynamic competitive sports (class IA)
<b>if they do not have ≥1 of the following</b> :
<ul>
<li>Aortic root dilatation (ie, score >2, or aortic diameter >40 mm,
or >2 standard deviations from the mean relative to BSA for children and adolescents < 15 years old)</li>
<li>Moderate to severe mitral regurgitation</li>
<li>Family history of aortic dissection</li>
<li>Cerebrovascular disease</li>
<li>Branch vessel aneurysm or dissection"</li>
</ul>
</p>
<div class="verdict_maybe"><b>Class IA = reasonable</b>, if patient has none of the above findings.</div>
<p class="rec_class">(Class IIa Recommendation; Level of Evidence C)</p>
<hr>
<p>"Athletes with Marfan syndrome, <b>familial TAA syndrome</b>, Loeys-Dietz syndrome, unexplained aortic aneurysm,
vascular Ehlers-Danlos syndrome, or a related aortic aneurysm disorder should
<u>not</u> participate in any competitive sports that involve
intense physical exertion or the potential for bodily collision."</p>
<div class="verdict_no"><b>No sports that involve intense physical exertion or potential for bodily collision.</b></div>
<p class="rec_class">(Class III Recommendation; Level of Evidence C)</p>
</section>
</section>
</div>
<p class="foot">
<b>Reference:</b> <a href="https://www.ahajournals.org/doi/10.1161/CIR.0000000000000243"><i>Eligibility and Disqualification Recommendations for Competitive Athletes With Cardiovascular Abnormalities: Task Force .</a>
A Scientific Statement From the AHA and ACC. Circulation 2015</i>
<br><br><b>Disclaimer:</b> This website is derived from published guidelines, but does not constitute medical advice nor does it replace clinical judgement. Only the text in quotation marks are direct quotations from the original guidelines. Text not in quotations as well as the method of information display are all that of the website creator and are not part of the original published guidelines. Please consult a physician to discuss any patient-specific matters.
</p>
<section class="key">
<p><b>Key:</b> TAA = thoracic aortic aneurysm
</p>
</section>
<script>
function goThere(){
var disease = document.getElementById("dz").value;
location.href= disease+'_Overview.html';
}
function getState() {
var disease = document.getElementById("dz").value;
var sport = document.getElementById("spt").value;
if(disease && sport) {
console.log(disease);
console.log(sport);
console.log(disease+sport);
combo=disease+sport;
location.href = combo+'.html';
}
}
function toggle_table() {
var x = document.getElementById("elaboration");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
</script>
</html>