Combining Value Sets

The following methods are available to combine two Value Sets named A and B:

Method

Math Formula

Description

Union

A U B

The resultant set contains all the elements in either A or B or both

Intersection

A Ո B

The resultant set contains the elements present in both A and B

Complement

A-B - A\B

The resultant set contains everything in A but not present in B

Complement

B-A - B\A

The resultant set contains everything in B but not present in A

Symmetric difference

(A\B) U (B\A)

The resultant set is the intersection subtracted from the union

After selecting one of them, click the Next button. To complete the operation, the Preferred Term and source for the new combined Value Set needs to be set on the last wizard page.

Hit the Finish button and the new Value Set is created. Its editor opens automatically.