From c14aefa0cd9f8803eb9130f5c360ba44f211281e Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 25 Aug 2026 16:26:02 +0100 Subject: [PATCH 1/5] Delete COVID-19 vaccine screening considerations Have deleted some old content that should not be appearing on the Patient details and history page. --- .../record-vaccinations/patient-history.html | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/app/views/record-vaccinations/patient-history.html b/app/views/record-vaccinations/patient-history.html index 28467205..f0f42ef5 100644 --- a/app/views/record-vaccinations/patient-history.html +++ b/app/views/record-vaccinations/patient-history.html @@ -107,23 +107,6 @@

Check {{ data.firstName }} {{ data.lastName }}’s d html: insetTextHtml }) }} #} - {% if data.vaccine == "COVID-19" %} - - {% set screeningConsiderations %} - - {% endset %} - - {{ details({ - summaryText: "Screening considerations", - html: screeningConsiderations - }) }} - - {% endif %} -

Vaccination history

From 00240a44719640b7f89c183119453f43cae8d85e Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 25 Aug 2026 16:29:45 +0100 Subject: [PATCH 2/5] Remove COVID-19 screening considerations Removed screening considerations for COVID-19 vaccine from patient deceased view. --- .../record-vaccinations/patient-deceased.html | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/app/views/record-vaccinations/patient-deceased.html b/app/views/record-vaccinations/patient-deceased.html index 88f92dc7..ff62707a 100644 --- a/app/views/record-vaccinations/patient-deceased.html +++ b/app/views/record-vaccinations/patient-deceased.html @@ -73,23 +73,7 @@

Check {{ data.firstName }} {{ data.lastName }}’s d ] }) }} - {% if data.vaccine == "COVID-19" %} - - {% set screeningConsiderations %} -
    -
  • Does the patient have a history of anaphylaxis or significant allergic reactions to any vaccines or their ingredients?
  • -
  • Has the patient had a serious adverse reaction after the COVID-19 vaccine?
  • -
  • Is the patient pregnant or could they be?
  • -
- {% endset %} - - {{ details({ - summaryText: "Screening considerations", - html: screeningConsiderations - }) }} - - {% endif %} - +

Vaccination history

This shows NHS vaccinations given in England. Currently it includes COVID-19, flu, pertussis and RSV.

From e6aff6f5a9fd82d7407a21afe893594e58425ff4 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 25 Aug 2026 16:30:50 +0100 Subject: [PATCH 3/5] Remove COVID-19 screening considerations Removed COVID-19 screening considerations from patient history view. --- .../patient-history-some.html | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/app/views/record-vaccinations/patient-history-some.html b/app/views/record-vaccinations/patient-history-some.html index 61d80a1a..263701d0 100644 --- a/app/views/record-vaccinations/patient-history-some.html +++ b/app/views/record-vaccinations/patient-history-some.html @@ -80,23 +80,7 @@

Check {{ data.firstName }} {{ data.lastName }}’s d ] }) }} - {% if data.vaccine == "COVID-19" %} - - {% set screeningConsiderations %} -
    -
  • Does the patient have a history of anaphylaxis or significant allergic reactions to any vaccines or their ingredients?
  • -
  • Has the patient had a serious adverse reaction after the COVID-19 vaccine?
  • -
  • Is the patient pregnant or could they be?
  • -
- {% endset %} - - {{ details({ - summaryText: "Screening considerations", - html: screeningConsiderations - }) }} - - {% endif %} - + {% from "warning-callout/macro.njk" import warningCallout %} {{ warningCallout({ From 3b2615787cea4f344b7fc70f59e1ba37e28858a8 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 25 Aug 2026 16:31:34 +0100 Subject: [PATCH 4/5] Delete COVID-19 screening considerations section Removed COVID-19 screening considerations from patient history. --- .../patient-history-deceased.html | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/app/views/record-vaccinations/patient-history-deceased.html b/app/views/record-vaccinations/patient-history-deceased.html index a2c5c9c5..0bec53e2 100644 --- a/app/views/record-vaccinations/patient-history-deceased.html +++ b/app/views/record-vaccinations/patient-history-deceased.html @@ -91,23 +91,6 @@

Check {{ patientFullName }}’s details and vaccinat ] }) }} - {% if data.vaccine == "COVID-19" %} - - {% set screeningConsiderations %} -
    -
  • Does the patient have a history of anaphylaxis or significant allergic reactions to any vaccines or their ingredients?
  • -
  • Has the patient had a serious adverse reaction after the COVID-19 vaccine?
  • -
  • Is the patient pregnant or could they be?
  • -
- {% endset %} - - {{ details({ - summaryText: "Screening considerations", - html: screeningConsiderations - }) }} - - {% endif %} -

Vaccination history

From ac718b1c9aab92cde3c3725a414e74fbbf06ecb6 Mon Sep 17 00:00:00 2001 From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com> Date: Wed, 26 Aug 2026 09:01:01 +0100 Subject: [PATCH 5/5] Fix warning callout heading levels --- app/views/record-vaccinations/patient-history-deceased.html | 1 + app/views/record-vaccinations/patient-history-some.html | 1 + 2 files changed, 2 insertions(+) diff --git a/app/views/record-vaccinations/patient-history-deceased.html b/app/views/record-vaccinations/patient-history-deceased.html index 0bec53e2..7ab2efbd 100644 --- a/app/views/record-vaccinations/patient-history-deceased.html +++ b/app/views/record-vaccinations/patient-history-deceased.html @@ -35,6 +35,7 @@

Check {{ patientFullName }}’s details and vaccinat {{ warningCallout({ heading: "Important", + headingLevel: 2, text: "This patient has died according to the Personal Demographics Service. Continue if you want to record a vaccination given before they died." }) }} diff --git a/app/views/record-vaccinations/patient-history-some.html b/app/views/record-vaccinations/patient-history-some.html index 263701d0..baf8a787 100644 --- a/app/views/record-vaccinations/patient-history-some.html +++ b/app/views/record-vaccinations/patient-history-some.html @@ -85,6 +85,7 @@

Check {{ data.firstName }} {{ data.lastName }}’s d {{ warningCallout({ heading: "Important", + headingLevel: 2, text: "We can only show previous vaccinations that were recorded in RAVS for this patient." }) }}