# DO.DR.05 DisabilitySupport

### DO.DR.05 DisabilitySupport

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.&#x20;

<table><thead><tr><th width="210">Attribute</th><th width="194">Type</th><th width="116">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>human_assistance</td><td><a data-mention href="do.dr.06-humanassistance">do.dr.06-humanassistance</a></td><td>0...1</td><td>Type of human assistance required or  receiving</td></tr><tr><td>assistive_technology</td><td><a data-mention href="do.dr.07-assistivetechnology">do.dr.07-assistivetechnology</a></td><td>0...*</td><td>Type of assistive technology required or  receiving</td></tr><tr><td>housing_support</td><td><a data-mention href="do.dr.09-housingsupport">do.dr.09-housingsupport</a></td><td>0...*</td><td>Type of housing support required or receiving</td></tr><tr><td>medical_care</td><td><a data-mention href="do.dr.08-medicalcare">do.dr.08-medicalcare</a></td><td>0...*</td><td>Type of medical assistance required or receiving</td></tr><tr><td>animal_assistance</td><td><a data-mention href="do.dr.10-animalassistance">do.dr.10-animalassistance</a></td><td>0...*</td><td>Type of animal assistance required or receiving</td></tr></tbody></table>

### Example of JSON Data Structure for Disability Support Data Object

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

{% embed url="<https://github.com/spdci/schemas/blob/main/extensions/dr/v1/DisabilitySupport.jsonld>" %}
