# DO.IBR.03 Benefit

### DO.IBR.03: Benefit

This data object contains the details of the benefit received by a beneficiary.

<table><thead><tr><th width="194">Attribute</th><th width="194">Type</th><th width="119">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>benefit_type</td><td><a data-mention href="/pages/0wKjqrRNNP0UgZQTWzSB">/pages/0wKjqrRNNP0UgZQTWzSB</a></td><td>0...1</td><td>Type of benefit received (e.g. cash, voucher etc.)</td></tr><tr><td>benefit_date</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date on which the benefit was received</td></tr><tr><td>benefit_value</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/RF8cCONmpPI0wanBoGuR">/spaces/F9fu0tIY1rJUsF03WdAv/pages/RF8cCONmpPI0wanBoGuR</a></td><td>0...1</td><td>Value of the benefit received</td></tr><tr><td>benefit_description</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn">/spaces/F9fu0tIY1rJUsF03WdAv/pages/ctz3lHCKfhpCgUtmqSUn</a></td><td>0...1</td><td>More specific description of the benefit (may be used to specify the type of in-kind benefit, e.g. sacks of rice)</td></tr><tr><td>benefit_quantity</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/QkvPBoAZYsX7VnjQsjmn">/spaces/F9fu0tIY1rJUsF03WdAv/pages/QkvPBoAZYsX7VnjQsjmn</a></td><td>0...1</td><td>Quantity of benefit provided (may be used to specific quantities of in-kind benefit, e.g. 5)</td></tr></tbody></table>

### Example JSON Data Structure of the Benefit Data Object

```json
{
  "message": {
    "search_response": [
      {
        "response_entity": "Benefit",
        "data": {
          "reg_records": [
            {
              "benefits": {
                "benefit_type": "In-kind",
                "benefit_date": "02.05.2024",
                "benefit_value": "USD 20",
                "benefit_label": "Shopping voucher",
                "benefit_unit": "",
                "benefit_quantity": "6",
              }
            }
          ]
        }
      }
    ]
  }
}
```

{% @github-files/github-code-block url="<https://github.com/spdci/schemas/blob/main/extensions/ibr/v1/Benefit.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.03-benefit.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.
