Skip to content

Commit dcb8371

Browse files
Newborn Blood Spot Results Alpha (#479)
Added a short write up of the alpha work on the in-app content for the blood spot results.
1 parent 364ee82 commit dcb8371

7 files changed

Lines changed: 141 additions & 4 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: collection
3+
title: Newborn blood spot screening
4+
description: Digitising newborn blood spot notifications
5+
area: digital-best-start
6+
pagination:
7+
data: collections.newborn-blood-spot-screening
8+
reverse: true
9+
size: 50
10+
permalink: "newborn-blood-spot-screening/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}{% endif %}/"
11+
---
153 KB
Loading
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
title: Newborn Blood Spot Notifications – Alpha
3+
description: Digitising newborn screening results to improve access and reduce delays
4+
date: 2026-04-23
5+
tags:
6+
- newborn blood spot screening
7+
- Digital Child Health
8+
- Digital Best Start
9+
- infants
10+
author:
11+
- Luke Blacklock
12+
13+
---
14+
15+
## The scope
16+
17+
Digital Best Start in Life aims to provide joined up information and resources connected with each child's health record (in the NHS App) to help parents and carers access the support they need, and the wider vision for improving children’s health by making it easier for families to access information and use digital services.
18+
19+
As part of this, the Blood Spot Notifications pilot focuses on improving how parents receive newborn screening results. It aims to create a more accessible, timely and user-friendly experience, while reducing reliance on existing manual and paper-based processes.
20+
21+
---
22+
23+
## The aims
24+
25+
### For parents
26+
27+
- Improve the experience of receiving screening results
28+
- Make results easier to access
29+
- Reduce delays and anxiety while waiting for results
30+
- Remove reliance on postal letters
31+
32+
### For the NHS
33+
34+
- Reduce pressure on existing systems
35+
- Reduce costs associated with printing and sending letters
36+
- Reduce administrative workload linked to processing and managing letters
37+
38+
---
39+
40+
## The problem
41+
42+
### Receiving and understanding the letter
43+
44+
From research and stakeholder feedback, we found that:
45+
46+
- Letters can be lost or overlooked
47+
- Content is not always easy to understand, particularly for families with different language needs
48+
- Health visitors often need to explain or translate results
49+
50+
---
51+
52+
## The proposal
53+
54+
During Alpha, we recommend making screening results available directly in the NHS App, within the child’s profile.
55+
56+
Parents would receive a simple notification when a “not suspected” result is ready to view, allowing them to benefit from a digitial first approach.
57+
58+
This approach:
59+
60+
- Enables value to be delivered sooner
61+
- Reduces the reliance on paper copies
62+
- Provides a more consistent and joined-up digital experience for families inline with other NHS App features
63+
64+
---
65+
66+
## The journey
67+
68+
We carried out research with 7 parents of infants under 12 months old to understand how screening results are currently communicated and how this could be improved.
69+
70+
We explored three formats:
71+
72+
73+
- The existing printed letter
74+
- A digital version of the letter (message format)
75+
- A results page within the child’s record in the NHS App
76+
77+
We also reviewed the national template for the “not suspected” letter used by Child Health Information Services (CHIS). This informed our initial digital prototypes, including:
78+
79+
- Revised letter content for digital use
80+
- A structured results page within the NHS App
81+
82+
These prototypes were tested side by side in research sessions. This allowed us to:
83+
84+
- Compare how parents understood each format
85+
- Identify differences in preferences and behaviours
86+
- Understand what information parents look for first
87+
88+
We used these insights to iterate the digital designs and make evidence-based recommendations for improving the existing letter. Content and layouts will continue to be tested in future rounds.
89+
90+
91+
![Sample NHS letter template for newborn blood spot screening results. The document includes placeholder fields for a baby’s details (name, NHS number, date of birth, address) and a date. A large box on the right reads “Sample copy for user research purposes only – does not contain any clinical information.” The letter explains that the baby is not thought to have any of the screened conditions and reminds readers that screening is not 100% accurate. It lists conditions tested for, including congenital hypothyroidism, cystic fibrosis, phenylketonuria, sickle cell disease, and others. The letter advises keeping the result in the child health record (“red book”), provides space for contact details of a health visitor, and includes links to NHS and GOV.UK websites for more information.](example-newborn-blood-spot-results-letter.png "The existing printed letter.")
92+
93+
![NHS app screen showing newborn blood spot screening results for a baby. Test date 21 September 2025, with overall result “No conditions suspected.” A summary explains the baby is not thought to have any of the screened conditions and notes tests are not 100% accurate. A list of conditions (including cystic fibrosis, sickle cell disease, and PKU) all show “Not suspected.” Bottom navigation shows Home, Messages, and Profile.](newborn-blood-spot-results-in-app.png "A screenshot of the mockup used for testing.")
94+
95+
---
96+
97+
## The results
98+
99+
Parents consistently found the results page design easier to understand than both the existing letter and the digital letter format.
100+
101+
The main reason for this was clarity and prioritisation of information. The results page:
102+
103+
- Clearly states the outcome (“no further action needed”) at the top
104+
- Highlights the most important information first
105+
- Reduces the need to read or interpret long blocks of text or medical terminology
106+
107+
Participants told us they would prefer to receive results in this format alone, rather than alongside a letter or message.
59.6 KB
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"layout": "post",
3+
"eleventyNavigation": {
4+
"parent": "Newborn blood spot screening"
5+
}
6+
}

eleventy.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export default function (eleventyConfig) {
155155
'age-related-messaging',
156156
'check-childrens-vaccination-history',
157157
'antenatal-screening',
158+
'newborn-blood-spot-screening',
158159
// Managing my health
159160
'cohorting-as-a-service'
160161
]) {

package-lock.json

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)