> For the complete documentation index, see [llms.txt](https://standards.spdci.org/standards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standards.spdci.org/standards/dci-standards/wip-disability-registry/disability-registry-and-sp-systems-interface/1.-crvs/data/data-objects/do.dr.08-medicalcare.md).

# 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="/pages/hKFTM0DAYqgXZxTknwYx">/pages/hKFTM0DAYqgXZxTknwYx</a></td><td>0...1</td><td>Type of medical care </td></tr><tr><td>support_status</td><td><a data-mention href="/pages/UfaAqUfnlW8kJRs5MaXf">/pages/UfaAqUfnlW8kJRs5MaXf</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="/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8">/spaces/F9fu0tIY1rJUsF03WdAv/pages/HzeJPTMw9koOgH2lEKt8</a></td><td>0...1</td><td>Date the support was registered</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 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>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` 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.08-medicalcare.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
