http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination|5.2.0

This extension defines a possible search parameter combination by listing a set of search parameters and indicating whether they are required or optional.\n- If a search combination is specified, clients should expect that they must submit a search that meets one of the required combinations or the search will be unsuccessful.\n- If multiple search parameter combinations are specified, a client may pick between them, and supply the minimal required parameters for any of the combinations.\n- If no parameters in the set of search parameters are listed as required, then *at least one* of the listed optional parameters must be present. This shorthand method is the same as repeating the entire extension for each combination of optional and required search parameters.
description: This extension defines a possible search parameter combination by listing a set of search parameters and indicating whether they are required or optional.\n- If a search combination is specified, clients should expect that they must submit a search that meets one of the required combinations or the search will be unsuccessful.\n- If multiple search parameter combinations are specified, a client may pick between them, and supply the minimal required parameters for any of the combinations.\n- If no parameters in the set of search parameters are listed as required, then *at least one* of the listed optional parameters must be present.  This shorthand method is the same as repeating the entire extension for each combination of optional and required search parameters.
derivation: constraint
name: CSSearchParameterCombination
type: Extension
elements:
  extension:
    isModifier: false
    short: A required search parameter name
    array: true
    index: 0
    slicing:
      slices:
        required:
          match: {}
          schema:
            isModifier: false
            short: A required search parameter name
            array: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: required}
                index: 2
              value:
                choices: []
                index: 4
            required: [value]
        optional:
          match: {}
          schema:
            isModifier: false
            short: An optional search parameter name
            array: true
            index: 5
            extensions: {}
            elements:
              extension: {index: 6}
              url:
                pattern: {type: Uri, value: optional}
                index: 7
              value:
                choices: []
                index: 9
            required: [value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination'}
    index: 10
  value:
    choices: []
    index: 12
extensions:
  required:
    url: null
    isModifier: false
    short: A required search parameter name
    array: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: required}
        index: 2
      value:
        choices: []
        index: 4
    required: [value]
  optional:
    url: null
    isModifier: false
    short: An optional search parameter name
    array: true
    index: 5
    extensions: {}
    elements:
      extension: {index: 6}
      url:
        pattern: {type: Uri, value: optional}
        index: 7
      value:
        choices: []
        index: 9
    required: [value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0