Package org.hl7.fhir

Class ConformanceRest

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

public class ConformanceRest extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A conformance statement is a set of capabilities of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.

Java class for Conformance.Rest complex type.

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

 <complexType name="Conformance.Rest">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="mode" type="{http://hl7.org/fhir}RestfulConformanceMode"/>
         <element name="documentation" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="security" type="{http://hl7.org/fhir}Conformance.Security" minOccurs="0"/>
         <element name="resource" type="{http://hl7.org/fhir}Conformance.Resource" maxOccurs="unbounded" minOccurs="0"/>
         <element name="interaction" type="{http://hl7.org/fhir}Conformance.Interaction1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="transactionMode" type="{http://hl7.org/fhir}TransactionMode" minOccurs="0"/>
         <element name="searchParam" type="{http://hl7.org/fhir}Conformance.SearchParam" maxOccurs="unbounded" minOccurs="0"/>
         <element name="operation" type="{http://hl7.org/fhir}Conformance.Operation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="compartment" type="{http://hl7.org/fhir}uri" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>