For the complete documentation index, see llms.txt. This page is also available as Markdown.

DO.DR.06 HumanAssistance

DO.DR.06 HumanAssistance

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

Attribute
Type
Cardinality
Description

type

0...1

Type of human assistance required or receiving

frequency

0...1

Frequency of assistance required or receiving

support_status

0...1

Status of support required or receiving

caregiver

0...1

Details of the person providing human assistance

relationship

0...1

Relationship of the care giver to the PWD

registration_date

0...1

Date the support was registered

last_updated

0...1

Date the support was been updated

Example of JSON Data Structure for Human Assistance

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

JSON-LD File on GitHub

Last updated

Was this helpful?