-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
74 lines (64 loc) · 3.49 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="VCSstyle.css">
<link href="media/paris.png" rel="icon" type="image/x-icon" />
<title>Green Digital Health System Planning and Monitoring Tool</title>
</head>
<body>
<header class="row col-12">
<div class="header-title col-10">
<h1>Green Digital Health Tool</h1>
</div>
<div class="header-brand col-2">
<a href="https://www.paris-de.org">
<img src="media/Paris DE colour.png" alt="PARIS-DE logo" style="height:70px; align:right;"></a></div>
</header>
<nav class="row col-12">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="thesaurus.html">Thesaurus</a></li>
<li><a href="howto.html">How to use this tool</a></li>
</ul>
</nav>
<div class="main row col-12">
<section class="col-2">
<p>This tool has been designed to help guide environmental sustainability considerations during either planning or monitoring digital health systems. It is not a tickbox regulatory framework. It does not attempt to solve issues but it does highlight steps that can be taken.</p>
<p>Click on the buttons below to find out more about this tool.</p>
<ul><li><a href="aboutVCS.html">Environmental issues in Digital Health</a></li>
<li><a href="tool_dev.html">How the tool was developed</a></li>
<li><a href="sup_cha.html">The ICT Supply Chain</a></li>
</ul>
</section>
<div class="core col-10">
<h2>Planning and Monitoring Tool for a Responsible and Sustainable Digital Health System (DHS)</h2>
<div class="row">
<p>Digitalisation of the health sector has huge potential to address unmet health needs. However, we must ensure that we digitalise in a way that minimises harm to the environment, otherwise human health could be adversely affected. This tool will propose some questions that you or the people collaborating with you (IT professionals, suppliers) should address in planning and managing a digital health system. The questions will explore the following areas:</p>
<ul>
<li>Considerations in procuring equipment and services to minimise environmental impacts</li>
<li>Considerations around the management and processing of data to minimise environmental impacts</li>
<li>Organisational approaches to minimising environmental impacts of ICT</li>
<li>Ways to monitor and assess the current state and future progress of an environmentally sustainable Digital Health System</li>
</ul>
<p>Along with exploring the more obvious technical and procedural considerations, the aim of this tool is to emphasise how prioritising <a href="thesaurus.html#data_suf" target="_blank">data sufficiency</a> and the mitigation of <a href="thesaurus.html#rebound_effects" target="_blank">rebound effects</a> are critical. Please click on the links to better understand these two concepts then click on the button below to start using this tool.</p>
</div>
<div class="buttons row">
<div class="col-4"><p></p></div>
<div class="planning col-3"><a href="newVCS.html">
<h3>Planning a Digital Health System</h3>
</a></div>
<div class="col-4"><p></p></div>
</div>
</div>
<footer class="col-12">
<ul>
<li><a href="index.html"><span>Back to the start</span></a></li>
<li><a href="thesaurus.html"><span>Thesaurus</span></a></li>
<li><a href="tool_dev.html"><span>About this tool</span></a></li>
<li>This version is a prototype and will not save text. Please do not share.</li>
</ul>
</footer>
</body>
</html>