Class InCodeSystem

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

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

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

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