# 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="/pages/CADCaQTeVKzjLleJf1Pj">/pages/CADCaQTeVKzjLleJf1Pj</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="/pages/mRlAGteEO6JY2vc1YNqW">/pages/mRlAGteEO6JY2vc1YNqW</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="/pages/Q0laKuBzKfn02vAPgvCF">/pages/Q0laKuBzKfn02vAPgvCF</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="/pages/0UHRDzSnFaa3cWzwLqQU">/pages/0UHRDzSnFaa3cWzwLqQU</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="/pages/QFzKxy3jWirX7phbt8kW">/pages/QFzKxy3jWirX7phbt8kW</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>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://standards.spdci.org/standards/dci-standards/wip-disability-registry/disability-registry-and-sp-systems-interface/1.-crvs/data/data-objects/do.dr.05-disabilitysupport.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
