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

DO.DR.09 HousingSupport

DO.DR.09 HousingSupport

This data object contains information related to the support that the person with a disability requires regarding barriers in housing.

Attribute
Type
Cardinality
Description

type

0...1

Type of housing support

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 Housing Support

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

JSON-LD File on GitHub

Last updated

Was this helpful?