Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions infrastructure/terraform/spoke/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ variable "min_replicas" {
}

locals {
region = "uksouth"
resource_group_name = "rg-${var.app_short_name}-${var.env_config}-uks"
region = "uksouth"
resource_group_name = "rg-${var.app_short_name}-${var.env_config}-uks"
infra_key_vault_name = "kv-${var.app_short_name}-${var.env_config}-inf"
infra_key_vault_rg = "rg-${var.app_short_name}-${var.env_config}-infra"
}
21 changes: 11 additions & 10 deletions lung_cancer_screening/questions/jinja2/terms_of_use.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<div class="nhsuk-grid-column-two-thirds numbered">
<h1 class="nhsuk-heading-l">NHS check if you need a lung scan terms of use</h1>


<p>Information:</p>

<p>Version 3, 5 March 2026</p>



<section>
<h2 class="nhsuk-heading-m">Introduction</h2>

<ol>
<li>We (NHS England) have developed a digital service called NHS check if you need a lung scan. This is a digital way to access <a href="https://www.nhs.uk/tests-and-treatments/lung-cancer-screening/" target="_blank" rel="noopener">NHS lung cancer screening</a>. This service is currently in pilot so is only available in certain areas, and if you are invited by your GP to take part.</li>
<br /><br />
<li>
We (NHS England) have developed a digital service called NHS check if you need a lung scan.
This is a digital way to access <a href="https://www.nhs.uk/tests-and-treatments/lung-cancer-screening/" target="_blank" rel="noopener">NHS lung cancer screening</a>.
This service is currently in pilot so is only available in certain areas, and if you are invited by your GP to take part.
<br /><br />
<p>This service will not provide you with any results or information in relation to the lung cancer screening, you will need to complete your lung cancer screening by phone to receive a result.</p>

Comment on lines +17 to 22
<p>To find out more about who we are and our role, visit the <a href="https://transform.england.nhs.uk/" target="_blank" rel="noopener">NHS England website</a>.</p>
Expand Down Expand Up @@ -50,7 +50,7 @@
<h2 class="nhsuk-heading-m">Accessing the NHS check if you need a lung scan</h2>

<ol>
<li> You are responsible for making all arrangements necessary for you to access the NHS check if you need a lung scan, including but not limited to:</li>
<li> You are responsible for making all arrangements necessary for you to access the NHS check if you need a lung scan, including but not limited to:
<ul>
<li>a secure internet connection (see <a href="https://www.ncsc.gov.uk/cyberaware/home" target="_blank" rel="noopener">Cyber Aware website</a>)</li>
<li>an appropriate device, operating system and browser</li>
Expand Down Expand Up @@ -119,9 +119,10 @@
<li>on any device or operating system that has been modified outside the mobile device or operating system vendor supported or warranted configurations. This includes devices that have been "jail-broken" or "rooted"</li>
<li>with someone else's NHS login account</li>
</ul>
<br>
<p>If you do any of the above acts you may also be committing a criminal offence, and we will report any such activity to the relevant law enforcement authorities. We will co-operate with those authorities by disclosing your identity to them.</p>
</li>
</ol>
<p>If you do any of the above acts you may also be committing a criminal offence, and we will report any such activity to the relevant law enforcement authorities. We will co-operate with those authorities by disclosing your identity to them.</p>
</section>

<section>
Expand All @@ -134,15 +135,15 @@
<li>will always be available, error free, uninterrupted or free of viruses</li>
</ul>
<li>We are not responsible for external links to or from the NHS check if you need a lung scan and cannot guarantee these will always work.</li>
<li>Nothing in these terms excludes or limits our liability for:</li>
<li>Nothing in these terms excludes or limits our liability for:
<ul>
<li>death or personal injury arising from our negligence</li>
<li>fraud or fraudulent misrepresentation</li>
<li>any loss or damage to a device or digital content belonging to you, if you can show that a) this was caused by NHS check if you need a lung scan and b) we failed use to use reasonable skill and care to prevent this</li>
<li>any loss or damage to a device or digital content belonging to you, if you can show that a) this was caused by NHS check if you need a lung scan and b) we failed to use reasonable skill and care to prevent this</li>
<li>any other liability that cannot be excluded or limited under English law</li>
</ul>
</li>
<li>Subject to clause 9.3 of these terms, we will not be liable or responsible to you or any other person for:</li>
<li>Subject to clause 9.3 of these terms, we will not be liable or responsible to you or any other person for:
<ul>
<li>any harm, loss or damage suffered where this is not caused by i) our negligence or ii) our breach of these terms</li>
<li>any loss or damage arising from an inability to access or use the NHS check if you need a lung scan in whole or in part</li>
Expand Down
Loading