Package org.hl7.fhir

Class EnrollmentRequest

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class EnrollmentRequest extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions

Java class for EnrollmentRequest complex type.

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

 <complexType name="EnrollmentRequest">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ruleset" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
         <element name="originalRuleset" type="{http://hl7.org/fhir}Coding" minOccurs="0"/>
         <element name="created" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="target" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="provider" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="organization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="subject" type="{http://hl7.org/fhir}Reference"/>
         <element name="coverage" type="{http://hl7.org/fhir}Reference"/>
         <element name="relationship" type="{http://hl7.org/fhir}Coding"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>