A prototype for managing breast screening, built using the NHS.UK prototype kit.
Designed and built by NHS England as part of the Digital transformation of screening programme.
This prototype explores potential designs for a service to manage breast screening. It focuses on two key areas of the screening journey:
- Inital screening (mammography)
- Image reading (reviewewing mammograms)
The prototype generates realistic fake data to simulate different scenarios.
You can read our design histories to understand more about how we designed this service.
- Follow the NHS.UK prototype kit installation guide
- Clone this repository
- Run
npm install - Run
npm run watch
The prototype will generate example data on first run, and from then on once per day.
- View all clinics or today's clinics
- View clinic details and participant lists
- Track participant status through their screening journey
- View participant details within clinic context
- Example data is auto-generated in
app/data/generated - You can regenerate data by visiting
/settings - You can also run the generator directly with
node app/lib/generate-seed-data.js - Uses NHS design system components and patterns
- Use
tree appto generate a tree diagram of the project
As with all prototypes made with the NHS.UK prototype kit, this is for research and testing only. Do not use with real participant data.