diff --git a/app/views/index.html b/app/views/index.html index 5bcb294..f528709 100755 --- a/app/views/index.html +++ b/app/views/index.html @@ -46,22 +46,25 @@
Please check that you have not included anyone who has recently had a termination, miscarriage or baby loss.
+Read full guidance (opens in new tab)
" +}) }} diff --git a/app/views/invites/_filtered-patient-list.html b/app/views/invites/_filtered-patient-list.html new file mode 100644 index 0000000..7aceb77 --- /dev/null +++ b/app/views/invites/_filtered-patient-list.html @@ -0,0 +1,40 @@ +{{ summaryList({ + card: { + heading: "Filtered patient list", + headingSize: "m", + actions: { + items: [ + { + text: "Edit", + href: "#" + } + ] + } + }, + rows: [ + { + key: { + text: "Patients" + }, + value: { + text: "354" + } + }, + { + key: { + text: "Filters" + }, + value: { + html: "RSV status: Eligible+ Your current list of pregnant patients was uploaded by Chloe Liu at 11:57am on {{ date({ day: "numeric", month: "long", year: "numeric" }, { day: -7 }) }}. +
\ No newline at end of file diff --git a/app/views/invites/check-answers.html b/app/views/invites/check-answers.html new file mode 100644 index 0000000..a71d86f --- /dev/null +++ b/app/views/invites/check-answers.html @@ -0,0 +1,99 @@ +{% extends 'layouts/ravs-plus-layout-1-maternity.html' %} + +{% set currentSection = "plus" %} + +{% set pageTitle = "Check answers" %} + +{% block pageTitle %} + {{ pageTitle }} - Record a vaccination - NHS +{% endblock %} + +{% block beforeContent %} + {{ backLink({ + href: "javascript:window.history.back()" + }) }} +{% endblock %} + + +{% block content %} +When a patient receives their RSV vaccination, they will show as 'Vaccinated' in your list of patients.
+ + + +To do
+ +View, filter and export vaccination information for your pregnant patients.
+ +Flag added to patient details and timeline updated.
+ {% endset %} + + {% if data.flag === "success" %} + + {{ notificationBanner({ + heading: "Patient record updated", + html: html, + variant: "success" + }) }} + + {% endif %} + +