DO.SR.05 DisabilityInfo

DO.SR.06 disability_info

This data object contains supplementary information on individuals with disabilities.

AttributeTypeCardinalityDescription

disability_type*

1...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

is 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

{
  "@context": {
    "spdci": "https://schema.spdci.org/extensions/social/v1/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "common": "https://schema.spdci.org/common/v1/"
  },
  "@id": "spdci:DisabilityInfoExample1",
  "@type": "spdci:DisabilityInfo",
  "rdfs:label": "Example Disability Information",
   "spdci:disability_type": 
    "Visual Impairment",
  "spdci:functional_limitation_type": 
    "Difficulty seeing even when wearing glasses",
  "spdci:functional_severity": 
    "Moderate"
  
  
}
 

Last updated