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

AttributeTypeCardinalityDescription

programme_name

1...1

The name for the programme in which the person is/was enrolled

programme_identifier

1...1

The identifier for a programme in which the person is/was enrolled

programme_description

0...1

A description of the programme and it's objectives

implementing_institution

0...1

The name of the institution responsible for implementing the programme

institution_type

0...1

The type of institution responsible for implementing the programme

legal_status

0...1

Specifies if the programme is anchored in legislation

social_protection_functions

0...*

The 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

benefit

0...*

The benefits provided by the programme

benefit_frequency

0...*

The periodicity of benefit delivery

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"
              }
            }
          ]
        }
      }
    ]
  }
}

Last updated