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 the OR 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
The following expression constraint is satisfied by clinical findings that are subtypes of either 19829001 | Disorder of lung (disorder)| OR 301867009 | Edema of trunk (disorder)| .
Related Links
Feedback