Package org.hl7.fhir

Class AppointmentResponse

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

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

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

 <complexType name="AppointmentResponse">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="appointment" type="{http://hl7.org/fhir}Reference"/>
         <element name="start" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
         <element name="end" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
         <element name="participantType" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="actor" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="participantStatus" type="{http://hl7.org/fhir}code"/>
         <element name="comment" type="{http://hl7.org/fhir}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>