-
Notifications
You must be signed in to change notification settings - Fork 8
/
autodys.html
81 lines (69 loc) · 3.19 KB
/
autodys.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
<div class="navbar">
<div class="navbar-inner">
<div class="left"><a href="#" class="back link"> <i class="icon icon-back"></i><span>Back</span></a></div>
<div class="center sliding">Autonomic Dysreflexia</div>
</div>
</div>
<div data-page="autodys" class="page">
<div class="page-content hide-bars-on-scroll no-bottom-padding">
<div class="content-block">
<div class="content-block-title">Features</div>
<div class="content-block-inner">
<ul>
<li>this is a medical emergency</li>
<li>most common sources are bowel and bladder</li>
<li>most common injury levels at risk are T6 and rostral</li>
<li>pounding headache</li>
<li>hypertension</li>
<li>profuse sweating and flushing above the level of injury</li>
<li>blurry vision</li>
<li>sudden rise in BP generally greater than 20 mmHg (trend baseline)</li>
<li>bradycardia</li>
</ul>
</div>
</div>
<div class="content-block">
<div class="content-block-title">Risk Factors</div>
<div class="content-block-inner">
<ul>
<li>injuries T6 and higher</li>
<li>complete injuries</li>
</ul>
</div>
</div>
<div class="content-block">
<div class="content-block-title">Treatment</div>
<div class="content-block-inner">
<ul>
<li>Sit patient upright</li>
<li>Loosen clothing</li>
<li>Relieve obstruction to drainage of an indwelling urinary catheter. If no indwelling catheter present then catheterize</li>
<li>If the systolic blood pressure is still 150 mmHg or greater administer rapidly acting and easily reversible antihypertensives such as nitropaste</li>
<li>If the systolic blood pressure is less than 150 mmHg then the rectum should be manually disimpacted</li>
<li>Search for other precipitants if symptoms persist</li>
<li>Consider using lidocaine jelly before bowel routine if AD triggered by bowel routine</li>
</ul>
</div>
</div>
<div class="content-block">
<div class="list-block accordion-list">
<ul>
<li class="accordion-item">
<a href="#" class="item-content item-link">
<div class="item-inner">
<div class="item-title">References</div>
</div>
</a>
<div class="accordion-item-content">
<div class="content-block">
<p>Garstang SV WH. Spinal Cord Medicine. Kirshblum S. C, D, editor. 2nd ed.: LWW; 2011. Chapter 9, Cardiovascular and autonomic dysfunctions after spinal cord injury. p.136-154.</p>
<p>Kirshblum S, Nieves J, Clark D, Gonzalez P, Cuccurullo SJ, Luciano L. Physical Medicine and Rehabilitation Board Review. Cuccurullo SJ LJ, editor. 3 rd ed. New York, NY: Demos Medical; 2015. Chapter 7, Spinal cord injuries. p.551-620.</p>
<p>Partida E, Mironets E, Hou S, Tom VJ. Cardiovascular dysfunction following spinal cord injury. Neural Regen Res 2016 Feb;11(2):189-194.</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>