Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions app/views/record-vaccinations/patient-deceased.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,7 @@ <h1 class="nhsuk-heading-l">Check {{ data.firstName }} {{ data.lastName }}’s d
]
}) }}

{% if data.vaccine == "COVID-19" %}

{% set screeningConsiderations %}
<ul>
<li>Does the patient have a history of anaphylaxis or significant allergic reactions to any vaccines or their ingredients?</li>
<li>Has the patient had a serious adverse reaction after the COVID-19 vaccine?</li>
<li>Is the patient pregnant or could they be?</li>
</ul>
{% endset %}

{{ details({
summaryText: "Screening considerations",
html: screeningConsiderations
}) }}

{% endif %}


<h2 class="nhsuk-heading-m">Vaccination history</h2>

<p>This shows NHS vaccinations given in England. Currently it includes COVID-19, flu, pertussis and RSV.</p>
Expand Down
18 changes: 1 addition & 17 deletions app/views/record-vaccinations/patient-history-deceased.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h1 class="nhsuk-heading-l">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."
}) }}

Expand Down Expand Up @@ -91,23 +92,6 @@ <h1 class="nhsuk-heading-l">Check {{ patientFullName }}’s details and vaccinat
]
}) }}

{% if data.vaccine == "COVID-19" %}

{% set screeningConsiderations %}
<ul>
<li>Does the patient have a history of anaphylaxis or significant allergic reactions to any vaccines or their ingredients?</li>
<li>Has the patient had a serious adverse reaction after the COVID-19 vaccine?</li>
<li>Is the patient pregnant or could they be?</li>
</ul>
{% endset %}

{{ details({
summaryText: "Screening considerations",
html: screeningConsiderations
}) }}

{% endif %}

<h2 class="nhsuk-heading-m">Vaccination history</h2>


Expand Down
19 changes: 2 additions & 17 deletions app/views/record-vaccinations/patient-history-some.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,27 +80,12 @@ <h1 class="nhsuk-heading-l">Check {{ data.firstName }} {{ data.lastName }}’s d
]
}) }}

{% if data.vaccine == "COVID-19" %}

{% set screeningConsiderations %}
<ul>
<li>Does the patient have a history of anaphylaxis or significant allergic reactions to any vaccines or their ingredients?</li>
<li>Has the patient had a serious adverse reaction after the COVID-19 vaccine?</li>
<li>Is the patient pregnant or could they be?</li>
</ul>
{% 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."
}) }}

Expand Down
17 changes: 0 additions & 17 deletions app/views/record-vaccinations/patient-history.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,23 +107,6 @@ <h1 class="nhsuk-heading-l">Check {{ data.firstName }} {{ data.lastName }}’s d
html: insetTextHtml
}) }} #}

{% if data.vaccine == "COVID-19" %}

{% set screeningConsiderations %}
<ul>
<li>Does the patient have a history of anaphylaxis or significant allergic reactions to any vaccines or their ingredients?</li>
<li>Has the patient had a serious adverse reaction after the COVID-19 vaccine?</li>
<li>Is the patient pregnant or could they be?</li>
</ul>
{% endset %}

{{ details({
summaryText: "Screening considerations",
html: screeningConsiderations
}) }}

{% endif %}

<h2 class="nhsuk-heading-m">Vaccination history</h2>


Expand Down