Search



Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

filterConstraint = descriptionFilterConstraint / conceptFilterConstraint / memberFilterConstraint descriptionFilter = termFilter / languageFilter / typeFilter / dialectFilter / moduleFilter / effectiveTimeFilter / activeFilter

BS/LS: expressionConstraint = ws ( refinedExpressionConstraint / compoundExpressionConstraint / dottedExpressionConstraint / subExpressionConstraint ) ws


An expression constraint is either a refined expression constraint, a compound expression constraint, a dotted expression constraint, or a sub expression constraint.

BS/LS: refinedExpressionConstraint = subExpressionConstraint ws ":" ws eclRefinement


A refined expression constraint includes a subexpression constraint followed by a refinement.

BS/LS: compoundExpressionConstraint = conjunctionExpressionConstraint / disjunctionExpressionConstraint / exclusionExpressionConstraint


A compound expression constraint contains two or more expression constraints joined by either a conjunction, disjunction or exclusion. When potential ambiguity in binary operator precedence may occur, round brackets must be used to clearly disambiguate the order in which these operator are applied. Brackets are not required in expression constraints in which all binary operators are conjunctions, or all binary operators are disjunctions. Please note that unary operators (i.e. constraint operators and member of functions) are always applied before binary operators (i.e. conjunction, disjunction and exclusion).

BS/LS: conjunctionExpressionConstraint = subExpressionConstraint 1*(ws conjunction ws subExpressionConstraint)

A conjunction expression constraint combines two or more expression constraints with a conjunction ("and") operator. More than one conjunction may be used without brackets. However any compound expression constraint (using a different binary operator) that appears within a conjunction expression constraint must be enclosed by brackets.
BS/LS: disjunctionExpressionConstraint = subExpressionConstraint 1*(ws disjunction ws subExpressionConstraint)

A disjunction expression constraint combines two or more expression constraints with a disjunction ("or") operator. More than one disjunction may be used without brackets. However any compound expression constraint (using a different binary operator) that appears within a disjunction expression constraint must be enclosed by brackets.
BS/LS: exclusionExpressionConstraint = subExpressionConstraint ws exclusion ws subExpressionConstraint

An exclusion expression constraint combines two expression constrains with an exclusion ("minus") operator. A single exclusion operator may be used without brackets. However when the operands of the exclusion expression constraint are compound, these compound expression constraints must be enclosed by brackets.
BS/LS: dottedExpressionConstraint = subExpressionConstraint 1*(ws dottedExpressionAttribute)

A dotted expression constraint contains a sub expression constraint, followed by one or more dotted attributes. When a single dotted attribute is used, the result is the set of attribute values (for the given attribute name) of each concept that results from evaluating the subExpressionConstraint. When more than one dotted attribute is used, each dottedExpressionAttribute is sequentially evaluated (from left to right) against the given result set.

BS/LS: dottedExpressionAttribute = dot ws eclAttributeName

A dotted expression attribute consists of a 'dot', followed by an attribute name. Please note that the attribute name may be represented by any sub expression constraint.
BS/LS: subExpressionConstraint = [constraintOperator ws] ( ( [memberOf ws] (eclFocusConcept / "(" ws expressionConstraint ws ")") *(ws memberFilterConstraint)) / (eclFocusConcept / "(" ws expressionConstraint ws ")") ) *(ws (descriptionFilterConstraint / conceptFilterConstraint)) [ws historySupplement]

A sub expression constraint optionally begins with a constraint operator and/or a memberOf function. It then includes either a single focus concept or an expression constraint (enclosed in brackets). If the memberOf function is applied, a member filter constraint may be used. A sub expression constraint may then optionally include one or more concept or description filter constraints, followed optionally by a history supplement.

Notes: A memberOf function should be used only when the eclFocusConcept or expressionConstraint refers to a reference set concept, a set of reference set concepts, or a wild card. When both a constraintOperator and a memberOf function are used, they are applied from the inside to out (i.e. from right to left) - see 5.4 Order of Operation. Therefore, if a constraintOperator is followed by a memberOf function, then the memberOf function is processed prior to the constraintOperator.

BS/LS: eclFocusConcept = eclConceptReference / wildCard


A focus concept is a concept reference or a wild card.

BS/LS: dot = "."

A dot connects an expression constraint with an attribute whose values are included in the result.

BS: memberOf = "^" [ ws "[" ws (refsetFieldNameSet / wildCard) ws "]" ]

LS: memberOf = ( "^" / ("m"/"M") ("e"/"E") ("m"/"M") ("b"/"B") ("e"/"E") ("r"/"R") ("o"/"O") ("f"/"F") )  [ ws "[" ws (refsetFieldNameSet / wildCard) ws "]" ]


By default, the 'memberOf' function returns the set of referenced components in the set of reference sets which follows. In the brief syntax, the memberOf function is represented using the "^" symbol. In the long syntax, the text "memberOf " (case insensitive and followed by at least one white space) is also allowed. If a set of reference set fields is listed in square brackets after the memberOf function, then the values of these fields are returned.

BS/LS: refsetFieldNameSet = refsetFieldName *( ws "," ws refsetFieldName )

A refsetFieldNameSet is a set of one or more reference set fields, separated by a comma and optional whitespace.
BS/LS: refsetFieldName = 1*alpha

A refsetFieldName is the set of alphabetic characters used to name a reference set field.

BS/LS: eclConceptReference = conceptId [ws "|" ws term ws "|"]


A conceptReference is represented by a ConceptId, optionally followed by a 

Specref
RefTypefield
tterm
 enclosed by a pair of "|" characters. Whitespace before or after the ConceptId is ignored as is any whitespace between the initial "|" characters and the first non-whitespace character in the 
Specref
RefTypefield
tterm
 or between the last non-whitespace character and before second "|" character.

BS/LS: eclConceptReferenceSet = "(" ws eclConceptReference 1*(mws eclConceptReference) ws ")"

A concept reference set includes two or more concept references separated by mandatory white space and enclosed in brackets.

BS/LS: conceptId = sctId


The ConceptId must be a valid 

Gloss
PreSpacefalse
tSNOMED CT identifier
 for a 
Gloss
PreSpacefalse
tconcept
. The initial digit may not be zero. The smallest number of digits is six, and the maximum is 18.

