From 6f04047f2ef435a3c9b084da4d40b922d201cf13 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 18 Sep 2026 10:40:21 +0100 Subject: [PATCH 1/6] Remove Spikevax LP.8.1 from various files Removed Spikevax LP.8.1, a COVID-19 vaccine product, as it's not available as of Sept 2026. --- app/data/vaccines.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/data/vaccines.js b/app/data/vaccines.js index 2b36f8b5..6acb7252 100644 --- a/app/data/vaccines.js +++ b/app/data/vaccines.js @@ -15,10 +15,6 @@ module.exports = [ name: "Comirnaty 30 XFG", type: "injection" }, - { - name: "Spikevax LP.8.1", - type: "injection" - }, { name: "Spikevax XFG", type: "injection" From 20f84993f9a24ed09a2bd1696a21daae6a2e2b57 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 18 Sep 2026 10:44:28 +0100 Subject: [PATCH 2/6] Update vaccineProduct from 'Spikevax LP.8.1' to 'Spikevax XFG' --- 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 400e2c2b..df492193 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: "Spikevax LP.8.1", + vaccineProduct: "Spikevax XFG", organisationId: "RW3", // Central Manchester Trust siteId: "RW3NM", // North Manchester General Hospital batches: [ @@ -34,7 +34,7 @@ module.exports = [ { id: "25463625", vaccine: "COVID-19", - vaccineProduct: "Spikevax LP.8.1", + vaccineProduct: "Spikevax XFG", organisationId: "RW3", // Central Manchester Trust siteId: "RW3HT", // Heaton Moor Health Centre" batches: [ @@ -90,7 +90,7 @@ module.exports = [ { id: "36346181471414", vaccine: "COVID-19", - vaccineProduct: "Spikevax LP.8.1", + vaccineProduct: "Spikevax XFG", organisationId: "RW3", // Central Manchester Trust siteId: "RW07E", // "Central Manchester Medical Centre batches: [ @@ -104,7 +104,7 @@ module.exports = [ { id: "RFF125345468", vaccine: "COVID-19", - vaccineProduct: "Spikevax LP.8.1", + vaccineProduct: "Spikevax XFG", 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: "Spikevax LP.8.1", + vaccineProduct: "Spikevax XFG", organisationId: "RCY", // Central Manchester Trust siteId: "RCY72", // Ashford Hospital batches: [ @@ -356,7 +356,7 @@ module.exports = [ { id: "12346353", vaccine: "COVID-19", - vaccineProduct: "Spikevax LP.8.1", + vaccineProduct: "Spikevax XFG", 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: "Spikevax LP.8.1", + vaccineProduct: "Spikevax XFG", organisationId: "RXX", // Surrey and Borders Partnership siteId: "RXX23", // The Meadows batches: [ @@ -384,7 +384,7 @@ module.exports = [ { id: "46422414", vaccine: "COVID-19", - vaccineProduct: "Spikevax LP.8.1", + vaccineProduct: "Spikevax XFG", organisationId: "RWP", // Worcester Acute Hospitals siteId: "RWP01", // Alexandra Hospital batches: [ @@ -426,7 +426,7 @@ module.exports = [ { id: "9235235325", vaccine: "COVID-19", - vaccineProduct: "Spikevax LP.8.1", + vaccineProduct: "Spikevax XFG", organisationId: "FA424", // Pickfords Pharmacy siteId: "FA424X", // Pickfords Pharmacy batches: [ From 22de2c3e98b84883e4f5e1d70ce2a185deb3747c Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 18 Sep 2026 10:45:43 +0100 Subject: [PATCH 3/6] Change vaccine product for batch size question from Spikevax LP.8.1 to Spikevax XFG --- 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 43d18a85..cd7350aa 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 == "Spikevax LP.8.1" %} + {% if data.vaccineProduct == "Spikevax XFG" %} {{ radios({ "idPrefix": "pack-type", From 294d8c9e4a71bd7a63fc51b2d7cf7fce7210bc7b Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 18 Sep 2026 10:46:50 +0100 Subject: [PATCH 4/6] Change vaccine product for pack size question from Spikevax LP.8.1 to Spikevax XFG --- 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 2f4cbd9a..e04a6a08 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 == "Spikevax LP.8.1" %} + {% if data.vaccineProduct == "Spikevax XFG" %} {{ radios({ "idPrefix": "pack-type", From 8a1cb00666e4323244adef84ead131a8cabade5e Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 18 Sep 2026 10:47:35 +0100 Subject: [PATCH 5/6] Change vaccine product name from Spikevax LP.8.1 to Spikevax XFG --- 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 ad41d564..dd195755 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 == "Spikevax LP.8.1" %} + {% if vaccine.vaccineProduct == "Spikevax XFG" %} {{ radios({ "idPrefix": "pack-type", From a437fcf672f24d827866b0f8cf281924fa745f0c Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 18 Sep 2026 10:48:48 +0100 Subject: [PATCH 6/6] Change vaccine product from Spikevax LP.8.1 to Spikevax XFG --- 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 fb17073b..96bd8302 100644 --- a/app/views/vaccines/edit-batch.html +++ b/app/views/vaccines/edit-batch.html @@ -44,7 +44,7 @@

Edit batch

} }) }} - {% if data.vaccineProduct == "Spikevax LP.8.1" %} + {% if data.vaccineProduct == "Spikevax XFG" %} {{ radios({ "idPrefix": "pack-type",