diff --git a/app/views/layout.html b/app/views/layout.html index 00e8221..e82e3e3 100755 --- a/app/views/layout.html +++ b/app/views/layout.html @@ -31,6 +31,10 @@ { label: "Cookies", URL: "/cookies" + }, + { + label: "Privacy policy", + URL: "/privacy-policy" } ] }) }} diff --git a/app/views/privacy-policy.html b/app/views/privacy-policy.html new file mode 100644 index 0000000..411cfd3 --- /dev/null +++ b/app/views/privacy-policy.html @@ -0,0 +1,120 @@ +{% extends 'layout.html' %} + +{% block pageTitle %} + Privacy policy - NHS prototype kit +{% endblock %} + +{% block beforeContent %} + {{ breadcrumb({ + href: "/", + text: "Home" + }) }} +{% endblock %} + +{% block content %} +
+ Your privacy is important to us. This privacy policy covers what we collect and how we use, share and store your information. +
+ This page tells you: +
+ You can leave feedback on some pages of the website or on a user survey. You can choose to share your email address if you want a reply. Otherwise, we collect and store feedback anonymously +
+ Our website uses cookies. These are small files saved on your phone, tablet or computer when you visit a website. They store information about how you use the website, such as the pages you visit. +
+ The law says that we can store cookies on your device if they are strictly necessary to make our website work. For all other types of cookies we need your permission before we can use them on your device. +
+ Read our cookie policy to find out more about the cookies we use. +
+ We sometimes use tools on other organisations' websites to collect data or to ask for feedback. These tools set their own cookies. +
+ For a number of the activities that we undertake to complete our function, we need to process personal data. We collect certain personal data when you use the NHS prototype kit. +
+ We collect your data so that we can: +
+
+ We collect your user profile if you interact with us on collaboration tools and platforms. +
+ We convert your data into secure code (encrypt it) and store it on secure servers in England. A partner organisation is providing hosting services but has no say in how the information is used. There are no legal ways for their employees to see the data. Only approved people in the NHS digital service manual team can see it. +
+ If you shared your email with us as part of a survey, we will delete it after 2 years. At that point no one can identify you in the survey data. +
+ As part of NHS prototype kit we share your personal data with data processors who provide us with: +
+ NHS England may share anonymous information on how the service is used with the Department of Health and Social Care, integrated care boards (ICBs), and national governance groups. +
+ When you give us personal information, we may pass it on if the law says we must. +
+ If you make a claim against us, we and other third parties such as our solicitors may need to look at this information. +
+ We will not share your personal information with anyone else without your permission for any other reason. +
+ You can: +
++ NHS Digital (NHS England), 1 Trevelyan Square, Boar Lane, Leeds, LS1 6AE is the Data Controller for the NHS digital service manual under data protection legislation. We will process your data in line with data protection legislation. +
+ Updated: November 2024 +
+ + + +