diff --git a/app.js b/app.js index d9dcc78..66a5924 100755 --- a/app.js +++ b/app.js @@ -65,7 +65,8 @@ const appViews = [ join(__dirname, 'node_modules/nhsuk-frontend/dist/nhsuk/components'), join(__dirname, 'node_modules/nhsuk-frontend/dist/nhsuk/macros'), join(__dirname, 'node_modules/nhsuk-frontend/dist/nhsuk'), - join(__dirname, 'node_modules/nhsuk-frontend/dist') + join(__dirname, 'node_modules/nhsuk-frontend/dist'), + join(__dirname, 'app/components/') ] /** diff --git a/app/assets/sass/main.scss b/app/assets/sass/main.scss index 2cc5946..fe72c9e 100755 --- a/app/assets/sass/main.scss +++ b/app/assets/sass/main.scss @@ -1,3 +1,6 @@ +// Set the location of NHS.UK images and other assets +$nhsuk-assets-path: "/nhsuk-frontend/assets/"; + // Import NHS.UK frontend library @import "nhsuk-frontend/dist/nhsuk"; @@ -54,6 +57,194 @@ $govuk-brand-colour: $nhsuk-link-colour; // Custom styles + + @media (max-width: 48.0525em) { + .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__header, + .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__cell { + justify-content: flex-start; + gap: 16px; + text-align: left; + } + + .nhsuk-table-responsive__heading { + flex: 0 0 140px; + padding-right: 0; + } + + .app-table-cell-value { + min-width: 0; + text-align: left; + } + } + + .app-table-secondary-value { + margin-left: 4px; + } + + @media (min-width: 40.0625em) { + .app-table-secondary-value { + display: block; + margin-top: 4px; + margin-left: 0; + } + } + + .app-table-secondary-value--stacked { + display: block; + margin-top: 4px; + margin-left: 0; + } + + .govuk-applied-filters { + display: flex; + flex-wrap: wrap; + gap: 16px 14px; + margin-bottom: 20px; + } + + .govuk-applied-filter { + display: inline-flex; + align-items: center; + gap: 10px; + + min-height: 38px; + padding: 0 14px; + + border: 2px solid #b1b4b6; + border-radius: 8px; + background: #f3f2f1; + + color: #0b0c0c; + text-decoration: none; + + font-size: 16px; + line-height: 1.2; + font-weight: 400; + } + + .govuk-applied-filter:hover { + background: #e8e8e8; + border-color: #6f777b; + text-decoration: none; + } + + .govuk-applied-filter:focus { + background: #ffdd00; + border-color: #0b0c0c; + box-shadow: none; + } + + .govuk-applied-filter__label { + display: inline-block; + } + + .govuk-applied-filter__remove { + font-size: 24px; + line-height: 1; + margin-top: -1px; + } + + /* Table overrides */ + + /* Prevent wrapping + tighten table */ + .nhsuk-table { + table-layout: auto; + } + + .nhsuk-table th, .nhsuk-table td, .nhsuk-table-responsive th, .nhsuk-table-responsive td { + /*padding: 8px 12px;*/ + padding: 8px 12px 8px 0; + vertical-align: top; + font-size: 16px; + } + + .nhsuk-table__header--wrap { + white-space: normal; + line-height: 1.2; + max-width: 150px; + } + + .nhsuk-table__header--wrap span { + display: block; + } + + /* Pagination overrides */ + .nhsuk-pagination-wrapper { + display: flex; + justify-content: space-between; + align-items: center; /* keeps pagination + "Showing..." on same line */ + margin-top: 8px; /* tighten gap from table */ + } + + .nhsuk-pagination { + margin-top: 0; /* remove default big gap */ + margin-bottom: 0; + } + + .nhsuk-table, .nhsuk-table-responsive { + margin-bottom: 8px; /* tighten space above pagination */ + } + + .nhsuk-pagination-wrapper__results { + margin-left: auto; + white-space: nowrap; + } + + /* Eligibility Expander table */ + .eligibility-table .nhsuk-list--bullet li { + font-size: 16px; + } + + .eligibility-table .nhsuk-list--bullet { + margin-bottom: 0; + } + + .eligibility-table .nhsuk-list--bullet:last-child { + margin-bottom: 0; + } + + .eligibility-table .nhsuk-list--bullet li:last-child { + margin-bottom: 0; + } + + .eligibility-table .nhsuk-body-s { + margin-bottom: 4px; + } + + /* Recommended window Summary list */ + .recommended-window .nhsuk-summary-list { + font-size: 16px; + margin-bottom: 24px; + } + + .recommended-window .nhsuk-list--bullet li { + font-size: 16px; + + } + + .recommended-window .nhsuk-list--bullet { + margin-bottom: 0; + } + + .recommended-window .nhsuk-list--bullet:last-child { + margin-bottom: 0; + } + + .recommended-window .nhsuk-list--bullet li:last-child { + margin-bottom: 0; + } + + .recommended-window .nhsuk-summary-list__key { + width: 140px; + padding-right: 12px; + } + + .recommended-window .nhsuk-summary-list__value { + padding-left: 0; + } + + + // Phase banner .app-phase-banner { border-bottom: 1px solid #d8dde0; diff --git a/app/components/secondary-navigation/_secondary-navigation.scss b/app/components/secondary-navigation/_secondary-navigation.scss index f89d038..5c62391 100644 --- a/app/components/secondary-navigation/_secondary-navigation.scss +++ b/app/components/secondary-navigation/_secondary-navigation.scss @@ -62,3 +62,32 @@ padding-bottom: nhsuk-spacing(4) - $_current-link-border-width; } } + + .app-secondary-navigation--side { + border-bottom: 0; + border-left: 4px solid $nhsuk-border-colour; + margin-bottom: nhsuk-spacing(6); + padding-left: nhsuk-spacing(3); + } + + .app-secondary-navigation--side .app-secondary-navigation__list { + @include nhsuk-font(19); + + display: block; + margin-bottom: 0; + } + + .app-secondary-navigation--side .app-secondary-navigation__list-item { + margin: 0 0 nhsuk-spacing(2); + padding: 0; + } + + .app-secondary-navigation--side .app-secondary-navigation__list-item:not(:last-child) { + margin-right: 0; + } + + .app-secondary-navigation--side .app-secondary-navigation__list-item--current { + border-left-width: $_current-link-border-width; + margin-left: ((nhsuk-spacing(2) + $_current-link-border-width) * -1); + padding-left: nhsuk-spacing(2); + } diff --git a/app/views/layouts/ravs-plus-layout-1-maternity.html b/app/views/layouts/ravs-plus-layout-1-maternity.html index 6401672..0afaab8 100755 --- a/app/views/layouts/ravs-plus-layout-1-maternity.html +++ b/app/views/layouts/ravs-plus-layout-1-maternity.html @@ -5,6 +5,8 @@ {% extends "prototype-kit-template.njk" %} +{% from "secondary-navigation/macro.njk" import appSecondaryNavigation %} + {% block head %} diff --git a/app/views/maternity-patient-list-2-0-0/_AllVaccinations.html b/app/views/maternity-patient-list-2-0-0/_AllVaccinations.html index 376cac2..80daecb 100644 --- a/app/views/maternity-patient-list-2-0-0/_AllVaccinations.html +++ b/app/views/maternity-patient-list-2-0-0/_AllVaccinations.html @@ -9,8 +9,8 @@
| - Vaccinated + Vaccinated status | -
- - Patient has been vaccinated in the recommended window for this pregnancy. + |
+
+ + Patient has been vaccinated after reaching 16 weeks of their current pregnancy. |
-
- + |
+
+ Patient has been vaccinated during this pregnancy after 16 weeks. |
-
- + |
+
+ Patient has received the seasonal flu vaccine during this pregnancy. |
|---|---|---|---|---|---|---|
| - Eligible + Eligible status | -
- + |
+
+ Patient is at least 28 weeks pregnant. |
-
- + |
+
+ Patient is at least 16 weeks pregnant. |
-
- + |
+
+ Patient is pregnant and the seasonal flu vaccination programme is open. |
| - Not yet eligible + Not yet eligible status | -
- + |
+
+ Patient is not yet 28 weeks pregnant. |
-
- + |
+
+ Patient is not yet 16 weeks pregnant. |
-
- + |
+
+ The seasonal flu vaccination programme has not yet started. |
@@ -94,37 +103,40 @@
| + | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RSV | -+ | Pertussis | -+ | Flu | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
- + | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
+
+ Between 28 and 36 weeks, but the patient can be vaccinated up until delivery. |
-
- + |
+
+ Between 16 and 32 weeks, but the patient can be vaccinated up to 8 weeks after giving birth, if needed. |
-
- + |
+
+ At any stage of pregnancy from 1 September. Vaccination should be offered as soon as possible during the flu season. |
@@ -136,177 +148,177 @@
-
| Name and NHS number | -Weeks pregnant and due date | -RSV | -Pertussis | -Flu | +
|---|
| Name and NHS number | +Weeks pregnant and due date | +RSV | +Pertussis | +Flu | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| P001 | #} -Bailey, Sarah 104 832 7715 |
- 39 weeks 6 May 2026 |
- Eligible From 11 Feb 2026 |
- Eligible From 18 Nov 2025 |
- Not yet eligible From 1 Sep 2026 |
+ Bailey, Sarah104 832 7715 | +39 weeks6 May 2026 | +EligibleFrom 11 Feb 2026 | +EligibleFrom 18 Nov 2025 | +Not yet eligibleFrom 1 Sep 2026 |
| P002 | #} -Edwards, Janet 589 204 6632 |
- 37 weeks 18 May 2026 |
- Eligible From 23 Feb 2026 |
- Eligible From 30 Nov 2025 |
- Not yet eligible From 1 Sep 2026 |
+ Edwards, Janet589 204 6632 | +37 weeks18 May 2026 | +EligibleFrom 23 Feb 2026 | +EligibleFrom 30 Nov 2025 | +Not yet eligibleFrom 1 Sep 2026 |
| P003 | #} -Barnes, Carole 771 395 0284 |
- 35 weeks 2 Jun 2026 |
- Eligible From 10 Mar 2026 |
- Eligible From 16 Dec 2025 |
- Not yet eligible From 1 Sep 2026 |
+ Barnes, Carole771 395 0284 | +35 weeks2 Jun 2026 | +EligibleFrom 10 Mar 2026 | +EligibleFrom 16 Dec 2025 | +Not yet eligibleFrom 1 Sep 2026 |
| P004 | #} -Stevenson, Maureen 236 880 9147 |
- 33 weeks 15 Jun 2026 |
- Vaccinated | -Vaccinated | -Vaccinated | +Stevenson, Maureen236 880 9147 | +33 weeks15 Jun 2026 | +Vaccinated | +Vaccinated | +Vaccinated |
| P005 | #} -Burns, Anne 915 447 3026 |
- 31 weeks 29 Jun 2026 |
- Vaccinated | -Vaccinated | -Vaccinated | +Burns, Anne915 447 3026 | +31 weeks29 Jun 2026 | +Vaccinated | +Vaccinated | +Vaccinated |
| P006 | #} -Williams, Natasha 348 129 7753 |
- 29 weeks 10 Jul 2026 |
- Eligible From 17 Apr 2026 |
- Eligible From 23 Jan 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Williams, Natasha348 129 7753 | +29 weeks10 Jul 2026 | +EligibleFrom 17 Apr 2026 | +EligibleFrom 23 Jan 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| P007 | #} -Davison, Joyce 662 540 1988 |
- 27 weeks 24 Jul 2026 |
- Not yet eligible From 1 May 2026 |
- Eligible From 6 Feb 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Davison, Joyce662 540 1988 | +27 weeks24 Jul 2026 | +Not yet eligibleFrom 1 May 2026 | +EligibleFrom 6 Feb 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| P008 | #} -Bennett, Jenna 703 216 4591 |
- 25 weeks 6 Aug 2026 |
- Not yet eligible From 14 May 2026 |
- Vaccinated | -Vaccinated | +Bennett, Jenna703 216 4591 | +25 weeks6 Aug 2026 | +Not yet eligibleFrom 14 May 2026 | +Vaccinated | +Vaccinated |
| P009 | #} -Davison, Michelle 829 771 0346 |
- 23 weeks 20 Aug 2026 |
- Not yet eligible From 28 May 2026 |
- Vaccinated | -Vaccinated | +Davison, Michelle829 771 0346 | +23 weeks20 Aug 2026 | +Not yet eligibleFrom 28 May 2026 | +Vaccinated | +Vaccinated |
| P010 | #} -Begum, Nicola 451 903 2287 |
- 21 weeks 3 Sep 2026 |
- Not yet eligible From 12 Jun 2026 |
- Eligible From 19 Mar 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Begum, Nicola451 903 2287 | +21 weeks3 Sep 2026 | +Not yet eligibleFrom 12 Jun 2026 | +EligibleFrom 19 Mar 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| P011 | #} -King, Charlene 667 118 5902 |
- 19 weeks 17 Sep 2026 |
- Not yet eligible From 26 Jun 2026 |
- Eligible From 2 Apr 2026 |
- Not yet eligible From 1 Sep 2026 |
+ King, Charlene667 118 5902 | +19 weeks17 Sep 2026 | +Not yet eligibleFrom 26 Jun 2026 | +EligibleFrom 2 Apr 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| P012 | #} -Chambers, Katherine 294 660 8735 |
- 17 weeks 30 Sep 2026 |
- Not yet eligible From 9 Jul 2026 |
- Eligible From 15 Apr 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Chambers, Katherine294 660 8735 | +17 weeks30 Sep 2026 | +Not yet eligibleFrom 9 Jul 2026 | +EligibleFrom 15 Apr 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| P013 | #} -Shaw, Joyce 830 552 1494 |
- 15 weeks 14 Oct 2026 |
- Not yet eligible From 23 Jul 2026 |
- Not yet eligible From 29 Apr 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Shaw, Joyce830 552 1494 | +15 weeks14 Oct 2026 | +Not yet eligibleFrom 23 Jul 2026 | +Not yet eligibleFrom 29 Apr 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| P014 | #} -Hobbs, Molly 172 449 6008 |
- 13 weeks 28 Oct 2026 |
- Not yet eligible From 6 Aug 2026 |
- Not yet eligible From 13 May 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Hobbs, Molly172 449 6008 | +13 weeks28 Oct 2026 | +Not yet eligibleFrom 6 Aug 2026 | +Not yet eligibleFrom 13 May 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| P015 | #} -O'Sullivan, Francesca 905 731 2843 |
- 11 weeks 11 Nov 2026 |
- Not yet eligible From 20 Aug 2026 |
- Not yet eligible From 27 May 2026 |
- Not yet eligible From 1 Sep 2026 |
+ O'Sullivan, Francesca905 731 2843 | +11 weeks11 Nov 2026 | +Not yet eligibleFrom 20 Aug 2026 | +Not yet eligibleFrom 27 May 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| P016 | #} -Power, Elaine 318 067 5592 |
- 9 weeks 25 Nov 2026 |
- Not yet eligible From 3 Sep 2026 |
- Not yet eligible From 10 Jun 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Power, Elaine318 067 5592 | +9 weeks25 Nov 2026 | +Not yet eligibleFrom 3 Sep 2026 | +Not yet eligibleFrom 10 Jun 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| P017 | #} -Phillips, Maureen 746 882 1307 |
- 7 weeks 9 Dec 2026 |
- Not yet eligible From 17 Sep 2026 |
- Not yet eligible From 24 Jun 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Phillips, Maureen746 882 1307 | +7 weeks9 Dec 2026 | +Not yet eligibleFrom 17 Sep 2026 | +Not yet eligibleFrom 24 Jun 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| P018 | #} -Brown, Sally 529 304 7716 |
- 5 weeks 23 Dec 2026 |
- Not yet eligible From 30 Sep 2026 |
- Not yet eligible From 8 Jul 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Brown, Sally529 304 7716 | +5 weeks23 Dec 2026 | +Not yet eligibleFrom 30 Sep 2026 | +Not yet eligibleFrom 8 Jul 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| Brown, Sharon 681 220 4985 |
- 30 weeks 6 Jan 2027 |
- Not yet eligible From 14 Oct 2026 |
- Not yet eligible From 22 Jul 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Brown, Sharon681 220 4985 | +30 weeks6 Jan 2027 | +Not yet eligibleFrom 14 Oct 2026 | +Not yet eligibleFrom 22 Jul 2026 | +Not yet eligibleFrom 1 Sep 2026 | |
| P020 | #} -Page, Michelle 407 993 1562 |
- 1 week 20 Jan 2027 |
- Not yet eligible From 28 Oct 2026 |
- Not yet eligible From 5 Aug 2026 |
- Not yet eligible From 1 Sep 2026 |
+ Page, Michelle407 993 1562 | +1 week20 Jan 2027 | +Not yet eligibleFrom 28 Oct 2026 | +Not yet eligibleFrom 5 Aug 2026 | +Not yet eligibleFrom 1 Sep 2026 |
| Patient | -Due date | -Issue | +Due date | +Issue | ||
|---|---|---|---|---|---|---|
| P001 | #} -Harris, Emily 943 476 5910 |
- 30 Sep 2026 | -Failed to save as a maternity patient | +Harris, Emily943 476 5910 | +30 Sep 2026 | +Failed to save as a maternity patient |
| P002 | #} -Patel, Aisha 627 105 3842 |
- 11 Nov 2026 | -Patient information not found | +Patel, Aisha627 105 3842 | +11 Nov 2026 | +Patient information not found |
| P003 | #} -Thompson, Chloe 518 942 7631 |
- 9 Dec 2026 | -There was a technical problem | +Thompson, Chloe518 942 7631 | +9 Dec 2026 | +There was a technical problem |
| P004 | #} -Ahmed, Zara 301 687 2459 |
- 14 Oct 2026 | -Patient information not found | +Ahmed, Zara301 687 2459 | +14 Oct 2026 | +Patient information not found |
| P005 | #} -Walker, Sophie 774 209 6583 |
- 10 Aug 2026 | -There was a technical problem | +Walker, Sophie774 209 6583 | +10 Aug 2026 | +There was a technical problem |
| - Vaccinated + Vaccinated status | -
- + |
+
+ Patient has been vaccinated after reaching 16 weeks of their current pregnancy. |
-
- + |
+
+ Patient has been vaccinated during this pregnancy after 16 weeks. |
|---|---|---|---|---|
| - Eligible + Eligible status | -
- + |
+
+ Patient is at least 28 weeks pregnant. |
-
- + |
+
+ Patient is at least 16 weeks pregnant. |
| - Not yet eligible + Not yet eligible status | -
- + |
+
+ Patient is not yet 28 weeks pregnant. |
-
- + |
+
+ Patient is not yet 16 weeks pregnant. |
@@ -76,29 +82,31 @@
| + | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| RSV | -+ | Pertussis | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
- + | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
+
+ Between 28 and 36 weeks, but the patient can be vaccinated up until delivery. |
-
- + |
+
+ Between 16 and 32 weeks, but the patient can be vaccinated up to 8 weeks after giving birth, if needed. |
@@ -110,156 +118,156 @@
-
| Name and NHS number | -Weeks pregnant and due date | -RSV eligibility | -Pertussis eligibility | +
|---|
| Name and NHS number | +Weeks pregnant and due date | +RSV | +Pertussis | |||||
|---|---|---|---|---|---|---|---|---|
| P001 | #} -Bailey, Sarah 104 832 7715 |
- 39 weeks 6 May 2026 |
- Eligible From 11 Feb 2026 |
- Eligible From 18 Nov 2025 |
+ Bailey, Sarah104 832 7715 | +39 weeks6 May 2026 | +EligibleFrom 11 Feb 2026 | +EligibleFrom 18 Nov 2025 |
| P002 | #} -Edwards, Janet 589 204 6632 |
- 37 weeks 18 May 2026 |
- Eligible From 23 Feb 2026 |
- Eligible From 30 Nov 2025 |
+ Edwards, Janet589 204 6632 | +37 weeks18 May 2026 | +EligibleFrom 23 Feb 2026 | +EligibleFrom 30 Nov 2025 |
| P003 | #} -Barnes, Carole 771 395 0284 |
- 35 weeks 2 Jun 2026 |
- Eligible From 10 Mar 2026 |
- Eligible From 16 Dec 2025 |
+ Barnes, Carole771 395 0284 | +35 weeks2 Jun 2026 | +EligibleFrom 10 Mar 2026 | +EligibleFrom 16 Dec 2025 |
| P004 | #} -Stevenson, Maureen 236 880 9147 |
- 33 weeks 15 Jun 2026 |
- Vaccinated | -Vaccinated | +Stevenson, Maureen236 880 9147 | +33 weeks15 Jun 2026 | +Vaccinated | +Vaccinated |
| P005 | #} -Burns, Anne 915 447 3026 |
- 31 weeks 29 Jun 2026 |
- Vaccinated | -Vaccinated | +Burns, Anne915 447 3026 | +31 weeks29 Jun 2026 | +Vaccinated | +Vaccinated |
| P006 | #} -Williams, Natasha 348 129 7753 |
- 29 weeks 10 Jul 2026 |
- Eligible From 17 Apr 2026 |
- Eligible From 23 Jan 2026 |
+ Williams, Natasha348 129 7753 | +29 weeks10 Jul 2026 | +EligibleFrom 17 Apr 2026 | +EligibleFrom 23 Jan 2026 |
| P007 | #} -Davison, Joyce 662 540 1988 |
- 27 weeks 24 Jul 2026 |
- Not yet eligible From 1 May 2026 |
- Eligible From 6 Feb 2026 |
+ Davison, Joyce662 540 1988 | +27 weeks24 Jul 2026 | +Not yet eligibleFrom 1 May 2026 | +EligibleFrom 6 Feb 2026 |
| P008 | #} -Bennett, Jenna 703 216 4591 |
- 25 weeks 6 Aug 2026 |
- Not yet eligible From 14 May 2026 |
- Vaccinated | +Bennett, Jenna703 216 4591 | +25 weeks6 Aug 2026 | +Not yet eligibleFrom 14 May 2026 | +Vaccinated |
| P009 | #} -Davison, Michelle 829 771 0346 |
- 23 weeks 20 Aug 2026 |
- Not yet eligible From 28 May 2026 |
- Vaccinated | +Davison, Michelle829 771 0346 | +23 weeks20 Aug 2026 | +Not yet eligibleFrom 28 May 2026 | +Vaccinated |
| P010 | #} -Begum, Nicola 451 903 2287 |
- 21 weeks 3 Sep 2026 |
- Not yet eligible From 12 Jun 2026 |
- Eligible From 19 Mar 2026 |
+ Begum, Nicola451 903 2287 | +21 weeks3 Sep 2026 | +Not yet eligibleFrom 12 Jun 2026 | +EligibleFrom 19 Mar 2026 |
| P011 | #} -King, Charlene 667 118 5902 |
- 19 weeks 17 Sep 2026 |
- Not yet eligible From 26 Jun 2026 |
- Eligible From 2 Apr 2026 |
+ King, Charlene667 118 5902 | +19 weeks17 Sep 2026 | +Not yet eligibleFrom 26 Jun 2026 | +EligibleFrom 2 Apr 2026 |
| P012 | #} -Chambers, Katherine 294 660 8735 |
- 17 weeks 30 Sep 2026 |
- Not yet eligible From 9 Jul 2026 |
- Eligible From 15 Apr 2026 |
+ Chambers, Katherine294 660 8735 | +17 weeks30 Sep 2026 | +Not yet eligibleFrom 9 Jul 2026 | +EligibleFrom 15 Apr 2026 |
| P013 | #} -Shaw, Joyce 830 552 1494 |
- 15 weeks 14 Oct 2026 |
- Not yet eligible From 23 Jul 2026 |
- Not yet eligible From 29 Apr 2026 |
+ Shaw, Joyce830 552 1494 | +15 weeks14 Oct 2026 | +Not yet eligibleFrom 23 Jul 2026 | +Not yet eligibleFrom 29 Apr 2026 |
| P014 | #} -Hobbs, Molly 172 449 6008 |
- 13 weeks 28 Oct 2026 |
- Not yet eligible From 6 Aug 2026 |
- Not yet eligible From 13 May 2026 |
+ Hobbs, Molly172 449 6008 | +13 weeks28 Oct 2026 | +Not yet eligibleFrom 6 Aug 2026 | +Not yet eligibleFrom 13 May 2026 |
| P015 | #} -O'Sullivan, Francesca 905 731 2843 |
- 11 weeks 11 Nov 2026 |
- Not yet eligible From 20 Aug 2026 |
- Not yet eligible From 27 May 2026 |
+ O'Sullivan, Francesca905 731 2843 | +11 weeks11 Nov 2026 | +Not yet eligibleFrom 20 Aug 2026 | +Not yet eligibleFrom 27 May 2026 |
| P016 | #} -Power, Elaine 318 067 5592 |
- 9 weeks 25 Nov 2026 |
- Not yet eligible From 3 Sep 2026 |
- Not yet eligible From 10 Jun 2026 |
+ Power, Elaine318 067 5592 | +9 weeks25 Nov 2026 | +Not yet eligibleFrom 3 Sep 2026 | +Not yet eligibleFrom 10 Jun 2026 |
| P017 | #} -Phillips, Maureen 746 882 1307 |
- 7 weeks 9 Dec 2026 |
- Not yet eligible From 17 Sep 2026 |
- Not yet eligible From 24 Jun 2026 |
+ Phillips, Maureen746 882 1307 | +7 weeks9 Dec 2026 | +Not yet eligibleFrom 17 Sep 2026 | +Not yet eligibleFrom 24 Jun 2026 |
| P018 | #} -Brown, Sally 529 304 7716 |
- 5 weeks 23 Dec 2026 |
- Not yet eligible From 30 Sep 2026 |
- Not yet eligible From 8 Jul 2026 |
+ Brown, Sally529 304 7716 | +5 weeks23 Dec 2026 | +Not yet eligibleFrom 30 Sep 2026 | +Not yet eligibleFrom 8 Jul 2026 |
| Brown, Sharon 681 220 4985 |
- 30 weeks 6 Jan 2027 |
- Not yet eligible From 14 Oct 2026 |
- Not yet eligible From 22 Jul 2026 |
+ Brown, Sharon681 220 4985 | +30 weeks6 Jan 2027 | +Not yet eligibleFrom 14 Oct 2026 | +Not yet eligibleFrom 22 Jul 2026 | |
| P020 | #} -Page, Michelle 407 993 1562 |
- 1 week 20 Jan 2027 |
- Not yet eligible From 28 Oct 2026 |
- Not yet eligible From 5 Aug 2026 |
+ Page, Michelle407 993 1562 | +1 week20 Jan 2027 | +Not yet eligibleFrom 28 Oct 2026 | +Not yet eligibleFrom 5 Aug 2026 |
| Patient | -Due date | -Issue | +Due date | +Issue | ||
|---|---|---|---|---|---|---|
| P001 | #} -Harris, Emily 943 476 5910 |
- 30 Sep 2026 | -Failed to save as a maternity patient | +Harris, Emily943 476 5910 | +30 Sep 2026 | +Failed to save as a maternity patient |
| P002 | #} -Patel, Aisha 627 105 3842 |
- 11 Nov 2026 | -Patient information not found | +Patel, Aisha627 105 3842 | +11 Nov 2026 | +Patient information not found |
| P003 | #} -Thompson, Chloe 518 942 7631 |
- 9 Dec 2026 | -There was a technical problem | +Thompson, Chloe518 942 7631 | +9 Dec 2026 | +There was a technical problem |
| P004 | #} -Ahmed, Zara 301 687 2459 |
- 14 Oct 2026 | -Patient information not found | +Ahmed, Zara301 687 2459 | +14 Oct 2026 | +Patient information not found |
| P005 | #} -Walker, Sophie 774 209 6583 |
- 10 Aug 2026 | -There was a technical problem | +Walker, Sophie774 209 6583 | +10 Aug 2026 | +There was a technical problem |