-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtestimonials.html
81 lines (74 loc) · 5.18 KB
/
testimonials.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>S&I Framework - S&I Framework Testimonials</title>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<script type="text/javascript" src="js/analytics.js" ></script>
</head>
<body>
<div class="container">
<div class="header">
<div class="navglobal">
<ul>
<li>S&I Framework Links:</li>
<li><a href="http://www.siframework.org" target="_self">Home</a></li>
<li><a href="http://wiki.siframework.org/" target="_new">Wiki</a></li>
<li><a href="http://confluence.siframework.org/x/UIBfAg" target="_new">Repository Browser</a></li>
</ul>
</div>
<div class="banner">
<a href="index.html"><img src="images/onc_si_logo.png" alt="S&I Framework" width="417" height="36" id="onc_si_logo" /></a>
</div></div>
<!-- end .header -->
<!-- begin .nav1 -->
<div class="nav1">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="whatis.html" class="active">What is the S&I Framework?</a></li>
<li><a href="getinvolved.html">How Do I Get Involved?</a></li>
<li><a href="accomplishments.html">What Have We Accomplished?</a></li>
<li><a href="implementation.html">How Do I Implement?</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<!-- end .nav1 -->
<div class="banner_main">
<img src="images/banner_framework.png" alt="S&I Framework Explored" />
</div>
<!-- begin .middle -->
<div class="middle">
<!-- begin .content .nosblt (no sidebar on left) -->
<div class="content nosblt">
<h1 class="testimonials">What Our Volunteers Are Saying</h1><br />
<p class="quote"> "The strength of the S&I Framework is its ability to bring together a community of leaders with unparalleled experience and expertise in healthcare and health IT. These people have a drive and a passion for creating the future of healthcare through easier and more secure exchange of information, and this is reflected in their dedication to the various S&I initiatives."</p>
<p class="author">- Alice Leiter, Director for Health IT Policy, National Partnership for Women & Families<br />
Query Health Initiative
</p>
<p class="quote"> "One of the major strengths of the S&I Framework is bringing together stakeholders from a variety of healthcare backgrounds to work together toward common goals that will benefit both the patients and user communities. Without a standardized set of guidelines to use as a goal [as provided by the S&I Framework], I believe that there would be a lot of duplicate efforts across the board as each organization tried to interpret the MU [Meaningful Use] requirements and create a unique set of processes that would meet their own specific needs."</p>
<p class="author">- Cindy Johns, Laboratory Corporation of America<br />
Lab Results Interface Initiative
</p>
<p class="quote"> "I can honestly say [that the S&I Framework] was a very collaborative effort in generating community interest and participation. This enabled the community stakeholders to work together toward a common goal for promoting interoperability and meaningful use. Clinicians, vendors and other community participants provided real-world feedback and this contribution was valuable towards establishing and publishing standards to promote interoperability and a commitment to standards that will drive widespread adoption."</p>
<p class="author">- Mayuri Patel, Solution Architect, ICA<br />
Transitions of Care Initiative
</p>
<p class="quote"> "What is clear to me is that the TOC [Transitions of Care Initiative] RI [Reference Implementation] forms a solid foundation upon which future TOC User Stories can be codified in computable models and that it clearly lowers the barrier of entry for new innovators, startups and those not-so-large EMR, HIE and PHR software developers…It is my expectation that TOC RI and its associated Demos and Pilots will continue to grow and become an important technical anchor for standardizing Transitions of Care, simplifying the complexity of disparate document formats, lowering the cost of entry for HIT innovators and ultimately driving the cost of Healthcare down through the disruptive innovation it manifests. "</p>
<p class="author">- Mark Bamberg, Chief Science Officer, MEDfx<br />
Transitions of Care Initiative
</p>
<p> </p>
<p><!-- end .content .nosblt --> </p>
<p> </p>
</div>
</div>
<!-- end .middle -->
<!-- begin .footer -->
<div class="footer">
<p> </p>
</div>
<!-- end .footer -->
</div>
<!-- end .container -->
</body>
</html>