DO.DR.04 HumanAssistance

DO.DR.04 HumanAssistance

This data object contains information related to the human assistance the disabled person needs or is receiving.

AttributeTypeCardinalityDescription

type

0...1

The type of human assistance needed

frequency

0...1

The frequency of assistance needed

support_status

0...1

the status if needed or already receiving

caregiver

0...1

the details of the person providing human assistance

relationship

0...1

The relationship of the care giver to the person with disability

registration_date

0...1

The date the support was registered

last_updated

0...1

The date the support was been updated

Example of JSON data structure for HumanAssistance

{
    "frequency": "Permanent",
    "type": "mobility",
    "support_status": "Required",
    "registration_date": "2023-01-10T00:00:00Z"
}

JSON-LD File on GitHub

Last updated