Package org.hl7.fhir

Class ModuleDefinitionDateFilter

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

public class ModuleDefinitionDateFilter 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.DateFilter complex type.

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

 <complexType name="ModuleDefinition.DateFilter">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="path" type="{http://hl7.org/fhir}string"/>
         <choice minOccurs="0">
           <element name="valueDateTime" type="{http://hl7.org/fhir}dateTime"/>
           <element name="valuePeriod" type="{http://hl7.org/fhir}Period"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>