Search



Versions Compared

Key

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

...

Please note that this expression constraint is equivalent to an expression that looks the same but is written in SNOMED CT Compositional Grammar.

Descendant

...

of 
Anchor
descendantOf
descendantOf

A single 'less than' sign (i.e. "<") indicates that the expression constraint is satisfied by all descendants of the specified concept. The expression constraint below evaluates to the set of all subtypes (both direct children and transitive subtypes) of

Concept
t404684003 |Clinical finding|
, using the brief syntax.

...

Please note that the childOf function may only be executed against a finite and pre-classified substrate, and that the results of this function are specific to the substrate used. The childOf function may also be applied to nested expression constraints (as discussed in  6.7 Nested Expression Constraints).

Child or Self of

Two consecutive 'less than' signs directly followed by an exclamation mark (i.e. "<<!") indicates that the expression constraint is satisfied by the set of proximal children of the specified concept plus the specified concept itself. The children of a concept are those concepts that are the source of a non-redundant 

Concept
t116680003|is a|
 relationship whose target is the given concept. The expression constraint below, represented using the brief syntax, evaluates to the set of immediate children of the concept 
Concept
t404684003|Clinical finding|
, plus the concept
Concept
t404684003|Clinical finding|
 itself.

Scg expression
Borderridge
ShowFormatblock
	<<! 404684003|Clinical finding|

Using the long syntax, the above expression constraint may be represented as:

Scg expression
Borderridge
ShowFormatblock
	childOrSelfOf 404684003|Clinical finding|

Please note that the childOrSelfOf function may only be executed against a finite and pre-classified substrate, and that the results of this function are specific to the substrate used. The childOrSelfOf function may also be applied to nested expression constraints (as discussed in  6.7 Nested Expression Constraints).

Ancestor of

A single 'greater than' sign (i.e. ">") indicates that the expression constraint is satisfied by all ancestors of the specified concept. The expression constraint below, using the brief syntax, evaluates to the set of all supertypes (both direct parents and transitive supertypes) of

Concept
t40541001 |Acute pulmonary edema|
:

...

Please note that the parentOf function should only be executed against a finite and pre-classified substrate, and that the results of this function are specific to the substrate used. The parentOf function may also be applied to nested expression constraints (as discussed in  6.7 Nested Expression Constraints).

Parent or Self of

Two consecutive 'greater than' signs directly followed by an exclamation mark (i.e. ">>!") indicates that the expression constraint is satisfied by the set of proximal parents of the specified concept plus the specified concept itself. The parents of a concept are those concepts that are the target of a non-redundant 

Concept
ShowPartsterm
t116680003 |is a|
 relationship whose source is the given concept. The expression constraint below, represented using the brief syntax, evaluates to the set of immediate parents of the concept 
Concept
t40541001 |Acute pulmonary edema|
, plus the concept
Concept
t40541001 |Acute pulmonary edema|
 itself.

Scg expression
Borderridge
ShowFormatblock
	>>! 40541001 |Acute pulmonary edema|

Using the long syntax, the above expression constraint may be represented as:

Scg expression
Borderridge
ShowFormatblock
	parentOrSelfOf 40541001 |Acute pulmonary edema|

Please note that the parentOrSelfOf function should only be executed against a finite and pre-classified substrate, and that the results of this function are specific to the substrate used. The parentOrSelfOf function may also be applied to nested expression constraints (as discussed in  6.7 Nested Expression Constraints).

Member of

The memberOf function (by default) evaluates to the set of concepts that are referenced by the given reference set (i.e. the set of referencedComponentIds). Please note that this function may be applied only to reference sets whose referenced components are concepts. The SNOMED CT Expression Constraint Language does not support use of the memberOf function on reference sets whose referencedComponents are not concepts (i.e. descriptions or relationships).

...

Scg expression
Borderridge
ShowFormatblock
	^ 700043003 |Example problem list concepts reference set |

Using the long syntax the expression constraint is represented as:

