DO.SR.04 Member

DO.SR.04 member

A member is an individual who belongs to a specific group or unit, such as a family or household. This data object describes the individual's attributes.

AttributeTypeCardinalityDescription

member_identifier*

0...1

A unique identifier assigned to each individual

demographic_info*

0...1

Personal details of the individual

related_person

0...*

An array of the persons related to the individual and the relationship type

is_disabled*

0...1

Is the individual disabled? true (1) or false (0).

disability_info

0...1

Additional attributes for people with disabilities

marital_status*

0...1

Marital status of the individual

employment_status

0...1

Employment status of the individual

occupation

0...1

Occupation of the individual

income_level

0...1

Income level of the individual

language_code

0...*

The languages spoken by the individual

education_level

0...1

Individual's education level

additional_attributes

0...1

Additional characteristics of the individual

registration_date*

0...1

The date the household individual was registered

last_updated

0...1

The date the individual was last updated

Example of JSON data for the member Data object

{
  "message": {
    "search_response": [
      {
        "response_entity": "member",
        "data": {
          "reg_records": [
            {
              "member": {
                "member_identifier": "HS0205202401",
               "demographic_info": {
                  "person": {
                    "identifier_type": "NID",
                    "identifier_value": "0205202401",
                    "name": {
                      "first_name": "Test",
                      "second_name": "Test2",
                      "surname": "Test3"
                    },
                    "sex": "F",
                    "birth_date": "02.05.2004",
                    "death_date": "",
                    "address": "xxxxx",
                    "phone_number": "",
                    "email": "",
                    "related_person": "",
                    "is_disabled": "0",
                    "disability_info": "",
                    "marital_status": "Single",
                    "employment_status": "employed",
                    "occupation": "Caregiver",
                    "income_level": "",
                    "language_code": "Eng",
                    "education_level": "Highschool",
                    "additional_attributes": "",
                    "registration_date": "02.05.2024",
                    "last_update": ""
                  }
                }
              }
            }
          ]
        }
      }
    ]
  }
}

Last updated