DO.DR.02 DisabilityInfo

DO.DR.02 DisabilityInfo

This data object contains information related to the disability the disabled person is suffering from

AttributeTypeCardinalityDescription

disability_limitation_type

CD.COM.11: functional_limitation_type

0...1

it Describes the type of functional limitation experienced by the individual.

disability_by_birth

DT.COM.06 boolean

0...1

boolean to identify if this disability is from birth

disabled_since

DF.COM.STRING.01 date_time

0...1

The date the disabled person has been disabled

disability_due_to

DT.COM.STRING.02

0...1

The reason for this disability

Functional_severity

CD.COM.12:functional_severity

0...1

Indicates the severity level of the functional limitation.

Example of JSON data structure for the Disability 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/"
  },
 "@type": "spdci:DisabilityInfo", 
  "disability_limitation_type": "Visual Impairment", 
  "disability_by_birth": true, 
  "disabled_since": "2010-05-01T09:00:00Z", 
  "disability_due_to": "Congenital condition", 
  "functional_severity": "High”
 }

JSON-LD File on GitHub

Last updated