Scg expression
Borderridge
ShowFormatblock
	memberOf 700043003 |Example problem list concepts reference set|

The expression constraints above both return the values in the referencedComponentId field of the given reference sets. However, it is also possible to specify one or more fields, whose values will be returned, by including the relevant field names is square brackets after the memberOf operator ("^" or "memberOf"). For example, the following expression constraint is equivalent to the brief syntax example above.

Scg expression
Borderridge
ShowFormatblock
	^ [referencedComponentId] 700043003 |Example problem list concepts reference set|

The value of other fields can also be returned by an expression constraint

Footnote Macro

NoteIf a reference set field is selected that does not exist in any of the identified reference sets, then the expression constraint should be considered erroneous. 

. For example, the following expression constraint will return the targetComponentId values (i.e. the 'Entire' anatomy concepts) from the 

Concept
t734138000 |Anatomy structure and entire association reference set|
.

Scg expression
Borderridge
ShowFormatblock
	^ [targetComponentId] 734138000 |Anatomy structure and entire association reference set|

It is also possible to return the values of more than one field in a reference set (e.g. a pair or tuple of values).

Footnote Macro

Note: Returning the values of more than one reference set field may only be done as the final operation of an expression constraint.


Footnote Macro

Note: Attempts to select more than one reference set field on an inner subquery should result in an execution error.


Footnote Macro

Note: In some implementation contexts, the memberOf function may be restricted to return only a single field.

For example, to return both the source and target of the 

Concept
t816210007 |SNOMED CT to MedDRA simple map reference set|
, the following expression constraint could be used:

Scg expression
Borderridge
ShowFormatblock
	^ [referencedComponentId, mapTarget] 816210007 |SNOMED CT to MedDRA simple map reference set|

To return all the non-metadata fields of a referenceSet (i.e. the values of the referencedComponentId and additional fields), a wildcard (i.e. "*" in the brief syntax, and "*" or "Any" in the long syntax) can be used. For example, the following expression constraint will return the referencedComponentId, mapGroup, mapPriority, mapRule, mapAdvice, mapTarget and correlationId for each row of the 

Concept
t447562003 |ICD-10 complex map reference set|
.

Scg expression
Borderridge
ShowFormatblock
	^ [*] 447562003 |ICD-10 complex map reference set|

For more information on the use of reference set field names in ECL, please refer to Appendix E - Reference Set Fields.

Please note that it is also possible to apply the memberOf function to an expression constraint that returns a set of concept-based reference set concepts. For more information, please refer to 6.7 Nested Expression Constraints.

And for information about applying filter constraints to reference set members, please refer to 6.10 Member Filters.

Any

A single 'star' (i.e. "*") may be used in the place of a concept reference to represent any concept in the substrate. The expression constraint below evaluates to the set of all concepts in the given substrate.

...

Scg expression
Borderridge
ShowFormatblock
	^ *

Alternate Identifier

If an alternate identifier exists for a concept, in an identifier scheme other than SNOMED CT, then this can be used to refer to that concept

Footnote Macro

Note: No alternate identifiers exist in the International Edition at this time.

 (see 4.2.4 Identifier File Specification). For example there may be SNOMED CT concept for "Type of hemoglobin in blood at point in time" with an alternate identifier with the scheme alias "LOINC" and the code "54486-6":

Scg expression
Borderridge
ShowFormatblock
	LOINC#54486-6





The alternate identifier code can be surrounded by quotes.



The alternate identifier code can be surrounded by quotes.

The alternate identifier code can be surrounded by double quotes. Quoting may be necessary to ensure correct parsing of the constraint depending on the characters used in the code:

Scg expression
Borderridge
ShowFormatblock
	LOINC#"54486-6"

Please note: ECL is always evaluated against SNOMED CT concepts. When you run a query using alternate identifiers from another code system only concepts that are in the SNOMED CT representation of that other code system will be returned. For example the descendants of a concept in the SNOMED CT version of a code system is likely to be different from the code system of the alternate identifier.


Display Footnotes Macro