> 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/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/data/code-directory/cd.emp.03-enrolment_status.md).

# CD.EMP.03 enrolment\_status

This code directory refers to the current standing or condition of a beneficiary's registration within a a social protection or employment support program.

<table><thead><tr><th width="104.00006103515625">Code</th><th width="185.1666259765625">Value</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Active</td><td>The beneficiary is currently receiving support services</td></tr><tr><td>2</td><td>Deceased</td><td>The beneficiary is deceased.</td></tr><tr><td>3</td><td>Exited</td><td>The beneficiary has met the criteria to leave or graduate from a program.</td></tr><tr><td>4</td><td>Suspended</td><td>The beneficiary is currently suspended from a programme and not receiving services</td></tr><tr><td>5</td><td>Inactive</td><td>The beneficiary is not receiving services, but has not been formally suspended or exited from the programme. This could be due to administrative issues, temporary ineligibility, or the beneficiary's personal request.</td></tr><tr><td>6</td><td>Reinstated</td><td>The beneficiary was previously suspended or exited, but has been reinstated in the programme, typically after meeting certain conditions or upon resolution of the issues that led to their suspension or exit.</td></tr><tr><td>7</td><td>Awaiting Renewal</td><td>The beneficiary's enrolment period is nearing its end, and they are in the process of renewal, subject to reassessment and continued eligibility.</td></tr></tbody></table>


---

# 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/employment-support-systems/employment-support-systems-and-sp-system-interface/1.-crvs/data/code-directory/cd.emp.03-enrolment_status.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.
