Skip to content

Commit c80fe0a

Browse files
authored
Merge pull request #25 from NHSDigital/Phase-banner-quick-fix
Phase banner quick fix
2 parents 5df29ed + 6495c3d commit c80fe0a

File tree

4 files changed

+6
-23
lines changed

4 files changed

+6
-23
lines changed

docs/_includes/primary-navigation.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,3 @@
1717
phase_text='This is a developer preview of notify.nhs.uk. <a href="https://notify.nhs.uk">Go to the live NHS Notify
1818
website.</a>'
1919
%}
20-
21-
{% include components/phase-banner.html
22-
phase_id= 'new'
23-
phase_tag= 'New'
24-
phase_text='This is new'
25-
auto_hide='false'
26-
%}
27-
28-
29-
{% include components/phase-banner.html
30-
phase_id= 'new'
31-
phase_tag= 'WOOHAA'
32-
phase_text='This is new'
33-
auto_hide='false'
34-
%}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ You should only use MESH to send messages if your organisation or service:
1818
- only needs to send batches of messages to specific groups of recipients
1919
- does not need advanced features offered by NHS Notify API
2020

21+
[Read our MESH documentation (opens in a new tab)](https://digital.nhs.uk/developer/api-catalogue/nhs-notify-mesh).
22+
2123
Check if MESH is right for you by contacting our engagement team at <[email protected]>.

docs/pages/using-nhs-notify/message-status.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Messages and channels that have not reached a recipient will have a 'failed' sta
5353
| The provider could not deliver the message. |
5454
| There was an unexpected error while sending the letter to our printing provider. |
5555
| PDS - patient record invalidated. |
56-
| PDS response date of birth does not match given date of birth. |
5756
| PDS - patient is formally dead. |
5857
| PDS - patient is informally dead. |
5958
| PDS - patient has an exit code. |

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To personalise a message, use double brackets to add a placeholder to your conte
1818
text='<code>Hello ((firstName)), your NHS Number is ((nhsNumber))'
1919
%}
2020

21-
### Personal Demographics Service (PDS) personalisation fields
21+
## Personal Demographics Service (PDS) personalisation fields
2222

2323
NHS Notify uses the [Personal Demographics Service (PDS)](https://digital.nhs.uk/services/personal-demographics-service) to find and populate certain personalisation fields for each recipient. This happens automatically when you [tell us who you want to message]({% link pages/using-nhs-notify/tell-us-who-you-want-to-message.md %}) using recipients' NHS numbers.
2424

@@ -41,7 +41,7 @@ You can provide your own personalisation data.
4141

4242
Do not send us personalisation data that's already available in PDS. We'll use the PDS data over your own data in this case.
4343

44-
### If you're using the API
44+
### If you're using NHS Notify API
4545

4646
Include a personalisation block in your API request.
4747

@@ -57,7 +57,7 @@ text='{
5757

5858
Read the [API documentation](https://digital.nhs.uk/developer/api-catalogue/nhs-notify#post-/v1/message-batches) to find out where to put this in your request.
5959

60-
### If you're using the Message Exchange for Social Care and Health (MESH)
60+
### If you're using NHS Notify MESH
6161

6262
Include the personalisation fields as columns in your CSV file.
6363

@@ -66,8 +66,5 @@ The column names should start with 'personalisation\_', followed by the same wor
6666
For example, if you wanted to include 'practice' as a personalisation field, the column name would be:
6767

6868
{% include components/inset-text.html
69-
text='nhsNumber,requestItemRefId,dateOfBirth,personalisation_practice'
69+
text='nhsNumber,requestItemRefId,personalisation_practice'
7070
%}
71-
72-
_[PDS]: Personal Demographics Service
73-
_[MESH]: Message Exchange for Social Care and Health

0 commit comments

Comments
 (0)