# DO.DR.06 HumanAssistance

### **DO.DR.06 HumanAssistance**

This data object contains information related to the human assistance the person with a disability requires or is receiving.

<table><thead><tr><th width="162">Attribute</th><th width="222">Type</th><th width="132">Cardinality</th><th>Description</th></tr></thead><tbody><tr><td>type</td><td><a data-mention href="../code-directory/cd.dr.03-humanassistancetype">cd.dr.03-humanassistancetype</a></td><td>0...1</td><td>Type of human assistance required or receiving</td></tr><tr><td>frequency</td><td><a data-mention href="../code-directory/cd.dr.04-supportfrequency">cd.dr.04-supportfrequency</a></td><td>0...1</td><td>Frequency of assistance required or receiving</td></tr><tr><td>support_status</td><td><a data-mention href="../code-directory/cd.dr.05-supportstatusenum">cd.dr.05-supportstatusenum</a></td><td>0...1</td><td>Status of support required or  receiving</td></tr><tr><td>caregiver</td><td><a data-mention href="https://app.gitbook.com/s/bUVnrLEoih8bOGfpNjnB/social-registry/1.-crvs/data/data-objects/do.sr.01-person">DO.SR.01 Person</a></td><td>0...1</td><td>Details of the person providing human assistance</td></tr><tr><td>relationship</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/code-directory/cd.com.07-relationship_type">CD.COM.07 relationship_type</a></td><td>0...1</td><td>Relationship of the care giver to the PWD</td></tr><tr><td>registration_date</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.02-string/data-formats/df.com.string.01-date_time">DF.COM.STRING.01 date_time</a></td><td>0...1</td><td>Date the support was registered</td></tr><tr><td>last_updated</td><td><a data-mention href="https://app.gitbook.com/s/F9fu0tIY1rJUsF03WdAv/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/data-types-and-formats/dt.com.02-string/data-formats/df.com.string.01-date_time">DF.COM.STRING.01 date_time</a></td><td>0...1</td><td>Date the support was been updated</td></tr></tbody></table>

### Example of JSON Data Structure for Human Assistance

```json
{
    "frequency": "Permanent",
    "type": "mobility",
    "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/HumanAssistance.jsonld>" %}
