Skip to content

Commit e5056a8

Browse files
Adding GP details to patient information (#470)
This adds the name and address of the patient’s GP to the patient details page. <img width="814" height="550" alt="Screenshot 2025-09-17 at 16 59 03" src="https://github.com/user-attachments/assets/13928b43-663b-400b-8df0-9a8c6b999baf" /> --------- Co-authored-by: Frankie Roberto <[email protected]>
1 parent 4a94225 commit e5056a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/views/record-vaccinations/patient-history.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ <h1 class="nhsuk-heading-l">Check {{ data.patientName }}’s details and vaccina
6363
value: {
6464
text: data.nhsNumber
6565
}
66+
},
67+
{
68+
key: {
69+
text: "Registered GP"
70+
},
71+
value: {
72+
html: "Beech House surgery <br>1 Ash Tree Road<br>Knaresborough<br>HG5 0UB"
73+
}
6674
}
6775
]
6876
}) }}

0 commit comments

Comments
 (0)