Package org.hl7.fhir

Class Appointment

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

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

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

 <complexType name="Appointment">
   <complexContent>
     <extension base="{http://hl7.org/fhir}DomainResource">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{http://hl7.org/fhir}AppointmentStatus"/>
         <element name="serviceCategory" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="serviceType" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="specialty" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="appointmentType" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="reason" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="priority" type="{http://hl7.org/fhir}unsignedInt" minOccurs="0"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="start" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
         <element name="end" type="{http://hl7.org/fhir}instant" minOccurs="0"/>
         <element name="minutesDuration" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
         <element name="slot" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="created" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="comment" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="participant" type="{http://hl7.org/fhir}Appointment.Participant" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>