For the complete documentation index, see llms.txt. This page is also available as Markdown.

disjunction

disjunction

An operator used to assert that at least one of two (or more) parts of a concept definition or expression constraint must be true.

Notes

  • Disjunction can be represented by theOR operator. A disjunction of A with B , means that either A OR B must be true.

  • Disjunction gives the same result as an UNION between the set of concepts or expressions for which A is true and the set of concepts or expressions for which B is true.

Example

< 19829001 |Disorder of lung| OR < 301867009 |Edema of trunk|

Provide Feedback

Last updated