From 466bff14fbc706444621400264b1f63a32fb6d49 Mon Sep 17 00:00:00 2001 From: Roshaan Bajwa <119668404+roshaanbajwa@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:19:30 +0000 Subject: [PATCH] Remove messaging patients section (#1944) * remove messaging patients section * version number --- CHANGELOG.md | 6 + .../content/formatting-and-punctuation.njk | 2 - .../messaging-patients/_breadcrumb.njk | 15 -- .../messaging-patients/_side-nav-mobile.njk | 21 --- .../communication-channels-for-messages.njk | 178 ------------------ .../content/messaging-patients/index.njk | 70 ------- .../send-accessible-messages.njk | 167 ---------------- ...ages-that-are-appropriate-and-relevant.njk | 79 -------- .../send-messages-that-patients-trust.njk | 80 -------- .../numbers-measurements-dates-time.njk | 2 - app/views/includes/_side-nav.njk | 28 +-- app/views/site-map.njk | 8 - app/views/sitemap.xml | 15 -- package.json | 2 +- 14 files changed, 8 insertions(+), 665 deletions(-) delete mode 100644 app/views/content/messaging-patients/_breadcrumb.njk delete mode 100644 app/views/content/messaging-patients/_side-nav-mobile.njk delete mode 100644 app/views/content/messaging-patients/communication-channels-for-messages.njk delete mode 100644 app/views/content/messaging-patients/index.njk delete mode 100644 app/views/content/messaging-patients/send-accessible-messages.njk delete mode 100644 app/views/content/messaging-patients/send-messages-that-are-appropriate-and-relevant.njk delete mode 100644 app/views/content/messaging-patients/send-messages-that-patients-trust.njk diff --git a/CHANGELOG.md b/CHANGELOG.md index 68addbe7e..ea54d82f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # NHS digital service manual Changelog +## 6.2.1 - 27 March 2024 + +:wrench: **Maintenance** + +- Remove "Messaging patients" section in Content guide + ## 6.2.0 - 26 March 2024 :new: **New features** diff --git a/app/views/content/formatting-and-punctuation.njk b/app/views/content/formatting-and-punctuation.njk index e4df3b90f..3d719e9b8 100644 --- a/app/views/content/formatting-and-punctuation.njk +++ b/app/views/content/formatting-and-punctuation.njk @@ -23,8 +23,6 @@
Most messaging service suppliers will not let you choose the channel for a batch message to multiple patients.
-Avoid sending the same message using more than one channel at the same time. This can overwhelm patients. It also increases costs for the NHS.
-{% include "content/messaging-patients/_side-nav-mobile.njk" %} - -Some patients will have a recorded communication need. This could be related to a disability, impairment or sensory loss. You must send them messages in a format they can access.
-Find out more about sending accessible and inclusive messages.
-Sending a message through the NHS App is free and secure. It also means patients can manage all their healthcare information in one place.
-Your messaging service supplier may already offer NHS App messaging.
-Patients need to download the NHS App and turn on their notifications. This is so they can see that you have sent them an App message.
-Do not send an App message to tell the patient anything urgent.
-Find out more about:
-If a patient does not see an App message notification or read the message, it will automatically be sent by text message, email or letter.
-Each messaging service supplier will send messages to channels in different priority orders and timescales. Speak to your supplier to find out more.
-If a patient does not read an App message, it might be sent as a text message. Keep messages as short as possible to avoid unnecessary costs.
-Sending text messages costs the NHS millions of pounds each year.
-Encourage your patients to download the NHS App, so you can send more App messages. These are free. Or check if you could send an email instead.
-If you try to send a text message and it is not delivered to the patient, you will still pay for it.
-Regularly check that the mobile numbers you have for patients are up to date.
-You could also run a report in your clinical system to try and find any mobile numbers that are not in a valid format. For example, they could be too long or too short.
- -Keep text messages as short as possible. But make sure you include all the information the patient needs to know.
-The How we write section of our content guide can help you to write messages that are clear and concise.
-Text messages are split into chunks called fragments.
-Each fragment costs about 2 pence.
-If you go 1 character over a fragment limit, you are charged for another fragment. For example:
-Check how many fragments your templates use. Remove any words that are not needed, for example COVID-19 guidance.
-You can also reduce the length of your text messages by:
-Reducing the length of your text messages is important. But it is more important that all patients can understand your messages.
-You should:
-Find out more about sending accessible and inclusive messages.
- -Not all patients with a mobile telephone number have a smartphone.
-Give patients another way to respond if they are not able to follow the links in a text message.
-If you include links in a text message, do not use a third-party link shortening service. They are not accessible for patients using assistive technology.
-Patients also cannot tell whether a short link goes to a website they can trust, for example www.nhs.uk or www.gov.uk. Find out more about sending messages that patients trust.
-Find out how many reminder messages you are sending for each appointment.
-You might be sending reminders both 7 days and 24 hours before an appointment.
-If you are, consider switching off the 7 day reminders for a while. Monitor your "did not attend" (DNA) rates to see if not sending these reminders has any impact.
-Sending an email may be free, depending on your messaging service supplier. It can be more convenient and accessible than a paper letter.
-Patients may also prefer to have information emailed to them if they need to forward it to someone else, for example a fit note (sick note).
-Make sure that everyone can understand your emails. This includes people who use a screen reader to read the written content out loud or display it in Braille.
-You should:
-Find out more about sending accessible and inclusive messages.
- -Your email could end up in a patient's junk folder or they might not trust it is from the NHS. Find out more about sending messages that patients trust.
- -Sending a paper letter using Royal Mail costs at least 75 pence. Consider whether you could send an App message, email or text message instead. These cost less and can be more convenient for patients.
-Do not send a paper letter to tell the patient anything urgent.
-Patients may find a letter useful if they could need to refer to the information in the future. For example, a summary of what has been discussed during a consultation.
-Write any letters that a patient will see directly to them, rather than to another healthcare professional.
-Follow the How we write section of our content guide to write clear, concise letters using plain English.
-Find out more about sending accessible and inclusive messages.
-Create a communications policy that outlines what types of messages you will send using each channel.
-This will make your messaging more consistent for patients, so they know what to expect. It will also help you budget for messaging costs.
-NHS England has created a template for email and text message communications.
-{% endblock %} diff --git a/app/views/content/messaging-patients/index.njk b/app/views/content/messaging-patients/index.njk deleted file mode 100644 index 6ce35f3ef..000000000 --- a/app/views/content/messaging-patients/index.njk +++ /dev/null @@ -1,70 +0,0 @@ -{% set pageTitle = "Send effective messages to patients" %} -{% set pageSection = "Content guide" %} -{% set subSection = "Messaging patients" %} -{% set pageDescription = "This guide is for anyone who sends messages to patients in the NHS. It will help you to create and send more effective messages." %} -{% set dateUpdated = "March 2024" %} -{% set theme = "Content guide" %} - -{% extends "includes/app-layout.njk" %} - -{% block breadcrumb %} - {% include "content/_breadcrumb.njk" %} -{% endblock %} - -{% block bodyContent %} - -Find out more about different communication channels for messages.
-Find out more about sending accessible and inclusive messages.
-Find out more about sending messages that patients trust.
-Find out more about sending personalised, appropriate and relevant messages.
-{% endblock %} diff --git a/app/views/content/messaging-patients/send-accessible-messages.njk b/app/views/content/messaging-patients/send-accessible-messages.njk deleted file mode 100644 index 2b88415d6..000000000 --- a/app/views/content/messaging-patients/send-accessible-messages.njk +++ /dev/null @@ -1,167 +0,0 @@ -{% set pageTitle = "Send accessible and inclusive messages" %} -{% set pageSection = "Content guide" %} -{% set pageDescription = "Write and send messages that everyone can understand and make everyone feel included and respected." %} -{% set subSection = "Messaging patients" %} -{% set dateUpdated = "March 2024" %} - -{% extends "includes/app-layout.njk" %} - -{% block breadcrumb %} - {% include "content/messaging-patients/_breadcrumb.njk" %} -{% endblock %} - -{% block bodyContent %} - -{% include "content/messaging-patients/_side-nav-mobile.njk" %} - -Aim to make all the text messages, emails and App messages you send accessible to people who:
-This will reduce the number of messages you need to send in alternative formats (also known as accessible formats).
-Follow the How we write section of our content guide to write messages that are:
-Specific pages of the content guide tell you how to:
-The messages you send might include links to your website. Find out how to make your website usable and accessible for patients (NHS England).
-People experiencing stress and trauma may not understand things the same way they usually would.
-People experiencing stress and trauma cancelled appointments they wanted to reschedule. They were also more likely to think a "referral" was the same as an "appointment".
-Many people will be stressed or experiencing trauma when reading messages related to their healthcare.
-Messages need to:
-Anyone providing NHS care needs to follow the Accessible Information Standard.
-It sets out how you must meet the communication needs of people with a disability, impairment or sensory loss.
-This includes patients and service users, and their carers and parents.
-These are the patient codes that may mean the patient has a communication need:
-Base decisions on a patient's communication needs, rather than their diagnosis, where possible.
-“If people cannot get information about their healthcare they understand, this can have a significant impact on their mental health and can lead to them missing doctor's appointments or taking the wrong medication, putting them in danger." – Healthwatch England
-Find out more about the Accessible Information Standard (NHS England).
-Many people with communication needs use assistive technology. For example, a screen reader to help them to understand written information.
-A screen reader helps people who are blind or have a visual impairment to interact with electronic devices. The screen reader will read the written content out loud or can display the content in Braille.
-Sending messages by email or text message will mean these people can use their preferred technology.
-Some people will need you to send messages in an alternative format. These are also called accessible formats.
-People with a visual impairment may need:
-People with a learning disability or a low level of literacy may need:
-People who are Deaf or have hearing loss may need:
-People with co-ordination difficulties may need:
-Find out more about alternative communication formats (GOV.UK).
-Use our content guide to create inclusive content about:
-There is also separate guidance about how to talk about people with a learning disability or autism (NHS England).
-Some patients may not understand written English. You should make all possible efforts to meet their communication needs.
-You should:
-Avoid Google Translate and other automated online translation services. The translations could be poor quality.
-Find out more about language interpreting and translation for healthcare practitioners on GOV.UK.
-{% endblock %} diff --git a/app/views/content/messaging-patients/send-messages-that-are-appropriate-and-relevant.njk b/app/views/content/messaging-patients/send-messages-that-are-appropriate-and-relevant.njk deleted file mode 100644 index 8c2621ba0..000000000 --- a/app/views/content/messaging-patients/send-messages-that-are-appropriate-and-relevant.njk +++ /dev/null @@ -1,79 +0,0 @@ -{% set pageTitle = "Send messages that are appropriate and relevant" %} -{% set pageSection = "Content guide" %} -{% set pageDescription = "Different types of messages will need different levels of personalisation." %} -{% set subSection = "Messaging patients" %} -{% set dateUpdated = "March 2024" %} - -{% extends "includes/app-layout.njk" %} - -{% block breadcrumb %} - {% include "content/messaging-patients/_breadcrumb.njk" %} -{% endblock %} - -{% block bodyContent %} - -Think about the context of the messages you send.
-Adapt the content and tone to make your messages appropriate for the situation.
- -{% include "content/messaging-patients/_side-nav-mobile.njk" %} - -Research shows that patients' engagement falls if they receive too many messages that are not relevant to them.
- -Use your clinical system to identify groups of patients that are as specific as possible.
-Then make the message content as relevant as possible to those specific groups. Use all the information you have available.
-A group of patients have missed their most recent screening appointment. They have attended previous screening appointments.
-You can send a message reminding them of the importance of regular screening.
- -Sending a message to a very large group of patients can mean it's not relevant to everyone who receives it. It can also be very expensive.
-Consider whether you can share general information in other ways. For example, on your website or in a post on social media.
- -Be cautious about what personal information you include in messages. Other people could see the messages, which could put the patient at risk. For example, many families will share a single mobile phone.
-Some people also regularly change their mobile number. It is important to confirm patients' contact details at every opportunity.
-Include enough information for the patient to understand what the message means and any action they need to take. But do not include any specific details of their care.
- -{% from 'tables/macro.njk' import table %} - -{{ table({ - panel: false, - caption: "Example of appropriate message content", - firstCellIsHeader: false, - head: [ - { - text: "Do not use" - }, - { - text: "Use" - } - ], - rows: [ - [ - { - text: "The results from your blood sugar test are available..." - }, - { - text: "The results from your test are available..." - } - ] - ] -}) }} - -Make sure your messages follow UK GDPR and data protection legislation.
-Find out what is and is not direct marketing (NHS England).
-Messages should make patients feel cared for. You should try to avoid making patients feel anxious.
-Follow the Voice and tone section of our content guide to write messages that are:
-People may not trust a message with spelling and grammatical errors or inaccuracies. They may not think it is genuine.
-To avoid this, you should:
-Do not use a third-party link shortening service to reduce the length of links, because:
-Research has shown that people can be worried about being scammed if a link does not go to an NHS website.
-Find out more about using links and URLs on GOV.UK Notify.
- -A SenderID is the words that appear on a text message in place of the sending telephone number.
-Using an appropriate SenderID can help build trust with message recipients.
-You should use MEF-registered (official) SenderIDs.
- -{% from 'tables/macro.njk' import table %} - -{{ table({ - panel: false, - caption: "Example of an appropriate SenderID", - firstCellIsHeader: false, - head: [ - { - text: "Do not use" - }, - { - text: "Use" - } - ], - rows: [ - [ - { - text: "[+4478…] sent you a message" - }, - { - text: "[Practice name] sent you a message" - } - ] - ] -}) }} - -To protect people from spam or phishing:
-