-
Notifications
You must be signed in to change notification settings - Fork 8
Add RAVS post: Finding the patient first #435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
bc6c090
9e89557
c4f0d9d
77a2e08
a38d8fd
b35e765
521ff4a
57c0297
b73b924
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| --- | ||
| title: Finding the patient first | ||
| description: Why we’ve changed the order of questions when recording vaccinations | ||
| date: 2026-04-09 | ||
| tags: | ||
| - questions | ||
| - ordering | ||
| --- | ||
|
|
||
| When we redesigned the interface for recording vaccinations to [ask fewer, better questions](/record-a-vaccination/2025/03/asking-fewer-better-questions/), we also changed the order in which the questions were asked. | ||
|
|
||
| We’ve since learnt from our [customer experience survey](/record-a-vaccination/2025/03/asking-fewer-better-questions/) and from [visiting London pharmacies](/record-a-vaccination/2025/12/london-pharmacy-research/) that some users have found one aspect of the new order to be frustrating. | ||
|
|
||
| To address this, we have now reordered the new interface, so that the patient’s details and vaccination history are shown earlier. | ||
|
|
||
| ## Background | ||
|
|
||
| When we set out to redesign the recording interface back in late 2024, our initial focus was on optimising the user journey for vaccination clinics, for example for flu, where several patients would all be given the same vaccine by the same vaccinator in the same location. | ||
|
|
||
| Our [initial design sprint](/record-a-vaccination/2024/11/design-sprint-sessions/) explored the idea of setting up a ‘session’, where you first set things that were likely to stay the same like the date, vaccinator and place. Once this was done, you’d find the patient, and only then answer questions which could differ per person, such as how they consented and which arm the injection was in. | ||
|
|
||
| As this design developed, we descoped the concept of sessions but kept the questions that were less likely to differ by patient at the start of the journey. | ||
|
|
||
| Once the first vaccination has been recorded, we then ask users if they’d like to [record the same vaccination for another patient](/record-a-vaccination/2025/09/making-it-easier-to-record-next-vaccination/), and if so, we skip the initial questions. | ||
|
|
||
| This diagram shows the flow: | ||
|
|
||
|  | ||
|
|
||
| ## Feedback | ||
|
|
||
| When we tested the redesigned journey, we did not observe any issues or hear any feedback on the order. | ||
|
|
||
| However, after launching the new interface and during [a period of dual running it with the old interface](/record-a-vaccination/2025/10/how-we-told-users-about-a-change-to-the-interface/), we discovered some new user needs. | ||
|
|
||
| In particular, some users mentioned that it is useful to check the patient's details in order to make sure they are eligible for the vaccination. For example, one user said: | ||
|
|
||
| > You put all the data in… and then discover that the | ||
| patient wasn’t actually eligible for it! | ||
|
|
||
| This was news to us, as our previous research had indicated that checking eligibility was done verbally before even starting to prepare and record the vaccination. | ||
|
|
||
| The patient details and vaccination history we show also do not always give enough information to determine eligibility, as we do not show any health information such as whether a patient is immunosuppressed, they live in a care home, or are pregnant. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggest we could maybe lose this para.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Anna-Sutton I thought it was maybe useful context as to why we thought that eligibility was assessed outside of the service maybe? |
||
|
|
||
| We learned that the patient details can help determine eligibility in some circumstances, as they: | ||
|
|
||
| - confirm the patient’s age, which some patients may not remember | ||
| - show whether the patient has already had the vaccine recently, which again some patients may not recall | ||
|
|
||
| In addition, we’ve heard that some clinicians prefer to check the patient’s age electronically rather than directly ask the patient. | ||
|
|
||
| We also discovered that some users are using RAVS to proactively check whether an eligible patient has already had a vaccination, in order to offer it to them if they have not. This is not something RAVS was specifically designed for, however opportunistic vaccination is part of the overall public health strategy, and we are keen to support this. | ||
|
|
||
| ## What we changed | ||
|
|
||
| In response to the feedback, we’ve changed the order so that the step of finding the patient and seeing their details now comes first, followed by the other questions. | ||
|
|
||
|  | ||
|
|
||
| When a vaccination has been recorded, if the user selects the option to record the same vaccination for the next patient, they still skip the questions that are less likely to differ from one patient to the next (date, location, vaccinator, vaccine type and batch) in order to save time. | ||
|
|
||
| This change went live on 26 March 2026. | ||
|
|
||
| ## Future considerations | ||
|
|
||
| We’ll monitor feedback on the reordered flow to check that it hasn’t introduced any new issues. | ||
|
|
||
| Now that we begin with the patient, it makes it possible to display the patient’s name and details on more of the subsequent screens. This might be something we look at in future. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably be using long descriptions rather than alt text for the detailed explanation of what is shown, as this is very long for alt-text. We could do this by adding a Details link below the infographic, saying 'Long description of image' - see example of this on https://www.nhs.uk/conditions/chickenpox/
This would be in addition to shorter alt-text that maybe would just say 'diagram showing the original question order of the new interface'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I always kinda thought that this kind of longish alt text was ok. Or at least, better than a short one saying just "Screenshot of page".
I can see the case for sometimes having visible long descriptions on the page though.