Clinical Quality Language Specification
2.0.0-ballot - R2 STU 1 (Ballot)

Clinical Quality Language Specification, published by Clinical Decision Support WG. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cql/ and changes regularly. See the Directory of published versions

CodeSystem: CQL Language Capability Codes

Official URL: http://cql.hl7.org/CodeSystem/cql-language-capabilities Version: 2.0.0-ballot
Standards status: Trial-use Maturity Level: 2 Computable Name: CQLLanguageCapabilityCodes

Codes for CQL language capabilities.

This Code system is referenced in the content logical definition of the following value sets:

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Version version http://cql.hl7.org/CodeSystem/cql-capability-characteristic-codes#version string The version in which the capability was introduced in the specification
VersionTo versionTo http://cql.hl7.org/CodeSystem/cql-capability-characteristic-codes#versionTo string The last version in which the capability was included in the specification
Value value http://cql.hl7.org/CodeSystem/cql-capability-characteristic-codes#value string A qualifier value used to provide more detail about the capability
Value Meaning valueMeaning http://cql.hl7.org/CodeSystem/cql-capability-characteristic-codes#valueMeaning string A description of the meaning of qualifier values for the capability
Reference reference http://cql.hl7.org/CodeSystem/cql-capability-characteristic-codes#reference string A reference to the specification documenting this capability

Concepts

