# DO.IBR.02 Programme

### DO.IBR.02: Programme

This data object contains information related to the programme in which the beneficiary is enrolled and receiving benefits from.

<table><thead><tr><th width="192">Attribute</th><th width="173">Type</th><th width="132">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>programme_name</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn">/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn</a></td><td>1...1</td><td>Name of the programme in which the person is/was enrolled</td></tr><tr><td>programme_identifier</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn">/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn</a></td><td>1...1</td><td>Identifier of the programme in which the person is/was enrolled</td></tr><tr><td>programme_description</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn">/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn</a></td><td>0...1</td><td>Description of the programme and its objectives</td></tr><tr><td>implementing_institution</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn">/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn</a></td><td>0...1</td><td>Name of the institution responsible for implementing the programme</td></tr><tr><td>institution_type</td><td><a data-mention href="/pages/cHvfXzwyhtZdWvWXk29K">/pages/cHvfXzwyhtZdWvWXk29K</a></td><td>0...1</td><td>Type of institution responsible for implementing the programme</td></tr><tr><td>legal_status</td><td><a data-mention href="/pages/vOrDnKEBScVz5Xph0KWg">/pages/vOrDnKEBScVz5Xph0KWg</a></td><td>0...1</td><td>Specifies if the programme is anchored in legislation</td></tr><tr><td>social_protection_functions</td><td><a data-mention href="/pages/X5Gtwat17G4xJwosMpxu">/pages/X5Gtwat17G4xJwosMpxu</a></td><td>0...*</td><td>Type of social protection functions provided by the programme (more than one value may be provided)</td></tr><tr><td>contribution_type</td><td><a data-mention href="/pages/PHVp2f5Z8x7YKTN5LCbN">/pages/PHVp2f5Z8x7YKTN5LCbN</a></td><td>0...1</td><td>Specifies if a contribution is required by beneficiaries</td></tr><tr><td>programme_type</td><td><a data-mention href="/pages/kW9qXAg8LIDwBXPQcqgO">/pages/kW9qXAg8LIDwBXPQcqgO</a></td><td>0...1</td><td>Specifies the mechanism used by the programme to support beneficiaries</td></tr><tr><td>benefit</td><td><a data-mention href="/pages/2qIXUEO1LyU7OgIMKTD7">/pages/2qIXUEO1LyU7OgIMKTD7</a></td><td>0...*</td><td>Benefits provided by the programme</td></tr><tr><td>benefit_frequency</td><td><a data-mention href="/pages/50u48kzbL40xTSjjtN3t">/pages/50u48kzbL40xTSjjtN3t</a></td><td>0...*</td><td>Periodicity of benefit delivery</td></tr></tbody></table>

### Example of JSON Data Structure for the Programme Data Object

```json
{
  "message": {
    "search_response": [
      {
        "response entity": "Programme",
        "data": {
          "reg_records": [
            {
              "programme": {
                "programme_identifier": "DCI001",
                "programme_name": "Test Programme",
                "programme_description": "",
                "implementing_institution": "GIZ",
                "institution_type": "",
                "legal_status": "",
                "social_protection_functions": "",
                "contribution_type": "",
                "programme_type": "",
                "program_status": "",
                "benefits": {
                  "benefit_type": "Cash",
                  "benefit_date": "02.05.2024",
                  "benefit_value": "USD 50",
                  "benefit_label": "Shopping voucher",
                  "benefit_unit": "",
                  "benefit_quantity": "6"
                },
                "benefit_frequency": "Monthly"
              }
            }
          ]
        }
      }
    ]
  }
}
```

{% @github-files/github-code-block url="<https://github.com/spdci/schemas/blob/main/extensions/ibr/v1/Programme.jsonld>" %}


---

# Agent Instructions: 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:

```
GET https://standards.spdci.org/standards/dci-standards/wip-integrated-beneficiary-registry-v1.0.0/ibr/1.-crvs/data/data-objects/do.ibr.02-programme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
