# DO.SR.05 DisabilityInfo

### DO.SR.05 DisabilityInfo

This data object contains information about functional limitations identified in individuals through social protection related data collection, for instance, a social registry related survey. Such surveys increasingly use the [Washington Group Short Set on Functioning (WG-SS)](https://www.washingtongroup-disability.com/fileadmin/uploads/wg/Washington_Group_Questionnaire__1_-_WG_Short_Set_on_Functioning__October_2022_.pdf) as a reference, sometimes with adaptation.&#x20;

Such data collection will provide elements that would indicate that one or several individual(s) in household surveyed may be a person with a disability. However, considering the restricted number of questions used, the fact that enumerators are not trained to assess disability and may obtain the information from one household member on behalf of other, this information is only indicative and cannot be considered as reliable as information coming from a disability registry (DR) for which individual disability assessment has been carried out. Information from the DR about a particular individual will normally supersede the disability related information collected directly during social protection data collection.

When a country does not have a digitised DR, or when interoperability between a DR and social protection system is not operational, a set of information related to disability assessment and certification could be recorded within the social protection system (refer to [DO.DR.04 DisabilityDetails](/standards/wip-disability-registry/disability-registry-and-sp-systems-interface/1.-crvs/data/data-objects/do.dr.04-disabilitydetails.md)data object, which contains comprehensive disability details of persons with disabilities).

<table><thead><tr><th>Attribute</th><th>Type</th><th width="108.621337890625">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>functional_type</td><td>​<a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/Omq47xDX5y8T8hbumq9Q">/spaces/F9fu0tIY1rJUsF03WdAv/pages/Omq47xDX5y8T8hbumq9Q</a>​</td><td>0...*</td><td>The specific type(s) of functional limitation the person has, for example, vision</td></tr><tr><td>functional_severity</td><td>​<a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/iIqpkFZt60tRUkskUpVz">/spaces/F9fu0tIY1rJUsF03WdAv/pages/iIqpkFZt60tRUkskUpVz</a>​</td><td>0...1</td><td>Indicates the severity level of the functional limitation</td></tr></tbody></table>

## Example of JSON Data for the Disability Info Data Object

```json
{
  "@context": {
    "spdci": "https://schema.spdci.org/extensions/social/v1/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "common": "https://schema.spdci.org/common/v1/"
  },
  "@id": "spdci:DisabilityInfoExample1",
  "@type": "spdci:DisabilityInfo",
  "rdfs:label": "Example Disability Information",
   "spdci:disability_type": 
    "Visual Impairment",
  "spdci:functional_severity": 
    "Moderate"
  
  
}
 
```

{% @github-files/github-code-block url="<https://github.com/spdci/schemas/blob/main/extensions/social/v1/DisabilityInfo.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-social-registry-v1.0.0/social-registry/1.-crvs/data/data-objects/do.sr.05-disabilityinfo.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.
