-
Notifications
You must be signed in to change notification settings - Fork 1
/
outcomes.html
74 lines (56 loc) · 4.11 KB
/
outcomes.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
<html>
<head>
<title>Project Outcomes</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<meta charset='utf-8' />
<script type="text/javascript" src="jquery-3.3.1.min.js"></script>
<style>
.navbar-custom
{
background-color: grey;
}
</style>
</head>
<body>
<nav class="navbar navbar-inverse navbar-custom navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand"><font color=white>Datameet : Pune Chapter</font></a>
</div>
<div>
<a href="about.html"><font color=white>About the Project</font></a>
<a href="studyarea.html"><font color=white>Study Area</font></a>
<a href="data.html"><font color=white>Data</font></a>
<a href="analysis.html"><font color=white>Methodology</font></a>
<a href="outcomes.html"><font color=white>Project Outcomes</font></a>
</div>
</div>
</nav>
<div class="container">
<br><u><b>RESULT AND DISCUSSION</b></u>
<p>Pune is in dire need of Healthcare facilities. The result of the Site Suitability Analysis, as seen above, gives us 4 areas, within a 1500m range of two Accident Prone areas- Chandni Chowk Kothrud and Dukkar Khind.
Keep in mind, the above analysis is merely a case study. Similar analyses may be conducted throughout the PMC region and on a more advanced level, across the country. Unfortunately, despite the boom in economy, healthcare still majorly behind, in India, especially in the less developed pockets.<br><br>
In the form of Healthcare Facilities, the option is open to build a Hospital with an Emergency Care Unit. However, in case of smaller areas (>50,000sq.m), the option of setting up ambulance services is still available.
While theoretically, these areas are optimal for erecting healthcare centres, the truth of the matter is while policy makers claim Health is a priority to them, budget allocations for said cause is yet to be reflected, bringing with it, all sorts of hurdles in utilizing this data for the good of the society.<br><br>
In the meantime, some reforms that may be worked towards, so as to bring about change to the pitiful healthcare situation are as follows:
<ul>
<li>Starting First Referral Units (FRUs) with surgical aid as well as ICU facilities.</li>
<li>Stationing Mobile surgical services allows for the freedom to access areas, depending on the need of the hour. It also saves the infrastructural burden, making it a much more feasible alternative, short term.</li>
<li>Alternatively, a collection of private specialists willing to spare some hours a week to aid the FRUs would help many lives.</li>
<li>Provision of healthcare for the lesser developed pockets should be made affordable, keeping in mind the economic conditions pitted against their right to basic health care and emergency services in case of an accident.</li>
</ul>
While these are solutions that the existing financial and human resource systems can endure, initiatives from higher powers are a necessity in this hour of need, to take what works on paper and turn it into a reality.
</p><br><br>
Final Map Layout:-<br>
<img src="map.png" />
<br><br><br><br>
</div>
</body>
</html>