-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCarotid_Ultrasound.html
84 lines (74 loc) · 3.98 KB
/
Carotid_Ultrasound.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
<!DOCTYPE html>
<html>
<head>
<title>Carotid Ultrasound</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="css/app.css" />
<script src="js/jquery-1.8.2.min.js"></script>
<script src="js/jquery.mobile-1.2.0.min.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header"><h1>Carotid Ultrasound</h1><a class="button slideup" id="infoButton" href="index.html">Back</a>
</div><!-- /header -->
<p><em>This referral requires charity care.</em></p>
<div data-role="collapsible-set"> <div data-role="collapsible" ><h3><b> Senior Clinician</h3> </b>
<fieldset data-role="controlgroup">
<input type="checkbox" name="checkbox-1" id="checkbox-1" class="custom" data-mini="true" />
<label for="checkbox-1">Place an order for the referral in Epic.</label>
<input type="checkbox" name="checkbox-2" id="checkbox-2" class="custom" data-mini="true" />
<label for="checkbox-2">Before clinic ends, communicate the necessity and urgency of the referral to the TS.</label>
<input type="checkbox" name="checkbox-3" id="checkbox-3" class="custom" data-mini="true" />
<label for="checkbox-3">Inform ACT about the referral and send the patient to ACT.</label>
</fieldset>
</div>
<div data-role="footer" data-id="nav" data-position="fixed">
<div data-role="navbar">
<ul>
<li><a href="IThelp.html" data-icon="info">FAQ</a></li>
<li><a href="phone.html" data-icon="phone" >Contact</a></li>
<li><a href="index.html" data-icon="fahome">Home</a></li>
<li><a href="Formulary.html" data-icon="faplus">Rx</a></li>
<li><a href="documents.html" data-icon="file">Docs</a></li>
</ul>
</div><!-- /navbar -->
</div>
<div data-role="collapsible" data-collapsed="true"><h3><b> Teaching Senior</b></h3>
<fieldset data-role="controlgroup">
<input type="checkbox" name="checkbox-1a" id="checkbox-1a" class="custom" data-mini="true" />
<label for="checkbox-1a">Include the necessity and urgency of the referral in the weekly [email protected] email.</label>
<input type="checkbox" name="checkbox-1d" id="checkbox-1d" class="custom" data-mini="true" />
<label for="checkbox-1d">Dr. Weinberger and Dr. Horowitz have helped with these
referrals in the past, so reach out to them to see if a curbside is possible.</label>
</fieldset>
</div>
<div data-role="collapsible"><h3><b> Access to Care Team</b></h3>
<fieldset data-role="controlgroup">
<input type="checkbox" name="checkbox-2a" id="checkbox-2a" class="custom" data-mini="true" />
<label for="checkbox-2a">If a curbside with Dr. Weinberger or Dr. Horowitz is not sufficient or possible, make sure that the patient has charity care.</label>
<input type="checkbox" name="checkbox-2z" id="checkbox-2z" class="custom" data-mini="true" />
<label for="checkbox-2z">If the patient does not have charity care, start the process to obtain charity care.</label>
<input type="checkbox" name="checkbox-2b" id="checkbox-2b" class="custom" data-mini="true" />
<label for="checkbox-2b">Once the patient has charity care, contact <a href="[email protected]"> Kristen Ng</a> for next steps.</label>
</fieldset>
</div>
<div data-role="collapsible"><h3><b> Cost</b></h3>
<p>The cost of a curbside is free. Without a curbside, cost to the patient varies,
though patients with <strong>CCL1</strong> usually pay <strong>$164.44</strong>.
</p>
</div><!-- /cost -->
<div data-role="collapsible"><h3><b>Wait time</b></h3>
<p>Wait time will vary depending on Dr. Weinberger or Dr. Horowitz's availability.
</p>
</div>
<div data-role="collapsible"><h3><b>Contact Information</b></h3>
<p>Cardiology Imaging<a href="callto:(855) 674-3278"> (855) 674-3278 </a>
OR Dr. Weinberger - <a href="mailto:[email protected]">[email protected]</a>,
Dr. Horowitz - <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
</body>
</html>