Package org.hl7.fhir

Class ExpansionProfileDesignation

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

public class ExpansionProfileDesignation extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Resource to define constraints on the Expansion of a FHIR ValueSet.

Java class for ExpansionProfile.Designation complex type.

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

 <complexType name="ExpansionProfile.Designation">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="include" type="{http://hl7.org/fhir}ExpansionProfile.Include1" minOccurs="0"/>
         <element name="exclude" type="{http://hl7.org/fhir}ExpansionProfile.Exclude1" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>