A point of care (POC) prototype, built using the NHS.UK Prototype Rig.
Point of Care Systems record data when someone is vaccinated, including product and batch details, and the recording of adverse reactions.
https://digital.nhs.uk/coronavirus/vaccinations/training-and-onboarding/point-of-care
Node.js v22
-
Clone this repository
-
Install the dependencies and create data:
npm install
-
Start the application:
npm run dev
Session data uses pre-compiled JSON files saved to a .data
folder.
To regenerate this data run:
npm run create-data