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.
diff --git a/app/views/record-vaccinations/patient-history-deceased.html b/app/views/record-vaccinations/patient-history-deceased.html
index a2c5c9c5..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."
}) }}
@@ -91,23 +92,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
diff --git a/app/views/record-vaccinations/patient-history-some.html b/app/views/record-vaccinations/patient-history-some.html
index 61d80a1a..baf8a787 100644
--- a/app/views/record-vaccinations/patient-history-some.html
+++ b/app/views/record-vaccinations/patient-history-some.html
@@ -80,27 +80,12 @@ 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({
heading: "Important",
+ headingLevel: 2,
text: "We can only show previous vaccinations that were recorded in RAVS for this patient."
}) }}
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 %}
-
- - 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