Package org.hl7.fhir

Class Conformance

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

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

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

 <complexType name="Conformance">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="url" type="{http://hl7.org/fhir}uri" 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="date" type="{http://hl7.org/fhir}dateTime"/>
         <element name="publisher" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="contact" type="{http://hl7.org/fhir}Conformance.Contact" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="useContext" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="requirements" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="copyright" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="kind" type="{http://hl7.org/fhir}ConformanceStatementKind"/>
         <element name="software" type="{http://hl7.org/fhir}Conformance.Software" minOccurs="0"/>
         <element name="implementation" type="{http://hl7.org/fhir}Conformance.Implementation" minOccurs="0"/>
         <element name="fhirVersion" type="{http://hl7.org/fhir}id"/>
         <element name="acceptUnknown" type="{http://hl7.org/fhir}UnknownContentCode"/>
         <element name="format" type="{http://hl7.org/fhir}code" maxOccurs="unbounded"/>
         <element name="profile" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="rest" type="{http://hl7.org/fhir}Conformance.Rest" maxOccurs="unbounded" minOccurs="0"/>
         <element name="messaging" type="{http://hl7.org/fhir}Conformance.Messaging" maxOccurs="unbounded" minOccurs="0"/>
         <element name="document" type="{http://hl7.org/fhir}Conformance.Document" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>