-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclinicians.html
690 lines (660 loc) · 30.7 KB
/
clinicians.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
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Clinicians</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="openEHR provides open source specifications and reference implementations of future proof EHR systems">
<meta name="keywords" content="archetypes, openEHR, EHR, electronic health record, electronic medical record, ADL, reference model, clinical models, healthcare, health informatics, medical informatics, EHR standards, ISO 18308, CEN 13606, health care software, open source software, knowledge modelling, patient-centric">
<meta name="author" content="Sam Heard, Thomas Beale">
<meta name="designer" content="Adriana Csefalvay">
<meta name="rating" content="General">
<meta name="robots" content="All">
<meta name="revisit-after" content="15 days">
<meta name="msvalidate.01" content="8FFF7BE532A432C2B590526A24F0CBF9" />
<meta name="yandex-verification" content="da5f926c2ac75b3c" />
<meta property="og:title" content="openEHR-Home">
<meta property="og:description" content="openEHR provides open source specifications and reference implementations of future proof EHR systems.">
<meta property="og:type" content="website">
<link rel="stylesheet" href="static/css/normalize.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="static/css/basic.css" type="text/css">
<link rel="stylesheet" href="static/css/top_pages.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/css/select2.min.css" />
<link rel="icon" sizes="any" href="static/img/favicon/favicon.ico">
<link rel="icon" type="image/svg+xml" href="static/img/favicon/icon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="static/img/favicon/apple-touch-icon.png">
<link rel="manifest" href="static/img/favicon/site.webmanifest.html">
<link rel="home" href="index.html">
<script src="static/js/jquery-3.5.1.slim.min.js"></script>
<script src="static/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/js/select2.min.js"></script>
</head>
<body>
<header>
<div class="container hidden" id="affiliate">
<div class="affiliates flex">
<div class="affiliates-link">
<a href="https://discourse.openehr.org/c/openehr-affiliates/openehr-netherlands/12" target="_blank"
>openEHR NL</a
>
</div>
<div class="affiliates-link">
<a href="https://discourse.openehr.org/c/openehr-affiliates/openehr-germany/16" target="_blank">openEHR DE</a>
</div>
<div class="affiliates-link">
<a href="https://discourse.openehr.org/c/openehr-affiliates/openehr-japan/18" target="_blank">openEHR JP</a>
</div>
<div class="affiliates-link">
<a href="https://discourse.openehr.org/c/openehr-affiliates/openher-china/19" target="_blank">openEHR CN</a>
</div>
<div class="affiliates-link">
<a href="https://discourse.openehr.org/c/openehr-affiliates/openehr-sweden/28" target="_blank">openEHR SE</a>
</div>
<div class="affiliates-link">
<a href="https://discourse.openehr.org/c/openehr-affiliates/openehr-brazil/17" target="_blank">openEHR BR</a>
</div>
<div class="affiliates-link">
<a href="https://discourse.openehr.org/c/openehr-affiliates/openehr-spain/21" target="_blank">openEHR ES</a>
</div>
</div>
</div>
<div class="container hidden grid grid--2" id="search">
<div></div>
<div class="search-box">
<script>
(function () {
var cx = "013258992131926468583:q3vo4hyneyu";
var gcse = document.createElement("script");
gcse.type = "text/javascript";
gcse.async = true;
gcse.src = "https://cse.google.com/cse.js?cx=" + cx;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</div>
</div>
<div class="navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#top-menu"
aria-controls="top-menu"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="top-menu">
<ul class="navbar-nav me-auto">
<li class="dropdown dropdown-large">
<a href="index.html" class="dropdown-toggle" data-toggle="dropdown">About</a>
<ul class="dropdown-menu dropdown-menu-large row">
<li class="col-sm-4">
<ul>
<li class="dropdown-header"><span class="column-title">About</span></li>
<li>
<a href="about/what_is_openehr.html">What is openEHR?</a>
</li>
<li>
<a href="about/vision_and_mission.html">Vision and Mission</a>
</li>
<li>
<a href="about/developer_ecosystem.html">Developer Ecosystem</a>
</li>
<br/>
<li><a href="about/origins.html">Origins of openEHR</a></li>
<li>
<a href="about/history_2002_2018.html">History 2002 - 2018</a>
</li>
<br/>
<li><a href="about/logos.html">Logos</a></li>
<li><a href="about/contacts.html">Contacts</a></li>
</ul>
</li>
<li class="col-sm-4">
<ul>
<li class="dropdown-header"><span class="column-title">Governance</span></li>
<li>
<a href="governance/organisational_structure.html">Organisational Structure</a>
</li>
<li><a href="governance/cic_board.html">CIC Board</a></li>
<li>
<a href="governance/foundation_board.html">Foundation Board</a>
</li>
<br/>
<li>
<a href="governance/intellectual_property.html">Intellectual Property</a>
</li>
<li>
<a href="governance/code_of_conduct.html">Code of Conduct</a>
</li>
<li><a href="governance/reports.html">Reports</a></li>
<br/>
</ul>
</li>
<li class="col-sm-4">
<ul>
<li class="dropdown-header"><span class="column-title">Community</span></li>
<li>
<a href="community/industry_partners/index.html">Industry Partners</a>
</li>
<li>
<a href="community/organisation_partners/index.html">Organisation Partners</a>
</li>
<li>
<a href="community/professional_members/index.html">Professional Members</a>
</li>
<li>
<a href="https://www.openehr.org/ckm/#userstatistics" target="_blank">Clinical Modellers (CKM)</a>
</li>
<li><a href="community/ambassadors.html">Ambassadors</a></li>
<li><a href="community/affiliates/index.html">Affiliates</a></li>
<br/>
<li><a href="community/membership.html">Membership</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown dropdown-large">
<a href="index.html" class="dropdown-toggle" data-toggle="dropdown">Programs</a>
<ul class="dropdown-menu dropdown-menu-large row">
<li class="col-sm-3">
<ul>
<li class="dropdown-header">
<a href="programs/specification/index.html" class="column-title">Specification Program</a>
</li>
<li>
<a href="programs/specification/board_members.html">Program Board</a>
</li>
<br/>
<li>
<a href="programs/specification/changeprocess.html">Change Process</a>
</li>
<li>
<a href="programs/specification/releasestrategy.html">Release Strategy</a>
</li>
<li>
<a href="programs/specification/releases/currentbaseline.html" target="_blank">Specifications Site</a>
</li>
<br />
<li>
<a href="https://openehr.atlassian.net/wiki/display/spec/Specifications+Home" target="_blank"
>Wiki</a
>
</li>
<li>
<a href="https://openehrspecs.slack.com/" target="_blank">Slack</a>
</li>
</ul>
</li>
<li class="col-sm-3">
<ul>
<li class="dropdown-header">
<a href="programs/clinicalmodels/index.html" class="column-title">Clinical Program</a>
</li>
<li>
<a href="programs/clinical/board_members.html">Program Board</a>
</li>
<br />
<li>
<a href="ckm/index.html" target="_blank">openEHR CKM</a>
</li>
<li>
<a href="programs/clinical/nationalckms.html">National CKMs</a>
</li>
<br />
<li>
<a
href="https://openehr.atlassian.net/wiki/display/healthmod/Clinical+Content+Models"
target="_blank"
>Wiki</a
>
</li>
<li><a href="https://openehrspecs.slack.com/" target="_blank">Slack</a></li>
</ul>
</li>
<li class="col-sm-3">
<ul>
<li class="dropdown-header">
<a href="programs/education/index.html" class="column-title">Education Program</a>
</li>
<li>
<a href="programs/education/board_members.html">Program Board</a>
</li>
<br />
<li>
<a href="programs/education/recognition.html">Educator Recognition</a>
</li>
<li>
<a href="programs/education/educator_training_program.html">Educator Training Program</a>
</li>
<br />
<li>
<a href="https://openehr.atlassian.net/wiki/spaces/edu/overview" target="_blank">Wiki</a>
</li>
</ul>
</li>
<li class="col-sm-3">
<ul>
<li class="dropdown-header">
<a href="programs/software/index.html" class="column-title">Software Program</a>
</li>
<li>
<a href="programs/software/board_members.html">Program Board</a>
</li>
<br />
<li>
<a href="programs/software/issuetrackers.html">Issue Trackers</a>
</li>
<li>
<a href="https://github.com/openEHR" target="_blank">openEHR Github</a>
</li>
<br />
<li>
<a href="https://openehr.atlassian.net/wiki/display/dev/Developers+Home" target="_blank">Wiki</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown dropdown-large">
<a href="index.html" class="dropdown-toggle" data-toggle="dropdown">Products & Tools</a>
<ul class="dropdown-menu dropdown-menu-large row">
<li class="dropdown-header">Products & Tools</li>
<li class="col-sm-4">
<ul>
<li>
<a href="downloads/modellingtools.html">Modelling Tools</a>
</li>
<li>
<a href="products_tools/knowledge_management/index.html">Knowledge Management</a>
</li>
<li>
<a href="products_tools/guidelines_and_cds/index.html">Guidelines and CDS</a>
</li>
</ul>
</li>
<li class="col-sm-4">
<ul>
<li><a href="products_tools/platform/index.html">Platform</a></li>
<li><a href="products_tools/applications/index.html">Applications</a></li>
</ul>
</li>
<li class="col-sm-4">
<ul>
<li><a href="products_tools/libraries/index.html">Libraries</a></li>
<li><a href="products_tools/sdks/index.html">SDKs</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown dropdown-large">
<a href="index.html" class="dropdown-toggle" data-toggle="dropdown">Deployments</a>
<ul class="dropdown-menu dropdown-menu-large row">
<li class="dropdown-header">Deployments</li>
<li class="col-sm-4">
<ul>
<li>
<a href="who_is_using_openehr/healthcare_providers_and_authorities.html">Provider deployments</a>
</li>
</ul>
</li>
<li class="col-sm-4">
<ul>
<li>
<a href="deployments/jurisdictions/index.html">Jurisdictions</a>
</li>
</ul>
</li>
<li class="col-sm-4">
<ul>
<li>
<a href="deployments/research_projects/index.html">Research projects</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown dropdown-large">
<a href="index.html" class="dropdown-toggle" data-toggle="dropdown">Resources</a>
<ul class="dropdown-menu dropdown-menu-large row">
<li class="dropdown-header">Resources</li>
<li class="col-sm-4">
<ul>
<li>
<a href="resources/publications_zotero.html">Publications Zotero</a>
</li>
<li>
<a href="resources/learning_centre.html">Learning Centre</a>
</li>
</ul>
</li>
<li class="col-sm-4">
<ul>
<li>
<a href="wiki/display/resources/FAQs+-+Frequently+Asked+Questions.html" title="FAQs" target="_blank">FAQs</a>
</li>
<li><a href="resources/white_papers.html">White Papers</a></li>
</ul>
</li>
<li class="col-sm-4">
<ul>
<li>
<a href="resources/related_projects.html">Related Projects</a>
<a href="digital_media/blogs.html">Blogs</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown dropdown-large">
<a href="news_events/index.html" class="dropdown-toggle" data-toggle="dropdown">News & Events</a>
<ul class="dropdown-menu dropdown-menu-large row">
<li class="dropdown-header">
<a href="news_events/index.html">News & Events</a>
</li>
<li class="col-sm-4">
<ul>
<li>
<a href="news_events/industry_news.html">Industry News</a>
</li>
<li>
<a href="news_events/community_news.html">Community News</a>
</li>
<li>
<a href="news_events/foundation_news/index.html">openEHR News</a>
</li>
</ul>
</li>
<li class="col-sm-4">
<ul>
<li><a href="news_events/events.html">Events</a></li>
<li><a href="news_events/releases.html">Releases</a></li>
</ul>
</li>
<li class="col-sm-4">
<ul>
<li>
<a href="news_events/clinical_news/index.html">CKM Activity</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div>
<button class="btn--quick-link">
<a href="programs/specification/releases/currentbaseline.html" target="_blank" title="Specifications"><i class="fa fa-file-text"></i></a>
</button>
<button class="btn--quick-link">
<a href="ckm/templates/1013.26.272/orgchart.html" target="_blank" title="CKM"><i class="fa fa-database"></i></a>
</button>
<button class="btn--quick-link">
<a href="https://news.openehr.org/" target="_blank" title="News"><i class="fa fa-newspaper-o"></i></a>
</button>
<button class="btn--affiliate" title="Affiliates">
<i class="fa fa-globe" aria-hidden="true"></i>
</button>
<button class="btn--search">
<svg width="18" height="18" viewBox="0 0 15 15">
<path
d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z"
></path>
</svg>
</button>
</div>
</nav>
</div>
</div>
<div class="container">
<div class="nav-second__container">
<div class="brand-logo">
<a href="index.html"><img src="static/img/logo.svg" alt="" /></a>
</div>
<div class="nav-second">
<div class="nav-second__item"><a href="about_us.html">About us</a></div>
<div class="nav-second__item"><a href="clinicians.html">Clinicians</a></div>
<div class="nav-second__item"><a href="providers.html">Providers</a></div>
<div class="nav-second__item"><a href="research.html">Research</a></div>
<div class="nav-second__item"><a href="developers.html">Developers</a></div>
<div class="nav-second__item">
<a class="btn btn-secondary" href="news_events/index.html">Newsfeed</a>
</div>
</div>
</div>
</div>
</header>
<div class='content'>
<section class="block block--dark-grey">
<div class="container hero__text center">
<h1 class="hero__heading">
The value for healthcare professionals
</h1>
<p class="hero__tagline">
openEHR enables a true patient-centric health record. This makes data and alerts accessible to all carers, the patient, and computable guidelines, enabling distributed teams to identify risks and achieve better continuity of care with fewer errors and missed hand-offs.
</p>
<p class="hero__tagline">
openEHR clinical data models are clinically‑led, designed and managed in the International Clinical Knowledge Manager (CKM). The modelling community consists of nearly 3000 clinicians from 90+ countries. Over the past 15 years, they have created over 800 clinical data models which are published freely.
</p>
</div>
</section>
<section class="block">
<div class="container">
<div class="image-background__container">
<img src="static/img/static_content/clinicians.png" />
<div class="image-background__content">
<article class="grid grid--2 feature">
<div></div>
<div class="feature__content">
<h2 class="feature__heading">For clinicians</h2>
<p>For working clinicians, the openEHR shared record increases efficiency and safety by supporting seamless transfers of care while removing the need to re-enter patient data.</p>
<p>openEHR supports high-quality structured data, text and controlled use of terminology. This enables better querying and improves the long-term value of data. openEHR guidelines can then be run in the background.</p>
<p>Unlike mainstream healthcare IT, all clinical models are built by healthcare domain experts.</p>
<a href="https://discourse.openehr.org/c/clinical/5" target='_blank' class="btn btn-primary">Forums</a>
<a href="ckm/templates/1013.26.272/orgchart.html" target='_blank' class="btn btn-accent">CKM</a>
<a href="https://github.com/openEHR/gdl-guideline-models#readme" target='_blank' class="btn btn-secondary">Guidelines</a>
</div>
</article>
</div>
</div>
</div>
</section>
<section class="block block--dark-blue">
<div class="container grid grid--3">
<div class="icon__container">
<img src="static/img/static_content/icons/information-control.svg" alt="" class="img--icon">
<p>Our mission is to reduce work for health professionals and to improve clinical outcomes for patients</p>
</div>
<div class="icon__container">
<img src="static/img/static_content/icons/network.svg" alt="" class="img--icon">
<p>openEHR is a non-profit that openly and freely publishes its clinical models</p>
</div>
<div class="icon__container">
<img src="static/img/static_content/icons/community.svg" alt="" class="img--icon">
<p>The models are built by healthcare professionals and domain experts from nearly 100 countries</p>
</div>
</div>
</section>
<section class="block">
<div class="container">
<div class="image-background__container">
<img src="static/img/static_content/clinicians-patients.png" />
<div class="image-background__content">
<article class="grid grid--2 feature">
<div class="feature__content">
<h2 class="feature__heading">For patients</h2>
<p>
For patients, openEHR makes it possible to directly enter data as well as capture data from patient devices. The patient record becomes a coherent whole, and is easier for clinicians and patients alike to understand the overall picture. The openEHR record allows patients to directly define consent for clinical users and family members.
</p>
<p>
The result is greatly improved shared care, in which the patient is an active participant. This is particularly valuable in long-running care processes like pregnancy, cancer care and chronic illness.
</p>
<a href="community/mailinglists.html" target='_blank' class="btn btn-primary">Forums</a>
</div>
<div></div>
</article>
</div>
</div>
</div>
</section>
<section class="block">
<div class="container">
<div class="quote">
<div class="quote__container">
<h2 class="quote__heading">Dr Paul Miller, GP and Clinical Lead, NHS Scotland NES-Technology</h2>
<p>
openEHR empowers health and care professionals to create information systems fit for the 21st century.
</p>
</div>
</div>
</div>
</section>
<section class="block">
<div class="container">
<div class="image-background__container">
<img src="static/img/static_content/professional-colleges.png" />
<div class="image-background__content">
<article class="grid grid--2 feature">
<div></div>
<div class="feature__content">
<h2 class="feature__heading">For professional colleges</h2>
<p>Professional medical, nursing and allied health colleges and associations around the world are increasingly active in the development of care guidelines, data sets and the definition of research projects. openEHR provides a community and technical framework via which computable guidelines may be created and deployed in operational systems.</p>
<a href="ckm/templates/1013.26.272/orgchart.html" target='_blank' class="btn btn-accent">CKM</a>
<a href="https://github.com/openEHR/gdl-guideline-models#readme" target='_blank' class="btn btn-secondary">Guidelines</a>
</div>
</article>
</div>
</div>
</div>
</section>
</div>
<div class="block block--light-blue">
<div class="callout callout--primary callout-signup">
<div class="callout__content">
<h2 class="callout__heading">Getting Involved</h2>
<p>
Clinical professionals may get involved with openEHR by: signing up to CKM to participate in archetype building and/or review; by joining as an individual or professional member, or by getting their professional college to join as an organisation. Clinicians with some openEHR knowledge may want to nominate to be on the Clinical Program.
</p>
</div>
<a href="community/membership.html" class="btn btn-primary">Membership</a>
<a href="ckm/templates/1013.26.272/orgchart.html" target='_blank' class="btn btn-accent">CKM</a>
<a href="programs/clinicalmodels/index.html" class="btn btn-secondary">Clinical Program</a>
</div>
</div>
<footer class="block footer">
<div class="container grid grid--4 footer__sections">
<section class="footer__section">
<h2 class="footer__heading">Sites</h2>
<div>
<ul class="list">
<li><a href="community/mailinglists.html" target="_blank">Forums</a></li>
<li>
<a href="wiki/display/resources/FAQs+-+Frequently+Asked+Questions.html" target="_blank">
Wiki
</a>
</li>
<li>
<a href="https://openehr.atlassian.net/secure/BrowseProjects.jspa?selectedCategory=all&selectedProjectType=all" target="_blank">
Jira
</a>
</li>
<li><a href="https://github.com/openEHR" target="_blank">GitHub</a></li>
<li><a href="programs/specification/releases/currentbaseline.html" target="_blank">Specifications</a></li>
<li><a href="ckm/templates/1013.26.272/orgchart.html" target="_blank">CKM</a></li>
<li><a href="accounts/index.html">Accounts</a></li>
</ul>
</div>
</section>
<section class="footer__section">
<h2 class="footer__heading">Using the Site</h2>
<div>
<ul class="list">
<li><a href="using_the_site/terms_of_use.html">Terms of Use</a></li>
<li><a href="using_the_site/privacy_policy.html">Privacy Policy</a></li>
<li>
<a href="using_the_site/publishing_content.html">Publishing Content</a>
</li>
<li><a href="using_the_site/localisation.html">Localisation</a></li>
<li><a href="using_the_site/feedback.html">Feedback</a></li>
<li><a href="mailto:webmaster@openehr.org">Contact Webmaster</a></li>
</ul>
</div>
</section>
<section class="footer__section">
<h2 class="footer__heading">Acknowledgements</h2>
<div>
<ul class="list">
<li>
<a href="https://www.atlassian.com/" target="_blank">Atlassian</a>
(Jira, Confluence)
</li>
<li>
<a href="http://asciidoctor.org/" target="_blank">AsciiDoctor</a>
(publishing)
</li>
<li><a href="https://github.com/" target="_blank">GitHub</a> (DVCS)</li>
<li>
<a href="https://en.wikipedia.org/wiki/LAMP_%28software_bundle%29" target="_blank">LAMP</a>
(dev community)
</li>
<li>
<a href="https://unsplash.com/" target="_blank">Unsplash</a>
(images)
</li>
</ul>
</div>
</section>
<section class="footer__section">
<h2 class="footer__heading">Social media</h2>
<div>
<ul class="list">
<li>
<a href="https://www.youtube.com/openEHR" target="_blank" class="fa fa-youtube" title="YouTube"></a>
<a href="https://www.youtube.com/openEHR" target="_blank">YouTube</a>
</li>
<li>
<a href="https://www.linkedin.com/groups/144276/" target="_blank" class="fa fa-linkedin" title="LinkedIn"></a>
<a href="https://www.linkedin.com/groups/144276/" target="_blank">LinkedIn</a>
</li>
<li>
<a href="http://twitter.com/#!/openehr" target="_blank" class="fa fa-twitter" title="Twitter"></a>
<a href="http://twitter.com/#!/openehr" target="_blank">Twitter</a>
</li>
<li>
<a
href="https://www.facebook.com/groups/openehr/"
target="_blank"
class="fa fa-facebook"
title="Facebook"
></a>
<a href="https://www.facebook.com/groups/openehr/" target="_blank">Facebook</a>
</li>
</ul>
</div>
</section>
</div>
<div class="container">
<div class="footer__copyright">
<img src="static/img/logo_inverse.svg" alt="" class="brand-logo" />
<p>
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
openEHR International. All rights reserved.
</p>
</div>
</div>
</footer>
<script src="static/js/header_boxes.js"></script>
<script>$('.select_field_class').select2( { placeholder: "Select here", maximumSelectionSize: 100 } );</script>
</body>
</html>