DO.SR.06 DisabilityInfo

DO.SR.06 disability_info

This data object contains supplementary information on individuals with disabilities.

AttributeTypeCardinalityDescription

disability_type*

0...1

The specific type of disability the individual has. For example, "H54.0" might represent a particular type of visual impairment.

functional_limitation_type

0...1

Describes the type of functional limitation experienced by the individual.

functional_severity

0...1

Indicates the severity level of the functional limitation.

Example JSON data for the Disabilty Info data object

{
  "message": {
    "search_response": [
      {
        "response_entity": "disability_info",
        "data": {
          "reg_records": [
            {
              "disability_info": {
                "disability_type": "H54.0",
                "functional_limitation_type": "",
                "functional_severity": ""
              }
            }
          ]
        }
      }
    ]
  }
}

Last updated