Pre-registration
Last updated
Was this helpful?
Last updated
Was this helpful?
Pre-registration module enables a resident to
enter demographic data and upload supporting documents,
book an appointment for one or many users for registration by choosing a suitable registration center and a convinient time slot,
receive appointment notifications,
reschedule and cancel appointments.
Once the resident completes the above process, their data is downloaded at the respective registration centers prior to their appointment, thus, saving enrollment time. The module supports multiple languages.
MOSIP provides backend APIs for this module along with a reference implementation of .
User provides consent
User provides demographic information
User uploads supporting documents (Proof of Address, Birth certificate, etc.)
A pre-registration request ID (PRID) is generated and provided to the user.
User selects a registration center based on postal code, geo-location, etc.
The available slots are displayed
An option to cancel and re-book the appointment is made available
An acknowledgement is sent via email/SMS
The user can print the acknowledgement containing PRID and QR code.
This QR code can be scanned at the in-person registration centers.
User provides the PRID/QR code at the registration center.
The registration form gets pre-filled with the pre-registration data.
The relationship of pre-registration module with other services is explained here. NOTE: The numbers do not signify sequence of operations or control flow
Fetch a new OTP for the user in login page.
Log all events.
Database used by pre-reg.
Send OTP in the email/sms to the user.
Registration Processor uses reverse sync to mark the pre-reg application as consumed.
Fetch data for dropdowns, locations, consent form etc.
Pre-registration module consists of the following services:
Fetch details.
Pre-Registration interacts with Keycloak via .
Generate a new for the application.
Registration clients uses to get the pre-reg application details for a given registration center, booking date and PRID.
For more details, refer to
MOSIP provides a reference implementation of the pre-registration portal that may be customized as per country needs. The sample implementation is available at . For getting started with the pre-registration, refer to the
To access the build and read through the deployment instructions, refer to .
For detailed functionality of pre-registration APIs, refer to .
For details related to pre-registration configurations, refer to .