-
Notifications
You must be signed in to change notification settings - Fork 9
Add post about recording MenB #476
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
b66f4a9
Add post about recording MenB
frankieroberto 5cd130d
Remove full stop
frankieroberto b4cdd23
Explain SNOMED
frankieroberto b22c36e
Update app/record-a-vaccination/2026/04/supporting-menb-vaccinations-…
frankieroberto d2786fa
Update app/record-a-vaccination/2026/04/supporting-menb-vaccinations-…
frankieroberto 3763f10
Update date
frankieroberto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
75 changes: 75 additions & 0 deletions
75
...nation/2026/04/supporting-menb-vaccinations-in-response-to-an-outbreak/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| --- | ||
| title: Supporting MenB vaccinations in response to an outbreak | ||
| description: Changes we made to enable recording of the MenB vaccine | ||
| date: 2026-04-22 | ||
| tags: | ||
| - MenB | ||
| - dose sequence | ||
| image: | ||
| src: /record-a-vaccination/2026/04/supporting-menb-vaccinations-in-response-to-an-outbreak/menb.png | ||
| alt: Graphic with the text ‘Which vaccine are you giving?’ and 2 radios, one labelled ‘MenB’ which is selected. | ||
| opengraphImage: true | ||
| --- | ||
|
|
||
| In March 2026 there was an [outbreak of meningitis in Kent](https://ukhsa.blog.gov.uk/2026/03/18/meningitis-b-outbreak-what-you-need-to-know/), in which 2 people sadly died. | ||
|
|
||
| In response, UKHSA and the NHS began a [targeted vaccination campaign](https://ukhsa.blog.gov.uk/2026/03/20/who-is-eligible-for-the-menb-vaccine-and-do-i-need-it-myself/), offering the MenB vaccine to students at the University of Kent and some other groups. | ||
|
|
||
| The MenB vaccine is given as 2 doses, 4 or more weeks apart. | ||
|
|
||
| We were asked by the local team to add the MenB vaccine to the Record a vaccination service (RAVS) so that these vaccinations could be recorded. | ||
|
|
||
| This required a small number of changes to the service. | ||
|
|
||
| ## Vaccine and product | ||
|
|
||
| We added the MenB vaccine type, and the Bexsero vaccine product to RAVS. | ||
|
|
||
|  | ||
|
|
||
| ## Dose sequence | ||
|
|
||
| As the MenB vaccine is given as 2 doses, we added a new question to ask which dose was being recorded: | ||
|
|
||
|  | ||
|
|
||
| Although we do not expect the booster option to be used by the local team in Kent, we included it as this dose is given to children when they turn 1, and this may be a use we support in future. | ||
|
|
||
| ## Eligibility | ||
|
|
||
| We did not include an eligibility question. | ||
|
|
||
| This is because the MenB vaccines being given in Kent are outside of the regular routine vaccination schedule. | ||
|
|
||
| The eligibility question for vaccinations is also not included in the data sent to GP records and other systems, and we have wider questions about the usage of this information, whether it needs to be recorded, and if so at what level of detail. | ||
|
|
||
| ## Other questions | ||
|
|
||
| The other questions remained unchanged and are: | ||
|
|
||
| - date | ||
| - site | ||
| - vaccinator | ||
| - batch number | ||
| - consent | ||
| - injection site | ||
|
|
||
| ## SNOMED codes | ||
|
|
||
| When we record vaccinations and send the record to GPs via the [immunisation API](https://digital.nhs.uk/developer/api-catalogue/immunisation-fhir-api), we use [SNOMED CT](https://digital.nhs.uk/services/terminology-and-classifications/snomed-ct) codes. | ||
|
|
||
| We include these codes for the procedure: | ||
|
|
||
| - First dose: [`720539004`](https://termbrowser.nhs.uk/?perspective=full&conceptId1=720539004) | ||
| - Second dose: [`720540002`](https://termbrowser.nhs.uk/?perspective=full&conceptId1=720540002) | ||
| - Booster dose: [`720544006`](https://termbrowser.nhs.uk/?perspective=full&conceptId1=720544006) | ||
|
|
||
| For the product, [`23584211000001109`](https://termbrowser.nhs.uk/?perspective=full&conceptId1=23584211000001109) is used for Bexsero. | ||
|
|
||
| ## Response | ||
|
|
||
| These changes were made to the service on 2 April 2026. | ||
|
|
||
| As of 12 April 2026, the team in Kent had recorded over 8,000 MenB vaccinations in the service. These were originally recorded on paper (before 2 April) and then transcribed into the service. The [same vaccination for another patient](/record-a-vaccination/2025/09/making-it-easier-to-record-next-vaccination/) feature has made this easier. | ||
|
|
||
| As the patients get their second dose, these will be recorded directly into the service avoiding the need for a paper record. | ||
Binary file added
BIN
+38.6 KB
...nation/2026/04/supporting-menb-vaccinations-in-response-to-an-outbreak/menb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+37.1 KB
...upporting-menb-vaccinations-in-response-to-an-outbreak/vaccine-menb-bexsero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+65.9 KB
.../supporting-menb-vaccinations-in-response-to-an-outbreak/which-dose-of-menb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.