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.

AttributeTypeCardinalityDescription

human_assistance

0...1

The type of human assistance required or is receiving

assistive_technology

0...*

The type of assistive technology required or is receiving

housing_support

0...*

The type of housing support required or is receiving

medical_care

0...*

The type of medical assistance required or is receiving

animal_assistance

0...*

The type of animal assistance required or is receiving

Example of JSON data structure for the 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