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 SP systems. It is there to inform the SP system of the type of accommodation persons may require in accessing social protection schemes, in the absence of specific information on the disability support required, which is not always documented in the DR. 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

Type of impairment

impairment_level

0...1

Indicates the level of impairment

impairment_cause

0...1

Reason for disability

age_on_set

0...1

Age when disability happened

Example of JSON Data Structure for 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

Was this helpful?