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

DO.DR.10 AnimalAssistance

DO.DR.10 AnimalAssistance

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

Attribute
Type
Cardinality
Description

type

0...1

Type of animal assistance support required or receiving

support_status

0...1

Status of support required or received

registration_date

0...1

Date the support was registered

last_updated

0...1

Date the support was updated

Example of JSON Data Structure for Animal Assistance

{
    "type":"Alert dog",
    "support_status" : "Required",
    "registration_date": "2023-01-10T00:00:00Z"
}

JSON-LD File on GitHub

Last updated

Was this helpful?