DO.IBR.03 Benefit
DO.IBR.03: Benefit
This data object contains the details of the benefit received by a beneficiary.
Attribute
Type
Cardinality
Description
benefit_description
0...1
More specific description of the benefit (may be used to specify the type of in-kind benefit, e.g. sacks of rice)
benefit_quantity
0...1
Quantity of benefit provided (may be used to specific quantities of in-kind benefit, e.g. 5)
Example JSON Data Structure of the Benefit Data Object
{
"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",
}
}
]
}
}
]
}
}
https://github.com/spdci/schemas/blob/main/extensions/ibr/v1/Benefit.jsonld
Last updated
Was this helpful?