DO.DR.08 AnimalAssistance

DO.DR.08 AnimalAssistance

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

AttributeTypeCardinalityDescription

type

0...1

The type of housing support

support_status

0...1

The status if required or already received

registration_date

0...1

The date the support was registered

last_updated

0...1

The date the support was updated

Example of JSON data structure for AnimalAssistance

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

JSON-LD File on GitHub

Last updated