Class AnyInCodeSystem

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

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

Java class for AnyInCodeSystem complex type.

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

 <complexType name="AnyInCodeSystem">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}OperatorExpression">
       <sequence>
         <element name="codes" type="{urn:hl7-org:elm:r1}Expression"/>
         <element name="codesystem" type="{urn:hl7-org:elm:r1}CodeSystemRef" minOccurs="0"/>
         <element name="codesystemExpression" type="{urn:hl7-org:elm:r1}Expression" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>