diff --git a/app/assets/Covid19 Example Privacy Notice.pdf b/app/assets/Covid19 Example Privacy Notice.pdf deleted file mode 100644 index 58448bb..0000000 Binary files a/app/assets/Covid19 Example Privacy Notice.pdf and /dev/null differ diff --git a/app/assets/Covid19_Example_Privacy_Notice.pdf b/app/assets/Covid19_Example_Privacy_Notice.pdf new file mode 100644 index 0000000..aaefc4f Binary files /dev/null and b/app/assets/Covid19_Example_Privacy_Notice.pdf differ diff --git a/app/routes.js b/app/routes.js index 8a7db41..d41cb41 100755 --- a/app/routes.js +++ b/app/routes.js @@ -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'); }); diff --git a/app/views/pages/key-information-and-tools/information-governance-guidance/COPI-notice-FAQs b/app/views/pages/key-information-and-tools/information-governance-guidance/COPI-notice-FAQs.njk similarity index 100% rename from app/views/pages/key-information-and-tools/information-governance-guidance/COPI-notice-FAQs rename to app/views/pages/key-information-and-tools/information-governance-guidance/COPI-notice-FAQs.njk diff --git a/app/views/pages/key-information-and-tools/information-governance-guidance/how-data-is-supporting-covid19 b/app/views/pages/key-information-and-tools/information-governance-guidance/how-data-is-supporting-covid19.njk similarity index 100% rename from app/views/pages/key-information-and-tools/information-governance-guidance/how-data-is-supporting-covid19 rename to app/views/pages/key-information-and-tools/information-governance-guidance/how-data-is-supporting-covid19.njk diff --git a/app/views/pages/key-information-and-tools/information-governance-guidance/index.njk b/app/views/pages/key-information-and-tools/information-governance-guidance/index.njk index 1ffac1d..2775a50 100644 --- a/app/views/pages/key-information-and-tools/information-governance-guidance/index.njk +++ b/app/views/pages/key-information-and-tools/information-governance-guidance/index.njk @@ -38,16 +38,16 @@

Covid-19 Example Privacy Notice

-

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 example supplementary privacy notice can be used by organisations to inform patients about the ways information is being used as a result of Covid-19.

+

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 example supplementary privacy notice can be used by organisations to inform patients about the ways information is being used as a result of Covid-19.

How data is supporting the Covid-19 response

-

You can read current examples of how data is being used to support the Covid-19 response here.

+

You can read current examples of how data is being used to support the Covid-19 response here.

The use of mobile devices by patients in hospitals

-

This guidance 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.

+

This guidance 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.

COPI Notice - frequently asked questions

-

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 here.

+

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 here.

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 NHSX IG team.

diff --git a/app/views/pages/key-information-and-tools/information-governance-guidance/use-of-mobile-devices-by-patients b/app/views/pages/key-information-and-tools/information-governance-guidance/use-of-mobile-devices-by-patients.njk similarity index 100% rename from app/views/pages/key-information-and-tools/information-governance-guidance/use-of-mobile-devices-by-patients rename to app/views/pages/key-information-and-tools/information-governance-guidance/use-of-mobile-devices-by-patients.njk