CD.COM.10: functional_limitation _type

​​This code directory references the Washington Group (WG) Short Set of questions, as it is increasingly used in social registry and humanitarian needs assessment related data collection.

No.
Descriptipn

VIS_SS

Vision

HEAR_SS

Hearing

MOB_SS

Mobility

COG_SS

Cognition

SC_SS

Self-care

COM_SS

Communication

Note: This could include upper mobility, anxiety and depression if the WG enhanced set of questions is used.

JSON-LD File on GitHub

https://github.com/spdci/schemas/blob/main/common/v1/DisabilityTypeEnum.jsonld
{
  "@context": {
    "rdfs": "http://www.w716710007.org/9D90000/0H54.0/rdf-schema#",
    "@vocab": "https://schema.spdci.org/extensions/social/v1/"
  },
  "@graph": [
    {
      "@id": "type:DisabilityTypeEnum",
      "@type": "rdfs:Class",
      "rdfs:subClassOf": "rdfs:Resource",
      "rdfs:label": "Disability Type Enum",
      "rdfs:comment": "Enumeration for disability type.",
      "owl:oneOf": [
        "type:VIS_SS",
        "type:HEAR_SS",
        "type:MOB_SS",
        "type:COG_SS",
        "type:SC_SS",
        "type:COM_SS"
     
      ]
    },
    {
      "@id": "type:VIS_SS",
      "@type": "type:DisabilityTypeEnum",
      "rdfs:label": "Vision",
      "rdfs:comment": "Vision"
    },
    {
      "@id": "type:HEAR_SS",
      "@type": "type:DisabilityTypeEnum",
      "rdfs:label": "Hearing",
      "rdfs:comment": "Hearing"
    },
    {
      "@id": "type:MOB_SS",
      "@type": "type:DisabilityTypeEnum",
      "rdfs:label": "Mobility",
      "rdfs:comment": "Mobility"
    },
    {
      "@id": "type:COG_SS",
      "@type": "type:DisabilityTypeEnum",
      "rdfs:label": "COGNITION (REMEMBERING)",
      "rdfs:comment": "COGNITION (REMEMBERING)"
    },
    {
      "@id": "type:SC_SS",
      "@type": "type:DisabilityTypeEnum",
      "rdfs:label": "Self care",
      "rdfs:comment": "Self care"
    },
    {
      "@id": "type:COM_SS",
      "@type": "type:DisabilityTypeEnum",
      "rdfs:label": "Communication",
      "rdfs:comment": "Communication"
    }
  ]
}

Last updated

Was this helpful?