Package org.hl7.fhir

Class Subscription

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

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

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

 <complexType name="Subscription">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="criteria" type="{http://hl7.org/fhir}string"/>
         <element name="contact" type="{http://hl7.org/fhir}ContactPoint" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reason" type="{http://hl7.org/fhir}string"/>
         <element name="status" type="{http://hl7.org/fhir}SubscriptionStatus"/>
         <element name="error" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="channel" type="{http://hl7.org/fhir}Subscription.Channel"/>
         <element name="end" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
         <element name="tag" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>