-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
140 lines (127 loc) · 4.92 KB
/
index.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>E-Heza Digital Data Solutions</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/mit-solarized.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background="https://user-images.githubusercontent.com/688507/73114312-fefee180-3ede-11ea-8161-ffce3ae2f6d9.png">
<h1>E-Heza Digital Data Solutons</h1>
<div class="tagline">
Local Ingenuity Driving Global eHealth Solutions
</div>
<div class="logo-grid">
<div class="item">
<img class="tip" src="https://user-images.githubusercontent.com/688507/73111730-10d98800-3ed1-11ea-8ba4-5a2719014a29.png" />
</div>
<div class="item">
<img class="mir" src="https://user-images.githubusercontent.com/688507/73111924-e63bff00-3ed1-11ea-8af5-9bffcde76420.png" />
</div>
</div>
</section>
<section>
<h2>Our Assumptions</h2>
<img class="full-frame" src="https://user-images.githubusercontent.com/688507/73113854-b691f480-3edb-11ea-8bab-cf003a7f7a66.jpg" />
</section>
<section>
<h2>Our Assumptions</h2>
<img class="full-frame" src="https://user-images.githubusercontent.com/688507/73113909-138daa80-3edc-11ea-899d-bfae889f4d0e.jpg" />
</section>
<section>
<h2>Failures of Current Digital Health Record Systems</h2>
<div class="slide-grid one">
<div class="slide-left">
<ol>
<li>Inefficient Systems</li>
<li>Poor Data Quality</li>
<li>Delayed & Unreliable Data</li>
</ol>
</div>
<div class="slide-right">
<img class="mir" src="https://user-images.githubusercontent.com/688507/73113987-8ac33e80-3edc-11ea-9052-b7e4dae78513.png" />
</div>
</div>
<div class="subtitle">
The Risk: Failure to Achieve Sustainable Development Goals.
</div>
</section>
<section>
<h2>E-Heza Digital Data Solutions</h2>
<div class="slide-grid two">
<div class="slide-left">
<ol>
<li>Eases Workloads & Incentivizes Accurate Data Collection</li>
<li>Inspires Healthy Behavior Change & Maternal Engagement in Care</li>
<li>Progressive Web Application Technology</li>
<li>Strengthens National Database Systems (OpenMRS, HMIS)</li>
</ol>
</div>
<div class="slide-right">
<img class="mir" src="https://user-images.githubusercontent.com/688507/73114746-163fce00-3ee3-11ea-8d30-172485d5e533.png" />
</div>
</div>
</section>
<section>
<h2>E-Heza Digital Data Solutions</h2>
<div class="slide-grid one">
<div class="slide-left">
<img class="time-icon" src="https://user-images.githubusercontent.com/688507/73125772-47b2ab00-3f70-11ea-9190-631338e04d10.png" alt="">
<h3>Time Taken for Administrative Functions</h3>
<div class="improvements">
<p>Existing System: 184 mins/patient</p>
<p>E-Heza: 34 mins/patient</p>
</div>
</div>
<div class="slide-right">
<img class="time-icon" src="https://user-images.githubusercontent.com/688507/73125875-8c8b1180-3f71-11ea-8afe-f1ca30988a03.png" alt="">
<h3>Time Taken for Administrative Functions</h3>
<div class="improvements">
<p>$412 USD saved per health center/month</p>
<p>23% Increase in performance-based financing revenue</p>
</div>
</div>
</div>
</section>
<section>
<h2>E-Heza: Increasing Functional Scale</h2>
<img class="full-frame" src="https://user-images.githubusercontent.com/688507/73114250-72ecba00-3ede-11ea-9f0c-5b81fbc10088.jpg" />
</section>
<section>
<h2>Our Partners</h2>
<img class="full-frame" src="https://user-images.githubusercontent.com/688507/73126087-06bc9580-3f74-11ea-9ab0-9ed2a9381bf7.jpg" />
</section>
</div>
</div>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
hash: true,
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/highlight/highlight.js' },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>