-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpilots.html
451 lines (399 loc) · 14.3 KB
/
pilots.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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
<!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 Pilots</title>
<link rel="stylesheet" type="text/css" href="css/sipilots.css" />
<script type="text/javascript" src="scripts/analytics.js"></script>
<script src="scripts/taffy.js"></script>
<script>
var participants = TAFFY();
var initiatives = TAFFY();
var pilots = TAFFY();
</script>
</head>
<body>
<a name="top"></a>
<div class="container">
<!-- begin .header -->
<div class="header">
<div class="navglobal">
<ul>
<li>S&I Framework Links:</li>
<li><a href="http://www.siframework.org/" target="_blank">Home</a></li>
<li><a href="http://wiki.siframework.org/" target="_blank">Wiki</a></li>
<li><a href="http://confluence.siframework.org/x/UIBfAg"
target="_blank">Browser</a></li>
<li><a href="http://pilots.siframework.org/">Pilots</a></li>
</ul>
</div>
<div class="banner">
<a href="./"><img src="images/onc_si_logo_pilots.png"
alt="S&I Framework Pilots" id="onc_si_logo_pilots" /></a>
</div>
<div class="nav1">
<ul>
<li><a href="./">Home</a></li>
<li><a href="pilots.html" class="selected">Pilots</a></li>
<li><a href="participants.html">Participants</a></li>
<li><a href="faq.html">FAQ</a></li>
<!--<li><a href="contactus.html">Contact Us</a></li>-->
</ul>
</div>
<!-- end .header -->
</div>
<!-- begin .content -->
<div class="content">
<!-- begin .sblt -->
<div class="sblt">
<p class="sidepadding5" style="margin-top: 1.5em">Click on the
desired Pilot(s) below to learn more about their activities and
view Participants involved.</p>
<div id="accordion">
</div>
<!-- end .sblt -->
</div>
<!-- begin .maincontent -->
<div class="maincontent">
<div id="info" style="display: block">
<h1>S&I Pilots</h1>
<p class="intro">The Standards and Interoperability (S&I)
Framework is a forum – enabled by integrated functions, processes,
and tools – for implementers and experts to come together to
establish harmonized standards that enable healthcare information
exchange in support of national health outcomes and priorities,
including:</p>
<ul>
<li>Implement Meaningful Use (MU) guidelines</li>
<li>Promote the ongoing mission to create better care</li>
<li>Improve population health</li>
<li>Reduce cost through delivery improvements</li>
</ul>
<p>Each S&I Initiative is composed of a well-defined
challenge and solution. The initiatives are created through a
rigorous development cycle process, which includes:</p>
<ul>
<li>Use Case Development</li>
<li>Standards Harmonization</li>
<li>Testing</li>
<li>Pilots</li>
<li>Evaluation</li>
</ul>
<p>S&I pilot projects ensure that implementation guides,
compiled from the input of the open community of S&I
participants, can be adopted and usable by a wide audience within
the healthcare industry. Pilot participants are a necessary and
integral part of the success of pilot projects.</p>
<p>By participating in one of the S&I pilot projects, each
participant will:</p>
<ul>
<li>Gain the ability to leverage initiative resources</li>
<li>Ensure a higher level of compliance</li>
<li>Be recognized as an early adopter</li>
<li>Contribute to the community at-large</li>
</ul>
<p>
Participating in a pilot project is mutually beneficial for the
S&I Framework and the participants themselves. Plan to
implement S&I Framework products in the future? Declare your
organization’s intent to employ S&I Framework products by
clicking <a
href="http://wiki.siframework.org/Pilot+Support+Declaration"
target="_new">here</a>. See what organizations have already
declared their intentions <a
href="http://wiki.siframework.org/Pilot+Support+-+Declared+Organizations"
target="_new">here</a>.
</p>
<p>
<i>More about the <a
href="http://wiki.siframework.org/Query+Health">S&I QH
Initiative</a></i>
</p>
</div>
<div id="pilotDetail" style="display: hidden"></div>
<!-- end .maincontent -->
</div>
<!-- end .content -->
</div>
<script type="text/javascript">
//
var cm_map;
var cm_mapMarkers = [];
var cm_mapHTMLS = [];
var wsloaded = 0; //track all 3 worksheets are loaded
// Change these parameters to customize map
var param_wsId = "od4";
var param_ssKey = "0ApW4Ox66ml2IdFYteUQ3ZEZmTXJ0UWR4QlBmb1pfV1E";
var param_useSidebar = true;
//map column name
var param_idColumn = "pilotid";
var param_titleColumn = "title";
var param_descriptionColumn = "description";
var param_initiativesColumn = "initiatives";
var param_pilotColumn = "pilot";
var param_addressColumn = "address";
var param_stateColumn = "state";
var param_companyUrlColumn = "companyurl";
var param_pageUrlColumn = "pageurl";
var param_dishColumn = "bestdish";
var param_latColumn = "latitude";
var param_lngColumn = "longitude";
//initiatives sheet
var param_initiativesnameColumn = "initiativesname";
var param_initiativesdescColumn = "initiativesdesc";
//pilots sheet
var param_pilotnameColumn = "pilotname";
var param_pilotdescriptionColumn = "pilotdescription";
var param_rankColumn = "rank";
var param_iconType = "green";
var param_iconOverType = "orange";
/**
* Function that sorts 2 worksheet rows from JSON feed
* based on their rank column. Only called if column is defined.
* @param {rowA} Object Represents row in JSON feed
* @param {rowB} Object Represents row in JSON feed
* @return {Number} Difference between row values
*/
function cm_sortRows(rowA, rowB) {
var rowAValue = parseFloat(rowA["gsx$" + param_rankColumn].$t);
var rowBValue = parseFloat(rowB["gsx$" + param_rankColumn].$t);
return rowAValue - rowBValue;
}
/**
* Called when JSON is loaded. Creates sidebar if param_sideBar is true.
* Sorts rows if param_rankColumn is valid column. Iterates through worksheet rows,
* creating marker and sidebar entries for each row.
* @param {JSON} json Worksheet feed
*/
function cm_loadMapJSON(json) {
var usingRank = false;
var sidebarDIV = document.getElementById("cm_sidebarDIV");
if (json.feed.entry[0]["gsx$" + param_rankColumn]) {
usingRank = true;
json.feed.entry.sort(cm_sortRows);
}
for ( var i = 0; i < json.feed.entry.length; i++) {
var entry = json.feed.entry[i];
var lat = null;
var lng = null;
var idVal = null;
var titleVal = null;
var descriptionVal = null;
var initiativesVal = null;
var pilotVal = null;
var addressVal = null;
var stateVal = null;
var companyUrlVal = null;
var pageUrlVal = null;
var initiativesnameVal = null;
var initiativesdescVal = null;
var pilotdescriptionVal = null;
var pilotnameVal = null;
if (entry["gsx$" + param_latColumn]) {
lat = parseFloat(entry["gsx$" + param_latColumn].$t);
}
if (entry["gsx$" + param_lngColumn]) {
lng = parseFloat(entry["gsx$" + param_lngColumn].$t);
}
if (entry["gsx$" + param_initiativesnameColumn]) {
initiativesnameVal = entry["gsx$"
+ param_initiativesnameColumn].$t;
}
if (entry["gsx$" + param_initiativesdescColumn]) {
initiativesdescVal = entry["gsx$"
+ param_initiativesdescColumn].$t;
}
if (entry["gsx$" + param_pilotnameColumn]) {
pilotnameVal = entry["gsx$" + param_pilotnameColumn].$t;
}
if (entry["gsx$" + param_pilotdescriptionColumn]) {
pilotdescriptionVal = entry["gsx$"
+ param_pilotdescriptionColumn].$t;
}
if (entry["gsx$" + param_titleColumn]) {
titleVal = entry["gsx$" + param_titleColumn].$t;
}
if (entry["gsx$" + param_initiativesColumn]) {
initiativesVal = entry["gsx$" + param_initiativesColumn].$t;
}
if (entry["gsx$" + param_pilotColumn]) {
pilotVal = entry["gsx$" + param_pilotColumn].$t;
}
if (entry["gsx$" + param_addressColumn]) {
addressVal = entry["gsx$" + param_addressColumn].$t;
}
if (entry["gsx$" + param_stateColumn]) {
stateVal = entry["gsx$" + param_stateColumn].$t;
}
if (entry["gsx$" + param_companyUrlColumn]) {
companyUrlVal = entry["gsx$" + param_companyUrlColumn].$t;
}
if (entry["gsx$" + param_pageUrlColumn]) {
pageUrlVal = entry["gsx$" + param_pageUrlColumn].$t;
}
if (entry["gsx$" + param_descriptionColumn]) {
descriptionVal = entry["gsx$" + param_descriptionColumn].$t;
}
//insert to db
if (entry["gsx$" + param_titleColumn]) {
participants.insert({
pilotid : idVal,
title : titleVal,
initiatives : initiativesVal,
pilot : pilotVal,
address : addressVal,
state : stateVal,
latitude : lat,
longitude : lng,
companyurl : companyUrlVal,
pageurl : pageUrlVal,
description : descriptionVal
});
}
if (entry["gsx$" + param_initiativesdescColumn]) {
initiatives.insert({
initiativesname : initiativesnameVal,
initiativesdesc : initiativesdescVal
});
}
if (entry["gsx$" + param_pilotnameColumn]) {
pilots.insert({
pilotname : pilotnameVal,
initiativesname : initiativesnameVal,
pilotdescription : pilotdescriptionVal
});
}
}//end for loop insert records
//counts
wsloaded++;
if (wsloaded == 3) {
var inits = initiatives().order(param_initiativesnameColumn);
var accordion = (document.getElementById("accordion"));
inits.each(function(initrecord, initrecordnumber) {
var initPilots = pilots({
initiativesname : initrecord[param_initiativesnameColumn]
}).order("pilotname");
var h3 = document.createElement("h3");
h3.class = "sidepadding5";
var img = document.createElement("img");
img.src = "images/opener_opened.png";
img.width = "12";
img.height = "10";
img.class = "sidepadding5";
//h3.insertBefore(img,h3.firstChild);
var initAnchor = document.createElement("a");
//onclick load the initiative description into view
initAnchor.onclick = function() {
//MM_swapImage("'"+li.id+"'",'','images/check_checked.png','check_lri_all','','images/check_unchecked.png',0);
var pilotDetail = document
.getElementById("pilotDetail");
var info = document.getElementById("info");
info.style.display = "none";
pilotDetail.innerHTML = initrecord[param_initiativesdescColumn];
pilotDetail.display = "block";
return false;
};
initAnchor.href = "#"
.concat(encodeURIComponent(initrecord[param_initiativesnameColumn]));
initAnchor.innerText = initrecord[param_initiativesnameColumn];
img.alt = initAnchor.innerText;
h3.appendChild(img);
h3.appendChild(initAnchor);
accordion.appendChild(h3);
var div = document.createElement("div");
var ul = document.createElement("ul");
ul.id = "selectable";
ul.className = "nav2";
div.appendChild(ul);
accordion.appendChild(div);
initPilots
.each(function(record, recordnumber) {
var li = document.createElement("li");
li.className = "ui-widget-content";
var pre = inits[param_initiativesnameColumn];
//li.id=pre.substring(0, 3).concat(
// recordnumber);
var anchor = document.createElement("a");
anchor.onclick = function() {
//MM_swapImage("'"+li.id+"'",'','images/check_checked.png','check_lri_all','','images/check_unchecked.png',0);
//alert(record[param_pilotnameColumn]);
var pilotDetail = document
.getElementById("pilotDetail");
var info = document.getElementById("info");
info.style.display = "none";
pilotDetail.innerHTML = record[param_pilotdescriptionColumn];
pilotDetail.display = "block";
return false;
};
anchor.href = "#"
.concat(encodeURIComponent(record[param_pilotnameColumn]));
anchor.innerText = record[param_pilotnameColumn];
li.appendChild(anchor);
ul.appendChild(li);
});
});
//check if #string then that active menu
if(document.URL.indexOf("#", 0)>0){
var active=document.URL.split("#", 2)[1];
active=decodeURIComponent(active);
var pilotDetail = document
.getElementById("pilotDetail");
var info = document.getElementById("info");
info.style.display = "none";
var select=pilots({pilotname:active}).select(param_pilotdescriptionColumn);
pilotDetail.innerHTML = select;
pilotDetail.display = "block";
}
}
}
/**
* Creates a script tag in the page that loads in the
* JSON feed for the specified key/ID.
* Once loaded, it calls cm_loadMapJSON.
*/
function cm_getJSON(docId, worksheetId) {
// Retrieve the JSON feed.
var script = document.createElement('script');
script.setAttribute('src',
'http://spreadsheets.google.com/feeds/list' + '/' + docId
+ '/' + worksheetId + '/public/values'
+ '?alt=json-in-script&callback=cm_loadMapJSON');
script.setAttribute('id', 'jsonScript');
script.setAttribute('type', 'text/javascript');
document.documentElement.firstChild.appendChild(script);
}
function showInfo() {
var pilotDetail = document.getElementById("pilotDetail");
var info = document.getElementById("info");
info.style.display = "block";
pilotDetail.innerHTML = "";
pilotDetail.display = "none";
return false;
};
//load participants
setTimeout(
"cm_getJSON('0ApW4Ox66ml2IdFYteUQ3ZEZmTXJ0UWR4QlBmb1pfV1E','od6')",
500);
//load initiatives
setTimeout(
"cm_getJSON('0ApW4Ox66ml2IdG9kcV9paGtWOEZOdU5JbkU5bU40RkE','od6')",
500);
//load pilots
setTimeout(
"cm_getJSON('0ApW4Ox66ml2IdDlrcDRDYmVzc1V5SDJNZk5XN2poWVE','od6')",
500);
//
</script>
<!-- begin .footer -->
<div class="footer">
<div class="navglobal">
<ul>
<li>Contact Us: <a href="mailto:[email protected]?subject=Inquiry from the S%26I Pilots Website">[email protected]</a></li>
</ul>
</div>
<!-- end .footer -->
</div>
<!-- end .container -->
</div>
</body>
</html>