-
Notifications
You must be signed in to change notification settings - Fork 0
/
BDK08.html
284 lines (281 loc) · 17.4 KB
/
BDK08.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>BDK08</title>
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
<link rel="schema.DCTERMS" href="http://purl.org/dc/terms/">
<meta name="DC.Title" content="Secondary Use (Reuse) of Clinical Data">
<meta name="DC.Creator" content="William Hersh">
<meta name="DC.Subject" content="Secondary use, re-use, clinical data, electronic health record, data analytics">
<meta name="DC.Description" content="Overview of the use of clinical (especially electronic health record) data for research and other purposes">
<meta name="DC.Publisher" content="Oregon Health & Science University">
<meta name="DC.Date" content="2015-05-30">
<meta name="DC.Type" content="BD2K Open Educational Resources">
<meta name="DC.Format" content="Web page; Flash/HTML5 video; Microsoft Word document">
<link rel="DC.Identifier" href="https://dmice.ohsu.edu/bd2k/BDK08.html">
<meta name="DC.Language" content="English">
<link rel="DC.Rights" href="http://creativecommons.org/licenses/by-nc/4.0/legalcode">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PQ3TPV" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PQ3TPV');</script> <!-- End Google Tag Manager --><!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header-container">
<header class="wrapper clearfix">
<div class="title">
<img id="nih" src="img/NIHBD2K.jpg"/>
<img id="ohsu" src="img/OHSUlogo.jpg">
<div class="words">
<h1>OHSU Big Data to Knowledge (BD2K)</h1>
<h2>Open Educational Resources (OERs) Project</h2>
</div>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="topics.html">Modules</a></li>
<li><a href="cases.html">Cases</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</nav>
</header>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<div class="overlay"></div>
<div class="modal"></div>
<div class="topicArea">
<section class="section_header">
Welcome to our beta site and modules! This website and the modules are under development and we welcome any feedback on this website and on the individual modules.
</section>
<section class="header">
<h1>Secondary Use (Re-Use) of Clinical Data</h1>
<div class="topic_info">
<h2>Description</h2>
<p>Overview of the use of clinical (especially electronic health record) data for research and other purposes.</p>
<h2>Objectives</h2>
<p>At the completion of this component, the learner will be able to:</p>
<ul>
<li>Describe the primary and secondary uses of the electronic health record (EHR)</li>
<li>Describe the clinical data types in the modern EHR</li>
<li>Describe the history and modern-day structure and function of the EHR</li>
<li>Apply clinical quality measures to a sample EHR extract data set</li>
</ul>
<h2>Team</h2>
<ul>
<li>Team Lead(s): William Hersh</li>
</ul>
<h2>Examples</h2>
<ul>
<li><a href="demo/BDK08-1/presentation_html5.html" target="_BLANK">Primary and Secondary Use of Clinical Data from the Electronic Health Record</a> <img src="img/presentation.png" alt="presentation icon" /></li>
<li><a href="demo/BDK08-2/presentation_html5.html" target="_BLANK">Sources and Types of Clinical Data</a> <img src="img/presentation.png" alt="presentation icon" /></li>
<li><a href="demo/BDK08-3/presentation_html5.html" target="_BLANK">History and Modern-Day Structure and Function of the EHR</a> <img src="img/presentation.png" alt="presentation icon" /></li>
<li><a href="demo/BDK08-4/presentation_html5.html" target="_BLANK">Examples of the EHR</a> <img src="img/presentation.png" alt="presentation icon" /></li>
<li><a href="demo/BDK08-5/presentation_html5.html" target="_BLANK">Secondary Use of EHR Data</a> <img src="img/presentation.png" alt="presentation icon" /></li>
</ul>
<h3>GitHub</h3>
<ul>
<li><a href="https://github.com/OHSUBD2K/BDK08-Secondary-Use-Re-Use-of-Clinical-Data"target="_BLANK">View on Github</a> <img src="img/github.png" alt="github octocat silhouette"/></li>
</ul>
</div>
</section>
<section class="parts">
<div class="part">
<h2 data-nick="BDK08-0">Module Materials</h2>
<fieldset>
<legend>Select the items you would like to download. Click on the “download” button to receive your custom package.</legend>
<form enctype="multipart/form-data" action="#" method="POST">
<div class="partsOfCourse">
<h3>Supplemental Material for Topic</h3>
<ul>
<li><input type="checkbox" name="exercise_activity_1" id="exercise_activity_1" value="asset/BDK08/BDK08_exercises.zip"><label for="exercise_activity_1">Exercises</label></li>
<li><input type="checkbox" name="overview" id="overview" value="asset/BDK08/BDK08_overview.pdf"/><label for="overview">Course Overview</label></li>
<li><input type="checkbox" name="_1" id="references_1" value="asset/BDK08/BDK08_Ref.pdf"/><label for="references_1">References</label></li>
</ul>
</div>
<div class="seClear"></div>
<div class="total_files">Total Number of files selected: <span>0</span></div>
<input type="submit" class="downloadButton" value="Confirm Selected Files"/>
</form>
</fieldset>
</div>
<div class="part">
<h2 data-nick="BDK08-1">Primary and Secondary Use of Clinical Data from the Electronic Health Record</h2>
<a href="demo/BDK08-1/presentation_html5.html" target="_BLANK">Primary and Secondary Use of Clinical Data from the Electronic Health Record</a> <img src="img/presentation.png" alt="presentation icon" />
<fieldset>
<legend>Select the items you would like to download. Click on the “download” button to receive your custom package.</legend>
<form enctype="multipart/form-data" action="#" method="POST">
<div class="packages"><h3>LMS Packages</h3>
<ul>
<li><input type="checkbox" name="scorm_1" id="scorm_1" value="asset/BDK08/BDK08-1_SCORM12.zip"><label for="scorm_1">SCORM 1.2</label></li>
<li><input type="checkbox" name="tincan_1" id="tincan_1" value="asset/BDK08/BDK08-1_Tin_Can.zip"/><label for="tincan_1">tincan</label></li>
</ul>
</div>
<div class="partsOfCourse">
<h3>Parts of the course</h3>
<ul>
<li><input type="checkbox" name="pptx_1" id="pptx_1" value="asset/BDK08/BDK08-1.pptx"><label for="pptx_1">slides</label></li>
<li><input type="checkbox" name="mp3_1" id="mp3_1" value="asset/BDK08/BDK08-1.mp3"/><label for="mp3_1">audio</label></li>
<li><input type="checkbox" name="resources_1" id="resources_1" value="asset/BDK08/BDK08-1_resources.pdf"/><label for="resources_1">resources</label></li>
</ul>
</div>
<div class="seClear"></div>
<div class="total_files">Total Number of files selected: <span>0</span></div>
<input type="submit" class="downloadButton" value="Confirm Selected Files"/>
</form>
</fieldset>
</div>
<div class="part">
<h2 data-nick="BDK08-2">Sources and Types of Clinical Data</h2>
<a href="demo/BDK08-2/presentation_html5.html" target="_BLANK">Sources and Types of Clinical Data</a> <img src="img/presentation.png" alt="presentation icon" />
<fieldset>
<legend>Select the items you would like to download. Click on the “download” button to receive your custom package.</legend>
<form action="#" method="POST">
<div class="packages">
<h3>LMS Packages</h3>
<ul>
<li><input type="checkbox" name="scorm_2" id="scorm_2" value="asset/BDK08/BDK08-2_SCORM12.zip"><label for="scorm_2">SCORM 1.2</label></li>
<li><input type="checkbox" name="tincan_2" id="tincan_2" value="asset/BDK08/BDK08-2_Tin_Can.zip"/><label for="tincan_2">tincan</label></li>
</ul>
</div>
<div class="partsOfCourse"><h3>Parts of the course</h3>
<ul>
<li><input type="checkbox" name="pptx_2" id="pptx_2" value="asset/BDK08/BDK08-2.pptx"><label for="pptx_2">slides</label></li>
<li><input type="checkbox" name="mp3_2" id="mp3_2" value="asset/BDK08/BDK08-2.mp3"/><label for="mp3_2">audio</label></li>
<li><input type="checkbox" name="resources_2" id="resources_2" value="asset/BDK08/BDK08-2_resources.pdf"/><label for="resources_2">resources</label></li>
</ul>
</div>
<div class="seClear"></div>
<div class="total_files">Total Number of files selected: <span>0</span></div>
<input type="submit" class="downloadButton" value="Confirm Selected Files"/>
</form>
</fieldset>
</div>
<div class="part">
<h2 data-nick="BDK08-3">History and Modern-Day Structure and Function of the EHR</h2>
<a href="demo/BDK08-3/presentation_html5.html" target="_BLANK">History and Modern-Day Structure and Function of the EHR</a> <img src="img/presentation.png" alt="presentation icon" />
<fieldset>
<legend>Select the items you would like to download. Click on the “download” button to receive your custom package.</legend>
<form action="#" method="POST">
<div class="packages">
<h3>LMS Packages</h3>
<ul>
<li><input type="checkbox" name="scorm_3" id="scorm_3" value="asset/BDK08/BDK08-3_SCORM12.zip"><label for="scorm_3">SCORM 1.2</label></li>
<li><input type="checkbox" name="tincan_3" id="tincan_3" value="asset/BDK08/BDK08-3_Tin_Can.zip"/><label for="tincan_3">tincan</label></li>
</ul>
</div>
<div class="partsOfCourse"><h3>Parts of the course</h3>
<ul>
<li><input type="checkbox" name="pptx_3" id="pptx_3" value="asset/BDK08/BDK08-3.pptx"><label for="pptx_3">slides</label></li>
<li><input type="checkbox" name="mp3_3" id="mp3_3" value="asset/BDK08/BDK08-3.mp3"/><label for="mp3_3">audio</label></li>
<!--<li><input type="checkbox" name="resources_3" id="resources_3" value="asset/BDK08/BDK08-3_resources.pdf"/><label for="resources_3">resources</label></li>-->
</ul>
</div>
<div class="seClear"></div>
<div class="total_files">Total Number of files selected: <span>0</span></div>
<input type="submit" class="downloadButton" value="Confirm Selected Files"/>
</form>
</fieldset>
</div>
<div class="part">
<h2 data-nick="BDK08-4">Examples of the EHR</h2>
<a href="demo/BDK08-4/presentation_html5.html" target="_BLANK">Examples of the EHR</a> <img src="img/presentation.png" alt="presentation icon" />
<fieldset>
<legend>Select the items you would like to download. Click on the “download” button to receive your custom package.</legend>
<form action="#" method="POST">
<div class="packages">
<h3>LMS Packages</h3>
<ul>
<li><input type="checkbox" name="scorm_4" id="scorm_4" value="asset/BDK08/BDK08-4_SCORM12.zip"><label for="scorm_4">SCORM 1.2</label></li>
<li><input type="checkbox" name="tincan_4" id="tincan_4" value="asset/BDK08/BDK08-4_Tin_Can.zip"/><label for="tincan_4">tincan</label></li>
</ul>
</div>
<div class="partsOfCourse"><h3>Parts of the course</h3>
<ul>
<li><input type="checkbox" name="pptx_4" id="pptx_4" value="asset/BDK08/BDK08-4.pptx"><label for="pptx_4">slides</label></li>
<li><input type="checkbox" name="mp3_4" id="mp3_4" value="asset/BDK08/BDK08-4.mp3"/><label for="mp3_4">audio</label></li>
<li><input type="checkbox" name="resources_4" id="resources_4" value="asset/BDK08/BDK08-4_resources.pdf"/><label for="resources_4">resources</label></li>
<li><input type="checkbox" name="movie_4" id="moive_4" value="asset/BDK08/BDK08-4_movie.mp4"/><label for="movie_4">Video Tour of VistA</label></li>
</ul>
</div>
<div class="seClear"></div>
<div class="total_files">Total Number of files selected: <span>0</span></div>
<input type="submit" class="downloadButton" value="Confirm Selected Files"/>
</form>
</fieldset>
</div>
<div class="part">
<h2 data-nick="BDK08-5">Secondary Use of EHR Data</h2>
<a href="demo/BDK08-5/presentation_html5.html" target="_BLANK">Secondary Use of EHR Data</a> <img src="img/presentation.png" alt="presentation icon" />
<fieldset>
<legend>Select the items you would like to download. Click on the “download” button to receive your custom package.</legend>
<form action="#" method="POST">
<div class="packages">
<h3>LMS Packages</h3>
<ul>
<li><input type="checkbox" name="scorm_5" id="scorm_5" value="asset/BDK08/BDK08-5_SCORM12.zip"><label for="scorm_5">SCORM 1.2</label></li>
<li><input type="checkbox" name="tincan_5" id="tincan_5" value="asset/BDK08/BDK08-5_Tin_Can.zip"/><label for="tincan_5">tincan</label></li>
</ul>
</div>
<div class="partsOfCourse"><h3>Parts of the course</h3>
<ul>
<li><input type="checkbox" name="pptx_5" id="pptx_5" value="asset/BDK08/BDK08-5.pptx"><label for="pptx_5">slides</label></li>
<li><input type="checkbox" name="mp3_5" id="mp3_5" value="asset/BDK08/BDK08-5.mp3"/><label for="mp3_5">audio</label></li>
<!--<li><input type="checkbox" name="resources_5" id="resources_5" value="asset/BDK08/BDK08-5_resources.pdf"/><label for="resources_5">resources</label></li>-->
</ul>
</div>
<div class="seClear"></div>
<div class="total_files">Total Number of files selected: <span>0</span></div>
<input type="submit" class="downloadButton" value="Confirm Selected Files"/>
</form>
</fieldset>
</div>
</section>
</div>
<aside>
<h3>Feedback</h3>
<p>Your feedback is welcome!</p>
<p>The modules and this site are in the development phase and we value your feedback to help improve these educational materials.</p>
<a href="https://www.surveymonkey.com/r/BD2K-OER-Feedback" target="_BLANK">Module Feedback and Evaluation Form</a><br/><p>Website Feedback Form:</p><a href="http://goo.gl/forms/dEXEtX3zAB" target="_BLANK">Feedback Form</a>
</aside>
</div>
<!-- #main -->
</div>
<!-- #main-container -->
<div class="footer-container">
<footer class="wrapper">
<div class="footer-left">
<h3>Funding</h3>
<p>These materials are supported by the National Institute of General Medical Sciences, funded by the NIH Big Data to Knowledge Initiative, under Award Number <a href="http://projectreporter.nih.gov/project_info_description.cfm?aid=8828784&icde=22004384" target="_BLANK">1R25GM114820</a>.</p>
</div>
<div class="footer-right">
<h3>Contact Us</h3>
<p><a href="http://goo.gl/forms/kBdoFsLXeW" target="_BLANK">Contact Form</a></p>
<ul>
<li>BD2K OHSU Open Educational Resources Project</li>
<li>Oregon Health & Science University</li>
<li>Mail Code: BICC</li>
<li>3181 S.W. Sam Jackson Park Rd.</li>
<li>Portland, OR 97239-3098</li>
</ul>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.
</div>
<div class="seClear"></div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-70105939-1', 'auto'); ga('send', 'pageview'); </script>
<script src="js/main_topics.js"></script>
</body>
</html>