Skip to content

Commit 83abdf2

Browse files
authored
CCM-14430 letter interim process (#165)
* Add draft content to /upload-a-letter * Further draft updates to /upload-a-letter * Update numbered steps and How to raise a SN request for letter templates * /personalisation update * Update personalisation syntax and numbered steps following chat with Mike * Changes from Stace's 2i * Blank Word template update with new syntax and tweak personalisation content on /upload-a-letter
1 parent 501e10a commit 83abdf2

8 files changed

+40
-24
lines changed
135 Bytes
Binary file not shown.
Binary file not shown.
256 Bytes
Binary file not shown.
Binary file not shown.
211 Bytes
Binary file not shown.

docs/assets/worddocs/test

Whitespace-only changes.

docs/pages/using-nhs-notify/personalisation.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,21 @@ section: Writing a message
1414

1515
You can send personalised messages by adding personalisation fields to a single template.
1616

17-
Use double brackets to add a personalisation field to your template. Do not include spaces in your personalisation fields. For example:
17+
Use double brackets to add personalisation to templates for NHS App messages, emails and text messages. Do not include spaces in your personalisation fields. For example:
1818

1919
{% include components/inset-text.html
2020
text='Hello `((fullName))`, your NHS Number is `((nhsNumber))`. Your appointment is on `((appointmentDate))` at `((gpSurgery))`.'
2121
classes='nhsuk-u-margin-top-2'
2222
%}
2323

24-
You can read personalisation instructions while you’re editing a template.
24+
Use single curly brackets with `d.` at the start to add personalisation to letter templates. For example:
25+
26+
{% include components/inset-text.html
27+
text='Hello `{d.fullName}`, your NHS Number is `{d.nhsNumber}`. Your appointment is on `{d.appointmentDate}` at `{d.gpSurgery}`.'
28+
classes='nhsuk-u-margin-top-2'
29+
%}
30+
31+
You can read personalisation instructions while you’re editing templates for NHS App messages, emails and text messages.
2532

2633
You can use [Personal Demographics Service (PDS) personalisation fields](#pds-personalisation-fields-automatic-data) and [custom personalisation fields](#custom-personalisation-fields-your-data) in the same template.
2734

docs/pages/using-nhs-notify/upload-a-letter.md

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,37 @@ permalink: /using-nhs-notify/upload-a-letter
1010
section: Writing a message
1111
---
1212

13-
Upload a PDF of your letter and we'll print and post it for you.
13+
Upload a Microsoft Word version of your letter and we'll print and post it for you.
1414

15-
Your PDF must meet our letter specification. The page size and layout is A4 portrait (210mm x 297mm).
15+
{% include components/inset-text.html
16+
text='You do not need to convert your letter template files to PDF. You can upload your file in Microsoft Word format.'
17+
%}
18+
19+
1. [Download a blank Word letter template](#download-a-blank-word-letter-template).<!-- markdownlint-disable-line -->
20+
2. Add your letter content to the blank template.
21+
3. [Format your letter template](#formatting-your-letter-template).
22+
4. Add any personalisation fields by using single curly brackets with d. at the start. Find out more about [personalisation]({% link pages/using-nhs-notify/personalisation.md %}).
23+
5. [Name your letter template](#naming-your-letter-template).
24+
6. Upload your final letter template by submitting a <a href="https://nhsdigitallive.service-now.com/csm" target="_blank">Service Now request (opens in a new tab)</a>. You can include multiple letter templates.
25+
7. We'll send you digital proofs so you can [approve your messages]({% link pages/using-nhs-notify/approve-your-messages.md %}).
1626

17-
You'll need to:
27+
Your letter template must meet our letter specification. The page size and layout is A4 portrait (210mm x 297mm).
1828

19-
1. [Download our blank Word letter template](#download-our-blank-letter-template).<!-- markdownlint-disable-line -->
20-
2. [Format your letter](#formatting-your-letter).
21-
3. [Convert your letter to a PDF](#converting-your-letter-to-a-pdf).
22-
4. Email your letter PDF to our onboarding team at <england.nhsnotifyonboarding@nhs.net>.
29+
{% include components/details.html
30+
heading='How to raise a Service Now request for letter templates'
31+
text='Follow these steps to ensure your request reaches the NHS Notify team:
32+
33+
1. Go to <a href="https://nhsdigitallive.service-now.com/csm" target="_blank">Service Now (opens in a new tab)</a>.
34+
2. Sign in with your NHS.net account, or register for a Portal account.
35+
3. Select the <b>Submit a case</b> tile. In the <b>Categories</b> menu, select <b>Contact us</b>. Then select the <b>Contact us</b> tile.
36+
4. In the <b>Description</b> field, include the same information as the [name of your letter template](#naming-your-letter-template).
37+
5. For the <b>service</b>, select <b>NHS Notify</b> from the drop-down list.
38+
6. For the <b>service offering</b>, select <b>NHS Notify - letter</b> from the drop-down list.
39+
7. Attach your Word letter templates directly to the request.
40+
'
41+
%}
2342

24-
## Download our blank letter template
43+
## Download a blank Word letter template
2544

2645
Download the relevant blank letter template to set up your letter:
2746

@@ -35,11 +54,11 @@ You'll need the desktop Microsoft Word app.
3554

3655
Save the template then add your message content.
3756

38-
## Formatting your letter
57+
## Formatting your letter template
3958

4059
Do not change the page margins in the letter template. It has the correct layout for printing.
4160

42-
Organise your message content using the styles in the template.
61+
Organise your letter content using the styles in the template.
4362

4463
If you're copying and pasting text from another document, paste it without any formatting. Then [apply the styles](https://support.microsoft.com/en-gb/office/apply-styles-f8b96097-4d25-4fac-8200-6139c8093109) in the template.
4564

@@ -201,19 +220,9 @@ The page count shows the current page number and the total number of pages. For
201220

202221
It updates automatically.
203222

204-
## Converting your letter to a PDF
205-
206-
When you've finished editing your template in Microsoft Word, you'll need to save it as a PDF.
207-
208-
Before you start, check that your English message content is in the Noto Sans font and any message content in other languages is in the relevant language variant of the Noto Sans font.
209-
210-
1. In the 'Review' tab, go to 'Markup'. Select 'No markup' from the drop-down list to hide any comments or tracked changes.
211-
2. Select 'File' and 'Save as'. Select 'PDF' from the drop-down list.
212-
3. For Windows, select 'Standard (publishing online and printing)' in the 'Optimize for' section. Then select 'Save'. For Mac, select 'Best for printing' in the 'File format' section. Then select 'Save'.
213-
214-
### Naming your PDF
223+
### Naming your letter template
215224

216-
Name your PDF template clearly so that it's easy to identify. Make sure you include the following details:
225+
Name your letter template clearly so that it's easy to identify. Make sure you include the following details:
217226

218227
- organisation or service name
219228
- cohort or topic of your message

0 commit comments

Comments
 (0)