description: Provides guidelines for rendering multi-column choices. I.e. when displaying a list of codes (for `choice` or `open-choice` items) or a list of resources (for `reference` items), this extension allows the drop-down to have multiple columns. For codes, the author can pick additional code system properties to display - such as alternate display names strength or form for drug codes, etc. For references, the author can choose particular columns from the resource (e.g. first name, last name, specialty, address). package_name: hl7.fhir.uv.sdc.r4b derivation: constraint name: ChoiceColumnExtension type: Extension elements: extension: short: Column path type: Extension index: 0 slicing: slices: path: match: {} schema: short: Column path type: Extension _required: true index: 0 elements: url: pattern: {type: Uri, value: path} index: 1 value: choices: [valueString] index: 3 valueString: {type: string, choiceOf: value, index: 4} label: match: {} schema: type: Extension short: Column label index: 5 elements: url: pattern: {type: Uri, value: label} index: 6 value: choices: [valueString] index: 8 valueString: {type: string, choiceOf: value, index: 9} width: match: {} schema: short: Width of column type: Extension index: 10 elements: url: pattern: {type: Uri, value: width} index: 11 value: choices: [valueQuantity] index: 13 valueQuantity: {type: Quantity, choiceOf: value, index: 14} forDisplay: match: {} schema: short: Use for display ? type: Extension index: 15 elements: url: pattern: {type: Uri, value: forDisplay} index: 16 value: choices: [valueBoolean] index: 18 valueBoolean: {type: boolean, choiceOf: value, index: 19} url: type: uri pattern: {type: Uri, value: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-choiceColumn'} index: 20 value: choices: [] index: 22 package_version: 3.0.0 extensions: path: url: null short: Column path type: Extension _required: true index: 0 elements: url: pattern: {type: Uri, value: path} index: 1 value: choices: [valueString] index: 3 valueString: {type: string, choiceOf: value, index: 4} label: url: null type: Extension short: Column label index: 5 elements: url: pattern: {type: Uri, value: label} index: 6 value: choices: [valueString] index: 8 valueString: {type: string, choiceOf: value, index: 9} width: url: null short: Width of column type: Extension index: 10 elements: url: pattern: {type: Uri, value: width} index: 11 value: choices: [valueQuantity] index: 13 valueQuantity: {type: Quantity, choiceOf: value, index: 14} forDisplay: url: null short: Use for display ? type: Extension index: 15 elements: url: pattern: {type: Uri, value: forDisplay} index: 16 value: choices: [valueBoolean] index: 18 valueBoolean: {type: boolean, choiceOf: value, index: 19} class: extension kind: complex-type url: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-choiceColumn base: http://hl7.org/fhir/StructureDefinition/Extension version: 3.0.0 required: [extension]