description: The Anesthesia Section records the type of anesthesia (e.g., general or local) and may state the actual agent used. This may be a subsection of the Procedure Description Section. The full details of anesthesia are usually found in a separate Anesthesia Note. package_name: hl7.cda.us.ccda derivation: constraint name: AnesthesiaSection 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.25, extension: '2014-06-09'} schema: _required: true index: 1 elements: root: pattern: {type: String, value: 2.16.840.1.113883.10.20.22.2.25} index: 2 extension: pattern: {type: String, value: '2014-06-09'} index: 3 required: [root, extension] extensions: {} code: short: Anesthesia index: 4 elements: code: pattern: {type: Code, value: 59774-0} 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: procedure, type: profile} - {path: substanceAdministration, type: profile} min: null slices: procedure: match: {} schema: array: true index: 10 elements: procedure: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Procedure', index: 11} required: [procedure] medication: match: {} schema: array: true index: 12 elements: substanceAdministration: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/SubstanceAdministration', index: 13} required: [substanceAdministration] package_version: 3.0.0-ballot class: logical kind: logical url: http://hl7.org/cda/us/ccda/StructureDefinition/AnesthesiaSection base: http://hl7.org/cda/stds/core/StructureDefinition/Section version: 3.0.0-ballot required: [text, title, templateId, code]