From 0e6267f95ca55bf7b6f07daf81d77330ade06d08 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 09:52:01 +0100 Subject: [PATCH 1/8] Update COVID-19 vaccine products in vaccines.js We now know the new COVID-19 products for Autumn 2026 so have updated these. --- app/data/vaccines.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/data/vaccines.js b/app/data/vaccines.js index f7526c50..2b36f8b5 100644 --- a/app/data/vaccines.js +++ b/app/data/vaccines.js @@ -4,23 +4,23 @@ module.exports = [ availableToAllSites: true, products: [ { - name: "Comirnaty 3 LP.8.1", + name: "Bimervax LP.8.1", type: "injection" }, { - name: "Comirnaty 10 LP.8.1", + name: "Comirnaty 10 XFG", type: "injection" }, { - name: "Comirnaty 30 LP.8.1", + name: "Comirnaty 30 XFG", type: "injection" }, { - name: "Nuvaxovid JN.1", + name: "Spikevax LP.8.1", type: "injection" }, { - name: "Spikevax LP.8.1", + name: "Spikevax XFG", type: "injection" } ] From 522d0a96e405b5198c6c5802bb67dde5f7e78da4 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 09:56:21 +0100 Subject: [PATCH 2/8] Update vaccineProduct from Comirnaty to Spikevax Updated COVID-19 products in this file to reflect a type available in autumn 2026 --- app/data/vaccine-stock.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/data/vaccine-stock.js b/app/data/vaccine-stock.js index e4de255e..400e2c2b 100644 --- a/app/data/vaccine-stock.js +++ b/app/data/vaccine-stock.js @@ -6,7 +6,7 @@ module.exports = [ { id: "436436436", vaccine: "COVID-19", - vaccineProduct: "Comirnaty 3 LP.8.1", + vaccineProduct: "Spikevax LP.8.1", organisationId: "RW3", // Central Manchester Trust siteId: "RW3NM", // North Manchester General Hospital batches: [ @@ -34,7 +34,7 @@ module.exports = [ { id: "25463625", vaccine: "COVID-19", - vaccineProduct: "Comirnaty 3 LP.8.1", + vaccineProduct: "Spikevax LP.8.1", organisationId: "RW3", // Central Manchester Trust siteId: "RW3HT", // Heaton Moor Health Centre" batches: [ @@ -90,7 +90,7 @@ module.exports = [ { id: "36346181471414", vaccine: "COVID-19", - vaccineProduct: "Comirnaty 3 LP.8.1", + vaccineProduct: "Spikevax LP.8.1", organisationId: "RW3", // Central Manchester Trust siteId: "RW07E", // "Central Manchester Medical Centre batches: [ @@ -104,7 +104,7 @@ module.exports = [ { id: "RFF125345468", vaccine: "COVID-19", - vaccineProduct: "Comirnaty 3 LP.8.1", + vaccineProduct: "Spikevax LP.8.1", organisationId: "RFF", // Barnsley Hospital NHS Foundation Trust siteId: "RFFPK", // Barnsley General Hospital batches: [ @@ -342,7 +342,7 @@ module.exports = [ { id: "6346144", vaccine: "COVID-19", - vaccineProduct: "Comirnaty 3 LP.8.1", + vaccineProduct: "Spikevax LP.8.1", organisationId: "RCY", // Central Manchester Trust siteId: "RCY72", // Ashford Hospital batches: [ @@ -356,7 +356,7 @@ module.exports = [ { id: "12346353", vaccine: "COVID-19", - vaccineProduct: "Comirnaty 3 LP.8.1", + vaccineProduct: "Spikevax LP.8.1", organisationId: "RAP", // North Middlesex University Hospital NHS Trust siteId: "RAP24", // Labour Ward batches: [ @@ -370,7 +370,7 @@ module.exports = [ { id: "46422414", vaccine: "COVID-19", - vaccineProduct: "Comirnaty 3 LP.8.1", + vaccineProduct: "Spikevax LP.8.1", organisationId: "RXX", // Surrey and Borders Partnership siteId: "RXX23", // The Meadows batches: [ @@ -384,7 +384,7 @@ module.exports = [ { id: "46422414", vaccine: "COVID-19", - vaccineProduct: "Comirnaty 3 LP.8.1", + vaccineProduct: "Spikevax LP.8.1", organisationId: "RWP", // Worcester Acute Hospitals siteId: "RWP01", // Alexandra Hospital batches: [ @@ -426,7 +426,7 @@ module.exports = [ { id: "9235235325", vaccine: "COVID-19", - vaccineProduct: "Comirnaty 3 LP.8.1", + vaccineProduct: "Spikevax LP.8.1", organisationId: "FA424", // Pickfords Pharmacy siteId: "FA424X", // Pickfords Pharmacy batches: [ From b2c091a431a2566bb147ebf05b9783d9d77b8617 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 10:10:49 +0100 Subject: [PATCH 3/8] Changed vaccine product for pack size from Comirnaty to Spikevax --- app/views/vaccines/add-batch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vaccines/add-batch.html b/app/views/vaccines/add-batch.html index 7ffd11d1..2f4cbd9a 100644 --- a/app/views/vaccines/add-batch.html +++ b/app/views/vaccines/add-batch.html @@ -46,7 +46,7 @@

Add batch

values: data.batchExpiryDate }) }} - {% if data.vaccineProduct == "Comirnaty 3 LP.8.1" %} + {% if data.vaccineProduct == "Spikevax LP.8.1" %} {{ radios({ "idPrefix": "pack-type", From a3383afd5ebf0a403fb6edc6d955830c575582ea Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 10:11:44 +0100 Subject: [PATCH 4/8] Change vaccine product for pack size from Comirnaty to Spikevax --- app/views/vaccines/edit-batch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vaccines/edit-batch.html b/app/views/vaccines/edit-batch.html index 44f417cb..fb17073b 100644 --- a/app/views/vaccines/edit-batch.html +++ b/app/views/vaccines/edit-batch.html @@ -44,7 +44,7 @@

Edit batch

} }) }} - {% if data.vaccineProduct == "Comirnaty 3 LP.8.1" %} + {% if data.vaccineProduct == "Spikevax LP.8.1" %} {{ radios({ "idPrefix": "pack-type", From 9aa2c541476b5bedebd2d05f5b8e224f0b97f140 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 10:12:44 +0100 Subject: [PATCH 5/8] Change vaccine product for pack size from Comirnaty to Spikevax --- app/views/vaccines/add-batch-to-site.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vaccines/add-batch-to-site.html b/app/views/vaccines/add-batch-to-site.html index dd04df41..ad41d564 100644 --- a/app/views/vaccines/add-batch-to-site.html +++ b/app/views/vaccines/add-batch-to-site.html @@ -46,7 +46,7 @@

Add batch

values: data.batchExpiryDate }) }} - {% if vaccine.vaccineProduct == "Comirnaty 3 LP.8.1" %} + {% if vaccine.vaccineProduct == "Spikevax LP.8.1" %} {{ radios({ "idPrefix": "pack-type", From 09946a1b86a724f622f428bc9deb5b738e34839a Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 10:28:23 +0100 Subject: [PATCH 6/8] Update vaccine product name to align with autumn 2026 products --- app/views/record-vaccinations/covid-19/too-young-warning.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/record-vaccinations/covid-19/too-young-warning.html b/app/views/record-vaccinations/covid-19/too-young-warning.html index 25eea959..a6993819 100644 --- a/app/views/record-vaccinations/covid-19/too-young-warning.html +++ b/app/views/record-vaccinations/covid-19/too-young-warning.html @@ -21,7 +21,7 @@ {% endif %} {% set panelHtml %} -

Comirnaty 30 LP.8.1 is usually recommended for people aged 12 and over. {{ displayName }} is 11 years old.

+

Comirnaty 30 XFG is usually recommended for people aged 12 and over. {{ displayName }} is 11 years old.

Check before going ahead or refer to a prescriber for a patient specific direction (PSD).

{{ button({ From 45562c2fd81064427e9f3f9fb7d04251a515360a Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 11 Sep 2026 10:42:55 +0100 Subject: [PATCH 7/8] Update vaccine product in warning --- app/views/record-vaccinations/covid-19/too-old-warning.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/record-vaccinations/covid-19/too-old-warning.html b/app/views/record-vaccinations/covid-19/too-old-warning.html index f8777052..00778336 100644 --- a/app/views/record-vaccinations/covid-19/too-old-warning.html +++ b/app/views/record-vaccinations/covid-19/too-old-warning.html @@ -19,7 +19,7 @@ {% endif %} {% set panelHtml %} -

Comirnaty 10 LP.8.1 is usually recommended for people aged 6 months to 11 years. {{ displayName }} is 13 years old.

+

Comirnaty 10 XFG is usually recommended for people aged 6 months to 11 years. {{ displayName }} is 13 years old.

Check before going ahead or refer to a prescriber for a patient specific direction (PSD).

{{ button({ From 4275c68105d41d245d1634c78d232bf7928a264d Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Mon, 14 Sep 2026 09:43:37 +0100 Subject: [PATCH 8/8] Change vaccine product check from Comirnaty to Spikevax --- app/views/record-vaccinations/add-batch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/record-vaccinations/add-batch.html b/app/views/record-vaccinations/add-batch.html index 1be2957a..43d18a85 100644 --- a/app/views/record-vaccinations/add-batch.html +++ b/app/views/record-vaccinations/add-batch.html @@ -82,7 +82,7 @@

{{ data.firstName }} values: data.newBatchExpiryDate }) }} - {% if data.vaccineProduct == "Comirnaty 3 LP.8.1" %} + {% if data.vaccineProduct == "Spikevax LP.8.1" %} {{ radios({ "idPrefix": "pack-type",