From 8bbe36b141ccd2382bd8ad8f67ef46a30e91ffdb Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 14 Aug 2026 13:55:40 +0100 Subject: [PATCH 1/3] Update flu eligibility options in eligibility.html Ahead of autumn 2026, updated national flu eligibility options: - separated 'Health or social care worker' into 'Healthcare worker' and 'Social care worker' as per prototype - added 'Homeless' --- app/views/record-vaccinations/eligibility.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/record-vaccinations/eligibility.html b/app/views/record-vaccinations/eligibility.html index a7e91bc3..45f22670 100644 --- a/app/views/record-vaccinations/eligibility.html +++ b/app/views/record-vaccinations/eligibility.html @@ -32,12 +32,14 @@ {% set NationalFluEligibilityOptions = [ "Based on age", - "Health or social care worker", + "Healthcare worker", "Pregnant", "In a clinical risk group", "Resident in a care home", "Carer", "Household contact of someone immunosuppressed" + "Social care worker" + "Homeless" ] %} {% set londonFluEligibilityOptions = [ From 256c01c5a056ada0ac9c0c8c78162a95f065496d Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 14 Aug 2026 13:58:25 +0100 Subject: [PATCH 2/3] Remove Influvac (TIVe) from vaccine data Product not available for autumn 2026. --- app/data/vaccines.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/data/vaccines.js b/app/data/vaccines.js index 9bac7003..f7526c50 100644 --- a/app/data/vaccines.js +++ b/app/data/vaccines.js @@ -45,10 +45,6 @@ module.exports = [ name: "Fluenz (LAIV)", type: "nasal spray" }, - { - name: "Influvac (TIVe)", - type: "injection" - }, { name: "Supemtek (TIVr)", type: "injection" @@ -78,10 +74,6 @@ module.exports = [ name: "Fluenz (LAIV)", type: "nasal spray" }, - { - name: "Influvac (TIVe)", - type: "injection" - }, { name: "Supemtek (TIVr)", type: "injection" From 0fa2af9eae71350de8b2e0155a92a16d1bce1d81 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Fri, 14 Aug 2026 14:22:22 +0100 Subject: [PATCH 3/3] Fix formatting for eligibility options in HTML --- app/views/record-vaccinations/eligibility.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/record-vaccinations/eligibility.html b/app/views/record-vaccinations/eligibility.html index 45f22670..fb3a6765 100644 --- a/app/views/record-vaccinations/eligibility.html +++ b/app/views/record-vaccinations/eligibility.html @@ -37,8 +37,8 @@ "In a clinical risk group", "Resident in a care home", "Carer", - "Household contact of someone immunosuppressed" - "Social care worker" + "Household contact of someone immunosuppressed", + "Social care worker", "Homeless" ] %}