Connectathon 11 Snapshot

This page is part of the FHIR Specification (v1.2.0: STU 3 Draft). 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.json

Raw JSON (canonical form)

A code identifying a person's disability.

{
  "resourceType": "ValueSet",
  "id": "v3-PersonDisabilityType",
  "meta": {
    "lastUpdated": "2015-11-30T00:00:00.000+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "http://hl7.org/fhir/ValueSet/v3-PersonDisabilityType",
  "version": "2015-11-30",
  "name": "v3 Code System PersonDisabilityType",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "date": "2015-11-30",
  "description": " A code identifying a person's disability.",
  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.5.93"
      }
    ],
    "system": "http://hl7.org/fhir/v3/PersonDisabilityType",
    "caseSensitive": true,
    "concept": [
      {
        "code": "1",
        "abstract": false,
        "display": "Vision impaired",
        "definition": "Vision impaired"
      },
      {
        "code": "2",
        "abstract": false,
        "display": "Hearing impaired",
        "definition": "Hearing impaired"
      },
      {
        "code": "3",
        "abstract": false,
        "display": "Speech impaired",
        "definition": "Speech impaired"
      },
      {
        "code": "4",
        "abstract": false,
        "display": "Mentally impaired",
        "definition": "Mentally impaired"
      },
      {
        "code": "5",
        "abstract": false,
        "display": "Mobility impaired",
        "definition": "Mobility impaired",
        "concept": [
          {
            "code": "CB",
            "abstract": false,
            "display": "Requires crib",
            "definition": "A crib is required to move the person"
          },
          {
            "code": "CR",
            "abstract": false,
            "display": "Requires crutches",
            "definition": "Person requires crutches to ambulate"
          },
          {
            "code": "G",
            "abstract": false,
            "display": "Requires gurney",
            "definition": "A gurney is required to move the person"
          },
          {
            "code": "WC",
            "abstract": false,
            "display": "Requires wheelchair",
            "definition": "Person requires a wheelchair to be ambulatory"
          },
          {
            "code": "WK",
            "abstract": false,
            "display": "Requires walker",
            "definition": "Person requires a walker to ambulate"
          }
        ]
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.