For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Attribute
Type
Cardinality
Description

type

0...1

Type of medical care

support_status

0...1

Status of support required or received

registration_date

0...1

Date the support was registered

last_updated

0...1

Date the support was updated

Example of JSON Data Structure for Medical Care

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

JSON-LD

JSON-LD File on GitHub

Last updated

Was this helpful?