> 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.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.md).

# Example 1: Registration in a Benefits Scheme for Persons with a Disability

This process provides an example of generic data exchange between a DR and an SP system. The person receiving disability benefits is a component of the social assistance policy, which ensures that all persons with a disability (PWDs) are considered for financial assistance. This process integrates PWD registration with benefit determination to support families that meet the criteria. &#x20;

The PWD benefit is designed to support families by providing financial assistance, health care, old age care to PWDs whose households are below the poverty line. This benefit is intended to ensure that families in need receive timely support to cover all essentials needs.

## Process Flow

The process facilitates the registration of PWDs and  subsequent determination of eligibility for financial assistance, healthcare and old age care. By integrating PWD registration with benefit determination, this process ensures that families in need receive timely and adequate support to address all essential needs, particularly for those living below the poverty line.

**Process Flow: Registration in a Benefits Scheme for PWDs**

<table><thead><tr><th width="213">Sections </th><th>Description </th></tr></thead><tbody><tr><td>Actors and Entities</td><td>PWD, SP system, DR, social registry</td></tr><tr><td>Assumptions</td><td></td></tr><tr><td>Prerequisites</td><td>Applicant provides consent to data sharing and processing by SP systems</td></tr><tr><td>Process Inputs</td><td>The input for the PWD benefit enrolment process is the PWD registration details from the DR system.</td></tr><tr><td>Process Flow Steps</td><td><p><strong>Step 1:</strong> The PWD is registered in the DR system, which triggers an event subscription to the SP system.</p><p></p><p><strong>Step 2:</strong> The SP-MIS requests registered persons with disabilities from the DR who meet certain criteria.</p><p></p><p><strong>Step 3:</strong> The SP-MIS proceeds with enrolling the PWD in the benefit programme.</p><p></p><p><strong>Step 4:</strong> The SP-MIS verifies the family’s bank account details. If the account is valid, the details are added to the SP system payment list, and the PWD is notified of the successful enrolment and benefit transfer.</p></td></tr><tr><td>Outputs</td><td>Through interoperability with the DR and social registry, the SP-MIS can request and exchange beneficiary information securely. Based on the received data, the SP system can promptly determine eligibility and enrol the PWD in the benefit programme.</td></tr><tr><td>Control Points</td><td><p></p><ol><li>A control point is set in the SP system when receiving the event feed from the DR. If registration details are valid, the process continues. If not, the request may be terminated.</li><li>A control point is set in the SP system when receiving poverty score data from the social registry. If the family qualifies, the process continues. If not, the enrolment request may be terminated.</li></ol></td></tr><tr><td>Exception Handling</td><td>Refer to Exception Handling for alternate flows.</td></tr></tbody></table>

## Diagram 1 - Registration in a Benefits Scheme for Persons with a Disability

<figure><img src="/files/xPuLAIKTJhALgliKv93y" 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.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.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.
