# DO.DR.08 MedicalCare

### DO.DR.08 MedicalCare

The minimum level of information related to the type of chronic medical care that the person with a disability requires, which can generate significant out-of-pocket costs, as well as whether the person accesses it or not.

<table><thead><tr><th width="179">Attribute</th><th width="204">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.11-medicalcareenum">cd.dr.11-medicalcareenum</a></td><td>0...1</td><td>Type of medical care </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 received</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 updated</td></tr></tbody></table>

### Example of JSON Data Structure for Medical Care

```json
{
    "type": "Maintenance medicine",
    "support_status" : "Required",
    "registration_date": "2023-01-10T00:00:00Z"
}
```

### JSON-LD&#x20;

### JSON-LD File on GitHub

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