Package org.hl7.fhir

Class ModuleDefinition

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

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

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

 <complexType name="ModuleDefinition">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="version" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="model" type="{http://hl7.org/fhir}ModuleDefinition.Model" maxOccurs="unbounded" minOccurs="0"/>
         <element name="library" type="{http://hl7.org/fhir}ModuleDefinition.Library" maxOccurs="unbounded" minOccurs="0"/>
         <element name="codeSystem" type="{http://hl7.org/fhir}ModuleDefinition.CodeSystem" maxOccurs="unbounded" minOccurs="0"/>
         <element name="valueSet" type="{http://hl7.org/fhir}ModuleDefinition.ValueSet" maxOccurs="unbounded" minOccurs="0"/>
         <element name="parameter" type="{http://hl7.org/fhir}ModuleDefinition.Parameter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="data" type="{http://hl7.org/fhir}ModuleDefinition.Data" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>