-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.php
89 lines (70 loc) · 5.02 KB
/
index.php
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
<?php include('includes/header.php') ?>
<div class="jumbotron">
<div class="container">
<p>Leading organisations and individuals have come together to create INTEROPen, an action group to accelerate the development of open standards for interoperability in the health and social care sector.</p>
<p><span><a class="btn btn-primary btn-lg" href="about" style="width:13em" role="button">Learn more »</a><span> </span><a class="btn btn-primary btn-lg" href="content/MembershipTnCINTEROPenWebsite.pdf" style="width:1sem" role="button">Membership Terms »</a></span></p>
</div>
</div>
<div class="row">
<div class="container">
<div class="col-md-4 index-col">
<h2 class="index-col-heading">Upcoming events</h2>
<div class="event">
<span class="event-date">21 Nov</span>
<span class="event-text"><a href="events#clinicians-on-fhir-171121">Clinicians On FHIR @ Kings Fund</a></span>
<p><img src="images/events/clinicians-on-fhir.png" style="padding-left: 10px;" width="250" height="141" alt="Clinicians On FHIR"/></p>
</div>
<!-- <div class="event">
<span class="event-date">2 & 3 Mar</span>
<span class="event-text"><a href="events#interopsummit">Interop Summit 2017 </a><a href=https://t.co/omn0nlEn45>BOOK HERE</a> </span>
</div>
<div class="event">
<span class="event-date">20 Jan</span>
<span class="event-text"><a href="events#catonfhir">CATonFHIR hands-on event</a></span>
</div>-->
<p><a class="btn btn-default" href="events" role="button">View full events list »</a></p>
<div class="index-interopen4-box">
<div class="index-interopen4-box-image img-rounded">
<table>
<tr>
<td>
<p>INTEROPen 4 was held on the 5 July</p>
</td>
</tr>
<tr>
<td class="index-interopen4-box-bottom">
<p><a href="events#interopen4">View slides from the event</a></p>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="col-md-4 index-col">
<h2 class="index-col-heading">News</h2>
<p class="index-news-item"><span class="news-date">28 Apr</span><a href="news#28apr">INTEROPen Governance proposals from interoperability networks</a></p>
<p class="index-news-item"><span class="news-date">14 Mar</span><a href="news#14mar">Request for feedback on the INTEROpen Governance structure</a></p>
<p class="index-news-item"><span class="news-date">27 Feb</span><a href="news#27feb">INTEROPen request a HL7UK ballot on the draft INTEROPen CareConnect profiles(extensions and valuesets)</a></p>
<p class="index-news-item"><span class="news-date">12 Jan</span><a href=https://docs.google.com/document/d/1-ZaZw5Y69cNigQ4iPb2pr6Qz4Ksp6Tf-anaCEfNaLsk/edit>Interop 2017 Summit agenda</a> </p>
<p class="index-news-item"><span class="news-date">17 Jan</span><a href="news#17jan">Code4Health Interoperability Community Board Response to Emerging Target Architecture paper by Will Smart, NHS England CIO</a></p>
<p class="index-news-item"><span class="news-date">16 Jan</span><a href="news#16jan">FHIR Briefing Paper - FHIR Technical Tools to Code4Health Interop Community Board</a></p>
<p><a class="btn btn-default" href="news" role="button">View all news »</a></p>
<h2 class="index-col-heading">In the media</h2>
<p class="index-news-item"><span class="news-date">05 Jan</span><a href="news#05jan">2017 emerges as pivotal year for FHIR interoperability standard</a></p>
<p class="index-news-item"><span class="news-date">3 Nov</span><a href="news#3nov">Aide Memoire: all mod cons</a></p>
<p class="index-news-item"><span class="news-date">6 Sep</span><a href="news#6sep">Calling the FHIR brigade</a></p>
<p class="index-news-item"><span class="news-date">17 Aug</span><a href="news#17aug">Aide Memoire: how long?</a></p>
<p class="index-news-item"><span class="news-date">15 Aug</span><a href="news#15aug">Fantastic digital developments as we aim to go paperless</a></p>
<p class="index-news-item"><span class="news-date">23 Jun</span><a href="news#23jun">INTEROPen accelerates development of NHS interoperability standards</a></p>
<p><a class="btn btn-default" href="news#media" role="button">View all in the media »</a></p>
</div>
<div class="col-md-4 index-col">
<div class="twitter-box">
<h2 class="index-col-heading">Tweets</h2>
<a class="twitter-timeline" data-width="300" data-height="400" href="https://twitter.com/INTEROPenAPI" data-chrome="noheader nofooter"></a>
</div>
</div>
</div>
</div>
<script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script>
<?php include('includes/footer.php') ?>