Package org.hl7.fhir

Class ModuleDefinitionCodeFilter

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.ModuleDefinitionCodeFilter
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class ModuleDefinitionCodeFilter extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The ModuleDefinition resource defines the data requirements for a quality artifact.

Java class for ModuleDefinition.CodeFilter complex type.

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

 <complexType name="ModuleDefinition.CodeFilter">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="path" type="{http://hl7.org/fhir}string"/>
         <choice minOccurs="0">
           <element name="valueSetString" type="{http://hl7.org/fhir}string"/>
           <element name="valueSetReference" type="{http://hl7.org/fhir}Reference"/>
         </choice>
         <element name="codeableConcept" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>