LogoLogo
WebsiteGitHubSlack
Disability Registry v1.0.0
Disability Registry v1.0.0
  • Disability Registry and SP-Systems Interface
    • Introduction
    • Assumptions
    • Exception Handling
    • DR with SP-MIS Standards
      • Process
        • PRS.DR.01 SP-System queries the DR to request potential beneficiaries for programme enrolment
          • Example 1: Registration in a Benefits Scheme for Persons with a Disability
          • Example 2 : Registration/Intake in a Benefits Scheme for Households with Members with a Disability
        • PRS.DR.02: SP-System queries the DR to confirm disability status of potential beneficiaries
          • Example 1: Eligibility Check in a Grants for Old Age Scheme Enrolment
          • Example 2: Eligibility Check for Enrolment for Personal Assistance Scheme
        • PRS.DR.03 SP system queries the DR to request information needed for analysis
          • Example 1: Analysis of Disability Coverage of Social Protection Schemes
      • Data
        • Data Objects
          • DO.DR.01 PersonwithDisability(PWD)
          • DO.DR.02 DisabilityDetails
          • DO.DR.03 DisabilitySupport
          • DO.DR.04 HumanAssistance
          • DO.DR.05 AssistiveTechnology
          • DO.DR.06 MedicalCare
          • DO.DR.07 HousingSupport
          • DO.DR.08 AnimalAssistance
          • DO.SR.03 Member
        • Code Directory
          • CD.DR.01 ImpairmentType/Functional LimitationType
          • CD.DR.02 ImpairmentLevel/Functional LimitationsLevel
          • CD.DR.03 HumanAssistanceType
          • CD.DR.04 SupportFrequency
          • CD.DR.05 SupportStatusEnum
          • CD.DR.06 AssistiveTechnologyEnum
          • CD.DR.07 DisabilityOnSet
          • CD.DR.08 ImpairmentCause/FunctionalLimitationCause
          • CD.DR.9 TransportRequirement
          • CD.DR.10 HousingType
          • CD.DR.11 MedicalCareEnum
          • CD.DR.12 HousingSupportEnum
          • CD.DR.13 AnimalAssitanceEnum
          • CD.DR.14 DisabilityStatus
          • CD.DR.15 DisabilityStatusLevel
        • 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.DR.01 ASY Search (Async approach)
          • API.DR.01 SYN Search (Sync approach)
          • API.DR.02 Event Subscription
          • API.DR.03 Event Notification
          • API.DR.04 SYN Status (Sync approach)
          • API.DR.05 SYN Get Disability details
          • API.DR.06 SYN Get Disability Status
          • API.DR.07 SYN Get Disability Support
    • Previous Versions
  • RESOURCES
    • Interoperability in Action #5
    • Standards Committee & Acknowledgments
Powered by GitBook
On this page
  • Process Flow
  • Diagram 5 - Eligibility Check for Person with Disability Enrolment for Personal Assistance Scheme

Was this helpful?

  1. Disability Registry and SP-Systems Interface
  2. DR with SP-MIS Standards
  3. Process
  4. PRS.DR.02: SP-System queries the DR to confirm disability status of potential beneficiaries

Example 2: Eligibility Check for Enrolment for Personal Assistance Scheme

Last updated 1 month ago

Was this helpful?

This process provides an example of generic use for the API.DR.06 SYN Get Disability Status API. The programme aims to establish personal assistance focusing on the needs of persons with disabilities (PWDs). Registered organisations are tasked with offering care and support.

Process Flow

Process Flow: Eligibility Check for Enrolment for Personal Assistance Scheme

Sections
Description

Actors and Entities

Applicants, SP system, CRVS, DR, social registry

Assumptions

  • The CRVS system has national ID for every recorded vital event and provides liveness data for eligibility check.

  • The DR provides disability related data for eligibility check using national ID as an identifier for search.

Prerequisites

  • The beneficiary has a registered national ID.

  • The beneficiary’s vital events are registered in the civil registry.

  • Personal assistance is a registered organisation under the SP scheme.

  • The beneficiary provides consent to the SP system(s) for various operations required for registration.

Process Inputs

The scheme registration process requires the national ID of the beneficiary (applicant) as the primary input. This ID will be used to initiate the eligibility check, liveness check, and disability status.

Process Flow Steps

Step 1: The applicant accesses the SP system self-registration portal for registration and submits their national ID.

Step 2: The SP system requests a liveness check from the CRVS using the beneficiary's national ID. If this check fails, the process ends. The CRVS performs an internal database search and sends the results back to SP system.

Step 3: The SP system verifies eligibility and liveness based on the CRVS results. If successful, the SP system requests DR verification using the national ID. If not , the process ends.

Step 4: The DR performs an internal database search and sends the results back to the SP system.

Step 5: The SP system sends the enrolment details to the personal assistance.

Outputs

Using interoperability with the DR and CRVS, the SP system can request and exchange beneficiary information securely. Based on the information received, the SP system can immediately decide whether to enrol the beneficiary.

Control Points

  1. CRVS search results: Based on these results, if the eligibility and liveness check is successful, the process continues. If it fails, the SP system may stop the registration request.

  2. DR search results: Eligibility is checked. If it fails, the SP system may stop the registration request

Diagram 5 - Eligibility Check for Person with Disability Enrolment for Personal Assistance Scheme