Package org.hl7.fhir

Class ExpansionProfile

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

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

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

 <complexType name="ExpansionProfile">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="url" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
         <element name="version" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="status" type="{http://hl7.org/fhir}ConformanceResourceStatus"/>
         <element name="experimental" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="publisher" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="contact" type="{http://hl7.org/fhir}ExpansionProfile.Contact" maxOccurs="unbounded" minOccurs="0"/>
         <element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="codeSystem" type="{http://hl7.org/fhir}ExpansionProfile.CodeSystem" minOccurs="0"/>
         <element name="includeDesignations" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="designation" type="{http://hl7.org/fhir}ExpansionProfile.Designation" minOccurs="0"/>
         <element name="includeDefinition" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="includeInactive" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="excludeNested" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="excludeNotForUI" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="excludePostCoordinated" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="displayLanguage" type="{http://hl7.org/fhir}code" minOccurs="0"/>
         <element name="limitedExpansion" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>