BS/LS: term = 1*nonwsnonpipe *( 1*SP 1*nonwsnonpipe )


The 

Specref
RefTypefield
tterm
 must be the 
Specref
RefTypefield
tterm
 from a 
Gloss
PreSpacefalse
tSNOMED CT description
 that is associated with the 
Gloss
PreSpacefalse
tconcept
 identified by the preceding 
Gloss
PreSpacefalse
tconcept identifier
. For example, the 
Specref
RefTypefield
tterm
 could be the preferred 
Gloss
PreSpacefalse
tdescription
, or the preferred 
Gloss
PreSpacefalse
tdescription
 associated with a particular translation. The 
Specref
RefTypefield
tterm
 may include valid  UTF-8 characters except for the pipe "

BS: wildCard = "*"

LS: wildCard = "*" / ( ("a"/"A") ("n"/"N") ("y"/"Y"))


A wild card represents any concept in the given substrate. In the brief syntax, a wildcard is represented using the "*" symbol. In the long syntax, the text "ANY" (case insensitive) is also allowed.

BS/LS: constraintOperator = childOf / childOrSelfOf / descendantOrSelfOf / descendantOf / parentOf / parentOrSelfOf / ancestorOrSelfOf / ancestorOf


A constraint operator is either 'childOf', 'childOrSelfOf', 'descendantOrSelfOf', 'descendantOf', 'parentOf', 'parentOrSelfOf', 'ancestorOrSelfOf', or 'ancestorOf'.

BS: descendantOf = "<"

LS: descendantOf = "<" / ( ("d"/"D") ("e"/"E") ("s"/"S") ("c"/"C") ("e"/"E") ("n"/"N") ("d"/"D")("a"/"A") ("n"/"N") ("t"/"T") ("o"/"O")("f"/"F") mws )


The descendantOf operator returns the set of all subtypes of the given concept (or set of concepts). In the brief syntax, the descendantOf operator is represented using the symbol "<". In the long syntax, the text "descendantOf" (case insensitive and followed by at least one white space) is also allowed.

BS: descendantOrSelfOf = "<<"

LS: descendantOrSelfOf = "<<" / ( ("d"/"D") ("e"/"E") ("s"/"S") ("c"/"C") ("e"/"E") ("n"/"N") ("d"/"D") ("a"/"A") ("n"/"N") ("t"/"T") ("o"/"O")("r"/"R") ("s"/"S")("e"/"E") ("l"/"L") ("f"/"F") ("o"/"O")("f"/"F") mws )


The descendantOrSelfOf operator returns the set of all subtypes of the given concept (or set of concepts), plus the concept (or set of concepts) itself. In the brief syntax, the descendantOrSelfOf operator is represented using the symbols "<<". In the long syntax, the text "descendantOrSelfOf" (case insensitive and followed by at least one white space) is also allowed.

BS: childOf = "<!"

LS: childOf = "<!" / (("c"/"C") ("h"/"H") ("i"/"I") ("l"/"L") ("d"/"D") ("o"/"O") ("f"/"F") mws )


The childOf operator returns the set of all immediate children of the given concept (or set of concepts). In the brief syntax, the childOf operator is represented using the symbols "<!". In the long syntax, the text "childOf" (case insensitive and followed by at least one white space) is also allowed.

BS: childOrSelfOf = "<<!"

LS: childOrSelfOf = "<<!" / (("c"/"C") ("h"/"H") ("i"/"I") ("l"/"L") ("d"/"D") ("o"/"O")("r"/"R") ("s"/"S")("e"/"E") ("l"/"L") ("f"/"F") ("o"/"O") ("f"/"F") mws )


The childOrSelfOf operator returns the set of all immediate children of the given concept (or set of concepts), plus the concept (or set of concepts) itself. In the brief syntax, the childOrSelfOf operator is represented using the symbols "<<!". In the long syntax, the text "childOrSelfOf" (case insensitive and followed by at least one white space) is also allowed.

BS: ancestorOf = ">"

LS: ancestorOf = ">" / ( ("a"/"A") ("n"/"N") ("c"/"C") ("e"/"E") ("s"/"S") ("t"/"T") ("o"/"O") ("r"/"R") ("o"/"O")("f"/"F") mws )


The ancestorOf operator returns the set of all supertypes of the given concept (or set of concepts). In the brief syntax, the ancestorOf operator is represented using the symbol ">". In the long syntax, the text "ancestorOf " (case insensitive and followed by at least one white space) is also allowed.

BS: ancestorOrSelfOf = ">>"

