DO.DR.03 DisabilitySupport

DO.DR.03 DisabiltySupport

This data object contains information about the assistance required by the person to facilitate their daily living and participation in society that may be requested by social protection systems.

Attribute
Type
Cardinality
Description

human_assistance

0...1

Type of human assistance required or receiving

assistive_technology

0...*

Type of assistive technology required or receiving

housing_support

0...*

Type of housing support required or receiving

medical_care

0...*

Type of medical assistance required or receiving

animal_assistance

0...*

Type of animal assistance required or receiving

Example of JSON Data Structure for Disability Support Data Object

 {
        "human_assistance":{
            "frequency": "Permanent",
            "type": "mobility",
            "support_status": "Required",
            "registration_date": "2023-01-10T00:00:00Z"
          },
          "assistive_technology":{
            "type":"Canes",
            "support_status" : "Received" ,
            "registration_date": "2023-01-10T00:00:00Z",
            "last_updated": "2023-09-20T00:00:00Z"
          },
          "housing_support": {
            "type":"Relocation",
            "support_status" : "Required",
            "registration_date": "2023-01-10T00:00:00Z"
          },
          "medical_care": {
            "type": "Maintenance medicine",
            "support_status" : "Required",
            "registration_date": "2023-01-10T00:00:00Z"
          }
          
  }

JSON-LD File on GitHub

Last updated

Was this helpful?