> For the complete documentation index, see [llms.txt](https://standards.spdci.org/standards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standards.spdci.org/standards/dci-standards/wip-disability-registry/disability-registry-and-sp-systems-interface/1.-crvs/1.2-process/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.md).

# Example 2: Eligibility Check for Enrolment for Personal Assistance Scheme

This process provides an example of generic use for the [API.DR.06 SYN Get Disability Status](/standards/dci-standards/wip-disability-registry/disability-registry-and-sp-systems-interface/1.-crvs/api/methods/api.dr.06-syn-get-disability-status.md) 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**

<table><thead><tr><th width="203.5">Sections </th><th>Description</th></tr></thead><tbody><tr><td>Actors and Entities</td><td>Applicants, SP system, CRVS, DR, social registry</td></tr><tr><td>Assumptions</td><td><ul><li>The CRVS system has national ID for every recorded vital event and provides liveness data for eligibility check. </li><li>The DR provides disability related data for eligibility check using national ID as an identifier for search. </li></ul></td></tr><tr><td>Prerequisites</td><td><ul><li>The beneficiary has a registered national ID. </li><li>The beneficiary’s vital events are registered in the civil registry. </li><li>Personal assistance is a registered organisation under the SP scheme. </li><li>The beneficiary provides consent to the SP system(s) for various operations required for registration.</li></ul></td></tr><tr><td>Process Inputs</td><td>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.</td></tr><tr><td>Process Flow Steps</td><td><p><strong>Step 1:</strong> The applicant accesses the SP system self-registration portal for registration and submits their national ID.</p><p></p><p><strong>Step 2:</strong> 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.</p><p></p><p><strong>Step 3:</strong> 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.</p><p></p><p><strong>Step 4:</strong> The DR performs an internal database search and sends the results back to the SP system.</p><p></p><p><strong>Step 5:</strong> The SP system sends the enrolment details to the personal assistance.</p></td></tr><tr><td>Outputs</td><td>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.</td></tr><tr><td>Control Points</td><td><ol><li>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.</li><li>DR search results: Eligibility is checked. If it fails, the SP system may stop the registration request</li></ol></td></tr></tbody></table>

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

<figure><img src="/files/1cSVcYrJsQQiJolDhQ6j" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://standards.spdci.org/standards/dci-standards/wip-disability-registry/disability-registry-and-sp-systems-interface/1.-crvs/1.2-process/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.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
