description: The CQL Capability Statement Profile enables capability statements to express supported CQL versions. package_name: hl7.fhir.uv.cql derivation: constraint name: CQLCapabilityStatement type: CapabilityStatement elements: rest: type: BackboneElement index: 0 extensions: supportedCqlVersion: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion', min: 0, type: Extension, mustSupport: true, index: 1} elements: extension: type: Extension mustSupport: true url: http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion index: 1 slicing: slices: supportedCqlVersion: match: {} schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion', index: 1} min: 0 mode: type: code pattern: {type: Code, value: server} index: 2 required: [mode] package_version: 2.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/uv/cql/StructureDefinition/cql-capabilitystatement base: http://hl7.org/fhir/StructureDefinition/CapabilityStatement version: 2.0.0-ballot