-
Notifications
You must be signed in to change notification settings - Fork 4
/
specialities.html
129 lines (118 loc) · 5.62 KB
/
specialities.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
---
layout: default
name: specialities
---
<!-- ******FEATURES PROMO****** -->
<section id="specialities" class="features-promo section spark">
<!-- <div class="bg-mask"></div> -->
<div class="container">
<div class="row">
<div class="features-intro col-md-5 col-sm-6 col-xs-12">
<img src="assets/images/opallogowhite.png" />
<h2 class="title">For your speciality</h2>
<ul class="list-unstyled features-list">
<li><i class="fa fa-check"></i>Custom domain logic for your speciality </li>
<li><i class="fa fa-check"></i>Developed by clinical experts</li>
<li><i class="fa fa-check"></i>Extra support for your clinical practice</li>
<li><i class="fa fa-check"></i>Save time and capture better data</li>
</ul>
</div><!--//intro-->
<div class="features-intro col-md-4 col-md-offset-3 col-sm-6 col-xs-12 col-xs-offset-0">
<h2 class="title">Get OPAL for your organisation</h2>
<!-- <p class="summary">Get in touch to see what OPAL could do for you.</p> -->
<form class="signup-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter your email address" id="specheader">
</div>
<button type="submit" class="btn btn-cta btn-cta-primary"
onclick="get_started(event, 'specheader')">Get Started</button>
</form><!--//signup-form-->
</div>
</div><!--//row-->
</div><!--//container-->
</section><!--//features-promo-->
<!-- ******FEATURES****** -->
<section id="features" class="features section">
<div class="container">
<div class="item row">
<div class="content col-md-5 col-sm-5 col-xs-12 pull-right col-md-offset-1 col-sm-offset-1 col-xs-offset-0 from-right">
<h3 class="title">Infection</h3>
<div class="details">
<p>
In partnership with the Hospital for Tropical Diseases and UCLH we have developed
<a href="http://elcid.openhealthcare.org.uk" target="_blank">
elCID - the electronic Clinical Infection Database.
</a>
elCID is a specialist implementation of OPAL
for Infection doctors focussed on their clinical needs.
</p>
<p>
Featuring rich data capture and audit functionality, management of consultations in an MDT setting,
along with clinically validated pathways and interfaces, elCID can help your Infection unit today.
</p>
</div>
</div><!--//content-->
<div class="figure col-md-6 col-sm-6 col-xs-12 from-left">
<img class="img-responsive" src="assets/images/features/infection.jpg" alt="" />
</div><!--//figure-->
</div><!--//item-->
<hr />
<!-- <div class="item row"> -->
<!-- <div class="content col-md-5 col-sm-5 col-xs-12 from-left"> -->
<!-- <h3 class="title">Acute</h3> -->
<!-- <div class="details"> -->
<!-- <p> -->
<!-- OPAL Acute is an OPAL implementation for the acute medicine environment. -->
<!-- </p> -->
<!-- </div> -->
<!-- </div><\!--//content-\-> -->
<!-- <div class="figure col-md-6 col-sm-6 col-xs-12 col-md-offset-1 col-sm-offset-1 col-xs-offset-0 from-right"> -->
<!-- <img class="img-responsive" src="assets/images/features/opat.png" alt="" /> -->
<!-- </div><\!--//figure-\-> -->
<!-- </div><\!--//item-\-> -->
<!-- <hr /> -->
<div class="item row">
<div class="content col-md-5 col-sm-5 col-xs-12 pull-right col-md-offset-1 col-sm-offset-1 col-xs-offset-0 from-right">
<h3 class="title">Respiratory</h3>
<div class="details">
<p>
The OPAL respiratory implementation has been developed in consultation with
experts in the field to focus on workflows and data capture specific to respiratory
medicine.
</p>
<p>
With support for importing and graphing spirometry data as well as annotating with
occupational lung disease metadata, we can help you with your day to day respiratory care.
</p>
</div>
</div><!--//content-->
<div class="figure col-md-6 col-sm-6 col-xs-12 from-left">
<img class="img-responsive" src="assets/images/features/lungs.jpg" alt="" />
<small><a href="https://www.flickr.com/photos/liverpoolhls">Image source</a></small>
</div><!--//figure-->
</div><!--//item-->
</div><!--//container-->
</section>
<!-- ******hireus****** -->
<section id="hireus" class="hireus section">
<div class="container">
<h2 class="title">Don't see your speciality?</h2>
<p class="summary">We are always looking to expand the range of specialities that we can cater for with OPAL.</p>
<p class="summary">Get in touch to explore a partnership to create a bespoke service for your speciality.</p>
<a class="btn btn-cta btn-cta-secondary" href="contact.html">Find Out More</a>
</div>
</section><!--//hireus-->
<!-- ******SIGNUP****** -->
<section id="signup" class="signup has-bg-color">
<div class="container text-center">
<h2 class="title">Get OPAL for your organisation</h2>
<p class="summary">Get in touch to see what OPAL could do for you.</p>
<form class="signup-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter your email address" id="specsignup">
</div>
<button type="submit" class="btn btn-cta btn-cta-primary"
onclick="get_started(event, 'specsignup')">Get Started</button>
</form><!--//signup-form-->
</div>
</section><!--//signup-->