-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstoplight-tool-kits.php
35 lines (35 loc) · 1.56 KB
/
stoplight-tool-kits.php
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
<?php
$pagename = 'Stoplight Toolkits';
include("template-top.php");
?>
<div id="content" class="row">
<div class="columns">
<h1><?php echo $pagename; ?></h1>
<figure>
<img src="images/know-your-zone.jpg" width="100%"
alt="Know Your Zone. Call SafeMed Team 901-516-2474 for warning signs or symptoms and medication
problems. The Safemed Program is not intended to replace regular services provided by your doctor."/>
</figure>
<p>The following toolkits provide disease specific information regarding signs or symptoms in each of the zones,
helping patients to decide when to contact their primary care physician and when a visit to the ED is
necessary.</p>
<ul class="links-pdf">
<li>
<a href="documents/safemed-patient-action-plan.pdf">SafeMed Patient Action Plan</a>
</li>
<li>
<a href="documents/safemed-toolkit-letter-to-pcp.pdf">SafeMed Toolkit letter to PCP</a>
</li>
<li>
<a class="link-word oddball" href="documents/safemed-discharge-checklist.docx">SafeMed Discharge Checklist</a>
</li>
<li>
<a href="documents/safemed-questions-to-ask-your-doctor.pdf">Questions To Ask Your Doctor</a>
</li>
<li>
<a href="documents/safemed-sample-patient-friendly-med-list.pdf">Sample Patient Friendly Med List</a>
</li>
</ul>
</div>
</div>
<?php include("template-bottom.php"); ?>