LogoLogo
WebsiteGitHubSlack
Integrated Beneficiary Registry v1.0.0
Integrated Beneficiary Registry v1.0.0
  • Integrated Beneficiary Registry and SP-MIS Interface
    • Introduction
    • Assumptions
    • Exception Handling
    • IBR with SP-MIS Standards
      • Process
        • PRS.IBR.01: SP-MIS queries the IBR to verify if a beneficiary is enrolled in a specific scheme
          • Example 1: Disability Cash Transfer Scheme
          • Example 2: Education Cash Transfer Scheme
        • PRS.IBR.02: SP-MIS publishes data on beneficiaries and the benefits that they have received
          • Example 1: Disability Cash Transfer Scheme
        • PRS.IBR.03: SP-MIS updates the IBR when the enrolment status of a beneficiary or household changes
          • Example 1: Disability Cash Transfer Scheme
        • PRS.IBR.04: IBR queries the social registry to request information needed for analysis
          • Example 1: Analysis of Disability Coverage of Social Protection Schemes
      • Data
        • Data Objects
          • DO.IBR.01 Beneficiary
          • DO.IBR.02 Programme
          • DO.IBR.03 Benefit
          • DO.IBR.O4 Benefit Frequency
          • DO.COM.02 Group
          • DO.COM.09 Member
        • Code Directory
          • CD.IBR.01 assistance_unit
          • CD.IBR.02 enrolment_status
          • CD.IBR.03 benefit_type
          • CD.IBR.04 institution_type
          • CD.IBR.05 legal_status
          • CD.IBR.06 social_protection_functions
          • CD.IBR.07 contribution_type
          • CD.IBR.08 programme_type
        • Data Types and Formats
          • DF.COM.STRING.01 date_time (Optional)
          • DF.COM.STRING.02 phone_number (Optional)
          • DT.COM.02 string
          • DT.COM.03 integer
          • DF.COM.STRING.08 currency
          • DT.COM.04 decimal
          • DT.COM.05 array
      • API
        • Design Principles
        • Versioning
        • Methods
          • API.COM.01 ASY Search (Async approach)
          • API.COM.01 SYN Search (Sync approach)
          • API.COM.02 Event Subscription
          • API.COM.03 Event Notification
          • API.COM.04 ASY Status (Async approach)
          • API.COM.04 SYN Status (Sync approach)
          • API.IBR.01 SYN Enrolment/updates
          • API.IBR.02 SYN Enrolled
    • Previous Versions
  • RESOURCES
    • Interoperability in Action #7
    • Standards Committee & Acknowledgments
Powered by GitBook
On this page
  • Process Flow: Disability Cash Transfer Scheme
  • Diagram 1 - Disability Cash Transfer Scheme: PRS.IBR.01

Was this helpful?

  1. Integrated Beneficiary Registry and SP-MIS Interface
  2. IBR with SP-MIS Standards
  3. Process
  4. PRS.IBR.01: SP-MIS queries the IBR to verify if a beneficiary is enrolled in a specific scheme

Example 1: Disability Cash Transfer Scheme

Last updated 1 month ago

Was this helpful?

This process workflow provides an example of a generic use case PRS.IBR.01 (SP-MIS queries the IBR to verify if a beneficiary or household is enrolled in a specific scheme). The example used is a scheme that provides cash transfer benefits to people with disabilities.

In this example, enrolment in the scheme is initiated by a disabled person (through a portal or in person at the scheme office). The process workflow describes interoperability between the SP-MIS for the scheme and several registries (disability registry, social registry, integrated beneficiary registry, and payments system) that are necessary to verify if the disabled person meets the eligibility criteria.

For the purpose of this example we include a general cash transfer scheme that operates in parallel to the disability cash transfer scheme. Enrolment in this scheme would make a disabled person ineligible for enrolment in the disability scheme. Therefore, the SP-MIS must verify with the IBR whether or not the person applying is already enrolled in this scheme.

To verify this, the SP-MIS can use the API to transmit the UIN of the person applying to the IBR, as well as the identifier for the general cash transfer scheme. The IBR will provide a ‘yes’ or ‘no’ response.

This information (along with responses from the other registries) will provide the SP-MIS with the information needed to determine if the person meets the eligibility criteria or not.

Process Flow: Disability Cash Transfer Scheme

Sections
Descriptions

Actors and Entities

Applicant, self-registration portal (if available), SP-MIS, disability registry, social registry, IBR, payments system

Prerequisites

  • Refer to Assumption page for prerequisites.

  • UIN provided by applicant

  • Applicant is previously registered in the social registry

  • Applicant is previously registered in the disability registry

Process Inputs

  • UIN, which is provided as an input

or

  • Disability ID

Process Flow Steps

Step 1: Initiate registration. Applicants have the option to either access the self-registration portal or the social protection office to initiate the enrolment process. They can submit their UIN through the portal or provide their identification and relevant documents in person at the social protection office.

Step 2: Verify disability details. The SP-MIS securely transmits the applicant's UIN or disability ID to the disability registry using an API and requests verification of their disability status.

The disability registry responds with the required disability details.

Step 3: Retrieve poverty score. The SP-MIS securely transmits the applicant’s UIN to the social registry using an API and requests verification of their poverty score.

The social registry responds with the poverty score for the applicant.

Step 4: Verify if enrolled in another scheme. The SP-MIS securely transmits the applicant’s UIN and the identifier for the other scheme to the IBR using an API and requests verification of their enrolment.

The IBR responds with a ‘no’ confirming that they are not currently enrolled in the other scheme.

Step 5: Verify bank account. The SP-MIS securely transmits the applicant’s UIN to the payments system using an API and requests verification of their bank account status.

The payments system responds with a ‘yes’ to confirm that their bank account is verified and can receive payments.

Step 6: Confirm enrolment. The SP-MIS processes the responses from the other registries and verifies that the applicant meets the eligibility criteria. It proceeds with enrolment in the disability cash transfer scheme.

A confirmation notification is then sent to the applicant, acknowledging their enrolment in the programme.

Outputs

The applicant is enrolled in the scheme in the minimum possible time.

Control Points

The final decision to register a beneficiary or not lies with the SP-MIS, based on the information received from the IBR and other sources. The SP-MIS system takes into account the data provided by the IBR and applies its own registration criteria and guidelines to determine the eligibility of the beneficiary for enrolment. This ensures that the registration process is carried out accurately and in accordance with the established protocols and requirements set by the SP-MIS.

Exception Handling

Diagram 1 - Disability Cash Transfer Scheme: PRS.IBR.01

Refer to for alternate flow.

Refer to for alternate flow.

Exception Handling
Exception Handling