# DO.DR.03 PersonwithDisability(PWD)

### DO.DR.03 PersonwithDisability(PWD)

The PWD data object is designed to provide essential information about persons with disabilities that may be requested by SP systems from DR systems. This data object includes:

* **Personal details:** Basic identifying information of the person, such as name, age, gender, and contact information.
* **Disability support requirements:** Information about the support required by the individual to overcome their functional difficulties and the barriers they face in daily life and participating in society.
* **Specific disability information:** Details regarding the disability status of the person, as well as as type and level of impairment/functional limitations, depending on the information that is recorded in the disability registry &#x20;

It is important to emphasise that the PWD data object does not encompass the complete set of details found in the DR. Instead, it focuses on the information pertinent to interoperability scenarios between disability and SP systems.

This data object serves as a guideline, and the specific data requested by SP systems may differ based on the unique requirements of each program.

<table><thead><tr><th width="180">Attribute</th><th width="188">Type</th><th width="128">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>personal_details</td><td><a data-mention href="/pages/Ntbf8OrqLMeHBcwAQLfF">/pages/Ntbf8OrqLMeHBcwAQLfF</a></td><td>0...1</td><td>Basic identifying information of the individual</td></tr><tr><td>disability_status</td><td><a data-mention href="/pages/g8tHbyYJS2WA9wSdO0pN">/pages/g8tHbyYJS2WA9wSdO0pN</a></td><td>0...1</td><td>Disability status from a disability assessment</td></tr><tr><td>disability_status_level</td><td><a data-mention href="/pages/inyR7vDT8M4NCFAmOUET">/pages/inyR7vDT8M4NCFAmOUET</a></td><td>0...1</td><td>Disability category assigned after an assessment categorising an individual's level of impairment </td></tr><tr><td>disability_details</td><td><a data-mention href="/pages/5rLz04GmIMgkHvFiB9ma">/pages/5rLz04GmIMgkHvFiB9ma</a></td><td>0...*</td><td>Specific disability information</td></tr><tr><td>disability_support</td><td><a data-mention href="/pages/A19QJiDhmXyVnrtFPYVY">/pages/A19QJiDhmXyVnrtFPYVY</a></td><td>0...*</td><td>Information about the assistance required by the individual to facilitate their daily living and participation in society</td></tr><tr><td>transport_requirement</td><td><a data-mention href="/pages/GVXjTJH5i9B8FYShEP7D">/pages/GVXjTJH5i9B8FYShEP7D</a></td><td>0...1</td><td>Type of transport/mobility required by the PWD</td></tr><tr><td>housing_type</td><td><a data-mention href="/pages/8ebUYFmjVtpto8GpEDE2">/pages/8ebUYFmjVtpto8GpEDE2</a></td><td>0...1</td><td>Place where the person is living</td></tr><tr><td>programs_enrolments</td><td><a data-mention href="/spaces/iRXYPSOF88AbSukDLMoT/pages/5rLz04GmIMgkHvFiB9ma">/spaces/iRXYPSOF88AbSukDLMoT/pages/5rLz04GmIMgkHvFiB9ma</a></td><td>0...*</td><td>Details of other programmes the person with a disability is benefiting from</td></tr><tr><td>registration_date</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the disabled person was registered in the DR</td></tr><tr><td>last_updated</td><td><a data-mention href="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the person record  was last updated</td></tr></tbody></table>

### Example of JSON Data Structure for a PWD

```json
  {
    "personal_details": {
    "identifier": "123456",
    "name": {
      "first_name": "John",
      "last_name": "Doe"
    },
    "date_of_birth": "1990-05-15",
    "gender": "Male"
    },
    "disability_status": "Approved",
    "disability_level": "Severe",
    "disability_details": [
      {
         "impairment_type": "Physical and movement related functions",
         "impairment_level": "Severe impairment or difficulty",
         "impairment_cause": "Work Accident",
         "age_on_set": "Working age"
      }
    ],
    "disability_support": [
      {
        "human_assistance":{
            "frequency": "Permanent",
            "type": "mobility",
            "support_status": "Required"
          }  
      },
    ],
    "transport_requirement": "Adaptable vehical",
    "housing_type": "Social housing",
    "programs_enrollments":[
        {
          "programme_name" : "financial_assistance",
          "programme_identifier": "AD234"
        }
    ],
    "registration_date": "2023-01-10T00:00:00Z",
    "last_updated": "2023-09-20T00:00:00Z"

  }
```

### JSON-LD File on GitHub

{% embed url="<https://github.com/spdci/schemas/blob/main/extensions/dr/v1/DRPerson.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.03-personwithdisability-pwd.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.
