3. Validate event
In order to register the vital event, the declaration form must be validated by checking all the details recorded and any supporting documents attached.
In OpenCRVS, the declaration form can be reviewed side by side with the supporting documents to ensure that it is accurate before the vital event is registered. If the information is correct, a user with scope:record.register
can go on to register the vital event; if it is not correct, it can be sent for updates if they have the scope scope:record.declaration-send-for-updates
.
In the case where a Registrar has an assistant to conduct initial checks, eg. a Registration Agent with scope:record.declaration-send-for-approval.
They can review a declaration and subsequently send it for approval to a user with scope:record.register
.
Pre-condition
A record is in the Ready for Review workqueue with the status ‘In Review’
Triggers
A user with scope:record.declaration-send-for-approval
or scope:record.register
assigns and downloads the declaration
Standard flow
User navigates to Ready for Review workqueue
User assigns themselves to the record
Declaration is downloaded and is now available to be validated offline
User clicks “Review”
User validates declaration against supporting documents
Available actions depending on the user's assigned scopes:
scope:record.register
> Registerscope:record.declaration-send-for-approval
> Send for approval
User is prompted to confirm their action
On confirming, declaration is sent to the Outbox for processing
Once processed the declaration status is updated
scope:record.register
> Status = Registeredscope:record.declaration-send-for-approval
> Status = Validated
Post conditions
Declaration is shown to the users workqueue depending on their assigned scopes
Ready to review. If
scope:record.register
Sent for approval. If
scope:record.declaration-send-for-approval
Ready to Print. If
scope:record.registration-print&issue-certified-copies
Record audit is updated to show the last action
Variations/Exceptions
If updates are required and the user has
scope:record.declaration-send-for-updates
. They can choose to send the declaration to the Requires Updates workqueue. Informant receives sms notification that their declaration was rejected and recommend them to visit the office.The validator can choose to change a part of the declaration. If so they will receive a warning prompt about making changes. Before navigating them to the required section of the form. A audit log of this change is recorded in Record Audit.
When the system flags a declaration as a potential duplicate. A user with
scope:record.review-duplicates
can review the potential declaration against any flagged records. They can then mark the record as not a duplicate or mark it as a duplicate and archive the declaration.
Last updated