LogoLogo
WebsiteGitHubSlack
Social Registry v1.0.0
Social Registry v1.0.0
  • Social Registry and SP-MIS Interface
    • Introduction
    • Assumptions
    • Exception Handling
    • Social Registry with SP-MIS Standards
      • Process
        • PRS.SR.01: SP-MIS queries the social registry to verify eligibility for programme enrolment
          • Example 1: Unconditional Household Cash Transfer Scheme
          • Example 2: Widow Cash Transfer Scheme
          • Example 3: Conditional Girl’s Education Cash Transfer Scheme
          • Example 4: Conditional Child Benefit Cash Transfer Scheme
        • PRS.SR.02: SP-MIS updates attributes for a batch of beneficiaries in the social registry
          • Example 1: Conditional Girl’s Education Cash Transfer Scheme
        • PRS.SR.03: Social registry updates attributes for a batch of beneficiaries in SP-MIS
          • Example 1 : Conditional Child Benefit Cash Transfer Scheme
        • PRS.SR.04: Social registry updates attributes for a batch of beneficiaries in the IBR
      • Data
        • Data Objects
          • DO.SR.01 Person
          • DO.SR.02 Group
          • DO.SR.03 Member
          • DO.SR.04 RelatedPerson
          • DO.SR.05 DisabilityInfo
        • Code Directory
          • CD.COM.01 identifier_type
          • CD.COM.02 marital_status
          • CD.COM.03 sex
          • CD.COM.07: relationship_type
          • CD.COM.10: disability_type
          • CD.COM.11: functional_limitation_type
          • CD.COM.12: functional_severity
          • CD.COM.17: education_level
          • CD.SR.02 employment_status
          • CD.SR.03 income_level
          • CD.SR.04 occupation
        • Data Types and Formats
          • DF.COM.STRING.01 date_time
          • DF.COM.STRING.02 phone_number
          • DF.COM.STRING.07 email
          • DT.COM.03 integer
          • DT.COM.02 string
          • DT.COM.04 decimal
          • DT.COM.05 array
          • Copy of DT.COM.05 array
          • DT.COM.06 boolean
      • 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)
    • Previous Versions
  • Resources
    • Interoperability in Action #6
    • Standards Committee & Acknowledgments
Powered by GitBook
On this page
  • Process Flow: Conditional Child Benefit Cash Transfer Scheme
  • Diagram 1 - Conditional Child Benefit Cash Transfer Scheme: PRS.SR.03

Was this helpful?

  1. Social Registry and SP-MIS Interface
  2. Social Registry with SP-MIS Standards
  3. Process
  4. PRS.SR.03: Social registry updates attributes for a batch of beneficiaries in SP-MIS

Example 1 : Conditional Child Benefit Cash Transfer Scheme

This process workflow provides an example of a generic use case PRS.SR.03: Social registry updates attributes for a batch of beneficiaries in SP-MIS. The example used is for a scheme that provides conditional child cash transfers.

In this example the address and contact details for a beneficiary enrolled in the scheme has changed. The new details have been updated in the social registry. One of the beneficiaries whose details has changed is enrolled in the conditional child benefit cash transfer scheme. As such, the social registry must now update the SP-MIS for this scheme to notify it that the address and contact details for a beneficiary has changed.

The process workflow describes interoperability between the social registry and the SP-MIS for the scheme to update the SP-MIS with the new information.

The SP-MIS has previously posted a subscribe request to the social registry using the subscribe request API. This allows the SP-MIS to provide the UIN of beneficiaries that it has enrolled and for which it requests updates as their data changes. The subscribe request may specify which attributes should change to trigger an update.

When the relevant attributes change, the social registry uses the notify API to alert the SP-MIS which beneficiaries have new data. The API includes in the payload the person data object with the updated attributes.

The SP-MIS confirms receipt of the updated data and updates it’s records.

Process Flow: Conditional Child Benefit Cash Transfer Scheme

Sections
Description

Process Purpose

The purpose of this process is for a conditional child benefit cash transfer scheme to receive updates from the social registry when information on a beneficiary has changed.

Actors and Entities

SP-MIS, social registry

Assumptions

  • The system assumes that all eligible children are registered in the social registry.

  • The system assumes that the social registry is reliable and secure and that any issues or challenges can be promptly addressed to avoid any disruption in the delivery of benefits.

  • The system assumes that all relevant regulations and policies are followed in the delivery of benefits to eligible children and that any changes or updates to these regulations are promptly incorporated into the system.

Prerequisites

  • The system has adequate technological infrastructure, including hardware, software, and networking capabilities, to support the social registry and the automatic delivery of benefits.

  • The system requires the engagement and support of relevant stakeholders, including beneficiaries, government agencies, financial institutions, and civil society organisations, to ensure the effective and sustainable implementation of the scheme.

Process Inputs

The SP-MIS makes a subscribe request to the social registry for beneficiaries for whom it wishes to receive updated data, specifying which attributes must change to trigger an update.

Process Flow Steps

Step 1: The SP-MIS posts a batch subscribe request to the social registry. This specifies the UIN for beneficiaries for whom it is subscribing and the attributes in the person data object that it is subscribing to. This includes the address and contact information.

The social registry confirms receipt of the subscribe request.

The social registry updates the address and contact information for a household based on their request.

Step 2: The social registry posts a notify request to the SP-MIS alerting it that the information on a subscription that has changed. It includes the UIN and updated address and contact information.

Outputs

Using its interoperability, the social registry can provide updated beneficiary information to the SP-MIS at the trust level.

In the integrated environment, updating the household data on the SP-MIS may take anywhere between five and seven minutes. Consequently, individuals or households are only required to update their information with the social registry. Their updated information can then be provided to other schemes via interoperability.

Control Points

The SP-MIS is ultimately responsible for determining if the information provided by the social registry is used to update its records.

Diagram 1 - Conditional Child Benefit Cash Transfer Scheme: PRS.SR.03

Last updated 2 months ago

Was this helpful?