LogoLogo
WebsiteGitHubSlack
CRVS v1.0.0
CRVS v1.0.0
  • Civil registration and vital statistics (CRVS) and SP-MIS Interface
    • Introduction
    • Assumptions
    • Exception Handling
    • CRVS with SP-MIS Standards
      • Process
        • PRS.COM.01 Standards Creation
        • PRS.CRVS.01 Generic process workflow between SP-MIS and CRVS
        • PRS.CRVS.02: Enrolment in old age allowance scheme
        • PRS.CRVS.03: Ceasing allowance upon death notification
        • PRS.CRVS.04: Enrolment in widow allowance scheme
        • PRS.CRVS.05: Enrolment in child allowance scheme
        • PRS.CRVS.06: Proactive enrolment in child allowance scheme
      • Data
        • Data Objects
          • DO.CRVS.01 CRVSPerson
          • DO.COM.01 Identifier
          • DO.COM.02 Name
          • DO.COM.03 Address
          • DO.COM.04 GeoLocation
          • DO.COM.05 GeoCoordinates
          • DO.COM.06 GeoShape
          • DO.COM.07 Place
        • Code Directory
          • CD.COM.01 identifier_type
          • CD.COM.02 marital_status
          • CD.COM.03 sex
          • CD.COM.04 vital_event
        • Data Types and Formats
      • API
        • Design Principles
        • Versioning
        • Methods
          • API.COM.01.ASY Search (Asynch approach)
          • API.COM.01.SYN Search (Synch approach)
          • API.COM.02 Event Subscription
          • API.COM.03 Event Notification
          • API.COM.04.ASY Status (Asynch approach)
          • API.COM.04.SYN Status (Synch approach)
    • Previous Versions
  • Resources
    • Interoperability in Action Workshop #1
    • Standards Committee
    • Standards Drafting Group
    • References
Powered by GitBook
On this page
  • Context: Use Case (Social Protection)
  • Detailed Process Workflow
  • Figure
  • Sample APIs

Was this helpful?

  1. Civil registration and vital statistics (CRVS) and SP-MIS Interface
  2. CRVS with SP-MIS Standards
  3. Process

PRS.CRVS.05: Enrolment in child allowance scheme

Last updated 1 month ago

Was this helpful?

Context: Use Case (Social Protection)

Child benefit programmes are government programmes that provide financial support to families with children. The purpose of this programme is to help families with the costs of raising children, such as providing food, clothing, education and other things. The eligibility requirements for such programmes vary from country to country. Some countries have a universal child benefit programme for which all families with children are eligible, while others have means-tested programmes for which eligibility and the amount received are based on the child's sex, family's income and other factors.

Examples: Cash grant programmes, child education programmes, malnutrition-related programs, midday meal programmes, infant and young child feeding programmes, and others.

Detailed Process Workflow

Figure

Sections
Description

Actors and Entities

Child as applicant, parents/guardian, SP-MIS, CRVS system

Prerequisites

  • UIN or birth certificate of child

Process Inputs

UIN or birth certificate of child

Process Flow Steps

Step 1. Applicant initiates enrolment: The applicant begins the enrolment process for the SP-MIS scheme by providing their UIN, birth certificate or birth registration number, as issued by the CRVS.

Step 2. Verification of CRVS records: The SP-MIS checks if the applicant's record exists in the CRVS database by sending the UIN or birth registration number using the search API.

  • If the applicant's record is found in the CRVS and the CRVS returns child data elements (name, sex, date of birth, date of death), and an array of parent information (parent UIN, name, sex, phone number, email), proceed to step 4.

  • If the record is not found or contains incomplete/incorrect information, proceed to step 3.

Step 3. Cross-referencing with other systems: If the record is not found in the CRVS or information is partial, the SP-MIS cross-references the applicant's details with other ID systems, like the foundational ID system, or other reliable sources.

  • If the required information is found and verified through other systems, proceed to step 4.

  • If no relevant information is available, further action or manual verification may be necessary.

Step 4. Data validation and authentication: The SP-MIS validates and authenticates the applicant's details using the verified CRVS or cross-referenced information.

  • If the information is accurate and matches the required criteria, proceed to step 5.

  • If there are discrepancies or issues, additional manual steps for resolution may be required.

Step 5. Enrolment confirmation: The SP-MIS confirms the successful enrolment of the applicant in the scheme. The applicant is notified of their enrolment status.

Outputs

Applicant is enrolled in the scheme in the minimum possible time.

Control Points

In some cases, submitting the birth certificate may be sufficient to establish the identity of the child, eliminating the need to check with the CRVS for further details. If there are doubts regarding the authenticity of the certificate, the social protection authority can send a query to the CRVS system for verification using the child's UIN or BRN.

It is important to note that in situations where the child has died, it is necessary to check the death record to see if the event has been registered.

Sample APIs

Refer to.

Refer to for alternate flows.

Refer to#9 for control points.

https://api.spdci.org/release/sample-jsons/crvs.html#processflow5
Assumptions
Exception Handling
Assumptions