PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r4@5.1.0-ballot1
    http://hl7.org/fhir/StructureDefinition/valueset-expression
description: 'An expression that provides an alternative definition of the content of the value set (compose). There are two different ways to use this expression extension: If both an expression (this extension) and a compose element is present, the compose is understood to the make the same statement as the expression. If there is no compose, the expression is the only definition of the value set, and the value set can only be processed by a server that understands the expression syntax, the expression is computable.'
package_name: hl7.fhir.uv.extensions.r4
derivation: constraint
name: VSExpression
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/valueset-expression'}
    index: 1
  value:
    choices: [valueExpression]
    index: 3
  valueExpression: {type: Expression, choiceOf: value, index: 4}
package_version: 5.1.0-ballot1
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/valueset-expression
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.1.0-ballot1
required: [valueExpression, value]