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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ As of Friday 2nd May 2025, across all SAIS teams using Mavis, there were around

Our most recently onboarded SAIS provider experienced 10% of records having no NHS number after uploading and automatic matching in Mavis. Our first SAIS provider also had 10% of records without NHS numbers after uploading to Mavis. They have since reduced this to less than 1% through manual matching of records.

![A diagram showing the flow of patient records into Mavis.](./mavis-record-flow-nhs-numbers.png "**Figure 1:** A diagram showing the flow of patient records into Mavis.")
![A diagram showing the flow of patient records into Mavis.](./nhs-number-flow-borderless-diagram.png "**Figure 1:** A diagram showing the flow of patient records into Mavis.")

### Sources of records

Expand Down
2 changes: 1 addition & 1 deletion app/styles/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $govuk-font-family: Frutiger W01, arial, sans-serif;

// Improve display of mission patch images inside figures
figure:has(img[src$="mission-patch.png"]),
figure:has(img[src$="mavis-record-flow-nhs-numbers.png"]) {
figure:has(img[src$="borderless-diagram.png"]) {
background-color: transparent;
border: 0;

Expand Down