Package org.hl7.fhir

Class AppointmentParticipant

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

public class AppointmentParticipant extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).

Java class for Appointment.Participant complex type.

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

 <complexType name="Appointment.Participant">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="actor" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="required" type="{http://hl7.org/fhir}ParticipantRequired" minOccurs="0"/>
         <element name="status" type="{http://hl7.org/fhir}ParticipationStatus"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>