Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #121 from nhsx/update-routing
Browse files Browse the repository at this point in the history
Update routing
  • Loading branch information
theonlymojo committed Apr 8, 2020
2 parents 1e94296 + 233b0f0 commit a096a93
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4 deletions.
Binary file removed app/assets/Covid19 Example Privacy Notice.pdf
Binary file not shown.
Binary file added app/assets/Covid19_Example_Privacy_Notice.pdf
Binary file not shown.
12 changes: 12 additions & 0 deletions app/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ router.get('/key-information-and-tools/information-governance-guidance/ig-profes
res.render('pages/key-information-and-tools/information-governance-guidance/ig-professionals');
});

router.get('/key-information-and-tools/information-governance-guidance/COPI-notice-FAQs', (req, res) => {
res.render('pages/key-information-and-tools/information-governance-guidance/COPI-notice-FAQs');
});

router.get('/key-information-and-tools/information-governance-guidance/how-data-is-supporting-covid19', (req, res) => {
res.render('pages/key-information-and-tools/information-governance-guidance/how-data-is-supporting-covid19');
});

router.get('/key-information-and-tools/information-governance-guidance/use-of-mobile-devices-by-patients', (req, res) => {
res.render('pages/key-information-and-tools/information-governance-guidance/use-of-mobile-devices-by-patients');
});

router.get('/key-information-and-tools/data-driven-health-and-care-technology', (req, res) => {
res.render('pages/key-information-and-tools/data-driven-health-and-care-technology');
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
</ul>

<h3 class="nhsuk-heading-m">Covid-19 Example Privacy Notice</h3>
<p>NHSX continues to work closely with the National Data Guardian (NDG) and Information Commissioner's Office (ICO) to ensure a high level of transparency for patients during this period. This <a href="/assets/Covid19 Example Privacy Notice.pdf">example supplementary privacy notice</a> can be used by organisations to inform patients about the ways information is being used as a result of Covid-19.</p>
<p>NHSX continues to work closely with the National Data Guardian (NDG) and Information Commissioner's Office (ICO) to ensure a high level of transparency for patients during this period. This <a href="/assets/Covid19_Example_Privacy_Notice.pdf">example supplementary privacy notice</a> can be used by organisations to inform patients about the ways information is being used as a result of Covid-19.</p>

<h3 class="nhsuk-heading-m">How data is supporting the Covid-19 response</h3>
<p>You can read current examples of how data is being used to support the Covid-19 response<a href="/key-information-and-tools/information-governance-guidance/how-data-is-supporting-covid19/"> here.</a></p>
<p>You can read current examples of how data is being used to support the Covid-19 response <a href="/key-information-and-tools/information-governance-guidance/how-data-is-supporting-covid19">here</a>.</p>

<h3 class="nhsuk-heading-m">The use of mobile devices by patients in hospitals</h3>
<p><a href="/key-information-and-tools/information-governance-guidance/use-of-mobile-devices-by-patients/">This guidance</a> provides advice for patients using mobile devices such as phones, tablets and cameras in acute hospitals. This is particularly important at this time when patients may be isolated from loved ones.</p>
<p><a href="/key-information-and-tools/information-governance-guidance/use-of-mobile-devices-by-patients">This guidance</a> provides advice for patients using mobile devices such as phones, tablets and cameras in acute hospitals. This is particularly important at this time when patients may be isolated from loved ones.</p>

<h3 class="nhsuk-heading-m">COPI Notice - frequently asked questions</h3>
<p>The Secretary of State for Health and Care has issued a range of Notices which require that data is shared for purposes of Covid-19. Read more about COPI Notices and what they mean <a href="/key-information-and-tools/information-governance-guidance/COPI-notice-FAQs/">here</a>.</p>
<p>The Secretary of State for Health and Care has issued a range of Notices which require that data is shared for purposes of Covid-19. Read more about COPI Notices and what they mean <a href="/key-information-and-tools/information-governance-guidance/COPI-notice-FAQs">here</a>.</p>

<p>NHSX is building up information governance resources and information which we will make available here as soon as they are ready. In the meantime, if your Data Protection Officer or Caldicott Guardian is unsure of appropriate action to take, you can direct Information Governance questions to the <a href="mailto:england.IGPolicyTeam@nhs.net">NHSX IG team</a>.</p>

Expand Down

0 comments on commit a096a93

Please sign in to comment.