From 11d0ec7406217cd7fb69b21ec047942909e67633 Mon Sep 17 00:00:00 2001 From: jamestynan-content Date: Tue, 9 Jun 2026 12:43:54 +0000 Subject: [PATCH 1/4] Update sidebar sections order for about pages --- .vscode/launch.json | 16 + .vscode/tasks.json | 13 + docs/_data/sidebar-section-order.yml | 5 +- .../custom-components/gpit-feature-list.html | 418 ++++++++++++++++++ .../national-programmes-feature-list.html | 402 +++++++++++++++++ .../research-features-list.html | 404 +++++++++++++++++ .../secondary-care-feature-list.html | 404 +++++++++++++++++ docs/pages/about/about.md | 11 + docs/pages/about/campaigns.md | 34 +- docs/pages/about/direct-messaging.md | 28 +- docs/pages/about/event-based-messaging.md | 33 +- docs/pages/about/gpit.md | 23 + docs/pages/about/national-programmes.md | 23 + docs/pages/about/new-and-upcoming-features.md | 2 +- docs/pages/about/nhs-app-messages.md | 2 +- docs/pages/about/research.md | 23 + docs/pages/about/secondary-care.md | 23 + project.code-workspace | 66 ++- .../config/vocabularies/words/accept.txt | 1 + 19 files changed, 1894 insertions(+), 37 deletions(-) create mode 100644 .vscode/launch.json create mode 100644 .vscode/tasks.json create mode 100644 docs/_includes/custom-components/gpit-feature-list.html create mode 100644 docs/_includes/custom-components/national-programmes-feature-list.html create mode 100644 docs/_includes/custom-components/research-features-list.html create mode 100644 docs/_includes/custom-components/secondary-care-feature-list.html create mode 100644 docs/pages/about/gpit.md create mode 100644 docs/pages/about/national-programmes.md create mode 100644 docs/pages/about/research.md create mode 100644 docs/pages/about/secondary-care.md diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..5d394703 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,16 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Debug docs site", + "type": "node", + "request": "launch", + "runtimeExecutable": "make", + "runtimeArgs": ["debug"], + "cwd": "${workspaceFolder}/docs", + "console": "integratedTerminal", + "preLaunchTask": "stop-already-running", + "skipFiles": ["/**"] + } + ] +} diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 00000000..df013581 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,13 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "stop-already-running", + "type": "shell", + "command": "kill $(lsof -ti :4000); exit 0;", + "options": { + "cwd": "${workspaceFolder}/docs" + } + } + ] +} diff --git a/docs/_data/sidebar-section-order.yml b/docs/_data/sidebar-section-order.yml index 4fd8f86e..c7f9abf3 100644 --- a/docs/_data/sidebar-section-order.yml +++ b/docs/_data/sidebar-section-order.yml @@ -3,8 +3,11 @@ # Sections not listed here will appear at the end in alphabetical order sections: - - "By use case" - "Accessing NHS Notify" + - "Features by organisation type" + - "Features by messaging needs" + - "Features by message channel" + - "By use case" - "Writing a message" - "Sending a message" - "Going live" diff --git a/docs/_includes/custom-components/gpit-feature-list.html b/docs/_includes/custom-components/gpit-feature-list.html new file mode 100644 index 00000000..61a42c25 --- /dev/null +++ b/docs/_includes/custom-components/gpit-feature-list.html @@ -0,0 +1,418 @@ + +

Integration method

+ + + + + + + + + + + + + + + + + +
Integration methodIncluded
NHS Notify API (recommended) + + + +
NHS Notify MESH + + + +
+ + +

Message channels

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Message channelIncluded
NHS App messages +
+

Includes push notifications that are sent between 6am and 10pm to support sociable + hours

+
+
+ + + +
Emails + + + +
Text messages (SMS) + + + +
Letters + + + +
+ + +

Additional letter formats

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Additional letter formatIncluded
Braille + + + +
Large print + + + +
Audio CD + + + +
Letters in other languages + + + +
+

You're responsible for translating your message content. NHS Notify does not provide this service. +

+

Learn more about accessible formats and letters in other + languages.

+ + +

Writing messages

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Templates +
+ Send the same thing to lots of people without writing a new message each time +
+
+ + + +
Free-text input +
+ Use free-text inputs in your own software to write messages +
+

Find out how to:

+ +
+ + + +
Personalisation +
+ Add details like your recipients name, appointment times or reference numbers to your messages +
+
+ + + +
Sender name +
+ Tell recipients who your messages are from +
+

You can send messages on behalf of your users and use their + sender name. We'll set this up for you during your onboarding.

+ + Find out how to tell recipients who your messages are from +
+ + + +
+ + +

Sending messages

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Automatic contact look up (mandatory) +
+ NHS Notify automatically finds and uses your recipients contact details from their NHS number +
+
+ + + +
Message plans and fallbacks +
+

Use message plans to decide how and what order messages will be sent to your recipients +

+
+

You can choose from a list of pre-defined message plans. For example: NHS App, email, text + message.

+

If we cannot deliver a message through your first choice, we automatically try the next + channel in your message plan. This is called a fallback.

+ + Find out more about message + plans and fallbacks +
+ + + +
Parallel send +
+ Send two or more messages at the same time to a recipient +
+
+ + + +
Avoid messaging recipients you should not contact +
+ NHS Notify prevents you from sending messages to some specific recipients to make your messaging more + effective +
+

NHS Notify will prevent you from messaging recipients with:

+
    +
  • flagged records
  • +
  • reason for removal codes (also known as exit codes)
  • +
  • international postal addresses
  • +
  • invalid postcodes and email addresses
  • +
  • an informal or formal death status
  • +
+ Find out more about recipients + you cannot message +
+ + + +
+ + +

Message performance and charging

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Power BI reporting +
+ See how your messages are performing over time with our Power BI dashboards +
+
+ + + +
Real time message status callbacks +
+ Receive real time updates every time the status of a message changes +
+
API only
Daily message report +
+ Receive a daily report of messages and channels that have completed that day +
+
MESH only
Quarterly billing +
+ Pay for the messages you send every quarter with cross charging +
+ Find out how to pay +
+ + + +
diff --git a/docs/_includes/custom-components/national-programmes-feature-list.html b/docs/_includes/custom-components/national-programmes-feature-list.html new file mode 100644 index 00000000..b685ad1d --- /dev/null +++ b/docs/_includes/custom-components/national-programmes-feature-list.html @@ -0,0 +1,402 @@ + +

Integration method

+ + + + + + + + + + + + + + + + + +
Integration methodIncluded
NHS Notify API (recommended) + + + +
NHS Notify MESH + + + +
+ + +

Message channels

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Message channelIncluded
NHS App messages +
+

Includes push notifications that are sent between 6am and 10pm to support sociable + hours

+

If push notifications are turned off, the recipient will receive a text message (SMS) + telling them they have a new message in the NHS App.

+
+ + + +
Emails + + + +
Text messages (SMS) + + + +
Letters + + + +
+ + +

Additional letter formats

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Additional letter formatIncluded
Braille + + + +
Large print + + + +
Audio CD + + + +
Letters in other languages + + + +
+

You're responsible for translating your message content. NHS Notify does not provide this service. +

+

Learn more about accessible formats and letters in other + languages.

+ + +

Writing messages

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Templates +
+ Send the same thing to lots of people without writing a new message each time +
+
+ + + +
Free-text input +
+ Use free-text inputs in your own software to write messages +
+
+ + + +
Personalisation +
+ Add details like your recipients name, appointment times or reference numbers to your messages +
+
+ + + +
Sender name +
Tell recipients who your messages are from
+ Find out how to tell recipients who your messages are from +
+ + + +
+ + +

Sending messages

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Automatic contact look up (mandatory) +
+ NHS Notify automatically finds and uses your recipients contact details from their NHS number +
+
+ + + +
Message plans and fallbacks +
Use message plans to decide how and what order messages will be sent to your recipients
+

You can choose from a list of pre-defined message plans. For example: NHS App, email, text + message.

+

If we cannot deliver a message through your first choice, we automatically try the next + channel in your message plan. This is called a fallback.

+ Find out more about message + plans and fallbacks +
+ + + +
Parallel send +
+ Send two or more messages at the same time to a recipient +
+
+ + + +
Avoid messaging recipients you should not contact +
NHS Notify prevents you from sending messages to some specific recipients to make your messaging more + effective
+

NHS Notify will prevent you from messaging recipients with:

+
    +
  • flagged records
  • +
  • reason for removal codes (also known as exit codes)
  • +
  • international postal addresses
  • +
  • invalid postcodes or emails
  • +
  • an informal or formal death status
  • +
+

NHS Notify uses the Personal Demographic Service (PDS) to check who you can and cannot message.

+

Screening programmes can send messages to recipients with certain contact restrictions in PDS. For example, + sensitive flag.

+ Find out more about recipients + you cannot message +
+ + + +
+ + +

Message performance and charging

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Power BI reporting +
+ See how your messages are performing over time with our Power BI dashboards +
+
+ + + +
Real time message status callbacks +
+ Receive real time updates every time the status of a message changes +
+
API only
Daily message report +
+ Receive a daily report of messages and channels that have completed that day +
+
MESH only
Quarterly billing +
+ Pay for the messages you send every quarter with cross charging +
+ Find out how to pay +
+ + + +
diff --git a/docs/_includes/custom-components/research-features-list.html b/docs/_includes/custom-components/research-features-list.html new file mode 100644 index 00000000..b29b5547 --- /dev/null +++ b/docs/_includes/custom-components/research-features-list.html @@ -0,0 +1,404 @@ + +

Integration method

+ + + + + + + + + + + + + + + + + +
Integration methodIncluded
NHS Notify API (recommended) + + + +
NHS Notify MESH + + + +
+ + +

Message channels

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Message channelIncluded
NHS App messages +
+

Includes push notifications that are sent between 6am and 10pm to support sociable + hours

+
+
+ + + +
Emails + + + +
Text messages (SMS) + + + +
Letters + + + +
+ + +

Additional letter formats

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Additional letter formatIncluded
Braille + + + +
Large print + + + +
Audio CD + + + +
Letters in other languages + + + +
+

You're responsible for translating your message content. NHS Notify does not provide this service. +

+

Learn more about accessible formats and letters in other + languages.

+ + +

Writing messages

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Templates +
+ Send the same thing to lots of people without writing a new message each time +
+
+ + + +
Free-text input +
+ Use free-text inputs in your own software to write messages +
+
+ + + +
Personalisation +
+ Add details like your recipients name, appointment times or reference numbers to your messages +
+
+ + + +
Sender name +
+ Tell recipients who your messages are from +
+ Find out how to tell recipients who your messages are from +
+ + + +
+ + +

Sending messages

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Automatic contact look up (mandatory) +
+ NHS Notify automatically finds and uses your recipients contact details from their NHS number +
+
+ + + +
Message plans and fallbacks +
+

Use message plans to decide how and what order messages will be sent to your recipients

+
+

You can choose from a list of pre-defined message plans. For example: NHS App, email, text + message, letter.

+

If we cannot deliver a message through your first choice, we automatically try the next + channel in your message plan. This is called a fallback.

+ + Find out more about message + plans and fallbacks +
+ + + +
Parallel send +
+ Send two or more messages at the same time to a recipient +
+
+ + + +
Avoid messaging recipients you should not contact +
+ NHS Notify prevents you from sending messages to some specific recipients to make your messaging more effective +
+

NHS Notify will prevent you from messaging recipients with:

+
    +
  • flagged records
  • +
  • reason for removal codes (also known as exit codes)
  • +
  • international postal addresses
  • +
  • invalid postcodes and email addresses
  • +
  • an informal or formal death status
  • +
+ Find out more about recipients + you cannot message +
+ + + +
+ + +

Message performance and charging

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Power BI reporting +
+ See how your messages are performing over time with our Power BI dashboards +
+
+ + + +
Real time message status callbacks +
+ Receive real time updates every time the status of a message changes +
+
API only
Daily message report +
+ Receive a daily report of messages and channels that have completed that day +
+
MESH only
Quarterly billing +
+ Pay for the messages you send every quarter with cross charging +
+ Find out how to pay +
+ + + +
diff --git a/docs/_includes/custom-components/secondary-care-feature-list.html b/docs/_includes/custom-components/secondary-care-feature-list.html new file mode 100644 index 00000000..b29b5547 --- /dev/null +++ b/docs/_includes/custom-components/secondary-care-feature-list.html @@ -0,0 +1,404 @@ + +

Integration method

+ + + + + + + + + + + + + + + + + +
Integration methodIncluded
NHS Notify API (recommended) + + + +
NHS Notify MESH + + + +
+ + +

Message channels

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Message channelIncluded
NHS App messages +
+

Includes push notifications that are sent between 6am and 10pm to support sociable + hours

+
+
+ + + +
Emails + + + +
Text messages (SMS) + + + +
Letters + + + +
+ + +

Additional letter formats

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Additional letter formatIncluded
Braille + + + +
Large print + + + +
Audio CD + + + +
Letters in other languages + + + +
+

You're responsible for translating your message content. NHS Notify does not provide this service. +

+

Learn more about accessible formats and letters in other + languages.

+ + +

Writing messages

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Templates +
+ Send the same thing to lots of people without writing a new message each time +
+
+ + + +
Free-text input +
+ Use free-text inputs in your own software to write messages +
+
+ + + +
Personalisation +
+ Add details like your recipients name, appointment times or reference numbers to your messages +
+
+ + + +
Sender name +
+ Tell recipients who your messages are from +
+ Find out how to tell recipients who your messages are from +
+ + + +
+ + +

Sending messages

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Automatic contact look up (mandatory) +
+ NHS Notify automatically finds and uses your recipients contact details from their NHS number +
+
+ + + +
Message plans and fallbacks +
+

Use message plans to decide how and what order messages will be sent to your recipients

+
+

You can choose from a list of pre-defined message plans. For example: NHS App, email, text + message, letter.

+

If we cannot deliver a message through your first choice, we automatically try the next + channel in your message plan. This is called a fallback.

+ + Find out more about message + plans and fallbacks +
+ + + +
Parallel send +
+ Send two or more messages at the same time to a recipient +
+
+ + + +
Avoid messaging recipients you should not contact +
+ NHS Notify prevents you from sending messages to some specific recipients to make your messaging more effective +
+

NHS Notify will prevent you from messaging recipients with:

+
    +
  • flagged records
  • +
  • reason for removal codes (also known as exit codes)
  • +
  • international postal addresses
  • +
  • invalid postcodes and email addresses
  • +
  • an informal or formal death status
  • +
+ Find out more about recipients + you cannot message +
+ + + +
+ + +

Message performance and charging

+ + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureIncluded
Power BI reporting +
+ See how your messages are performing over time with our Power BI dashboards +
+
+ + + +
Real time message status callbacks +
+ Receive real time updates every time the status of a message changes +
+
API only
Daily message report +
+ Receive a daily report of messages and channels that have completed that day +
+
MESH only
Quarterly billing +
+ Pay for the messages you send every quarter with cross charging +
+ Find out how to pay +
+ + + +
diff --git a/docs/pages/about/about.md b/docs/pages/about/about.md index 4b42bb1c..df2e21da 100644 --- a/docs/pages/about/about.md +++ b/docs/pages/about/about.md @@ -56,6 +56,17 @@ You can send messages in bulk or individually. ## Features +### Use features for your organisation type + +NHS Notify has features for different types of health organisations, including: + +- [national programmes (like screening or vaccination programmes)]({% link pages/about/national-programmes.md %}) +- [suppliers of technology services to primary care (GP IT)]({% link pages/about/gpit.md %}) +- [secondary care organisations]({% link pages/about/secondary-care.md %}) +- [research services]({% link pages/about/research.md %}) + +If your organisation type is not on this list, you may still be able to use NHS Notify. [Check if you can use NHS Notify]({% link pages/get-started/check-you-can-use-nhs-notify.md %}). + ### Send messages based on your needs - [Campaigns]({% link pages/about/campaigns.md %}) diff --git a/docs/pages/about/campaigns.md b/docs/pages/about/campaigns.md index 65d47e77..cd1e84e2 100644 --- a/docs/pages/about/campaigns.md +++ b/docs/pages/about/campaigns.md @@ -5,7 +5,7 @@ layout: page title: Campaigns parent: About -nav_order: 1 +nav_order: 7 permalink: /about/campaigns section: Features by messaging needs redirect_from: /using-nhs-notify/campaigns @@ -22,11 +22,35 @@ Create messaging campaigns with NHS Notify to send: - screening appointment invitations - health or adult social care research invitations -## What features you can use +## Choosing your message order -Find out what features you can and cannot use when you send messages as part of a campaign with NHS Notify. +You can use message plans to decide how and what order messages will be sent to your recipients. -{% include custom-components/campaign-feature-list.html %} +You can send campaign messages in the following ways: + +- NHS App message only +- NHS App message, Email +- NHS App message, Text message +- NHS App message, Email, Text message +- NHS App message, Text message, Email +- NHS App message, Text message, Letter +- NHS App message, Email, Text message, Letter +- Letter only + +### Fallback rules for messages + +If we cannot deliver a message through your first choice, we automatically try the next channel in your message plan. This is called a ‘fallback.’ + +All digital message channels will immediately fallback to the next channel if it is rejected or an 'unnotified' status is received. + +NHS App messages will fallback to the next channel when: + +- a 'notified' status is not received within 1 hour +- the message is not read by the recipient within 24 hours + +Emails and text messages will fallback to the next channel if they are not delivered after 72 hours. + +Letters do not have any fallback rules as they’re always sent last in message plans for transactional messages. ## Using the NHS App for patient journeys @@ -36,6 +60,6 @@ When you send NHS App messages as part of a campaign with NHS Notify, you must a - links should only take patients to web content such as your website, NHS.UK or other relevant web pages - do not include links that open other mobile applications -## See what's next for NHS Notify +## New and upcoming features for NHS Notify If you're thinking of using NHS Notify for campaign messaging but cannot find the features you need, read about our [new and upcoming features to find out what we're working on next]({% link pages/about/new-and-upcoming-features.md %}). diff --git a/docs/pages/about/direct-messaging.md b/docs/pages/about/direct-messaging.md index 6701e0fb..f09a3c70 100644 --- a/docs/pages/about/direct-messaging.md +++ b/docs/pages/about/direct-messaging.md @@ -5,7 +5,7 @@ layout: page title: Direct messaging parent: About -nav_order: 3 +nav_order: 9 permalink: /about/direct-messaging section: Features by messaging needs redirect_from: /using-nhs-notify/direct-messaging @@ -24,11 +24,29 @@ You might send direct messages for: - general primary care - acute secondary care appointments -## What features you can use +## Choosing your message order -Find out what features you can and cannot use when you send direct messages with NHS Notify. +If you send direct messages with the NHS App, it's your organisation or service's responsibility to make sure they fallback to another message channel if they do not send. These fallbacks must follow certain rules. -{% include custom-components/direct-message-feature-list.html %} +You must adhere to the following: + +**1. Time sensitive NHS app messages should fallback when:** + +- a recipient does not have the NHS App +- a 'notified' status is not received within 1 hour +- the message is not read by the recipient within 4 hours + +**2. Bulk NHS App messages should fallback when:** + +- a recipient does not have the NHS App +- a 'notified' status is not received within 1 hour +- the message is not read by the recipient within 24 hours + +**3. Acute secondary care appointment NHS App messages should fallback when:** + +- a recipient does not have the NHS App +- a 'notified' status is not received within 1 hour +- the message is not read by the recipient within 4, 12 or 24 hours ## Using the NHS App for patient journeys @@ -70,6 +88,6 @@ text='You must adhere to the following in your user journeys: - all patient replies are handled via questionnaires controlled within the PEP platform, not through the NHS App '%} -## See what's next for NHS Notify +## New and upcoming features for NHS Notify If you're thinking of using NHS Notify for direct messaging but cannot find the features you need, read about our [new and upcoming features to find out what we're working on next]({% link pages/about/new-and-upcoming-features.md %}). diff --git a/docs/pages/about/event-based-messaging.md b/docs/pages/about/event-based-messaging.md index bc75f79b..ee4e6d4f 100644 --- a/docs/pages/about/event-based-messaging.md +++ b/docs/pages/about/event-based-messaging.md @@ -5,7 +5,7 @@ layout: page title: Event based messaging parent: About -nav_order: 2 +nav_order: 8 permalink: /about/event-based-messaging section: Features by messaging needs redirect_from: /using-nhs-notify/event-based-messaging @@ -22,11 +22,34 @@ When an event is triggered you could use NHS Notify to automatically send: - booking confirmations - test results -## What features you can use +## Choosing your message order -Find out what features you can and cannot use when you send event based messages with NHS Notify. +You can use message plans to decide how and what order messages will be sent to your recipients. -{% include custom-components/transactional-feature-list.html %} +You can send event based messages in the following ways: + +- NHS App message only +- NHS App message, Email +- NHS App message, Text message +- NHS App message, Email, Text message +- NHS App message, Text message, Email +- NHS App message, Text message, Letter +- NHS App message, Email, Text message, Letter + +### Fallback rules for messages + +If we cannot deliver a message through your first choice, we automatically try the next channel in your message plan. This is called a ‘fallback.’ + +All digital message channels will immediately fallback to the next channel if it is rejected or an 'unnotified' status is received. + +NHS App messages will fallback to the next channel when: + +- a 'notified' status is not received within 1 hour +- the message is not read by the recipient within 24 hours + +Emails and text messages will fallback to the next channel if they are not delivered after 72 hours. + +Letters do not have any fallback rules as they’re always sent last in message plans for transactional messages. ## Using the NHS App for patient journeys @@ -36,6 +59,6 @@ When you send event based messages with the NHS App, you must adhere to the foll - links should only take patients to web content such as your website, NHS.UK or other relevant web pages - do not include links that open other mobile applications -## See what's next for NHS Notify +## New and upcoming features for NHS Notify If you're thinking of using NHS Notify for event based messaging but cannot find the features you need, read about our [new and upcoming features to find out what we're working on next]({% link pages/about/new-and-upcoming-features.md %}). diff --git a/docs/pages/about/gpit.md b/docs/pages/about/gpit.md new file mode 100644 index 00000000..da7be04b --- /dev/null +++ b/docs/pages/about/gpit.md @@ -0,0 +1,23 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: page +title: Supplier of technology services to primary care (GP IT) +parent: About +nav_order: 4 +permalink: /about/gp-it +section: Features by organisation type +--- + +GP IT suppliers provide the software systems primary care organisations use to manage patient care. + +## Which features you can use + +Find out what features you can and cannot use as a GP IT supplier using NHS Notify. + +{% include custom-components/gpit-feature-list.html %} + +## New and upcoming features for NHS Notify + +If you're thinking of using NHS Notify but cannot find the features you need, read about our [new and upcoming features to find out what we're working on next]({% link pages/about/new-and-upcoming-features.md %}). diff --git a/docs/pages/about/national-programmes.md b/docs/pages/about/national-programmes.md new file mode 100644 index 00000000..91b93b5d --- /dev/null +++ b/docs/pages/about/national-programmes.md @@ -0,0 +1,23 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: page +title: National programmes +parent: About +nav_order: 3 +permalink: /about/national-programmes +section: Features by organisation type +--- + +National programmes are health services run across the country, like vaccination or screening programmes. + +## Which features you can use + +Find out what features you can and cannot use as a national programme using NHS Notify. + +{% include custom-components/national-programmes-feature-list.html %} + +## New and upcoming features for NHS Notify + +If you're thinking of using NHS Notify but cannot find the features you need, read about our [new and upcoming features to find out what we're working on next]({% link pages/about/new-and-upcoming-features.md %}). diff --git a/docs/pages/about/new-and-upcoming-features.md b/docs/pages/about/new-and-upcoming-features.md index 69164d99..2cde45ee 100644 --- a/docs/pages/about/new-and-upcoming-features.md +++ b/docs/pages/about/new-and-upcoming-features.md @@ -5,7 +5,7 @@ layout: page title: New and upcoming features parent: About -nav_order: 2 +nav_order: 11 permalink: /about/new-and-upcoming-features redirect_from: /features/roadmap redirect_from: /about/roadmap diff --git a/docs/pages/about/nhs-app-messages.md b/docs/pages/about/nhs-app-messages.md index 4b8dee6e..78629988 100644 --- a/docs/pages/about/nhs-app-messages.md +++ b/docs/pages/about/nhs-app-messages.md @@ -5,7 +5,7 @@ layout: page title: NHS App messages parent: About -nav_order: 1 +nav_order: 10 permalink: /about/nhs-app-messages section: Features by message channel redirect_from: /features/nhs-app-messages diff --git a/docs/pages/about/research.md b/docs/pages/about/research.md new file mode 100644 index 00000000..6c516810 --- /dev/null +++ b/docs/pages/about/research.md @@ -0,0 +1,23 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: page +title: Research services +parent: About +nav_order: 6 +permalink: /about/research-services +section: Features by organisation type +--- + +Research services carry out health and social care research to improve treatments and patient care. + +## Which features you can use + +Find out what features you can and cannot use as a research service using NHS Notify. + +{% include custom-components/research-features-list.html %} + +## New and upcoming features for NHS Notify + +If you're thinking of using NHS Notify but cannot find the features you need, read about our [new and upcoming features to find out what we're working on next]({% link pages/about/new-and-upcoming-features.md %}). diff --git a/docs/pages/about/secondary-care.md b/docs/pages/about/secondary-care.md new file mode 100644 index 00000000..532f5860 --- /dev/null +++ b/docs/pages/about/secondary-care.md @@ -0,0 +1,23 @@ +--- +# Feel free to add content and custom Front Matter to this file. +# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults + +layout: page +title: Secondary care organisations +parent: About +nav_order: 5 +permalink: /about/secondary-care-organisations +section: Features by organisation type +--- + +Secondary care organisations provide specialist health services, like hospital trusts or ambulance services. + +## Which features you can use + +Find out what features you can and cannot use as a secondary care organisation using NHS Notify. + +{% include custom-components/secondary-care-feature-list.html %} + +## New and upcoming features for NHS Notify + +If you're thinking of using NHS Notify but cannot find the features you need, read about our [new and upcoming features to find out what we're working on next]({% link pages/about/new-and-upcoming-features.md %}). diff --git a/project.code-workspace b/project.code-workspace index c4437fc7..4a1c033e 100644 --- a/project.code-workspace +++ b/project.code-workspace @@ -38,53 +38,53 @@ "yzane.markdown-pdf", "yzhang.dictionary-completion", "yzhang.markdown-all-in-one", - "zoma.vscode-auto-open-workspace" + "zoma.vscode-auto-open-workspace", ], - "unwantedRecommendations": [] + "unwantedRecommendations": [], }, "folders": [ { "name": "Website", - "path": "docs" + "path": "docs", }, { "name": "NHS Notify Web CMS", - "path": "." + "path": ".", }, { "name": "Tests", - "path": "./tests" + "path": "./tests", }, { "name": "Scripts", - "path": "./scripts" + "path": "./scripts", }, { "name": "GitHub", - "path": ".github" + "path": ".github", }, { "name": "Git Hooks", - "path": "./.git/hooks" + "path": "./.git/hooks", }, { "name": "Dev Container", - "path": ".devcontainer" - } + "path": ".devcontainer", + }, ], "settings": { "[html]": { - "editor.defaultFormatter": "vscode.html-language-features" + "editor.defaultFormatter": "vscode.html-language-features", }, "[json]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" + "editor.defaultFormatter": "esbenp.prettier-vscode", }, "[jsonc]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" + "editor.defaultFormatter": "esbenp.prettier-vscode", }, "[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode", - "editor.wordWrap": "off" + "editor.wordWrap": "off", }, "cSpell.language": "en-GB", "cSpell.words": [ @@ -97,21 +97,49 @@ "pythonist", "rossbugginsnhs", "ruleset", - "Stefaniuk" + "Stefaniuk", ], "editor.formatOnSave": true, "editor.wordWrap": "off", - "githubCodeOwners.format.enabled": true, "markdownlint.config": { "MD013": false, "MD024": { "siblings_only": true }, "MD032": false, - "MD033": false + "MD033": false, }, "window.title": "${separator}${activeRepositoryName}${separator}${activeRepositoryBranchName}${separator}[${remoteName}]", "window.titleSeparator": " : ", "workspace-terminals.auto": "always", - "workspace-terminals.switchTerminal": "always" - } + "workspace-terminals.switchTerminal": "always", + }, + "launch": { + "version": "0.2.0", + "configurations": [ + { + "name": "Debug docs site", + "type": "node", + "request": "launch", + "runtimeExecutable": "make", + "runtimeArgs": ["debug"], + "cwd": "${workspaceFolder:NHS Notify Web CMS}/docs", + "console": "integratedTerminal", + "preLaunchTask": "stop-already-running", + "skipFiles": ["/**"], + }, + ], + }, + "tasks": { + "version": "2.0.0", + "tasks": [ + { + "label": "stop-already-running", + "type": "shell", + "command": "kill $(lsof -ti :4000); exit 0;", + "options": { + "cwd": "${workspaceFolder:NHS Notify Web CMS}/docs", + }, + }, + ], + }, } diff --git a/scripts/config/vale/styles/config/vocabularies/words/accept.txt b/scripts/config/vale/styles/config/vocabularies/words/accept.txt index ef15f5fc..961b81f7 100644 --- a/scripts/config/vale/styles/config/vocabularies/words/accept.txt +++ b/scripts/config/vale/styles/config/vocabularies/words/accept.txt @@ -20,6 +20,7 @@ fullName Futuna Gitleaks Grype +ICBs idempotence J[Ii][Rr][Aa] Maarten From 000db197cbfdca76988b010ef4a48797b6359bc0 Mon Sep 17 00:00:00 2001 From: jamestynan-content Date: Tue, 9 Jun 2026 12:53:32 +0000 Subject: [PATCH 2/4] New feature pages - fixed nav ordering --- docs/pages/about/nhs-app-messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/about/nhs-app-messages.md b/docs/pages/about/nhs-app-messages.md index 78629988..4b8dee6e 100644 --- a/docs/pages/about/nhs-app-messages.md +++ b/docs/pages/about/nhs-app-messages.md @@ -5,7 +5,7 @@ layout: page title: NHS App messages parent: About -nav_order: 10 +nav_order: 1 permalink: /about/nhs-app-messages section: Features by message channel redirect_from: /features/nhs-app-messages From c4e628b4148e407a9c436064f98ebab31207df5f Mon Sep 17 00:00:00 2001 From: jamestynan-content Date: Tue, 9 Jun 2026 13:10:47 +0000 Subject: [PATCH 3/4] New feature pages - another fix to nav ordering --- docs/_data/sidebar-section-order.yml | 4 ++-- docs/pages/about/campaigns.md | 4 ++-- docs/pages/about/direct-messaging.md | 2 +- docs/pages/about/event-based-messaging.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_data/sidebar-section-order.yml b/docs/_data/sidebar-section-order.yml index c7f9abf3..f02586c6 100644 --- a/docs/_data/sidebar-section-order.yml +++ b/docs/_data/sidebar-section-order.yml @@ -4,9 +4,9 @@ sections: - "Accessing NHS Notify" - - "Features by organisation type" - - "Features by messaging needs" - "Features by message channel" + - "Features by organisation type" + - "Send messages based on your needs" - "By use case" - "Writing a message" - "Sending a message" diff --git a/docs/pages/about/campaigns.md b/docs/pages/about/campaigns.md index cd1e84e2..49c82828 100644 --- a/docs/pages/about/campaigns.md +++ b/docs/pages/about/campaigns.md @@ -5,9 +5,9 @@ layout: page title: Campaigns parent: About -nav_order: 7 +nav_order: permalink: /about/campaigns -section: Features by messaging needs +section: Send messages based on your needs redirect_from: /using-nhs-notify/campaigns redirect_from: /features/campaigns --- diff --git a/docs/pages/about/direct-messaging.md b/docs/pages/about/direct-messaging.md index f09a3c70..bb2cfc18 100644 --- a/docs/pages/about/direct-messaging.md +++ b/docs/pages/about/direct-messaging.md @@ -7,7 +7,7 @@ title: Direct messaging parent: About nav_order: 9 permalink: /about/direct-messaging -section: Features by messaging needs +section: Send messages based on your needs redirect_from: /using-nhs-notify/direct-messaging redirect_from: /features/direct-messaging --- diff --git a/docs/pages/about/event-based-messaging.md b/docs/pages/about/event-based-messaging.md index ee4e6d4f..12577b1b 100644 --- a/docs/pages/about/event-based-messaging.md +++ b/docs/pages/about/event-based-messaging.md @@ -7,7 +7,7 @@ title: Event based messaging parent: About nav_order: 8 permalink: /about/event-based-messaging -section: Features by messaging needs +section: Send messages based on your needs redirect_from: /using-nhs-notify/event-based-messaging redirect_from: /features/event-based-messaging --- From b7db045f4ea653cf2831333b64f0692c0df7dfbd Mon Sep 17 00:00:00 2001 From: jamestynan-content Date: Thu, 11 Jun 2026 14:37:08 +0000 Subject: [PATCH 4/4] Updates following 2i --- .../campaign-feature-list.html | 10 ++++---- .../direct-message-feature-list.html | 10 ++++---- .../custom-components/gpit-feature-list.html | 4 ++-- .../national-programmes-feature-list.html | 23 +++++++++++-------- .../research-features-list.html | 4 ++-- .../secondary-care-feature-list.html | 10 ++++---- .../transactional-feature-list.html | 10 ++++---- docs/pages/about/about.md | 4 ++-- docs/pages/about/campaigns.md | 4 ++-- docs/pages/about/event-based-messaging.md | 16 ++++++------- docs/pages/about/gpit.md | 2 +- docs/pages/about/national-programmes.md | 2 +- docs/pages/about/research.md | 2 +- docs/pages/about/secondary-care.md | 2 +- 14 files changed, 57 insertions(+), 46 deletions(-) diff --git a/docs/_includes/custom-components/campaign-feature-list.html b/docs/_includes/custom-components/campaign-feature-list.html index c86bdc95..547082c4 100644 --- a/docs/_includes/custom-components/campaign-feature-list.html +++ b/docs/_includes/custom-components/campaign-feature-list.html @@ -48,8 +48,10 @@

Message channels

NHS App messages
-

Includes push notifications that are sent between 6am and 10pm to support sociable hours.

-

If push notifications are turned off, eligible national programmes can send a text message (SMS) instead. The text message tells recipients they have a new message in the NHS App.

+

Includes push notifications that are sent between 6am and 10pm to support sociable + hours.

+

If push notifications are turned off, eligible national programmes can send a text + message (SMS) instead. The text message tells recipients they have a new message in the NHS App.

@@ -212,7 +214,7 @@

Writing messages

Personalisation
- Add details like your recipients name, appointment times or reference numbers to your messages + Add details like your recipient's name, appointment times or reference numbers to your messages
@@ -259,7 +261,7 @@

Sending messages

Automatic contact look up (mandatory)
- NHS Notify automatically finds and uses your recipients contact details from their NHS number + NHS Notify automatically finds and uses your recipients' contact details from their NHS number
diff --git a/docs/_includes/custom-components/direct-message-feature-list.html b/docs/_includes/custom-components/direct-message-feature-list.html index 3632867b..198e3be9 100644 --- a/docs/_includes/custom-components/direct-message-feature-list.html +++ b/docs/_includes/custom-components/direct-message-feature-list.html @@ -48,8 +48,10 @@

Message channels

NHS App messages
-

Includes push notifications that are sent between 6am and 10pm to support sociable hours.

-

If push notifications are turned off, eligible national programmes can send a text message (SMS) instead. The text message tells recipients they have a new message in the NHS App.

+

Includes push notifications that are sent between 6am and 10pm to support sociable + hours.

+

If push notifications are turned off, eligible national programmes can send a text + message (SMS) instead. The text message tells recipients they have a new message in the NHS App.

@@ -212,7 +214,7 @@

Writing messages

Personalisation
- Add details like your recipients name, appointment times or reference numbers to your messages + Add details like your recipient's name, appointment times or reference numbers to your messages
@@ -259,7 +261,7 @@

Sending messages

Automatic contact look up (mandatory)
- NHS Notify automatically finds and uses your recipients contact details from their NHS number + NHS Notify automatically finds and uses your recipients' contact details from their NHS number
diff --git a/docs/_includes/custom-components/gpit-feature-list.html b/docs/_includes/custom-components/gpit-feature-list.html index 61a42c25..a1e2fefe 100644 --- a/docs/_includes/custom-components/gpit-feature-list.html +++ b/docs/_includes/custom-components/gpit-feature-list.html @@ -222,7 +222,7 @@

Writing messages

Personalisation
- Add details like your recipients name, appointment times or reference numbers to your messages + Add details like your recipient's name, appointment times or reference numbers to your messages
@@ -272,7 +272,7 @@

Sending messages

Automatic contact look up (mandatory)
- NHS Notify automatically finds and uses your recipients contact details from their NHS number + NHS Notify automatically finds and uses your recipients' contact details from their NHS number
diff --git a/docs/_includes/custom-components/national-programmes-feature-list.html b/docs/_includes/custom-components/national-programmes-feature-list.html index b685ad1d..90162f6c 100644 --- a/docs/_includes/custom-components/national-programmes-feature-list.html +++ b/docs/_includes/custom-components/national-programmes-feature-list.html @@ -49,9 +49,10 @@

Message channels

NHS App messages

Includes push notifications that are sent between 6am and 10pm to support sociable - hours

-

If push notifications are turned off, the recipient will receive a text message (SMS) - telling them they have a new message in the NHS App.

+ hours

+ +

If push notifications are turned off, the recipient will receive a text message (SMS) + telling them they have a new message in the NHS App. This will only trigger if your message plan contains text messages or letters.

@@ -214,7 +215,7 @@

Writing messages

Personalisation
- Add details like your recipients name, appointment times or reference numbers to your messages + Add details like your recipient's name, appointment times or reference numbers to your messages
@@ -229,7 +230,7 @@

Writing messages

Sender name -
Tell recipients who your messages are from
+
Tell recipients who your messages are from
Find out how to tell recipients who your messages are from @@ -259,7 +260,7 @@

Sending messages

Automatic contact look up (mandatory)
- NHS Notify automatically finds and uses your recipients contact details from their NHS number + NHS Notify automatically finds and uses your recipients' contact details from their NHS number
@@ -274,7 +275,8 @@

Sending messages

Message plans and fallbacks -
Use message plans to decide how and what order messages will be sent to your recipients
+
Use message plans to decide how and what order messages will be sent to your recipients +

You can choose from a list of pre-defined message plans. For example: NHS App, email, text message.

If we cannot deliver a message through your first choice, we automatically try the next @@ -310,7 +312,8 @@

Sending messages

Avoid messaging recipients you should not contact -
NHS Notify prevents you from sending messages to some specific recipients to make your messaging more +
NHS Notify prevents you from sending messages to some specific recipients to make your + messaging more effective

NHS Notify will prevent you from messaging recipients with:

    @@ -321,7 +324,7 @@

    Sending messages

  • an informal or formal death status

NHS Notify uses the Personal Demographic Service (PDS) to check who you can and cannot message.

-

Screening programmes can send messages to recipients with certain contact restrictions in PDS. For example, +

Screening programmes can send messages to recipients with certain contact restrictions in PDS. For example, a sensitive flag.

Find out more about recipients you cannot message @@ -383,7 +386,7 @@

Message performance and charging

Quarterly billing -
+
Pay for the messages you send every quarter with cross charging
Find out how to pay diff --git a/docs/_includes/custom-components/research-features-list.html b/docs/_includes/custom-components/research-features-list.html index b29b5547..74428512 100644 --- a/docs/_includes/custom-components/research-features-list.html +++ b/docs/_includes/custom-components/research-features-list.html @@ -213,7 +213,7 @@

Writing messages

Personalisation
- Add details like your recipients name, appointment times or reference numbers to your messages + Add details like your recipient's name, appointment times or reference numbers to your messages
@@ -260,7 +260,7 @@

Sending messages

Automatic contact look up (mandatory)
- NHS Notify automatically finds and uses your recipients contact details from their NHS number + NHS Notify automatically finds and uses your recipients' contact details from their NHS number
diff --git a/docs/_includes/custom-components/secondary-care-feature-list.html b/docs/_includes/custom-components/secondary-care-feature-list.html index b29b5547..7f97e720 100644 --- a/docs/_includes/custom-components/secondary-care-feature-list.html +++ b/docs/_includes/custom-components/secondary-care-feature-list.html @@ -213,7 +213,7 @@

Writing messages

Personalisation
- Add details like your recipients name, appointment times or reference numbers to your messages + Add details like your recipient's name, appointment times or reference numbers to your messages
@@ -260,7 +260,7 @@

Sending messages

Automatic contact look up (mandatory)
- NHS Notify automatically finds and uses your recipients contact details from their NHS number + NHS Notify automatically finds and uses your recipients' contact details from their NHS number
@@ -276,7 +276,8 @@

Sending messages

Message plans and fallbacks
-

Use message plans to decide how and what order messages will be sent to your recipients

+

Use message plans to decide how and what order messages will be sent to your recipients +

You can choose from a list of pre-defined message plans. For example: NHS App, email, text message, letter.

@@ -315,7 +316,8 @@

Sending messages

Avoid messaging recipients you should not contact
- NHS Notify prevents you from sending messages to some specific recipients to make your messaging more effective + NHS Notify prevents you from sending messages to some specific recipients to make your messaging more + effective

NHS Notify will prevent you from messaging recipients with:

    diff --git a/docs/_includes/custom-components/transactional-feature-list.html b/docs/_includes/custom-components/transactional-feature-list.html index cb61ae87..dbabb805 100644 --- a/docs/_includes/custom-components/transactional-feature-list.html +++ b/docs/_includes/custom-components/transactional-feature-list.html @@ -48,8 +48,10 @@

    Message channels

    NHS App messages
    -

    Includes push notifications that are sent between 6am and 10pm to support sociable hours.

    -

    If push notifications are turned off, eligible national programmes can send a text message (SMS) instead. The text message tells recipients they have a new message in the NHS App.

    +

    Includes push notifications that are sent between 6am and 10pm to support sociable + hours.

    +

    If push notifications are turned off, eligible national programmes can send a text + message (SMS) instead. The text message tells recipients they have a new message in the NHS App.

    @@ -216,7 +218,7 @@

    Writing messages

    Personalisation
    - Add details like your recipients name, appointment times or reference numbers to your messages + Add details like your recipient's name, appointment times or reference numbers to your messages
    @@ -263,7 +265,7 @@

    Sending messages

    Automatic contact look up (mandatory)
    - NHS Notify automatically finds and uses your recipients contact details from their NHS number + NHS Notify automatically finds and uses your recipients' contact details from their NHS number
    diff --git a/docs/pages/about/about.md b/docs/pages/about/about.md index df2e21da..5dc839c3 100644 --- a/docs/pages/about/about.md +++ b/docs/pages/about/about.md @@ -62,7 +62,7 @@ NHS Notify has features for different types of health organisations, including: - [national programmes (like screening or vaccination programmes)]({% link pages/about/national-programmes.md %}) - [suppliers of technology services to primary care (GP IT)]({% link pages/about/gpit.md %}) -- [secondary care organisations]({% link pages/about/secondary-care.md %}) +- [secondary care organisations (like hospital trusts)]({% link pages/about/secondary-care.md %}) - [research services]({% link pages/about/research.md %}) If your organisation type is not on this list, you may still be able to use NHS Notify. [Check if you can use NHS Notify]({% link pages/get-started/check-you-can-use-nhs-notify.md %}). @@ -70,7 +70,7 @@ If your organisation type is not on this list, you may still be able to use NHS ### Send messages based on your needs - [Campaigns]({% link pages/about/campaigns.md %}) -- [Event based messaging]({% link pages/about/event-based-messaging.md %}) +- [Event-based messaging]({% link pages/about/event-based-messaging.md %}) - [Direct messaging]({% link pages/about/direct-messaging.md %}) ### Send messages to groups of recipients without their contact details diff --git a/docs/pages/about/campaigns.md b/docs/pages/about/campaigns.md index 49c82828..26a5b95a 100644 --- a/docs/pages/about/campaigns.md +++ b/docs/pages/about/campaigns.md @@ -16,7 +16,7 @@ Use NHS Notify to set up national or targeted campaigns to send messages in bulk ## Examples of campaign messaging -Create messaging campaigns with NHS Notify to send: +You could create messaging campaigns with NHS Notify to send things like: - vaccination invitations - screening appointment invitations @@ -50,7 +50,7 @@ NHS App messages will fallback to the next channel when: Emails and text messages will fallback to the next channel if they are not delivered after 72 hours. -Letters do not have any fallback rules as they’re always sent last in message plans for transactional messages. +Letters do not have any fallback rules as they’re always sent last in message plans. ## Using the NHS App for patient journeys diff --git a/docs/pages/about/event-based-messaging.md b/docs/pages/about/event-based-messaging.md index 12577b1b..9950d9a1 100644 --- a/docs/pages/about/event-based-messaging.md +++ b/docs/pages/about/event-based-messaging.md @@ -3,7 +3,7 @@ # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults layout: page -title: Event based messaging +title: Event-based messaging parent: About nav_order: 8 permalink: /about/event-based-messaging @@ -14,9 +14,9 @@ redirect_from: /features/event-based-messaging Use NHS Notify to send messages to patients and the public when a specific event is triggered in your organisation or service. -## Examples of event based messaging +## Examples of event-based messaging -When an event is triggered you could use NHS Notify to automatically send: +When an event is triggered, you can use NHS Notify to automatically send messages like: - appointment reminders - booking confirmations @@ -26,7 +26,7 @@ When an event is triggered you could use NHS Notify to automatically send: You can use message plans to decide how and what order messages will be sent to your recipients. -You can send event based messages in the following ways: +You can send event-based messages in the following ways: - NHS App message only - NHS App message, Email @@ -49,16 +49,16 @@ NHS App messages will fallback to the next channel when: Emails and text messages will fallback to the next channel if they are not delivered after 72 hours. -Letters do not have any fallback rules as they’re always sent last in message plans for transactional messages. +Letters do not have any fallback rules as they’re always sent last in message plans. ## Using the NHS App for patient journeys -When you send event based messages with the NHS App, you must adhere to the following in your user journeys: +When you send event-based messages with the NHS App, you must adhere to the following in your user journeys: -- any links should only open a patients web browser +- any links should only open a patient's web browser - links should only take patients to web content such as your website, NHS.UK or other relevant web pages - do not include links that open other mobile applications ## New and upcoming features for NHS Notify -If you're thinking of using NHS Notify for event based messaging but cannot find the features you need, read about our [new and upcoming features to find out what we're working on next]({% link pages/about/new-and-upcoming-features.md %}). +If you're thinking of using NHS Notify for event-based messaging but cannot find the features you need, read about our [new and upcoming features to find out what we're working on next]({% link pages/about/new-and-upcoming-features.md %}). diff --git a/docs/pages/about/gpit.md b/docs/pages/about/gpit.md index da7be04b..5f2adc05 100644 --- a/docs/pages/about/gpit.md +++ b/docs/pages/about/gpit.md @@ -14,7 +14,7 @@ GP IT suppliers provide the software systems primary care organisations use to m ## Which features you can use -Find out what features you can and cannot use as a GP IT supplier using NHS Notify. +Find out which features you can and cannot use as a GP IT supplier using NHS Notify. {% include custom-components/gpit-feature-list.html %} diff --git a/docs/pages/about/national-programmes.md b/docs/pages/about/national-programmes.md index 91b93b5d..79880863 100644 --- a/docs/pages/about/national-programmes.md +++ b/docs/pages/about/national-programmes.md @@ -14,7 +14,7 @@ National programmes are health services run across the country, like vaccination ## Which features you can use -Find out what features you can and cannot use as a national programme using NHS Notify. +Find out which features you can and cannot use as a national programme using NHS Notify. {% include custom-components/national-programmes-feature-list.html %} diff --git a/docs/pages/about/research.md b/docs/pages/about/research.md index 6c516810..a558756f 100644 --- a/docs/pages/about/research.md +++ b/docs/pages/about/research.md @@ -14,7 +14,7 @@ Research services carry out health and social care research to improve treatment ## Which features you can use -Find out what features you can and cannot use as a research service using NHS Notify. +Find out which features you can and cannot use as a research service using NHS Notify. {% include custom-components/research-features-list.html %} diff --git a/docs/pages/about/secondary-care.md b/docs/pages/about/secondary-care.md index 532f5860..27b26217 100644 --- a/docs/pages/about/secondary-care.md +++ b/docs/pages/about/secondary-care.md @@ -14,7 +14,7 @@ Secondary care organisations provide specialist health services, like hospital t ## Which features you can use -Find out what features you can and cannot use as a secondary care organisation using NHS Notify. +Find out which features you can and cannot use as a secondary care organisation using NHS Notify. {% include custom-components/secondary-care-feature-list.html %}