DO.DR.04 HumanAssistance

DO.DR.04 HumanAssistance

This data object contains information related to the human assistance the person with a disability requires or is receiving.

AttributeTypeCardinalityDescription

type

0...1

The type of human assistance required or is receiving

frequency

0...1

The frequency of assistance required or is receiving

support_status

0...1

The status if required 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