-
Notifications
You must be signed in to change notification settings - Fork 3
/
connecting-care-bristol.php
46 lines (40 loc) · 2.21 KB
/
connecting-care-bristol.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
<?php include('/includes/header.php') ?>
<div>
<h1 class="page-heading">Case Study: Connecting Care</h1>
<h3>Bristol, North Somerset, South Gloucestershire</h3>
<p>
Business Capabilities:
<span class="label label-default">Records Access</span>
<span class="label label-default">Transfer of Care</span>
<span class="label label-default">Information Sharing Rules</span>
<span class="label label-default">Mobile Working</span>
</p>
<br>
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="images\bristol-clifton.jpg">
</div>
<div class="col-md-6">
<div class="media">
<div class="media-left">
<a href="https://orionhealth.com/" target="_blank">
<img class="media-object" src="images\600x400_OrionHealth_Logo.jpg" alt="Orion Health Logo">
</a>
</div>
<div class="media-body">
<h4 class="media-heading">Orion Health</h4>
<p>The solution uses the Orion Health technology platform.</p>
</div>
</div>
<hr>
<p>The Connecting Care Programme has implemented a read-only shared care record across Bristol,
North Somerset and South Gloucestershire. The record is used to share information across a range
of health and care settings and support the provision of integrated care.</p>
<br>
<h4><a href="content/interoperability_case_studies/Interoperability_CaseStudy_Bristol.pdf" target="_blank"><button type="button" class="btn btn-primary"><i class="fa fa-file-pdf-o" aria-hidden="true"></i> Download Case Study</button></a></h3>
<h4><a href="https://docs.google.com/forms/d/e/1FAIpQLScKawUgU8x8xr4zaMQnA6Lb78T4R33OyiNcooi1e5k0eipopg/viewform?usp=sf_link" target="_blank"><button type="button" class="btn btn-success"><i class="fa fa-file-text-o" aria-hidden="true"></i> Leave Feedback</button></a></h3>
<h4><a href="https://interopen.ryver.com/#posts/1454714" target="_blank"><button type="button" class="btn btn-info"><i class="fa fa-comment-o" aria-hidden="true"></i> Discuss on RYVER</button></a></h3>
</div>
</div>
</div>
<?php include('includes/footer.php') ?>