Skip to content

Commit

Permalink
Removed mentions of date of birth from failed message status descript…
Browse files Browse the repository at this point in the history
…ions. Removed date of birth as as an example of a column header in a MESH request.
jakecosgrove authored Dec 3, 2024
1 parent 1c54ab4 commit c328369
Showing 2 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion docs/pages/using-nhs-notify/message-status.md
Original file line number Diff line number Diff line change
@@ -53,7 +53,6 @@ Messages and channels that have not reached a recipient will have a 'failed' sta
| The provider could not deliver the message. |
| There was an unexpected error while sending the letter to our printing provider. |
| PDS - patient record invalidated. |
| PDS response date of birth does not match given date of birth. |
| PDS - patient is formally dead. |
| PDS - patient is informally dead. |
| PDS - patient has an exit code. |
9 changes: 3 additions & 6 deletions docs/pages/using-nhs-notify/personalisation.md
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ You can provide your own personalisation data.

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.

### If you're using the API
### If you're using NHS Notify API

Include a personalisation block in your API request.

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

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.

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

Include the personalisation fields as columns in your CSV file.

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

{% include components/inset-text.html
text='nhsNumber,requestItemRefId,dateOfBirth,personalisation_practice'
text='nhsNumber,requestItemRefId,personalisation_practice'
%}

_[PDS]: Personal Demographics Service
_[MESH]: Message Exchange for Social Care and Health

0 comments on commit c328369

Please sign in to comment.