PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.us.ph@library-1.0.0-ballot
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-disability-status
description: 'This profile represents the Disability Element defined here: https://aspe.hhs.gov/basic-report/hhs-implementation-guidance-data-collection-standards-race-ethnicity-sex-primary-language-and-disability-status.\n\nThe six item set of questions used on ACS and other major surveys to gauge disability is the data standard for survey questions on disability. Note the age thresholds for survey participants for the different disability questions.\n\n#### Data Standard for Disability Status\n\n1.     Are you deaf or do you have serious difficulty hearing?\n2.     Are you blind or do you have serious difficulty seeing, even when wearing glasses?\n3.     Because of a physical, mental, or emotional condition, do you have serious difficulty concentrating, remembering, or making decisions? (5 years old or older)\n4.     Do you have serious difficulty walking or climbing stairs? (5 years old or older)\n5.     Do you have difficulty dressing or bathing? (5 years old or older)\n6.     Because of a physical, mental, or emotional condition, do you have difficulty doing errands alone such as visiting a doctor’s office or shopping? (15 years old or older)'
package_name: rs/hl7.fhir.us.ph
derivation: constraint
name: USPublicHealthDisabilityStatus
type: Observation
elements:
  code:
    short: Disability status
    binding: {strength: required, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1099.49'}
    mustSupport: true
    index: 0
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient']
    index: 1
  value:
    mustSupport: true
    choices: [valueBoolean]
    index: 3
  valueBoolean: {type: boolean, mustSupport: true, choiceOf: value, index: 4}
package_version: library-1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-disability-status
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0-ballot
required: [code, subject, value, valueBoolean]