Skip to content
18 changes: 9 additions & 9 deletions app/data/vaccine-stock.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = [
{
id: "436436436",
vaccine: "COVID-19",
vaccineProduct: "Comirnaty 3 LP.8.1",
vaccineProduct: "Spikevax LP.8.1",
organisationId: "RW3", // Central Manchester Trust
siteId: "RW3NM", // North Manchester General Hospital
batches: [
Expand Down Expand Up @@ -34,7 +34,7 @@ module.exports = [
{
id: "25463625",
vaccine: "COVID-19",
vaccineProduct: "Comirnaty 3 LP.8.1",
vaccineProduct: "Spikevax LP.8.1",
organisationId: "RW3", // Central Manchester Trust
siteId: "RW3HT", // Heaton Moor Health Centre"
batches: [
Expand Down Expand Up @@ -90,7 +90,7 @@ module.exports = [
{
id: "36346181471414",
vaccine: "COVID-19",
vaccineProduct: "Comirnaty 3 LP.8.1",
vaccineProduct: "Spikevax LP.8.1",
organisationId: "RW3", // Central Manchester Trust
siteId: "RW07E", // "Central Manchester Medical Centre
batches: [
Expand All @@ -104,7 +104,7 @@ module.exports = [
{
id: "RFF125345468",
vaccine: "COVID-19",
vaccineProduct: "Comirnaty 3 LP.8.1",
vaccineProduct: "Spikevax LP.8.1",
organisationId: "RFF", // Barnsley Hospital NHS Foundation Trust
siteId: "RFFPK", // Barnsley General Hospital
batches: [
Expand Down Expand Up @@ -342,7 +342,7 @@ module.exports = [
{
id: "6346144",
vaccine: "COVID-19",
vaccineProduct: "Comirnaty 3 LP.8.1",
vaccineProduct: "Spikevax LP.8.1",
organisationId: "RCY", // Central Manchester Trust
siteId: "RCY72", // Ashford Hospital
batches: [
Expand All @@ -356,7 +356,7 @@ module.exports = [
{
id: "12346353",
vaccine: "COVID-19",
vaccineProduct: "Comirnaty 3 LP.8.1",
vaccineProduct: "Spikevax LP.8.1",
organisationId: "RAP", // North Middlesex University Hospital NHS Trust
siteId: "RAP24", // Labour Ward
batches: [
Expand All @@ -370,7 +370,7 @@ module.exports = [
{
id: "46422414",
vaccine: "COVID-19",
vaccineProduct: "Comirnaty 3 LP.8.1",
vaccineProduct: "Spikevax LP.8.1",
organisationId: "RXX", // Surrey and Borders Partnership
siteId: "RXX23", // The Meadows
batches: [
Expand All @@ -384,7 +384,7 @@ module.exports = [
{
id: "46422414",
vaccine: "COVID-19",
vaccineProduct: "Comirnaty 3 LP.8.1",
vaccineProduct: "Spikevax LP.8.1",
organisationId: "RWP", // Worcester Acute Hospitals
siteId: "RWP01", // Alexandra Hospital
batches: [
Expand Down Expand Up @@ -426,7 +426,7 @@ module.exports = [
{
id: "9235235325",
vaccine: "COVID-19",
vaccineProduct: "Comirnaty 3 LP.8.1",
vaccineProduct: "Spikevax LP.8.1",
organisationId: "FA424", // Pickfords Pharmacy
siteId: "FA424X", // Pickfords Pharmacy
batches: [
Expand Down
10 changes: 5 additions & 5 deletions app/data/vaccines.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ module.exports = [
availableToAllSites: true,
products: [
{
name: "Comirnaty 3 LP.8.1",
name: "Bimervax LP.8.1",
type: "injection"
},
{
name: "Comirnaty 10 LP.8.1",
name: "Comirnaty 10 XFG",
type: "injection"
},
{
name: "Comirnaty 30 LP.8.1",
name: "Comirnaty 30 XFG",
type: "injection"
},
{
name: "Nuvaxovid JN.1",
name: "Spikevax LP.8.1",
type: "injection"
},
{
name: "Spikevax LP.8.1",
name: "Spikevax XFG",
type: "injection"
}
]
Expand Down
2 changes: 1 addition & 1 deletion app/views/record-vaccinations/add-batch.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1 class="nhsuks-heading-l"><span class="nhsuk-caption-l">{{ data.firstName }}
values: data.newBatchExpiryDate
}) }}

{% if data.vaccineProduct == "Comirnaty 3 LP.8.1" %}
{% if data.vaccineProduct == "Spikevax LP.8.1" %}

{{ radios({
"idPrefix": "pack-type",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% endif %}

{% set panelHtml %}
<p>Comirnaty 10 LP.8.1 is usually recommended for people aged 6 months to 11 years. {{ displayName }} is 13 years old.</p>
<p>Comirnaty 10 XFG is usually recommended for people aged 6 months to 11 years. {{ displayName }} is 13 years old.</p>
<p>Check before going ahead or refer to a prescriber for a patient specific direction (PSD).</p>

{{ button({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{% endif %}

{% set panelHtml %}
<p>Comirnaty 30 LP.8.1 is usually recommended for people aged 12 and over. {{ displayName }} is 11 years old.</p>
<p>Comirnaty 30 XFG is usually recommended for people aged 12 and over. {{ displayName }} is 11 years old.</p>
<p>Check before going ahead or refer to a prescriber for a patient specific direction (PSD).</p>

{{ button({
Expand Down
2 changes: 1 addition & 1 deletion app/views/vaccines/add-batch-to-site.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 class="nhsuks-heading-l">Add batch</h1>
values: data.batchExpiryDate
}) }}

{% if vaccine.vaccineProduct == "Comirnaty 3 LP.8.1" %}
{% if vaccine.vaccineProduct == "Spikevax LP.8.1" %}

{{ radios({
"idPrefix": "pack-type",
Expand Down
2 changes: 1 addition & 1 deletion app/views/vaccines/add-batch.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 class="nhsuk-heading-l">Add batch</h1>
values: data.batchExpiryDate
}) }}

{% if data.vaccineProduct == "Comirnaty 3 LP.8.1" %}
{% if data.vaccineProduct == "Spikevax LP.8.1" %}

{{ radios({
"idPrefix": "pack-type",
Expand Down
2 changes: 1 addition & 1 deletion app/views/vaccines/edit-batch.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1 class="nhsuks-heading-l">Edit batch</h1>
}
}) }}

{% if data.vaccineProduct == "Comirnaty 3 LP.8.1" %}
{% if data.vaccineProduct == "Spikevax LP.8.1" %}

{{ radios({
"idPrefix": "pack-type",
Expand Down