This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3 R2

V3\PersonDisabilityType\v3-PersonDisabilityType.json

A code identifying a person's disability.

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n                  A code identifying a person's disability.<br/>\r\n\n               </p>\r\n<hr/>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>1<a name=\"1\"> </a></td><td>Vision impaired</td><td>\n                        Vision impaired<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>2<a name=\"2\"> </a></td><td>Hearing impaired</td><td>\n                        Hearing impaired<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>3<a name=\"3\"> </a></td><td>Speech impaired</td><td>\n                        Speech impaired<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>4<a name=\"4\"> </a></td><td>Mentally impaired</td><td>\n                        Mentally impaired<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>5<a name=\"5\"> </a></td><td>Mobility impaired</td><td/></tr>\r\n <tr><td>2</td><td>&nbsp;&nbsp;CB<a name=\"CB\"> </a></td><td>Requires crib</td><td>\n                        A crib is required to move the person<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>&nbsp;&nbsp;CR<a name=\"CR\"> </a></td><td>Requires crutches</td><td>\n                        Person requires crutches to ambulate<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>&nbsp;&nbsp;G<a name=\"G\"> </a></td><td>Requires gurney</td><td>\n                        A gurney is required to move the person<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>&nbsp;&nbsp;WC<a name=\"WC\"> </a></td><td>Requires wheelchair</td><td>\n                        Person requires a wheelchair to be ambulatory<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>&nbsp;&nbsp;WK<a name=\"WK\"> </a></td><td>Requires walker</td><td>\n                        Person requires a walker to ambulate<br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v3/vs/PersonDisabilityType",
  "name": "v3 Code System PersonDisabilityType",
  "publisher": "HL7, Inc",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org"
    }
  ],
  "description": " A code identifying a person's disability.",
  "status": "active",
  "date": "2014-08-07T00:00:00+10:00",
  "define": {
    "system": "http://hl7.org/fhir/v3/PersonDisabilityType",
    "caseSensitive": true,
    "concept": [
      {
        "code": "1",
        "display": "Vision impaired",
        "definition": "Vision impaired"
      },
      {
        "code": "2",
        "display": "Hearing impaired",
        "definition": "Hearing impaired"
      },
      {
        "code": "3",
        "display": "Speech impaired",
        "definition": "Speech impaired"
      },
      {
        "code": "4",
        "display": "Mentally impaired",
        "definition": "Mentally impaired"
      },
      {
        "code": "5",
        "display": "Mobility impaired",
        "concept": [
          {
            "code": "CB",
            "display": "Requires crib",
            "definition": "A crib is required to move the person"
          },
          {
            "code": "CR",
            "display": "Requires crutches",
            "definition": "Person requires crutches to ambulate"
          },
          {
            "code": "G",
            "display": "Requires gurney",
            "definition": "A gurney is required to move the person"
          },
          {
            "code": "WC",
            "display": "Requires wheelchair",
            "definition": "Person requires a wheelchair to be ambulatory"
          },
          {
            "code": "WK",
            "display": "Requires walker",
            "definition": "Person requires a walker to ambulate"
          }
        ]
      }
    ]
  }
}