Class InValueSet

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

public class InValueSet extends OperatorExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The InValueSet operator returns true if the given code is in the given value set. The first argument is expected to be a 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 InValueSet complex type.

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

 <complexType name="InValueSet">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}OperatorExpression">
       <sequence>
         <element name="code" 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>