PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@2.7.0
    http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-choiceColumn
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
derivation: constraint
name: ChoiceColumnExtension
type: Extension
elements:
  extension:
    isModifier: false
    short: Column path
    type: Extension
    index: 0
    slicing:
      slices:
        path:
          match: {}
          schema:
            isModifier: false
            short: Column path
            type: Extension
            _required: true
            index: 0
            elements:
              url:
                pattern: {type: Uri, value: path}
                index: 1
              valueString: {type: string, index: 2}
        label:
          match: {}
          schema:
            isModifier: false
            short: Column label
            type: Extension
            index: 3
            elements:
              url:
                pattern: {type: Uri, value: label}
                index: 4
              valueString: {type: string, index: 5}
        width:
          match: {}
          schema:
            isModifier: false
            short: Width of column
            type: Extension
            index: 6
            elements:
              url:
                pattern: {type: Uri, value: width}
                index: 7
              valueQuantity: {type: Quantity, index: 8}
        forDisplay:
          match: {}
          schema:
            isModifier: false
            short: Use for display ?
            type: Extension
            index: 9
            elements:
              url:
                pattern: {type: Uri, value: forDisplay}
                index: 10
              valueBoolean: {type: boolean, index: 11}
  url:
    type: uri
    pattern: {type: Uri, value: 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-choiceColumn'}
    index: 12
  value:
    choices: []
    index: 14
package_version: 2.7.0
extensions:
  path:
    url: null
    isModifier: false
    short: Column path
    type: Extension
    _required: true
    index: 0
    elements:
      url:
        pattern: {type: Uri, value: path}
        index: 1
      valueString: {type: string, index: 2}
  label:
    url: null
    isModifier: false
    short: Column label
    type: Extension
    index: 3
    elements:
      url:
        pattern: {type: Uri, value: label}
        index: 4
      valueString: {type: string, index: 5}
  width:
    url: null
    isModifier: false
    short: Width of column
    type: Extension
    index: 6
    elements:
      url:
        pattern: {type: Uri, value: width}
        index: 7
      valueQuantity: {type: Quantity, index: 8}
  forDisplay:
    url: null
    isModifier: false
    short: Use for display ?
    type: Extension
    index: 9
    elements:
      url:
        pattern: {type: Uri, value: forDisplay}
        index: 10
      valueBoolean: {type: boolean, index: 11}
class: extension
kind: complex-type
url: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-choiceColumn
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.7.0
required: [extension]