description: The Functional Status Section contains observations and assessments of a patient's physical abilities. A patient's functional status may include information regarding the patient's ability to perform Activities of Daily Living (ADLs) in areas such as Mobility (e.g., ambulation), Self-Care (e.g., bathing, dressing, feeding, grooming) or Instrumental Activities of Daily Living (IADLs) (e.g., shopping, using a telephone, balancing a check book). Problems that impact function (e.g., dyspnea, dysphagia) can be contained in the section. package_name: hl7.cda.us.ccda derivation: constraint name: FunctionalStatusSection type: http://hl7.org/cda/stds/core/StructureDefinition/Section elements: templateId: index: 0 slicing: rules: open discriminator: - {path: root, type: value} - {path: extension, type: value} min: 1 slices: section: match: {root: 2.16.840.1.113883.10.20.22.2.14, extension: '2014-06-09'} schema: _required: true index: 1 elements: root: pattern: {type: String, value: 2.16.840.1.113883.10.20.22.2.14} index: 2 extension: pattern: {type: String, value: '2014-06-09'} index: 3 required: [root, extension] extensions: {} code: short: Functional status assessment note index: 4 elements: code: pattern: {type: Code, value: 47420-5} index: 5 codeSystem: pattern: {type: String, value: 2.16.840.1.113883.6.1} index: 6 required: [codeSystem, code] title: {index: 7} text: {index: 8} entry: index: 9 slicing: rules: open discriminator: - {path: organizer, type: profile} - {path: observation, type: profile} - {path: supply, type: profile} min: null slices: funcStatusOrganizer: match: {} schema: array: true index: 10 elements: organizer: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Organizer', index: 11} required: [organizer] funcStatusObs: match: {} schema: array: true index: 12 elements: observation: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Observation', index: 13} required: [observation] caregiverCharacteristics: match: {} schema: array: true index: 14 elements: observation: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Observation', index: 15} required: [observation] assessmentScale: match: {} schema: array: true index: 16 elements: observation: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Observation', index: 17} required: [observation] nonMedSupply: match: {} schema: array: true index: 18 elements: supply: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Supply', index: 19} required: [supply] selfCareActivity: match: {} schema: array: true index: 20 elements: observation: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Observation', index: 21} required: [observation] sensoryStatus: match: {} schema: array: true index: 22 elements: observation: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Observation', index: 23} required: [observation] package_version: 4.0.0-ballot class: logical kind: logical url: http://hl7.org/cda/us/ccda/StructureDefinition/FunctionalStatusSection base: http://hl7.org/cda/stds/core/StructureDefinition/Section version: 4.0.0-ballot required: [text, title, templateId, code]