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.
Attribute
Type
Cardinality
Description
programme_identifier
1...1
Identifier of the programme in which the person is/was enrolled
implementing_institution
0...1
Name of the institution responsible for implementing the programme
institution_type
0...1
Type of institution responsible for implementing the programme
social_protection_functions
0...*
Type of social protection functions provided by the programme (more than one value may be provided)
contribution_type
0...1
Specifies if a contribution is required by beneficiaries
programme_type
0...1
Specifies the mechanism used by the programme to support beneficiaries
Example of JSON Data Structure for the Programme Data Object
{
"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"
}
}
]
}
}
]
}
}
https://github.com/spdci/schemas/blob/main/extensions/ibr/v1/Programme.jsonld
Last updated
Was this helpful?