This case-sensitive code system http://cql.hl7.org/CodeSystem/cql-language-capabilities defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinitionVersionValueValue MeaningReference
1 decimal-precision-and-scale Decimal precision and scale How many total digits (precision) and how many digits to the right of the decimal point (scale) the implementation supports for Decimal values. 1.0 28,8 The supported precision and scale of decimal values https://cql.hl7.org/09-b-cqlreference.html#decimal
1 datetime-precision-and-scale Datetime precision and scale The finest granularity (precision) and smallest increment (scale) supported for date/time values. 1.0 https://cql.hl7.org/09-b-cqlreference.html#datetime
1 ucum-unit-conversion-support UCUM unit conversion support Whether and how the engine can automatically convert between units of measure using UCUM. 1.0 https://cql.hl7.org/09-b-cqlreference.html#convertquantity
1 regex-dialect Regex dialect Which flavor of regular expressions the implementation supports. 1.0 https://cql.hl7.org/09-b-cqlreference.html#matches
1 supported-data-models Supported data models Which external models the engine can evaluate against. 1.0 https://cql.hl7.org/05-languagesemantics.html#data-model
1 expand-operator Expand operator Expand on ValueSet/Interval. 1.3 https://cql.hl7.org/05-languagesemantics.html#collapse-and-expand-operators
1 fhirpath-support FHIRPath Support Ability to evaluate/translate FHIRPath within CQL. 1.3 https://cql.hl7.org/16-i-fhirpathtranslation.html
1 precision-operators-for-decimal-and-date-time-types Precision operators for Decimal and Date/Time types Operators that adjust/control precision. 1.4 https://cql.hl7.org/09-b-cqlreference.html#precision
1 model-defined-contexts Model-defined contexts Contexts defined by the data model. 1.4 https://cql.hl7.org/05-languagesemantics.html#context-support
1 library-namespaces Library namespaces Organize libraries into namespaces. 1.4 https://cql.hl7.org/07-physicalrepresentation.html#media-types-and-namespaces
1 related-context-retrieves Related-context retrieves Context-relative retrieve operations. 1.4 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 unit-conversion-support Unit conversion support Convert between compatible UCUM units. 1.4 https://cql.hl7.org/05-languagesemantics.html#conversions
1 modular-arithmetic-for-quantities Modular arithmetic for quantities Modulo/remainder with Quantity. 1.5 https://cql.hl7.org/05-languagesemantics.html#quantity-arithmetic
1 expand-a-single-interval Expand a single interval Expand applied to a single Interval. 1.5 https://cql.hl7.org/09-b-cqlreference.html#expand
1 aggregate-clause Aggregate clause Query clause for aggregation. 1.5 https://cql.hl7.org/05-languagesemantics.html#aggregate-clause
1 include-retrieves Include retrieves Retrieve that follows model references. 1.5 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 searchpath-retrieves Searchpath retrieves Retrieve using a search path expression. 1.5 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 id-retrieves Id retrieves Retrieve by unique identifier. 1.5 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 system-data-types System Data Types Primitive, structured, and collection types defined by the System namespace. https://cql.hl7.org/09-b-cqlreference.html#types
2   system.integer System.Integer Whole numbers with no fractional component. 1.0 https://cql.hl7.org/09-b-cqlreference.html#integer
2   system.long System.Long 64-bit signed integers. 1.5 https://cql.hl7.org/09-b-cqlreference.html#long
2   system.decimal System.Decimal Numbers with fractional precision and scale. 1.0 https://cql.hl7.org/09-b-cqlreference.html#decimal
2   system.string System.String Sequence of text characters. 1.0 https://cql.hl7.org/09-b-cqlreference.html#string
2   system.boolean System.Boolean Logical truth values. 1.0 https://cql.hl7.org/09-b-cqlreference.html#boolean
2   system.date System.Date Calendar date without time. 1.3 https://cql.hl7.org/09-b-cqlreference.html#date
2   system.time System.Time Time of day without date. 1.0 https://cql.hl7.org/09-b-cqlreference.html#time
2   system.datetime System.DateTime Date and time point (optional offset). 1.0 https://cql.hl7.org/09-b-cqlreference.html#datetime
2   system.quantity System.Quantity Numeric value with unit. 1.0 https://cql.hl7.org/09-b-cqlreference.html#quantity
2   system.ratio System.Ratio Fractional relationship between two Quantities. 1.3 https://cql.hl7.org/09-b-cqlreference.html#ratio
2   system.interval System.Interval Range over an ordered type. 1.0 https://cql.hl7.org/09-b-cqlreference.html#interval-operators-3
2   system.list System.List Ordered collection of elements of a type. 1.0 https://cql.hl7.org/63-expressionlanguagesemantics.html#collection-types
2   system.tuple System.Tuple Structured type with named elements. 1.0 https://cql.hl7.org/63-expressionlanguagesemantics.html#structured-types
2   system.choice System.Choice Value of one among several types. 1.0 https://cql.hl7.org/63-expressionlanguagesemantics.html#choice-types
2   system.codesystem System.CodeSystem Reference to an external code system. 1.5 https://cql.hl7.org/09-b-cqlreference.html#codesystem
2   system.valueset System.ValueSet Reference to a set of codes. 1.5 https://cql.hl7.org/09-b-cqlreference.html#valueset
2   system.vocabulary System.Vocabulary Base type for vocabulary-related types. 1.5 https://cql.hl7.org/09-b-cqlreference.html#vocabulary
1 logical-operators Logical Operators and, or, not, implies under 3-valued logic. 1.0 https://cql.hl7.org/09-b-cqlreference.html#logical-operators
2   logical-operators.and Logical Operator and The and operator returns true if both its arguments are true. If either argument is false, the result is false. Otherwise, the result is null. 1.0 https://cql.hl7.org/09-b-cqlreference.html#and
2   logical-operators.or Logical Operator or The or operator returns true if either of its arguments are true. If both arguments are false, the result is false. Otherwise, the result is null. 1.0 https://cql.hl7.org/09-b-cqlreference.html#or
2   logical-operators.not Logical Operator not The not operator returns true if the argument is false and false if the argument is true. Otherwise, the result is null. 1.0 https://cql.hl7.org/09-b-cqlreference.html#not
2   logical-operators.xor Logical Operator xor The xor (exclusive or) operator returns true if one argument is true and the other is false. If both arguments are true or both arguments are false, the result is false. Otherwise, the result is null. 1.0 https://cql.hl7.org/09-b-cqlreference.html#xor
2   logical-operators.implies Logical Operator implies The implies operator returns the logical implication of its arguments. This means that if the left operand evaluates to true, this operator returns the boolean evaluation of the right operand. If the left operand evaluates to false, this operator returns true. Otherwise, this operator returns true if the right operand evaluates to true, and null otherwise 1.0 https://cql.hl7.org/09-b-cqlreference.html#implies
1 type-operators Type Operators Type inspection and conversion operators. 1.0 https://cql.hl7.org/09-b-cqlreference.html#type-operators
2   type-operators.as Type Operator as The as operator allows the result of an expression to be cast as a given target type. This allows expressions to be written that are statically typed against the expected run-time type of the argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#as
2   type-operators.cast-as Type Operator as (See the as operator in addition) The cast prefix indicates that if the argument is not of the specified type at run-time then an exception is thrown. 1.0 https://cql.hl7.org/09-b-cqlreference.html#as
2   type-operators.is Type Operator is The is operator allows the type of a result to be tested. If the run-time type of the argument is the same as or derived from the type being tested, the result of the operator is true; otherwise, the result is false. 1.0 https://cql.hl7.org/09-b-cqlreference.html#is
2   type-operators.children Type Operator children For structured types, the Children operator returns a list of all the values of the elements of the type. List-valued elements are expanded and added to the result individually, rather than as a single list. 1.0 https://cql.hl7.org/09-b-cqlreference.html#children
2   type-operators.descendants Type Operator descendants or structured types, the Descendants operator returns a list of all the values of the elements of the type, recursively. List-valued elements are expanded and added to the result individually, rather than as a single list. 1.0 https://cql.hl7.org/09-b-cqlreference.html#descendants
2   type-operators.convert-quantity Type Operator convert-quantity The convert operator converts a value to a specific type. The result of the operator is the value of the argument converted to the target type, if possible. If there is no valid conversion from the actual value to the target type, the result is null. 1.0 https://cql.hl7.org/09-b-cqlreference.html#convert
2   type-operators.to-boolean Type Operator to-boolean The ToBoolean operator converts the value of its argument to a Boolean value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#toboolean
2   type-operators.to-integer Type Operator to-integer The ToInteger operator converts the value of its argument to an Integer value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#tointeger
2   type-operators.to-long Type Operator to-long The ToLong operator converts the value of its argument to a Long value. 1.5 https://cql.hl7.org/09-b-cqlreference.html#tolong
2   type-operators.to-decimal Type Operator to-decimal The ToDecimal operator converts the value of its argument to a Decimal value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#todecimal
2   type-operators.to-quantity Type Operator to-quantity The ToQuantity operator converts the value of its argument to a Quantity value. The operation does not perform any unit conversion, that capability is supported by the ConvertQuantity operator. 1.0 https://cql.hl7.org/09-b-cqlreference.html#toquantity
2   type-operators.to-ratio Type Operator to-ratio The ToRatio operator converts the value of its argument to a Ratio value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#toratio
2   type-operators.to-date Type Operator to-date The ToDate operator converts the value of its argument to a Date value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#todate
2   type-operators.to-datetime Type Operator to-datetime The ToDateTime operator converts the value of its argument to a DateTime value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#todatetime
2   type-operators.to-time Type Operator to-time The ToTime operator converts the value of its argument to a Time value. The operator expects the string to be formatted using ISO-8601 time representation. 1.0 https://cql.hl7.org/09-b-cqlreference.html#totime
2   type-operators.to-string Type Operator to-string The ToString operator converts the value of its argument to a String value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#tostring
2   type-operators.converts-to-boolean Type Operator converts-to-boolean The ConvertsToBoolean operator returns true if its argument is or can be converted to a Boolean value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#convertstoboolean
2   type-operators.converts-to-integer Type Operator converts-to-integer The ConvertsToInteger operator returns true if its argument is or can be converted to an Integer value. See the ToInteger operator for a description of the supported conversions. 1.0 https://cql.hl7.org/09-b-cqlreference.html#convertstointeger
2   type-operators.converts-to-long Type Operator converts-to-long The ConvertsToLong operator returns true if its argument is or can be converted to a Long value. 1.5 https://cql.hl7.org/09-b-cqlreference.html#convertstolong
2   type-operators.converts-to-decimal Type Operator converts-to-decimal The ToDecimal operator returns true if its argument is or can be converted to a Decimal value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#convertstodecimal
2   type-operators.converts-to-quantity Type Operator converts-to-quantity The ConvertsToQuantity operator returns true if its argument is or can be converted to a Quantity value. See the ToQuantity operator for a description of the supported conversions. 1.0 https://cql.hl7.org/09-b-cqlreference.html#convertstoquantity
2   type-operators.converts-to-ratio Type Operator converts-to-ration The ConvertsToRatio operator returns true if its argument is or can be converted to a Ratio value 1.0 https://cql.hl7.org/09-b-cqlreference.html#convertstoratio
2   type-operators.converts-to-date Type Operator converts-to-date The ConvertsToDate operator returns true if its argument is or can be converted to a Date value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#convertstodate
2   type-operators.converts-to-datetime Type Operator converts-to-datetime The ConvertsToDateTime operator returns true if its argument is or can be converted to a DateTime value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#convertstodatetime
2   type-operators.converts-to-time Type Operator converts-to-time The ConvertsToTime operator returns true if its argument is or can be converted to a Time value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#convertstotime
2   type-operators.converts-to-string Type Operator converts-to-string The ConvertsToString operator returns true if its argument is or can be converted to a String value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#convertstostring
1 nullological-operators Nullological Operators Operators dealing with null/missing information. 1.0 https://cql.hl7.org/09-b-cqlreference.html#nullological-operators
2   nullological-operators.coalesce Nullological Operators coalesce The Coalesce operator returns the first non-null result in a list of arguments. If all arguments evaluate to null, the result is null. 1.0 https://cql.hl7.org/09-b-cqlreference.html#coalesce
2   nullological-operators.is-null Nullological Operators is-null The is null operator determines whether or not its argument evaluates to null. If the argument evaluates to null, the result is true; otherwise, the result is false. 1.0 https://cql.hl7.org/09-b-cqlreference.html#isnull
2   nullological-operators.is-true Nullological Operators coalesce The is true operator determines whether or not its argument evaluates to true. If the argument evaluates to true, the result is true; otherwise, the result is false. 1.0 https://cql.hl7.org/09-b-cqlreference.html#istrue
2   nullological-operators.is-false Nullological Operators is-false The is false operator determines whether or not its argument evaluates to false. If the argument evaluates to false, the result is true; otherwise, the result is false. 1.0 https://cql.hl7.org/09-b-cqlreference.html#isfalse
1 comparison-operators Comparison Operators Equal, not equal, <, <=, >, >=, in/not in, etc. 1.0 https://cql.hl7.org/09-b-cqlreference.html#comparison-operators
2   comparison-operators.equal Comparison Operators equal The equal (=) operator returns true if the arguments are equal; false if the arguments are known unequal, and null otherwise. Equality semantics are defined to be value-based. 1.0 https://cql.hl7.org/09-b-cqlreference.html#equal
2   comparison-operators.equivalent Comparison Operators equivalent The equivalent (~) operator returns true if the arguments are equivalent in value, or if they are both null; and false otherwise. 1.0 https://cql.hl7.org/09-b-cqlreference.html#equivalent
2   comparison-operators.greater Comparison Operators greater The greater (>) operator returns true if the first argument is greater than the second argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#greater
2   comparison-operators.greater-or-equal Comparison Operators greater or equal The greater or equal (>=) operator returns true if the first argument is greater than or equal to the second argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#greater-or-equal
2   comparison-operators.less Comparison Operators less The less (<) operator returns true if the first argument is less than the second argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#less
2   comparison-operators.less-or-equal Comparison Operators less-or-equal The less or equal (<=) operator returns true if the first argument is less than or equal to the second argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#less-or-equal
2   comparison-operators.not-equal Comparison Operators not-equal The not equal (!=) operator returns true if its arguments are not the same value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#not-equal
2   comparison-operators.not-equivalent Comparison Operators not-equivalent The not equivalent (!~) operator returns true if its arguments are not equivalent. 1.0 https://cql.hl7.org/09-b-cqlreference.html#not-equivalent
2   comparison-operators.between Comparison Operators between The between operator determines whether the first argument is within a given range, inclusive. If the first argument is greater than or equal to the low argument, and less than or equal to the high argument, the result is true, otherwise, the result is false. 1.0 https://cql.hl7.org/09-b-cqlreference.html#between
1 arithmetic-operators Arithmetic Operators Add, subtract, multiply, divide, mod, round, etc. 1.0 https://cql.hl7.org/09-b-cqlreference.html#arithmetic-operators
2   arithmetic-operators.abs Arithmetic Operators abs The Abs operator returns the absolute value of its argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#abs
2   arithmetic-operators.add Arithmetic Operators add The add (+) operator performs numeric addition of its arguments. 1.0 https://cql.hl7.org/09-b-cqlreference.html#add
2   arithmetic-operators.ceiling Arithmetic Operators ceiling The Ceiling operator returns the first integer greater than or equal to the argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#ceiling
2   arithmetic-operators.divide Arithmetic Operators divide The divide (/) operator performs numeric division of its arguments. Note that this operator is Decimal division; for Integer division, use the truncated divide (div) operator. 1.0 https://cql.hl7.org/09-b-cqlreference.html#string-operators
2   arithmetic-operators.floor Arithmetic Operators floor The Floor operator returns the first integer less than or equal to the argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#floor
2   arithmetic-operators.exp Arithmetic Operators exp The Exp operator raises e to the power of its argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#exp
2   arithmetic-operators.highboundary Arithmetic Operators highboundary The HighBoundary function returns the greatest possible value of the input to the specified precision. 1.5 https://cql.hl7.org/09-b-cqlreference.html#highboundary
2   arithmetic-operators.log Arithmetic Operators log The Log operator computes the logarithm of its first argument, using the second argument as the base. 1.0 https://cql.hl7.org/09-b-cqlreference.html#log
2   arithmetic-operators.lowboundary Arithmetic Operators lowboundary The LowBoundary function returns the least possible value of the input to the specified precision. 1.5 https://cql.hl7.org/09-b-cqlreference.html#lowboundary
2   arithmetic-operators.ln Arithmetic Operators ln The Ln operator computes the natural logarithm of its argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#ln
2   arithmetic-operators.maximum Arithmetic Operators maximum The maximum operator returns the maximum representable value for the given type, defined for the Integer, Long, Decimal, Quantity, Date, DateTime, and Time types. 1.0 https://cql.hl7.org/09-b-cqlreference.html#maximum
2   arithmetic-operators.minimum Arithmetic Operators minimum The minimum operator returns the minimum representable value for the given type, defined for the Integer, Long, Decimal, Quantity, Date, DateTime, and Time types. 1.0 https://cql.hl7.org/09-b-cqlreference.html#minimum
2   arithmetic-operators.mod Arithmetic Operators mod The mod operator computes the remainder of the division of its arguments. 1.0 https://cql.hl7.org/09-b-cqlreference.html#mod
2   arithmetic-operators.multiply Arithmetic Operators multiply The multiply (*) operator performs numeric multiplication of its arguments. 1.0 https://cql.hl7.org/09-b-cqlreference.html#multiply
2   arithmetic-operators.negate Arithmetic Operators negate The negate (-) operator returns the negative of its argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#negate
2   arithmetic-operators.precision Arithmetic Operators precision The Precision function returns the number of digits of precision in the input value. 1.5 https://cql.hl7.org/09-b-cqlreference.html#precision
2   arithmetic-operators.predecessor Arithmetic Operators predecessor The predecessor operator returns the predecessor of the argument. For example, the predecessor of 2 is 1. If the argument is already the minimum value for the type, a null is returned. 1.0 https://cql.hl7.org/09-b-cqlreference.html#predecessor
2   arithmetic-operators.power Arithmetic Operators power The power (^) operator raises the first argument to the power given by the second argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#power
2   arithmetic-operators.round Arithmetic Operators round The Round operator returns the nearest whole number to its argument. The semantics of round are defined as a traditional round (i.e. to the nearest whole number), meaning that a decimal value greater than or equal to 0.5 and less than 1.0 will round to 1, and a decimal value less than or equal to -0.5 and greater than -1.0 will round to -1. 1.0 https://cql.hl7.org/09-b-cqlreference.html#round
2   arithmetic-operators.subtract Arithmetic Operators subtract The subtract (-) operator performs numeric subtraction of its arguments. 1.0 https://cql.hl7.org/09-b-cqlreference.html#subtract
2   arithmetic-operators.successor Arithmetic Operators successor The successor operator returns the successor of the argument. For example, the successor of 1 is 2. If the argument is already the maximum value for the type, a null is returned. 1.0 https://cql.hl7.org/09-b-cqlreference.html#successor
2   arithmetic-operators.truncate Arithmetic Operators truncate The Truncate operator returns the integer component of its argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#truncate
2   arithmetic-operators.div Arithmetic Operators div The div operator performs truncated division of its arguments. 1.0 https://cql.hl7.org/09-b-cqlreference.html#div
1 string-operators String Operators Length, substring, startsWith, endsWith, matches, replaceMatches, etc. 1.0 https://cql.hl7.org/09-b-cqlreference.html#string-operators
2   string-operators.combine String Operators combine The Combine operator combines a list of strings, optionally separating each string with the given separator. 1.0 https://cql.hl7.org/09-b-cqlreference.html#combine
2   string-operators.concatenate String Operators concatenate The concatenate (+ or &) operator performs string concatenation of its arguments. 1.0 https://cql.hl7.org/09-b-cqlreference.html#concatenate
2   string-operators.endwith String Operators endwith The EndsWith operator returns true if the given string ends with the given suffix. 1.0 https://cql.hl7.org/09-b-cqlreference.html#endwith
2   string-operators.indexer String Operators indexer The indexer ([]) operator returns the character at the indexth position in a string. 1.0 https://cql.hl7.org/09-b-cqlreference.html#indexer
2   string-operators.lastpositionof String Operators lastpositionof The LastPositionOf operator returns the 0-based index of the last appearance of the given pattern in the given string. 1.0 https://cql.hl7.org/09-b-cqlreference.html#lastpositionof
2   string-operators.length String Operators length The Length operator returns the number of characters in a string. 1.0 https://cql.hl7.org/09-b-cqlreference.html#length
2   string-operators.lower String Operators lower The Lower operator returns the given string with all characters converted to their lower case equivalents. 1.0 https://cql.hl7.org/09-b-cqlreference.html#lower
2   string-operators.matches String Operators matches The Matches operator returns true if the given string matches the given regular expression pattern. Regular expressions should function consistently, regardless of any culture- and locale-specific settings in the environment, should be case-sensitive, use partial matching, use single line mode, and allow Unicode characters. The start/end of line markers ^ and $ can be used to match the entire string. 1.0 https://cql.hl7.org/09-b-cqlreference.html#matches
2   string-operators.positionof String Operators positionof The PositionOf operator returns the 0-based index of the given pattern in the given string. 1.0 https://cql.hl7.org/09-b-cqlreference.html#positionof
2   string-operators.replacematches String Operators replacematches The ReplaceMatches operator matches the given string using the given regular expression pattern, replacing each match with the given substitution. The substitution string may refer to identified match groups in the regular expression. Regular expressions should function consistently, regardless of any culture- and locale-specific settings in the environment, should be case-sensitive, use partial matching, use single line mode, and allow Unicode characters. The start and end of line markers ^, $ can be used to match the entire string. 1.0 https://cql.hl7.org/09-b-cqlreference.html#replacematches
2   string-operators.split String Operators split The Split operator splits a string into a list of strings using a separator. 1.0 https://cql.hl7.org/09-b-cqlreference.html#split
2   string-operators.splitonmatches String Operators splitonmatches The SplitOnMatches operator splits a string into a list of strings using a separator that is defined by a regular expression pattern. 1.3 https://cql.hl7.org/09-b-cqlreference.html#splitonmatches
2   string-operators.startswith String Operators startswith The StartsWith operator returns true if the given string starts with the given prefix. 1.0 https://cql.hl7.org/09-b-cqlreference.html#startswith
2   string-operators.substring String Operators substring The Substring operator returns the string within stringToSub, starting at the 0-based index startIndex, and consisting of length characters. 1.0 https://cql.hl7.org/09-b-cqlreference.html#substring
2   string-operators.upper String Operators upper The Upper operator returns the given string with all characters converted to their upper case equivalents. 1.0 https://cql.hl7.org/09-b-cqlreference.html#upper
1 date-and-time-operators Date and Time Operators Date/time arithmetic, components, now/today, comparisons, etc. 1.0 https://cql.hl7.org/09-b-cqlreference.html#date-and-time-operators
2   date-and-time-operators.add Date and Time Operators add The add (+) operator returns the value of the first argument, incremented by the time-valued quantity, respecting variable length periods for calendar years and months. 1.0 https://cql.hl7.org/09-b-cqlreference.html#add
2   date-and-time-operators.after Date and Time Operators after The after-precision-of operator compares two Date, DateTime, or Time values to the specified precision to determine whether the first argument is the after the second argument. The comparison is performed by considering each precision in order, beginning with years (or hours for time values). If the values are the same, comparison proceeds to the next precision; if the first value is greater than the second, the result is true; if the first value is less than the second, the result is false; if either input has no value for the precision, the comparison stops and the result is null; if the specified precision has been reached, the comparison stops and the result is false. 1.0 https://cql.hl7.org/09-b-cqlreference.html#after
2   date-and-time-operators.before Date and Time Operators before The before-precision-of operator compares two Date, DateTime, or Time values to the specified precision to determine whether the first argument is the before the second argument. The comparison is performed by considering each precision in order, beginning with years (or hours for time values). If the values are the same, comparison proceeds to the next precision; if the first value is less than the second, the result is true; if the first value is greater than the second, the result is false; if either input has no value for the precision, the comparison stops and the result is null; if the specified precision has been reached, the comparison stops and the result is false. 1.0 https://cql.hl7.org/09-b-cqlreference.html#before
2   date-and-time-operators.date Date and Time Operators date The Date operator constructs a date value from the given components. 1.0 https://cql.hl7.org/09-b-cqlreference.html#date
2   date-and-time-operators.datetime Date and Time Operators datetime The DateTime operator constructs a DateTime value from the given components. 1.0 https://cql.hl7.org/09-b-cqlreference.html#datetime
2   date-and-time-operators.from Date and Time Operators from The component-from operator returns the specified component of the argument. 1.0 https://cql.hl7.org/09-b-cqlreference.html#from
2   date-and-time-operators.difference Date and Time Operators difference The difference-between operator returns the number of boundaries crossed for the specified precision between the first and second arguments. If the first argument is after the second argument, the result is negative. The result of this operation is always an integer; any fractional boundaries are dropped. 1.0 https://cql.hl7.org/09-b-cqlreference.html#difference
2   date-and-time-operators.duration Date and Time Operators duration The duration-between operator returns the number of whole calendar periods for the specified precision between the first and second arguments. If the first argument is after the second argument, the result is negative. The result of this operation is always an integer; any fractional periods are dropped. 1.0 https://cql.hl7.org/09-b-cqlreference.html#duration
2   date-and-time-operators.now Date and Time Operators now The Now operator returns the date and time of the start timestamp associated with the evaluation request. 1.0 https://cql.hl7.org/09-b-cqlreference.html#now
2   date-and-time-operators.on-or-after Date and Time Operators on or after The on or after operator for Date, DateTime, and Time values is a synonym for the same or after operator and is supported to enable natural phrasing. See the description of the Same Or After (Date, DateTime, or Time) operator. 1.0 https://cql.hl7.org/09-b-cqlreference.html#on-or-after
2   date-and-time-operators.on-or-before Date and Time Operators on or before The on or before operator for Date, DateTime, and Time values is a synonym for the same or before operator and is supported to enable natural phrasing. See the description of the Same Or Before (Date, DateTime, or Time) operator. 1.0 https://cql.hl7.org/09-b-cqlreference.html#on-or-before
2   date-and-time-operators.same-as Date and Time Operators same as The same-precision-as operator compares two Date, DateTime, or Time values to the specified precision for equality. The comparison is performed by considering each precision in order, beginning with years (or hours for time values). If the values are the same, comparison proceeds to the next precision; if the values are different, the comparison stops and the result is false; if either input has no value for the precision, the comparison stops and the result is null; if the specified precision has been reached, the comparison stops and the result is true. 1.0 https://cql.hl7.org/09-b-cqlreference.html#same-as
2   date-and-time-operators.same-or-after Date and Time Operators same or after The same-precision-or after operator compares two Date, DateTime, or Time values to the specified precision to determine whether the first argument is the same or after the second argument. The comparison is performed by considering each precision in order, beginning with years (or hours for time values). If the values are the same, comparison proceeds to the next precision; if the first value is greater than the second, the result is true; if the first value is less than the second, the result is false; if either input has no value for the precision, the comparison stops and the result is null; if the specified precision has been reached, the comparison stops and the result is true. 1.0 https://cql.hl7.org/09-b-cqlreference.html#same-or-after
2   date-and-time-operators.same-or-before Date and Time Operators same or before The same-precision-or before operator compares two Date, DateTime, or Time values to the specified precision to determine whether the first argument is the same or before the second argument. The comparison is performed by considering each precision in order, beginning with years (or hours for time values). If the values are the same, comparison proceeds to the next precision; if the first value is less than the second, the result is true; if the first value is greater than the second, the result is false; if either input has no value for the precision, the comparison stops and the result is null; if the specified precision has been reached, the comparison stops and the result is true. 1.0 https://cql.hl7.org/09-b-cqlreference.html#same-or-before
2   date-and-time-operators.subtract Date and Time Operators subtract The subtract (-) operator returns the value of the given Date, DateTime, or Time, decremented by the time-valued quantity, respecting variable length periods for calendar years and months. 1.0 https://cql.hl7.org/09-b-cqlreference.html#subtract
2   date-and-time-operators.time Date and Time Operators time The Time operator constructs a time value from the given components. 1.0 https://cql.hl7.org/09-b-cqlreference.html#time
2   date-and-time-operators.timeofday Date and Time Operators timeofday The TimeOfDay operator returns the time of day of the start timestamp associated with the evaluation request. See the Now operator for more information on the rationale for defining the TimeOfDay operator in this way. 1.0 https://cql.hl7.org/09-b-cqlreference.html#timeofday
2   date-and-time-operators.today Date and Time Operators today The Today operator returns the date of the start timestamp associated with the evaluation request. See the Now operator for more information on the rationale for defining the Today operator in this way. 1.0 https://cql.hl7.org/09-b-cqlreference.html#today
1 interval-operators Interval Operators contains, in, union, intersect, width, expand, etc. 1.0 https://cql.hl7.org/09-b-cqlreference.html#interval-operators-3
2   interval-operators.after Interval Operators after The after operator for intervals returns true if the first interval starts after the second one ends. In other words, if the starting point of the first interval is greater than the ending point of the second interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#after
2   interval-operators.before Interval Operators before The before operator for intervals returns true if the first interval ends before the second one starts. In other words, if the ending point of the first interval is less than the starting point of the second interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#before
2   interval-operators.collapse Interval Operators collapse The collapse operator returns the unique set of intervals that completely covers the ranges present in the given list of intervals. In other words, adjacent intervals within a sorted list are merged if they either overlap or meet. 1.0 https://cql.hl7.org/09-b-cqlreference.html#collapse
2   interval-operators.contains Interval Operators contains The contains operator for intervals returns true if the given point is equal to the starting or ending point of the interval, or greater than the starting point and less than the ending point. For open interval boundaries, exclusive comparison operators are used. For closed interval boundaries, if the interval boundary is null, the result of the boundary comparison is considered true. 1.0 https://cql.hl7.org/09-b-cqlreference.html#contains
2   interval-operators.end Interval Operators end The End operator returns the ending point of an interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#end
2   interval-operators.ends Interval Operators ends The ends operator returns true if the first interval ends the second. More precisely, if the starting point of the first interval is greater than or equal to the starting point of the second, and the ending point of the first interval is equal to the ending point of the second. 1.0 https://cql.hl7.org/09-b-cqlreference.html#ends
2   interval-operators.equal Interval Operators equal The equal (=) operator for intervals returns true if and only if the intervals are over the same point type, and they have the same value for the starting and ending points of the intervals as determined by the Start and End operators 1.0 https://cql.hl7.org/09-b-cqlreference.html#
2   interval-operators.equivalent Interval Operators equivalent The equivalent (~) operator for intervals returns true if and only if the intervals are over the same point type, and the starting and ending points of the intervals as determined by the Start and End operators are equivalent. 1.0 https://cql.hl7.org/09-b-cqlreference.html#equivalent
2   interval-operators.except Interval Operators except The except operator for intervals returns the set difference of two intervals. More precisely, this operator returns the portion of the first interval that does not overlap with the second. Note that to avoid returning an improper interval, if the second argument is properly contained within the first and does not start or end it, this operator returns null. 1.0 https://cql.hl7.org/09-b-cqlreference.html#except
2   interval-operators.expand Interval Operators expand The expand operator returns the set of intervals of size per for all the intervals in the input, or the list of points covering the range of the given interval, if invoked on a single interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#expand
2   interval-operators.in Interval Operators in The in operator (can also be invoked using during) for intervals returns true if the given point is equal to the starting or ending point of the interval, or greater than the starting point and less than the ending point. For open interval boundaries, exclusive comparison operators are used. For closed interval boundaries, if the interval boundary is null, the result of the boundary comparison is considered true. 1.0 https://cql.hl7.org/09-b-cqlreference.html#in
2   interval-operators.includes Interval Operators includes The includes operator for intervals returns true if the first interval completely includes the second. More precisely, if the starting point of the first interval is less than or equal to the starting point of the second interval, and the ending point of the first interval is greater than or equal to the ending point of the second interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#includes
2   interval-operators.included-in Interval Operators included in The included in (or during) operator for intervals returns true if the first interval is completely included in the second. More precisely, if the starting point of the first interval is greater than or equal to the starting point of the second interval, and the ending point of the first interval is less than or equal to the ending point of the second interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#included-in
2   interval-operators.intersect Interval Operators intersect The intersect operator for intervals returns the intersection of two intervals. More precisely, the operator returns the interval that defines the overlapping portion of both arguments. If the arguments do not overlap, this operator returns null. 1.0 https://cql.hl7.org/09-b-cqlreference.html#intersect
2   interval-operators.meets Interval Operators meets The meets operator returns true if the first interval ends immediately before the second interval starts, or if the first interval starts immediately after the second interval ends. In other words, if the ending point of the first interval is equal to the predecessor of the starting point of the second, or if the starting point of the first interval is equal to the successor of the ending point of the second. 1.0 https://cql.hl7.org/09-b-cqlreference.html#meets
2   interval-operators.not-equal Interval Operators not equal The not equal (!=) operator for intervals returns true if its arguments are not the same value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#not-equal
2   interval-operators.not-equivalent Interval Operators not equivalent The not equivalent (!~) operator for intervals returns true if its arguments are not equivalent. 1.0 https://cql.hl7.org/09-b-cqlreference.html#not-equivalent
2   interval-operators.on-or-after Interval Operators on or after The on or after operator for intervals is a synonym for the same or after operator and is supported to enable natural phrasing. See the description of the Same Or After (Intervals) operator. 1.0 https://cql.hl7.org/09-b-cqlreference.html#on-or-after
2   interval-operators.on-or-before Interval Operators on or before The on or before operator for Date-, DateTime-, or Time-based intervals is a synonym for the same or before operator and is supported to enable natural phrasing. See the description of the Same Or Before (Intervals) operator. 1.0 https://cql.hl7.org/09-b-cqlreference.html#on-or-before
2   interval-operators.overlaps Interval Operators overlaps The overlaps operator returns true if the first interval overlaps the second. More precisely, if the starting or ending point of either interval is in the other, or if the ending point of the first interval is greater than or equal to the starting point of the second interval, and the starting point of the first interval is less than or equal to the ending point of the second interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#overlaps
2   interval-operators.point-from Interval Operators point from The point from operator extracts the single point from a unit interval. If the argument is not a unit interval, a run-time error is thrown. 1.0 https://cql.hl7.org/09-b-cqlreference.html#point-from
2   interval-operators.properly-includes Interval Operators properly includes The properly includes operator for intervals returns true if the first interval completely includes the second and the first interval is strictly larger than the second. More precisely, if the starting point of the first interval is less than or equal to the starting point of the second interval, and the ending point of the first interval is greater than or equal to the ending point of the second interval, and they are not the same interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#properly-includes
2   interval-operators.properly-included-in Interval Operators properly included in The properly included in (or properly during) operator for intervals returns true if the first interval is completely included in the second and the first interval is strictly smaller than the second. More precisely, if the starting point of the first interval is greater than or equal to the starting point of the second interval, and the ending point of the first interval is less than or equal to the ending point of the second interval, and they are not the same interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#included-in
2   interval-operators.same-as Interval Operators same as The same-precision-as operator for intervals returns true if the two intervals start and end at the same value, using the semantics described in the Start and End operators to determine interval boundaries, and for Date, DateTime, or Time value, performing the comparisons at the specified precision, as described in the Same As operator for Date, DateTime, or Time values. 1.0 https://cql.hl7.org/09-b-cqlreference.html#same-as
2   interval-operators.same-or-after Interval Operators same or after The same-precision-or after operator for intervals returns true if the first interval starts on or after the second one ends, using the semantics described in the Start and End operators to determine interval boundaries, and for Date, DateTime, or Time values, performing the comparisons at the specified precision, as described in the Same or After (Date, DateTime, or Time) operator for Date, DateTime, or Time values. 1.0 https://cql.hl7.org/09-b-cqlreference.html#same-or-after
2   interval-operators.same-or-before Interval Operators same or before The same-precision-or before operator returns true if the first interval ends on or before the second one starts, using the semantics described in the Start and End operators to determine interval boundaries, and for Date, DateTime, or Time values, performing the comparisons at the specified precision, as described in the Same or Before (Date, DateTime, or Time) operator for Date, DateTime, or Time values. 1.0 https://cql.hl7.org/09-b-cqlreference.html#same-or-before
2   interval-operators.size Interval Operators size The Size operator returns the size of an interval. The result of this operator is equivalent to invoking: (end of argument – start of argument) + point-size, where point-size is determined by successor of minimum T - minimum T. 1.0 https://cql.hl7.org/09-b-cqlreference.html#size
2   interval-operators.start Interval Operators start The Start operator returns the starting point of an interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#start
2   interval-operators.starts Interval Operators starts The starts operator returns true if the first interval starts the second. More precisely, if the starting point of the first is equal to the starting point of the second interval and the ending point of the first interval is less than or equal to the ending point of the second interval. 1.0 https://cql.hl7.org/09-b-cqlreference.html#starts
2   interval-operators.union Interval Operators union The union operator for intervals returns the union of the intervals. More precisely, the operator returns the interval that starts at the earliest starting point in either argument, and ends at the latest starting point in either argument. If the arguments do not overlap or meet, this operator returns null. 1.0 https://cql.hl7.org/09-b-cqlreference.html#union
2   interval-operators.width Interval Operators width The width operator returns the width of an interval. The result of this operator is equivalent to invoking: (end of argument – start of argument). 1.0 https://cql.hl7.org/09-b-cqlreference.html#width
1 list-operators List Operators size, first/last, contains, union/intersect/except, map/filter/distinct, sort/reverse/zip, etc. 1.0 https://cql.hl7.org/09-b-cqlreference.html#list-operators
2   list-operators.contains List Operators contains The contains operator for lists returns true if the given element is in the list using equality semantics, with the exception that null elements are considered equal. 1.0 https://cql.hl7.org/09-b-cqlreference.html#contains
2   list-operators.distinct List Operators distinct The distinct operator returns the given list with duplicates eliminated using equality semantics. 1.0 https://cql.hl7.org/09-b-cqlreference.html#distinct
2   list-operators.equal List Operators equal The equal (=) operator for lists returns true if and only if the lists have the same element type, and have the same elements by value, in the same order. 1.0 https://cql.hl7.org/09-b-cqlreference.html#equal
2   list-operators.equivalent List Operators equivalent The equivalent (~) operator for lists returns true if and only if the lists contain elements of the same type, have the same number of elements, and for each element in the lists, in order, the elements are equivalent. 1.0 https://cql.hl7.org/09-b-cqlreference.html#equivalent
2   list-operators.except List Operators except The except operator returns the set difference of two lists. More precisely, the operator returns a list with the elements that appear in the first operand that do not appear in the second operand. 1.0 https://cql.hl7.org/09-b-cqlreference.html#except
2   list-operators.exists List Operators exists The exists operator returns true if the list contains any non-null elements. 1.0 https://cql.hl7.org/09-b-cqlreference.html#exists
2   list-operators.flatten List Operators flatten The flatten operator flattens a list of lists into a single list. 1.0 https://cql.hl7.org/09-b-cqlreference.html#flatten
2   list-operators.first List Operators first The First operator returns the first element in a list. The operator is equivalent to invoking the indexer with an index of 0. 1.0 https://cql.hl7.org/09-b-cqlreference.html#first
2   list-operators.in List Operators in The in operator for lists returns true if the given element is in the given list using equality semantics, with the exception that null elements are considered equal. 1.0 https://cql.hl7.org/09-b-cqlreference.html#in
2   list-operators.includes List Operators includes The includes operator for lists returns true if the first list contains every element of the second list using equality semantics, with the exception that null elements are considered equal. 1.0 https://cql.hl7.org/09-b-cqlreference.html#includes
2   list-operators.included_in List Operators included in The included in operator for lists returns true if every element of the first list is in the second list using equality semantics. 1.0 https://cql.hl7.org/09-b-cqlreference.html#included-in
2   list-operators.indexer List Operators indexer The indexer ([]) operator returns the element at the indexth position in a list. 1.0 https://cql.hl7.org/09-b-cqlreference.html#indexer
2   list-operators.indexof List Operators IndexOf The IndexOf operator returns the 0-based index of the given element in the given source list using equality semantics, with the exception that nulls are considered equal. 1.0 https://cql.hl7.org/09-b-cqlreference.html#indexof
2   list-operators.intersect List Operators intersect The intersect operator for lists returns the intersection of two lists. More precisely, the operator returns a list containing only the elements that appear in both lists. 1.0 https://cql.hl7.org/09-b-cqlreference.html#intersect
2   list-operators.last List Operators last The Last operator returns the last element in a list. In a list of length N, the operator is equivalent to invoking the indexer with an index of N - 1 1.0 https://cql.hl7.org/09-b-cqlreference.html#last
2   list-operators.length List Operators length The Length operator returns the number of elements in a list. 1.0 https://cql.hl7.org/09-b-cqlreference.html#length
2   list-operators.not_equal List Operators not equal The not equal (!=) operator for lists returns true if its arguments are not the same value. 1.0 https://cql.hl7.org/09-b-cqlreference.html#not_equal
2   list-operators.not_equivalent List Operators not equivalent The not equivalent (!~) operator for lists returns true if its arguments are not equivalent. 1.0 https://cql.hl7.org/09-b-cqlreference.html#not_equivalent
2   list-operators.properly_includes List Operators properly includes The properly includes operator for lists returns true if the first list contains every element of the second list, and the first list is strictly larger than the second list. 1.0 https://cql.hl7.org/09-b-cqlreference.html#properly_includes
2   list-operators.properly_included_in List Operators properly included in The properly included in operator for lists returns true if every element of the first list is in the second list and the first list is strictly smaller than the second list. 1.0 https://cql.hl7.org/09-b-cqlreference.html#properly_included_in
2   list-operators.singleton_from List Operators singleton from The singleton from operator extracts a single element from the source list. If the source list is empty, the result is null. If the source list contains one element, that element is returned. If the list contains more than one element, a run-time error is thrown. 1.0 https://cql.hl7.org/09-b-cqlreference.html#singleton_from
2   list-operators.skip List Operators skip The Skip operator returns the elements in the list, skipping the first number elements. If the list has less number elements, the result is empty. 1.0 https://cql.hl7.org/09-b-cqlreference.html#skip
2   list-operators.tail List Operators tail The Tail operator returns all but the first element from the given list. If the list is empty, the result is empty. 1.0 https://cql.hl7.org/09-b-cqlreference.html#tail
2   list-operators.take List Operators take The Take operator returns the first number elements from the given list. If the list has less than number elements, the result only contains the elements in the list. 1.0 https://cql.hl7.org/09-b-cqlreference.html#take
2   list-operators.union List Operators union The union operator for lists returns a list with all unique elements from both arguments. 1.0 https://cql.hl7.org/09-b-cqlreference.html#union
1 aggregate-functions Aggregate Functions count, sum, min, max, average, median, mode, etc. 1.0 https://cql.hl7.org/09-b-cqlreference.html#aggregate-functions
1 clinical-operators Clinical Operators Retrieve/terminology functions; temporal/duration in clinical context. 1.0 https://cql.hl7.org/09-b-cqlreference.html#clinical-operators
1 diagnostic-operators Diagnostic Operators Errors and messaging functions. 1.0 https://cql.hl7.org/09-b-cqlreference.html#errors-and-messaging
1 single-source-query Single source query Query over one source. 1.0 https://cql.hl7.org/74-queryevaluation.html#evaluate-sources
1 relationships-query Relationships query Query involving two or more sources. 1.0 https://cql.hl7.org/74-queryevaluation.html#evaluate-sources
1 let-clause-query Let clause query Introduce local bindings. 1.0 https://cql.hl7.org/74-queryevaluation.html#let-clause
1 where-clause-query Where clause query Filter using Boolean conditions. 1.0 https://cql.hl7.org/74-queryevaluation.html#where-clause
1 return-clause-query Return clause query Specify the shape/content of returned rows. 1.0 https://cql.hl7.org/74-queryevaluation.html#return-clause
1 aggregate-clause-query Aggregate clause query Reduce rows to a summary value. 1.0 https://cql.hl7.org/74-queryevaluation.html#aggregate-clause
1 multi-source-query Multi source query Query using two or more sources. 1.0 https://cql.hl7.org/74-queryevaluation.html#evaluate-sources
1 unfiltered-context-retrieve Unfiltered context retrieve All data of a type in the current context. 1.0 https://cql.hl7.org/05-languagesemantics.html#language-capabilities
1 terminology-based-retrieve Terminology-based retrieve Retrieve filtered by ValueSet/CodeSystem/Code. 1.0 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 valueset-terminology-target-retrieve Valueset terminology target retrieve Retrieve filtered by a ValueSet reference. 1.0 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 codesystem-terminology-target-retrieve CodeSystem terminology target retrieve Retrieve filtered by a CodeSystem. 1.0 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 code-terminology-target-retrieve Code terminology target retrieve Retrieve filtered by a single Code. 1.0 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 searchpath-retrieve Searchpath retrieve Retrieve using a search path expression. 1.0 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 include-retrieve Include retrieve Retrieve that includes related records via references. 1.0 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 related-context-retrieve Related-context retrieve Retrieve scoped to a related context entity. 1.0 https://cql.hl7.org/05-languagesemantics.html#retrieve-paths
1 profile-based-retrieve Profile-based retrieve Retrieve constrained to a profile. 1.0 https://cql.hl7.org/42-conformancelevels.html#strict-conformance
1 tuple Tuple Structured type with named elements. 1.0 https://cql.hl7.org/63-expressionlanguagesemantics.html#structured-types
1 choice Choice Value that may be one of several specified types. 1.0 https://cql.hl7.org/63-expressionlanguagesemantics.html#choice-types
1 list<T> List<T> Ordered collection of elements of type T. 1.0 https://cql.hl7.org/63-expressionlanguagesemantics.html#collection-types
1 interval<T> Interval<T> Range of values of type T. 1.0 https://cql.hl7.org/09-b-cqlreference.html#interval-operators-3
1 interval<integer> Interval<Integer> Range of integers. 1.0 https://cql.hl7.org/09-b-cqlreference.html#interval-operators-3
1 interval<decimal> Interval<Decimal> Range of decimal numbers. 1.0 https://cql.hl7.org/09-b-cqlreference.html#interval-operators-3
1 interval<date> Interval<Date> Range of dates (no time). 1.0 https://cql.hl7.org/09-b-cqlreference.html#interval-operators-3
1 interval<time> Interval<Time> Range of times of day (no date). 1.0 https://cql.hl7.org/09-b-cqlreference.html#interval-operators-3
1 interval<datetime> Interval<DateTime> Range of full date/times. 1.0 https://cql.hl7.org/09-b-cqlreference.html#interval-operators-3