DO.DR.02 DisabilityDetails

DO.DR.02 DisabilityDetails

This data object contains essential details regarding the nature and extent of a person's Impairment/basic functional limitation, intended for use in interoperability scenarios within social protection systems. It is there to inform SP-System on the type of accommodation persons may require in accessing social protection schemes in absence of specific information on disability support required, which are not always documented in Disability registry. It is important to note that this object does not encompass the entirety of the disability information available in the disability registry.

Attribute
Type
Cardinality
Description

impairment_type

0...1

The type of impairment

impairment_level

0...1

Indicates the level of impairment’s .

impairment_cause

0...1

The reason of disability

age_on_set

0...1

The age when disability happened.

Example of JSON data structure for the Disability Details Data Object


{
   "impairment_type": "Physical and movement related functions",
   "impairment_level": "Severe impairment or difficulty",
   "impairment_cause": "Work Accident",
   "age_on_set": "Working age"
}

JSON-LD File on GitHub

Last updated