|
1 | 1 | from metrics.domain.weather_health_alerts.text_lookups import common |
2 | 2 |
|
3 | 3 | _LEVEL_6_TEXT = """ |
4 | | -<p>Minor impacts are possible across the health and social care services, including:</p> |
5 | | -<ul><li>Increased use of healthcare services by vulnerable people</li> |
6 | | -<li>Greater risk to life of vulnerable people</li> |
7 | | -<li>Increased potential for indoor environments to become very warm</li></ul> |
8 | | -<p>But these are not expected.</p> |
| 4 | +<p>Minor impacts are <strong>possible</strong> across the health and social care services, including:</p> |
| 5 | +<ul> |
| 6 | +<li>increased use of healthcare services by vulnerable people</li> |
| 7 | +<li>greater risk to life of vulnerable people</li> |
| 8 | +<li>increased potential for indoor environments to become very warm</li> |
| 9 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 10 | +</ul> |
| 11 | +<p>but these are not expected.</p> |
9 | 12 | """ |
10 | 13 | _LEVEL_7_TEXT = """ |
11 | | -<p>Minor impacts are likely across health and social services, |
12 | | -including:</p><ul><li>increased use of healthcare services by vulnerable people</li> |
| 14 | +<p>Minor impacts are <strong>likely</strong> across health and social care servicfes, including:</p> |
| 15 | +<ul> |
| 16 | +<li>increased use of healthcare services by vulnerable people</li> |
13 | 17 | <li>greater risk to life of vulnerable people</li> |
14 | | -<li>increased potential for indoor environments to become very warm</li></ul> |
| 18 | +<li>increased potential for indoor environments to become very warm</li> |
| 19 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 20 | +</ul> |
15 | 21 | """ |
16 | 22 | _LEVEL_8_TEXT = """ |
17 | | -<p>Minor impacts are expected across health and social care services, |
18 | | -including:</p><ul><li>increased use of healthcare services by vulnerable people</li> |
| 23 | +<p>Minor impacts are <strong>expected</strong> across health and social care services, including:</p> |
| 24 | +<ul> |
| 25 | +<li>increased use of healthcare services by vulnerable people</li> |
19 | 26 | <li>greater risk to life of vulnerable people</li> |
20 | | -<li>increased potential for indoor environments to become very warm</li></ul> |
| 27 | +<li>increased potential for indoor environments to become very warm</li> |
| 28 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 29 | +</ul> |
21 | 30 | """ |
22 | 31 | _LEVEL_9_TEXT = """ |
23 | | -<p>There is potential for significant impacts across health and social care services |
24 | | -from high temperatures, including:</p><ul><li>a rise in deaths, particularly among those ages 65 and over or with health conditions. |
25 | | -There may also be impacts on younger age groups</li> |
| 32 | +<p>There is <strong>potential</strong> for significant impacts across health and social care services from high temperatures, including:</p> |
| 33 | +<ul> |
| 34 | +<li>a rise in deaths, particularly among those aged 65 and over or with health conditions. There may also be impacts on younger age groups</li> |
26 | 35 | <li>a likely increase in demand for health services</li> |
27 | | -<li>internal temperatures in care settings (hospitals and care homes) may exceed recommended threshold |
28 | | -for clinical risk assessment</li> |
| 36 | +<li>internal temperatures in care settings (hospitals and care homes) may exceed the recommended threshold for clinical risk assessment</li> |
29 | 37 | <li>the heat affecting the ability of the workforce to deliver services</li> |
30 | | -<li>indoor environments overheating increasing the risk to vulnerable people living independently in community and care settings</li></ul> |
| 38 | +<li>indoor environments overheating increasing the risk to vulnerable people living independently in community and care settings</li> |
| 39 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 40 | +</ul> |
31 | 41 | """ |
32 | 42 | _LEVEL_10_TEXT = """ |
33 | | -<p>Significant impacts are possible across the health and social care services due to the high temperatures, |
34 | | -including:</p><ul><li>a rise in deaths, particularly among those aged 65 and over or with health conditions. There may also be impacts on younger age groups</li> |
| 43 | +<p>Significant impacts are <strong>possible</strong> across the health and social care services due to the high temperatures, including:</p> |
| 44 | +<ul> |
| 45 | +<li>a rise in deaths, particularly among those aged 65 and over or with health conditions. There may also be impacts on younger age groups</li> |
35 | 46 | <li>a likely increase in demand for health services</li> |
36 | | -<li>internal temperatures in care settings (hospitals and care homes) may exceed the recommended threshold |
37 | | -for clinical risk assessment</li> |
| 47 | +<li>internal temperatures in care settings (hospitals and care homes) may exceed the recommended threshold for clinical risk assessment</li> |
38 | 48 | <li>the heat affecting the ability of the workforce to deliver services</li> |
39 | | -<li>indoor environments overheating increasing the risk to vulnerable people living independently in community and care settings</li></ul> |
| 49 | +<li>indoor environments overheating increasing the risk to vulnerable people living independently in community and care settings</li> |
| 50 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 51 | +</ul> |
40 | 52 | """ |
41 | 53 | _LEVEL_11_TEXT = """ |
42 | | -<p>There is potential for severe impacts across health and social care services due to the high temperatures, |
43 | | -including:</p><ul><li>increased risk to life across the whole population, |
44 | | -with significant impacts on older people</li> |
| 54 | +<p>There is potential for severe impacts across health and social care services due to the high temperatures, including:</p> |
| 55 | +<ul> |
| 56 | +<li>increased risk to life across the whole population, with significant impacts on older people</li> |
45 | 57 | <li>significantly increased demand on all health and social care services</li> |
46 | 58 | <li>the heat affecting the ability of the workforce to deliver services</li> |
47 | | -<li>hot indoor environments making provision of care challenging and national critical infrastructure failures, such as generators and power outages</li></ul> |
| 59 | +<li>hot indoor environments making provision of care challenging and national critical infrastructure failures, such as generators and power outages</li> |
| 60 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 61 | +</ul> |
48 | 62 | """ |
49 | 63 | _LEVEL_12_TEXT = """ |
50 | | -<p>Significant impacts are likely across health and social care services due to the high temperatures, |
51 | | -including:</p><ul><li>a rise in deaths, particularly among those ages 65 and over or with health conditions. |
52 | | -There may also be impacts on younger age groups</li> |
| 64 | +<p>Significant impacts are <strong>likely</strong> across health and social care services due to the high temperatures, including:</p> |
| 65 | +<ul> |
| 66 | +<li>a rise in deaths, particularly among those aged 65 and over or with health conditions. There may also be impacts on younger age groups</li> |
53 | 67 | <li>likely increased demand on all health and social care services</li> |
54 | | -<li>internal temperatures in care settings (hospitals and care homes) may exceed recommended threshold |
55 | | -for clinical risk assessment</li> |
| 68 | +<li>internal temperatures in care settings (hospitals and care homes) may exceed the recommended threshold for clinical risk assessment</li> |
56 | 69 | <li>the heat affecting the ability of the workforce to deliver services</li> |
57 | 70 | <li>indoor environments overheating increasing the risk to vulnerable people living independently in community and care settings</li> |
58 | 71 | <li>issues managing medicines</li> |
59 | 72 | <li>staffing issues due to external factors (for example, affecting transport)</li> |
60 | 73 | <li>increased demand for power exceeding capacity</li> |
61 | | -<li>other sectors starting to observe impacts (for example, travel delays)</li></ul> |
| 74 | +<li>other sectors starting to observe impacts (for example, travel delays)</li> |
| 75 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 76 | +</ul> |
62 | 77 | """ |
63 | 78 | _LEVEL_13_TEXT = """ |
64 | | -<p>Significant impacts are expected across health and social care services due to the high temperatures, |
65 | | -including:</p><ul><li>a rise in deaths, particularly among those aged 65 and over or with health conditions. |
66 | | -There may also be impacts on younger age groups</li> |
| 79 | +<p>Significant impacts are <strong>expected</strong> across health and social care services due to the high temperatures, including:</p> |
| 80 | +<ul> |
| 81 | +<li>a rise in deaths, particularly among those aged 65 and over or with health conditions. There may also be impacts on younger age groups</li> |
67 | 82 | <li>likely increased demand on all health and social care services</li> |
68 | | -<li>internal temperatures in care settings (hospitals and care homes) may exceed the recommended threshold |
69 | | -for clinical risk assessment</li> |
| 83 | +<li>internal temperatures in care settings (hospitals and care homes) may exceed the recommended threshold for clinical risk assessment</li> |
70 | 84 | <li>the heat affecting the ability of the workforce to deliver services</li> |
71 | 85 | <li>indoor environments overheating increasing the risk to vulnerable people living independently in community and care settings</li> |
72 | 86 | <li>issues managing medicines</li> |
73 | 87 | <li>staffing issues due to external factors (for example, affecting transport)</li> |
74 | | -<li>increased demand for power exceeding capacity</li><li>other sectors starting to observe |
75 | | -impacts (for example, travel delays)</li></ul> |
| 88 | +<li>increased demand for power exceeding capacity</li> |
| 89 | +<li>other sectors starting to observe impacts (for example, travel delays)</li> |
| 90 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 91 | +</ul> |
76 | 92 | """ |
77 | 93 | _LEVEL_14_TEXT = """ |
78 | | -<p>Severe impacts are possible across health and social care services due to the high temperatures, |
79 | | -including:</p><ul><li>increased risk to life across the whole population |
80 | | -with significant impacts on older people</li> |
| 94 | +<p>Severe impacts are <strong>possible</strong> across health and social care services due to the high temperatures, including:</p> |
| 95 | +<ul> |
| 96 | +<li>increased risk to life across the whole population, with significant impacts on older people</li> |
81 | 97 | <li>significantly increased demand on all health and social care services</li> |
82 | 98 | <li>the heat affecting the ability of the workforce to deliver services</li> |
83 | | -<li>hot indoor environments making provision of care challenging |
84 | | -and national critical infrastructure failures, such as generators and power outages</li></ul> |
| 99 | +<li>hot indoor environments making provision of care challenging and national critical infrastructure failures, such as generators and power outages </li> |
| 100 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 101 | +</ul> |
85 | 102 | """ |
86 | 103 | _LEVEL_15_TEXT = """ |
87 | | -<p>Severe impacts are likely across health and social care services due to the high temperatures, |
88 | | -including:</p><ul><li>increased risk to life across the whole population |
89 | | -with significant impacts on older people</li> |
| 104 | +<p>Severe impacts are <strong>likely</strong> across health and social care services due to the high temperatures, including:</p> |
| 105 | +<ul> |
| 106 | +<li>increased risk to life across the whole population, with significant impacts on older people</li> |
90 | 107 | <li>significantly increased demand on all health and social care services</li> |
91 | | -<li>heat the ability of the workforce to deliver services</li> |
92 | | -<li>hot indoor environments making provision of care challenging and national critical infrastructure failures, such as generators and power outages</li></ul> |
| 108 | +<li>the heat affecting the ability of the workforce to deliver services</li> |
| 109 | +<li>hot indoor environments making provision of care challenging and national critical infrastructure failures, such as generators and power outages </li> |
| 110 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 111 | +</ul> |
93 | 112 | """ |
94 | 113 | _LEVEL_16_TEXT = """ |
95 | | -<p>Severe impacts are expected across health and social care services due to the high temperatures, |
96 | | -including:</p><ul><li>increased risk to life across the whole population, |
97 | | -with significant impacts on older people</li> |
| 114 | +<p>Severe impacts are <strong>expected</strong> across health and social care services due to the high temperatures, including:</p> |
| 115 | +<ul> |
| 116 | +<li>increased risk to life across the whole population, with significant impacts on older people</li> |
98 | 117 | <li>significantly increased demand on all health and social care services</li> |
99 | 118 | <li>the heat affecting the ability of the workforce to deliver services</li> |
100 | | -<li>hot indoor environments making provision of care challenging |
101 | | -and national critical infrastructure failures, such as generators and power outages</li></ul> |
| 119 | +<li>hot indoor environments making provision of care challenging and national critical infrastructure failures, such as generators and power outages </li> |
| 120 | +<li>water‑related incidents may increase, including risks from cold‑water shock and drowning</li> |
| 121 | +</ul> |
102 | 122 | """ |
103 | 123 |
|
104 | 124 | HEAT_ALERT_TEXT_LOOKUP: dict[int, str] = { |
|
0 commit comments