-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.php
16 lines (16 loc) · 1.53 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$pagename = 'About Us';
include("template-top.php");
?>
<div id="content" class="row">
<div class="columns">
<h1><?php echo $pagename; ?></h1>
<p>The Diabetes Wellness and Prevention Coalition is a patient, provider, and research partnership started in 2009 by Dr. Michael Ugwueke, President & COO, Methodist Le Bonheur Healthcare, to improve diabetes care by emphasizing "prevention through proactive disease management…shift[ing] the treatment paradigm to the outpatient arena…thus…reducing the incidence and severity of the complications experienced by the patient, leading to an increase in quality of life." The organization and key partners in the Coalition are shown below:</p>
<figure>
<img src="images/dwpc-coalition-key-partners.jpg" width="100%" alt="image of the dwpc coalition key partners" />
</figure>
<br />
<p>Since then, patients, caregivers, community members, and providers have worked together in Whitehaven, Tennessee to galvanize efforts to address and reverse the diabetes epidemic. Since 2009 the Coalition has sought to develop both outpatient physical space devoted to a comprehensive Diabetes Wellness and Prevention Center on the Methodist South Hospital campus and the patient, provider, and research collaboration necessary to transform diabetes care in Whitehaven from a focus on reactive, rescue care to a focus that is truly patient-centered and mobilizes and engages the entire community.</p>
</div>
</div>
<?php include("template-bottom.php"); ?>