DO.DR.05 AssistiveTechnology

DO.DR.05 AssistiveTechnology

This data object contains information related to the assistive technology the disabled person is receiving or needing

AttributeTypeCardinalityDescription

type

0...1

The type of human assistance needed

support_status

0...1

the status if needed or already recieving

registration_date

0...1

The date the support has been registered

last_updated

0...1

The date the support has been updated

Example of JSON data structure for AssistiveTechnology

{
    "type":"Canes",
    "support_status" : "Received" ,
    "registration_date": "2023-01-10T00:00:00Z",
    "last_updated": "2023-09-20T00:00:00Z"
}

JSON-LD File on GitHub

Last updated