Skip to main content

AppointmentParticipant

No description

type AppointmentParticipant {
id: String
extension: [Extension]
modifierExtension: [Extension]
type: [CodeableConcept]
actor: Reference
required: code
_required: ElementBase
status: code
_status: ElementBase
period: Period
}

Fields​

AppointmentParticipant.id ● String scalar​

AppointmentParticipant.extension ● [Extension] list object​

AppointmentParticipant.modifierExtension ● [Extension] list object​

AppointmentParticipant.type ● [CodeableConcept] list object​

AppointmentParticipant.actor ● Reference object​

AppointmentParticipant.required ● code scalar​

AppointmentParticipant._required ● ElementBase object​

AppointmentParticipant.status ● code scalar​

AppointmentParticipant._status ● ElementBase object​

AppointmentParticipant.period ● Period object​

Member Of​

Appointment object ● IAppointment interface