Class AnyInValueSet

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
AnyInValueSetEvaluator

public class AnyInValueSet extends OperatorExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The AnyInValueSet operator returns true if any of the given codes are in the given value set. The first argument is expected to be a list of String, Code, or Concept. The second argument is expected to be of type ValueSet. When this argument is statically a ValueSetRef, this allows for both static analysis of the value set references within an artifact, as well as the implementation of valueset membership by the target environment as a service call to a terminology server, if desired.

Java class for AnyInValueSet complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AnyInValueSet">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}OperatorExpression">
       <sequence>
         <element name="codes" type="{urn:hl7-org:elm:r1}Expression"/>
         <element name="valueset" type="{urn:hl7-org:elm:r1}ValueSetRef" minOccurs="0"/>
         <element name="valuesetExpression" type="{urn:hl7-org:elm:r1}Expression" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>