DO.DR.05 AssistiveTechnology

DO.DR.05 AssistiveTechnology

This data object contains information related to the assistive technology a PWD requires or is using.

Attribute
Type
Cardinality
Description

type

0...1

Type of assistive technology needed

support_status

0...1

Status of support required or receiving

registration_date

0...1

Date the support was registered

last_updated

0...1

Date the support was updated

Example of JSON Data Structure for Assistive Technology

{
    "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

Was this helpful?