LS: ancestorOrSelfOf = ">>" / ( ("a"/"A") ("n"/"N") ("c"/"C") ("e"/"E") ("s"/"S") ("t"/"T") ("o"/"O") ("r"/"R") ("o"/"O") ("r"/"R") ("s"/"S") ("e"/"E") ("l"/"L" ("f"/"F") ("o"/"O")("f"/"F") mws )


The ancestorOrSelfOf operator returns the set of all supertypes of the given concept (or set of concepts), plus the concept (or set of concepts) itself. In the brief syntax, the ancestorOrSelfOf operator is represented using the symbols ">>". In the long syntax, the text "ancestorOrSelfOf" (case insensitive and followed by at least one white space) is also allowed.

BS: parentOf = ">!"

LS: parentOf = ">!" / (("p"/"P") ("a"/"A") ("r"/"R") ("e"/"E") ("n"/"N") ("t"/"T") ("o"/"O") ("f"/"F") mws )


The parentOf operator returns the set of all immediate parents of the given concept (or set of concepts). In the brief syntax, the parentOf operator is represented using the symbols ">!". In the long syntax, the text "parentOf" (case insensitive and followed by at least one white space) is also allowed.

BS: parentOrSelfOf = ">>!"

LS: parentOrSelfOf = ">>!" / (("p"/"P") ("a"/"A") ("r"/"R") ("e"/"E") ("n"/"N") ("t"/"T") ("o"/"O") ("r"/"R") ("s"/"S") ("e"/"E") ("l"/"L" ("f"/"F") ("o"/"O") ("f"/"F") mws )


The parentOrSelfOf operator returns the set of all immediate parents of the given concept (or set of concepts), plus the concept (or set of concepts) itself. In the brief syntax, the parentOrSelfOf operator is represented using the symbols ">>!". In the long syntax, the text "parentOrSelfOf" (case insensitive and followed by at least one white space) is also allowed.

BS/LS: conjunction = (("a"/"A") ("n"/"N") ("d"/"D") mws) / ","


A conjunction is represented either by the word "and" (case insensitive and followed by at least one white space), or by a comma.

BS/LS: disjunction = ("o"/"O") ("r"/"R") mws


A disjunction is represented by the word "or" (case insensitive and followed by at least one white space).

BS/LS: exclusion = ("m"/"M") ("i"/"I") ("n"/"N") ("u"/"U") ("s"/"S") mws


The exclusion operator is represented by the word "minus" (case insensitive and followed by at least one white space).

BS/LS: eclRefinement = subRefinement ws [conjunctionRefinementSet / disjunctionRefinementSet]


A refinement contains all the grouped and ungrouped attributes that refine the set of clinical meanings satisfied by the expression constraint. Refinements may represent the conjunction or disjunction of two smaller refinements, and may optionally be placed in brackets. Where both conjunction and disjunction are used, brackets are mandatory to disambiguate the intended meaning.

BS/LS: conjunctionRefinementSet = 1*(ws conjunction ws subRefinement)


A conjunction refinement set consists of one or more conjunction operators, each followed by a subRefinement.

BS/LS: disjunctionRefinementSet = 1*(ws disjunction ws subRefinement)


A disjunction refinement set consists of one or more disjunction operators, each followed by a subRefinement.

BS/LS: subRefinement = eclAttributeSet / eclAttributeGroup / "(" ws eclRefinement ws ")"


A subRefinement is either an attribute set, an attribute group or a bracketed refinement.

BS/LS: eclAttributeSet = subAttributeSet ws [conjunctionAttributeSet / disjunctionAttributeSet]


An attribute set contains one or more 

Gloss
PreSpacefalse
tattribute name
-value pairs separated by a conjunction or disjunction operator. An attribute set may optionally be placed in brackets.

BS/LS: conjunctionAttributeSet = 1*(ws conjunction ws subAttributeSet)


A conjunction attribute set consists of one or more conjunction operators, each followed by a subAttributeSet.

BS/LS: disjunctionAttributeSet = 1*(ws disjunction ws subAttributeSet)


A disjunction attribute set consists of one or more disjunction operators, each followed by a subAttributeSet.

BS/LS: subAttributeSet = eclAttribute / "(" ws eclAttributeSet ws ")"


A subAttributeSet is either an attribute or a bracketed attribute set.

BS/LS: eclAttributeGroup = [ "[" cardinality "]" ws] "{" ws eclAttributeSet ws "}"


An 

Gloss
PreSpacefalse
tattribute group
 contains a collection of attributes that operate together as part of the 
Gloss
PreSpacefalse
trefinement
 of the containing 
Gloss
PreSpacefalse
texpression
constraint. An attribute group may optionally be preceded by a cardinality. An attribute group cardinality indicates the minimum and maximum number of attribute groups that must satisfy the given attributeSet constraint for the expression constraint to be satisfied.

BS/LS: eclAttribute = [ "[" cardinality "]" ws] [reverseFlag ws] eclAttributeName ws (expressionComparisonOperator ws subExpressionConstraint / numericComparisonOperator ws "#" numericValue / stringComparisonOperator ws (typedSearchTerm / typedSearchTermSet) / booleanComparisonOperator ws booleanValue)


An 

Gloss
PreSpacefalse
tattribute is a name
GlosTermattribute name
-value pair expressing a single 
Gloss
PreSpacefalse
trefinement
 of the containing 
Gloss
PreSpacefalse
texpression
constraint. Either the attribute value must satisfy (or not) the given expression constraint, the attribute value is compared with a given numeric value (integer or decimal) using a numeric comparison operator, the attribute value must match (or not match) the given typedSearchTerm or typedSearchTermSet, or the attribute value must be equal to (or not equal to) the given boolean value. The attribute may optionally be preceded by a cardinality constraint and/or a reverse flag.

BS/LS: cardinality = minValue to maxValue


The cardinality represents a constraint on the minimum and maximum number of times that the given attribute or attribute group may appear in a matching expression. The cardinality is enclosed in square brackets with the minimum cardinality appearing first, followed by a separator (two dots in the brief syntax), and then the maximum cardinality.

BS/LS: minValue = nonNegativeIntegerValue


A value that represents the minimum number of times that an attribute or attribute group may appear. The minimum cardinality must always be less than or equal to the maximum cardinality.

BS: to = ".."

LS: to = ".." / (mws ("t"/"T") ("o"/"O") mws)


In the brief syntax, the minimum and maximum cardinality are separated by two dots (i.e. ".."). In the long syntax, the text "to" (case insensitive with at least one white space before and after) is also allowed between the two cardinalities.

BS/LS: maxValue = nonNegativeIntegerValue / many


A value that represents the maximum number of times that an attribute or attribute group may appear. A maximum cardinality of 'many' indicates that there is no limit on the number of times the attribute may appear.

BS: many = "*"

LS: many = "*" / ( ("m"/"M") ("a"/"A") ("n"/"N") ("y"/"Y"))


In the brief syntax, a cardinality of 'many' is represented using the symbol "*". In the long syntax, the text "many" (case insensitive, with no trailing space) is also allowed.

BS: reverseFlag = "R"

LS: reverseFlag = (("r"/"R") ("e"/"E") ("v"/"V") ("e"/"E") ("r"/"R") ("s"/"S") ("e"/"E") ("o"/"O") ("f"/"F")) / "R"


When a reverse flag is used on an attribute, the matching relationships are traversed in the reverse of the normal direction. This means that the target concept of each relationship must match the focus concept to which the attribute is applied, while the source concept of the relationship must match the attribute value. In the brief syntax, the reverse flag is represented using the character "R" (in uppercase). In the long syntax, the text "reverseOf " (case insensitive) is also allowed.

BS/LS: eclAttributeName = subExpressionConstraint


The attribute name is the name of an attribute (or relationship type) to which a value is applied to refine the meaning of a containing expression constraint. The attribute name is represented using a subExpressionConstraint, as defined above.

BS: expressionComparisonOperator = "=" / "!="

LS: expressionComparisonOperator = "=" / "!=" / ("n"/"N") ("o"/"O") ("t"/"T") ws "=" / "<>"


Attributes whose value is a concept may be compared to an expression constraint using either equals ("=") or not equals ("!="). In the long syntax "<>" and "not =" (case insensitive) are also valid ways to represent not equals.

BS: numericComparisonOperator = "=" / "!=" / "<=" / "<" / ">=" / ">"

LS: numericComparisonOperator = "=" / "!=" / ("n"/"N") ("o"/"O") ("t"/"T") ws "=" / "<>" / "<=" / "<" / ">=" / ">"


Attributes whose value is numeric (i.e. integer or decimal) may be compared to a specific concrete value using a variety of comparison operators, including equals ("="), less than ("<"), less than or equals ("<="), greater than (">"), greater than or equals (">=") and not equals ("!="). In the long syntax "<>" and "not =" (case insensitive) are also valid ways to represent not equals.

BS: timeComparisonOperator = "=" / "!=" / "<=" / "<" / ">=" / ">"

LS: timeComparisonOperator = "=" / "!=" / ("n"/"N") ("o"/"O") ("t"/"T") ws "=" / "<>" / "<=" / "<" / ">=" / ">"


Date and time values may be compared using a variety of comparison operators, , including equals ("="), less than ("<"), less than or equals ("<="), greater than (">"), greater than or equals (">=") and not equals ("!="). In the long syntax "<>" and "not =" (case insensitive) are also valid ways to represent not equals.

BS: stringComparisonOperator = "=" / "!="

LS: stringComparisonOperator = "=" / "!=" / ("n"/"N") ("o"/"O") ("t"/"T") ws "=" / "<>"


Attributes whose value is a string may be compared to an expression constraint using either equals ("=") or not equals ("!="). In the long syntax "<>" and "not =" (case insensitive) are also valid ways to represent not equals.

BS: booleanComparisonOperator = "=" / "!="

LS: booleanComparisonOperator = "=" / "!=" / ("n"/"N") ("o"/"O") ("t"/"T") ws "=" / "<>"


Attributes whose value is a boolean may be compared to an expression constraint using either equals ("=") or not equals ("!="). In the long syntax "<>" and "not =" (case insensitive) are also valid ways to represent not equals.

BS: idComparisonOperator = "=" / "!="

LS:

A filterConstraint is either a description filter constraint, a concept filter constraint, or a member filter constraint.
BS/LS: descriptionFilterConstraint = "{{" ws ["d", / "D"] ws descriptionFilter *(ws "," ws descriptionFilter) ws "}}"

idComparisonOperator = "=" / "!=" / ("n"/"N") ("o"/"O") ("t"/"T") ws "=" / "<>"


Filter criteria whose value is a SCTID may be compared to a SNOMED CT identifier using either equals ("=") or not equals ("!="). In the long syntax "<>" and "not =" (case insensitive) are also valid ways to represent not equals.
BS/LS: descriptionFilterConstraint = "{{" ws ["d", / "D"] ws descriptionFilter *(ws "," ws descriptionFilter) ws "}}"

A descriptionFilterConstraint is a constraint used to filter the concepts in the result set, A descriptionFilterConstraint is a constraint used to filter the concepts in the result set, according to whether or not the given conditions match at least one of the concept's descriptions. A description filter constraint is always enclosed in double curly braces. Within these braces, it should (preferably) start with the letter 'D' followed by one or more description filtersone or more description filters.
BS/LS: descriptionFilter = termFilter / languageFilter / typeFilter / dialectFilter / moduleFilter / effectiveTimeFilter / activeFilter / descriptionIdFilter

A description filter is either a term filter, a language filter, a type filter, a dialect filter, a module filter, an effective time filter, an active filter or a description id filter.
BS/LS: descriptionIdFilter = descriptionIdKeyword ws idComparisonOperator ws (descriptionId / descriptionIdSet)

A descriptionIdFilter starts with the 'id' keyword, followed by an id comparison operator and either a single description id or a set of description ids.
BS/LS: descriptionIdKeyword = ("i"/"I") ("d"/"D")

The description id keyword uses the text "id" (case insensitive)
BS/LS: descriptionId = sctId

The descriptionId must be a valid 

Gloss
PreSpacefalse
tSNOMED CT identifier
 for a 
Gloss
PreSpacefalse
tdescription
. The initial digit may not be zero. The smallest number of digits is six, and the maximum is 18.

BS/LS: descriptionIdSet = "(" ws descriptionId *(mws descriptionId) ws ")"

A description id set consists of one or more description ids separated by mandatory white space and enclosed in bracketsA description filter is either a term filter, a language filter, a type filter, a dialect filter, a module filter, an effective time filter, or an active filter.
BS/LS: termFilter = termKeyword ws stringComparisonOperator ws (typedSearchTerm / typedSearchTermSet)

A termFilter starts with the 'term' keyword, followed by a string comparison operator and either a typed search term or a typed search term set (with optional white space between). For example: term = "respiratory".
BS/LS: termKeyword = ("t"/"T") ("e"/"E") ("r"/"R") ("m"/"M")

The ' term ' keyword uses the text "TERMterm" (case insensitive).
BS/LS: typedSearchTerm = (   [ match matchKeyword ws ":" ws ] matchSearchTermSet ) / ( wild ws ":" ws wildSearchTermSet )

A typed search term is either a match search term set or a wild search term set. A match search term set is optionally preceded by the text "match" and a colon. A wild search term set must be preceded by the text "wild" and a colon.
BS/LS: typedSearchTermSet = "(" ws typedSearchTerm *(mws typedSearchTerm) ws ")"

A typed search term set consists of one or more typed search terms separated by mandatory white space and enclosed in brackets.
BS/LS: wild = ("w"/"W") ("i"/"I") ("l"/"L") ("d"/"D")

A ' wildcard ' search type is indicated by the word "wild" (case insensitive).
BS/LS: match matchKeyword = ("m"/"M") ("a"/"A") ("t"/"T") ("c"/"C") ("h"/"H")

A ' word prefix any order ' search is indicated by the word "match" (case insensitive).
BS/LS: matchSearchTerm 1*(nonwsNonEscapedChar / escapedChar)

A term used in a match search includes one or more of any non-whitespace printable character (other than double quotes or backslash) or an escaped character.
BS/LS: matchSearchTermSet QM ws matchSearchTerm *(mws matchSearchTerm) ws QM

A term set in a match search includes one or more terms separated by mandatory whitespace and enclosed in quotation marks.
BS/LS: wildSearchTerm = 1*(anyNonEscapedChar / escapedWildChar)

A term used in a wildcard search includes one or more printable characters (other than double quotes or backslash) or an escaped character.
BS/LS: wildSearchTermSet = QM wildSearchTerm QM

A term set in a wildcard search includes a wildcard search term (optionally including whitespace) enclosed in quotation marks.
BS/LS: languageFilter = language ws booleanComparisonOperator ws (languageCode / languageCodeSet)

A language filter specifies the languages that a matching description may use. A language filter starts with the 'language' keyword, followed by a boolean comparison operator and either a single language code or a set of language codes.
BS/LS: language = ("l"/"L") ("a"/"A") ("n"/"N") ("g"/"G") ("u"/"U") ("a"/"A") ("g"/"G") ("e"/"E")

The 'language' keyword uses the text "LANGUAGE" (case insensitive).
BS/LS: languageCode = 2alpha

A language code is a 2 character alphanumeric string.
BS/LS: languageCodeSet = "(" ws languageCode *(mws languageCode) ws ")"

A language code set is one or more language codes, separated by mandatory whitespace, and enclosed in brackets.
BS/LS: typeFilter = typeIdFilter / typeTokenFilter

A type filter specifies the description types that a matching description may have. A type filter is either a typeId filter or a typeToken filter.
BS/LS: typeIdFilter = typeId ws booleanComparisonOperator ws (subExpressionConstraint / eclConceptReferenceSet)

A typeId filter starts with the 'typeId' keyword, followed by a boolean comparison operator, and either a subExpressionConstraint or a set of concept references.
BS/LS: typeId = ("t"/"T") ("y"/"Y") ("p"/"P") ("e"/"E") ("i"/"I") ("d"/"D")

The 'typeId' keyword uses the text "TYPEID" (case insensitive).
BS/LS: typeTokenFilter = type ws booleanComparisonOperator ws (typeToken / typeTokenSet)

A typeToken filter starts with the 'type' keyword, followed by a boolean comparison operator, and either a single type token or a set of type tokens.
BS/LS: type ("t"/"T") ("y"/"Y") ("p"/"P") ("e"/"E")

The 'type' keyword uses the text "TYPE" (case insensitive).
BS/LS: typeToken = synonym / fullySpecifiedName / definition

A type token is either a 'synonym' token, a 'fully specified name' token or a 'definition' token.
BS/LS: typeTokenSet = "(" ws typeToken *(mws typeToken) ws ")"

A type token set is one or more type tokens, separated by mandatory whitespace and enclosed in brackets.

BS: synonym = ("s"/"S") ("y"/"Y") ("n"/"N")

LS: synonym = ("s"/"S") ("y"/"Y") ("n"/"N") [ ("o"/"O") ("n"/"N") ("y"/"Y") ("m"/"M") ]


A 'synonym' token uses the text "SYN" (case insensitive). In the long syntax, the text "Synonym" (case insensitive) may be used instead.

BS: fullySpecifiedName = ("f"/"F") ("s"/"S") ("n"/"N")

LS: fullySpecifiedName = ( ("f"/"F") ("s"/"S") ("n"/"N") ) / ( ("f"/"F") ("u"/"U") ("l"/"L") ("l"/"L") ("y"/"Y") ("s"/"S") ("p"/"P") ("e"/"E") ("c"/"C") ("i"/"I") ("f"/"F") ("i"/"I") ("e"/"E") ("d"/"D") ("n"/"N") ("a"/"A") ("m"/"M") ("e"/"E")  )


A 'fully specified name' token uses the text "FSN" (case insensitive). In the long syntax, the text "FullySpecifiedName" (case insensitive) may be used instead.

BS: definition = ("d"/"D") ("e"/"E") ("f"/"F")

LS: definition = ("d"/"D") ("e"/"E") ("f"/"F") [ ("i"/"I") ("n"/"N") ("i"/"I") ("t"/"T") ("i"/"I") ("o"/"O") ("n"/"N")  ]


A 'definition' token uses the text "DEF" (case insensitive). In the long syntax, the text "Definition" (case insensitive) may be used instead.
BS/LS: dialectFilter = (dialectIdFilter / dialectAliasFilter) [ ws acceptabilitySet ]

A dialect filter specifies the language reference sets to which a matching description must belong. A dialect filter consists of either a dialectId filter or a dialectAlias filter, optionally followed by a set of acceptability values.
BS/LS: dialectIdFilter = dialectId ws booleanComparisonOperator ws (subExpressionConstraint / dialectIdSet)

A dialectId filter starts with the 'dialectId' keyword, followed by a boolean comparison operator, and either a subExpressionConstraint or a set of dialectIds.
BS/LS: dialectId = ("d"/"D") ("i"/"I") ("a"/"A") ("l"/"L") ("e"/"E") ("c"/"C") ("t"/"T") ("i"/"I") ("d"/"D")

A 'dialectId' keyword uses the text "DIALECTID" (case insensitive).
BS/LS: dialectAliasFilter = dialect ws booleanComparisonOperator ws (dialectAlias / dialectAliasSet)

A dialectAlias filter starts with the 'dialect' keyword, followed by a boolean comparison operator, and either a single dialect alias or a set of dialect aliases.
BS/LS: dialect ("d"/"D") ("i"/"I") ("a"/"A") ("l"/"L") ("e"/"E") ("c"/"C") ("t"/"T")

A 'dialect' keyword uses the text "DIALECT" (case insensitive).
BS/LS: dialectAlias = alpha *( dash / alpha / integerValue)

A dialect alias consists of a single alphanumeric character followed by zero or more alphanumeric characters, integer values or dashes.
BS/LS: dialectAliasSet = "(" ws dialectAlias [ws acceptabilitySet] *(mws dialectAlias [ws acceptabilitySet]) ws ")"

A dialect alias set is one or more dialect aliases followed by an optional acceptability set, separated by mandatory white space, and enclosed in brackets.
BS/LS: dialectIdSet= "(" ws eclConceptReference [ws acceptabilitySet] *(mws eclConceptReference [ws acceptabilitySet] ) ws ")"

A dialect id set is one or more concept references followed by an optional acceptability set, separated by mandatory white space, and enclosed in brackets.
BS/LS: acceptabilitySet = acceptabilityConceptReferenceSet / acceptabilityTokenSet

An acceptability set specifies the acceptabilities that a matching description must have in the language reference set specified by the preceding dialect filter. An acceptability set is either a set of one or more concept references or an acceptabilityToken set.
BS/LS: acceptabilityConceptReferenceSet = "(" ws eclConceptReference *(mws eclConceptReference) ws ")"

An acceptability concept reference set is a set of one or more references to concepts that are a < 900000000000511003 |Acceptability|.
BS/LS: acceptabilityTokenSet = "(" ws acceptabilityToken *(mws acceptabilityToken) ws ")"

An acceptability token set is one or more acceptability tokens, separated by mandatory whitespace, and enclosed in brackets.
BS/LS: acceptabilityToken = acceptable / preferred

An acceptability token is either an acceptable token and a preferred token.

BS: acceptable ("a"/"A") ("c"/"C") ("c"/"C") ("e"/"E") ("p"/"P") ("t"/"T")

LS: acceptable ("a"/"A") ("c"/"C") ("c"/"C") ("e"/"E") ("p"/"P") ("t"/"T") [ ("a"/"A") ("b"/"B") ("l"/"L") ("e"/"E")  ]


An acceptable token uses the text "ACCEPT" (case insensitive). In the long syntax, the text "Acceptable" (case insensitive) may be used instead.

BS: preferred = ("p"/"P") ("r"/"R") ("e"/"E") ("f"/"F") ("e"/"E") ("r"/"R")

LS: preferred = ("p"/"P") ("r"/"R") ("e"/"E") ("f"/"F") ("e"/"E") ("r"/"R") [ ("r"/"R") ("e"/"E") ("d"/"D")  ]


A preferred token uses the text "PREFER" (case insensitive). In the long syntax, the text "Preferred" (case insensitive) may be used instead.
BS/LS: conceptFilterConstraint = "{{" ws ("c" / "C") ws conceptFilter *(ws "," ws conceptFilter) ws "}}"

A concept filter constraint is a constraint used to filter the concepts in the result set, according to whether or not the concept matches the given conditions. A concept filter constraint is always enclosed in double curly braces. Within these braces, it starts with the letter 'C' followed by one or more constraint filters.
BS/LS: conceptFilter = definitionStatusFilter / moduleFilter / effectiveTimeFilter / activeFilter

A concept filter is either a definition status filter, a module filter, an effective time filter or an active filter.
BS/LS: definitionStatusFilter = definitionStatusIdFilter / definitionStatusTokenFilter

A definition status filter is constraint that either filters the results of a query, based on each concept's definition status identifier or a token.
BS/LS: definitionStatusIdFilter = definitionStatusIdKeyword ws booleanComparisonOperator ws (subExpressionConstraint / eclConceptReferenceset)

A definition status filter is a constraint that filters the results of a query, based on whether or not each concept's definition status matches a given identifier. The filter starts with the keyword "definitionStatusId", followed by a boolean comparison operator and either a subexpression constraint or a set of concept references that are a subtype of 

Concept
t900000000000444006 |Definition status|
.

BS/LS: definitionStatusIdKeyword = ("d"/"D") ("e"/"E") ("f"/"F") ("i"/"I")  ("n"/"N")  ("i"/"I")  ("t"/"T")  ("i"/"I")  ("o"/"O")  ("n"/"N")  ("s"/"S")  ("t"/"T")  ("a"/"A")  ("t"/"T")  ("u"/"U")  ("s"/"S")  ("i"/"I")  ("d"/"D")

The definition status id keyword is the text "definitionStatusId" (in any combination of upper or lower case).
BS/LS: definitionStatusTokenFilter = definitionStatusKeyword ws booleanComparisonOperator ws (definitionStatusToken / definitionStatusTokenSet)

A definition status filter is a constraint that filters the results of a query, based on whether or not each concept's definition status matches a given token.
BS/LS: definitionStatusKeyword = ("d"/"D") ("e"/"E") ("f"/"F") ("i"/"I")  ("n"/"N")  ("i"/"I")  ("t"/"T")  ("i"/"I")  ("o"/"O")  ("n"/"N")  ("s"/"S")  ("t"/"T")  ("a"/"A")  ("t"/"T")  ("u"/"U")  ("s"/"S")

The definition status keyword is the text "definitionStatus" (in any combination of upper or lower case).
BS/LS: definitionStatusToken = primitiveToken / definedToken

A definition status token is either a primitive token or a defined token.
BS/LS: definitionStatusTokenSet = "(" ws definitionStatusToken *(mws definitionStatusToken) ws ")"

A definition status token set consists of one or more definition status tokens separated by mandatory white space and enclosed in brackets.
BS/LS: primitiveToken = ("p"/"P") ("r"/"R") ("i"/"I") ("m"/"M") ("i"/"I") ("t"/"T") ("i"/"I") ("v"/"V") ("e"/"E")

A primitive token represents the definition status 

Concept
t900000000000074008 |Primitive|
 using the text "primitive" (in any combination of upper and lower case characters).

BS/LS: definedToken = ("d"/"D") ("e"/"E") ("f"/"F") ("i"/"I") ("n"/"N") ("e"/"E") ("d"/"D")

A defined token represents the definition status 

Concept
t900000000000073002 |Defined|
using the text "defined" (in any combination of upper and lower case characters).

BS/LS: moduleFilter =moduleIdKeyword ws booleanComparisonOperator ws (subExpressionConstraint / eclConceptReferenceSet)

A module filter is a constraint that filters the results of a query based on the module to which each concept belongs. The filter starts with the keyword "moduleId", followed by a boolean comparison operator and either a subexpression constraint or a set of concept references that are a subtype of 

Concept
t900000000000443000 |Module|
.

BS/LS: moduleIdKeyword = ("m"/"M") ("o"/"O") ("d"/"D") ("u"/"U") ("l"/"L") ("e"/"E") ("i"/"I") ("d"/"D") 

The module id keyword is the text "moduleId" (in any combination of upper or lower case).
BS/LS: effectiveTimeFilter = effectiveTimeKeyword ws timeComparisonOperator ws ( timeValue / timeValeSet )

An effective time filter is a constraint that filters the results of a query based on the effective time assigned to each concept.
BS/LS: effectiveTimeKeyword = ("e"/"E") ("f"/"F") ("f"/"F") ("e"/"E") ("c"/"C") ("t"/"T") ("i"/"I") ("v"/"V") ("e"/"E") ("t"/"T") ("i"/"I") ("m"/"M") ("e"/"E") 

The effective time keyword is the text "effectiveTime" (in any combination of upper or lower case).
BS/LS: timeValue = QM [ year month day ] QM

A time value is a 8 digit string that represents the year, month and day of a specific date.
BS/LS: timeValueSet = "(" ws timeValue *(mws timeValue) ws ")"

A time value set consists of one or more time values separated by mandatory white space and enclosed in brackets.
BS/LS: year = digitNonZero digit digit digit 

A year is a 4 digit string starting with a non-zero digit.
BS/LS: month =  "01" / "02" / "03" / "04" / "05" / "06" / "07" / "08" / "09" / "10" / "11" / "12"

A month is a 2 digit string from "01" to "12" that represents a specific month of the year (e.g. "01" represents January)
BS/LS: day = "01" / "02" / "03" / "04" / "05" / "06" / "07" / "08" / "09" / "10" / "11" / "12" / "13" / "14" / "15" / "16" / "17" / "18" / "19" / "20" / "21" / "22" / "23" / "24" / "25" / "26" / "27" / "28" / "29" / "30" / "31"

A day is a 2 digit string from "01" to "31" that represents a specific day within a month of a year.
BS/LS: activeFilter = activeKeyword ws booleanComparisonOperator ws activeValue

An active filter is a constraint that filters the results of a query based on the active status of each concept
BS/LS: activeKeyword = ("a"/"A") ("c"/"C") ("t"/"T") ("i"/"I") ("v"/"V") ("e"/"E") 

The active keyword is the text "active" (in any combination of upper or lower case).
BS/LS: activeValue = activeTrueValue / activeFalseValue

An active value represents the active status of a concept, and is either true (i.e. the concept is active) or false (i.e. the concept is inactive).
BS/LS: activeTrueValue = "1" / "true"

An active true value is a value that represents an active concept. This value is either "1" or "true".
BS/LS: activeFalseValue = "0" / "false"

An active false value is a value that represents an inactive concept. This value is either "0" or "false".
BS/LS: memberFilterConstraint = "{{" ws ("m" / "M") ws memberFilter *(ws "," ws memberFilter) ws "}}"

A member filter constraint is a constraint used to filter the rows in one or more result sets, according to values of particular fields. A member filter constraint is always surrounded by double curly braces. Within these braces, it starts with the letter 'M' followed by one or more member filters.
BS/LS: memberFilter =  memberFieldFilter / moduleFilter / effectiveTimeFilter / activeFilter / memberFieldFilter

A member filter is either a member field filter, a module filter, an effective time filter, or an active filter, or a member field filter.
BS/LS: memberFieldFilter = refsetFieldName ws (expressionComparisonOperator ws subExpressionConstraint / numericComparisonOperator ws "#" numericValue / stringComparisonOperator ws (typedSearchTerm / typedSearchTermSet) / booleanComparisonOperator ws booleanValue / ws timeComparisonOperator ws (timeValue / timeValueSet) )

A member field filter always has three parts - (1) the reference set field name, (2) a comparison operator, and (3) the criteria on which to match the field's value. If the refset field is of type SNOMED CT concept, then an expression comparison operator is used, followed by a subexpression constraint. If the refset field is a numeric type, then a numeric comparison operator is used, followed by a hash symbol ("#") and a numeric value. If the refset field is of type string, then a string comparison operator is used, followed by a typed search term or a typed search term set. If the refset field is of type boolean, then a boolean comparison operator is used, followed by a boolean value. And if the refset field is of type dateTime, then a time comparison operator is used, followed by a time value or time value set.
BS/LS: historySupplement = "{{" ws "+" ws historyKeyword [ historyProfileSuffix / ws historySubset ] ws "}}"

A history supplement augments the results of the expression constraint with relevant inactive concepts. A history supplement is always surrounded by double curly braces. Within these braces, it starts with a plus symbol (i.e. "+"), followed by the history keyword. The history keyword is optionally followed by either a profile suffix, or a history subset.
BS/LS: historyKeyword = ("h"/"H") ("i"/"I") ("s"/"S") ("t"/"T")  ("o"/"O")  ("r"/"R")  ("y"/"Y")

The history keyword is the word "HISTORY" (case insensitive).
BS/LS: historyProfileSuffix = historyMinimumSuffix / historyModerateSuffix / historyMaximumSuffix

A history profile suffix is either the suffix for history minimum, history moderate or history maximum.
BS/LS: historyMinimumSuffix = ("-"/"_")("m"/"M") ("i"/"I") ("n"/"N")

The history minimum suffix is "-MIN" (case insensitive). The suffix may start with either a hyphen (i.e. "-") or an underscore (i.e. "_").
BS/LS: historyModerateSuffix = ("-"/"_") ("m"/"M") ("o"/"O") ("d"/"D")

The history moderate suffix is "-MOD" (case insensitive). The suffix may start with either a hyphen (i.e. "-") or an underscore (i.e. "_").
BS/LS: historyMaximumSuffix = ("-"/"_") ("m"/"M") ("a"/"A") ("x"/"X")

The history maximum suffix is "-MAX" (case insensitive). The suffix may start with either a hyphen (i.e. "-") or an underscore (i.e. "_").
BS/LS: historySubset = "(" ws expressionConstraint ws ")"

A history subset is an expression constraint that defines a set of historical association reference sets, surrounded by round brackets. Only descendants of 

Concept
t900000000000522004 |Historical association reference set|
 may be included in a history subset.

BS/LS: numericValue = ["-"/"+"] (decimalValue / integerValue)


A numeric value is either an integer or a decimal. Positive numbers optionally start with a plus sign ("+"), while negative integers begin with a minus sign ("-").

BS/LS: stringValue = 1*(anyNonEscapedChar / escapedChar)


A string value includes one or more of any printable ASCII characters enclosed in quotation marks. Quotes and backslash characters within the string must be preceded by the escape character ("\").

BS/LS: integerValue = digitNonZero *digit / zero


An integer value is either starts with a non-zero digit followed by zero to many additional digits, or is the integer zero itself. 

BS/LS: decimalValue = integerValue "." 1*digit


A decimal value starts with an integer. This is followed by a decimal point and one to many digits.

BS/LS: booleanValue = true / false

A boolean value is either true or false.
BS/LS: true = ("t"/"T") ("r"/"R") ("u"/"U") ("e"/"E")

A boolean value of true is represented by the word "true" (case insensitive).

BS/LS: false = ("f"/"F") ("a"/"A") ("l"/"L") ("s"/"S") ("e"/"E")

A boolean value of false is represented by the word "false" (case insensitive).

BS/LS: nonNegativeIntegerValue = (digitNonZero *digit ) / zero


A non-negative integer value (i.e. positive integers or zero), without a preceding plus sign ("+").

BS/LS: sctId = digitNonZero 5*17( digit )


A SNOMED CT id is used to represent an attribute id or a 

Gloss
PreSpacefalse
tconcept
 id. The initial digit may not be zero. The smallest number of digits is six, and the maximum is 18.

BS/LS: ws = *( SP / HTAB / CR / LF / comment ) 


Optional whitespace characters (space, tab, carriage return, linefeed or a comment) are ignored everywhere in the 

Gloss
PreSpacefalse
texpression
 except:

  1. Whitespace within a conceptId is an error.
    Note: Whitespace before or after the last digit of a valid 

    Gloss
    PreSpacefalse
    tIdentifier
     is ignored.

  2. Non-consecutive spaces within a term are treated as a significant character of the term.
    Note: Whitespace before the first or after the last non-whitespace character of a 
    Specref
    RefTypefield
    tterm
     is ignored
  3. Whitespace within the quotation marks of a concrete value is treated as a significant character.

BS/LS: mws = 1*( SP / HTAB / CR / LF / comment )


Mandatory whitespace (i.e. space, tab, carriage return, linefeed or a comment) is required after certain keywords, including "And" and "Or".

BS/LS: comment = "/*" *(nonStarChar / starWithNonLSlash) "*/"


A comment, which provides additional human-readable details about the expression constraint. Comments begin with a forward slash directly followed by a star (i.e. "/*") and end with a star directly followed by a forward slash (i.e. "*/").

BS/LS: nonStarChar = SP / HTAB / CR / LF / %x21-29 / %x2B-7E /UTF8-2 / UTF8-3 / UTF8-4


A character that is not a star (i.e. not %x2A).

BS/LS: starWithNonLSlash = %x2A nonLSlash


A star (i.e. "*") followed by a character that is not a forward slash (i.e. not "/").

BS/LS: nonLSlash = SP / HTAB / CR / LF / %x21-2E / %x30-7E /UTF8-2 / UTF8-3 / UTF8-4


A character that is not a forward slash (i.e. not "/").

BS/LS: SP = %x20


Space character.

BS/LS: HTAB = %x09


Tab character.

BS/LS: CR = %x0D


Carriage return character.

BS/LS: LF = %x0A


Line feed character.

BS/LS: QM = %x22


Quotation mark character.

BS/LS: BS = %x5C ; back slash

BS represents the backslash character "\".
BS/LS: star = %x2A  ; asterisk

Star represents an asterisk "*".

BS/LS: digit = %x30-39


Any digit 0 through 9.

BS/LS: zero = %x30


The digit 0.

BS/LS: digitNonZero = %x31-39


Digits 1 through 9, but excluding 0.

The first character of a 

Gloss
PreSpacefalse
tconcept identifier
 is constrained to a digit other than zero.

BS/LS: nonwsnonpipe= %x21-7B / %x7D-7E / UTF8-2 / UTF8-3 / UTF8-4


Non whitespace (and non pipe) includes printable ASCII characters (these are also valid UTF8 characters encoded as one octet) and also includes all UTF8 characters encoded as 2- 3- or 4-octet sequences. It excludes space (which is %x20) and the pipe character "

BS/LS: anyNonEscapedChar = SP / HTAB / CR / LF / %x20-21 / %x23-5B / %x5D-7E / UTF8-2 / UTF8-3 / UTF8-4


anyNonEscapedChar includes any printable ASCII characters which do not need to be preceded by an escape character (i.e. "\"). This includes valid UTF8 characters encoded as one octet and all UTF8 characters encoded as 2, 3 or 4 octet sequences. It does, however, exclude the quotation mark (") and the backslash (). See RFC 3629 (  UTF-8, a 

Gloss
PreSpacefalse
ttransformation
 format of 
Gloss
PreSpacefalse
tISO
 10646 authored by the Network Working Group).

BS/LS: escapedChar = BS QM / BS BS


The double quotation mark and the back slash character must both be escaped within a string-based concrete value by preceding them with a back slash.

BS/LS: escapedWildChar = BS QM / BS BS / BS star

An escapedWildChar is one of the characters that must be escaped in a wildcard search term (i.e. " or \ or *), preceded by a backslash (i.e. \). The character sequence is therefore either \" or \\ or \*.
BS/LS: nonwsNonEscapedChar = %x21 / %x23-5B / %x5D-7E / UTF8-2 / UTF8-3 / UTF8-4

A nonwsNonEscapedChar is any printable ASCII, UTF8-2, UTF8-3 or UTF8-4 character, excluding double quotes ("), backslash (\), and space ( ).
BS/LS: alpha = %x41-5A / %x61-7A

An alpha is any uppercase or lowercase character from "A" to "Z" (and "a" to "z") inclusive.
BS/LS: dash = %x2D

A dash is a hyphen (i.e. "-").

BS/LS: UTF8-2 = %xC2-DF UTF8-tail


UTF8 characters encoded as 2-octet sequences.

BS/LS: UTF8-3 = %xE0 %xA0-BF UTF8-tail / %xE1-EC 2( UTF8-tail ) / %xED %x80-9F UTF8-tail / %xEE-EF 2( UTF8-tail )


UTF8 characters encoded as 3-octet sequences.

BS/LS: UTF8-4 = %xF0 %x90-BF 2( UTF8-tail ) / %xF1-F3 3( UTF8-tail ) / %xF4 %x80-8F 2( UTF8-tail )


UTF8 characters encoded as 4-octet sequences.

BS/LS: UTF8-tail = %x80-BF


UTF8 characters encoded as 8-octet sequences.

...