Appointment
No description
type Appointment implements IDomainResource, IResource {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
status: code
_status: ElementBase
cancelationReason: CodeableConcept
serviceCategory: [CodeableConcept]
serviceType: [CodeableConcept]
specialty: [CodeableConcept]
appointmentType: CodeableConcept
reasonCode: [CodeableConcept]
reasonReference: [Reference]
priority: unsignedInt
_priority: ElementBase
description: String
_description: ElementBase
supportingInformation: [Reference]
start: instant
_start: ElementBase
end: instant
_end: ElementBase
minutesDuration: positiveInt
_minutesDuration: ElementBase
slot: [Reference]
created: dateTime
_created: ElementBase
comment: String
_comment: ElementBase
patientInstruction: String
_patientInstruction: ElementBase
basedOn: [Reference]
participant: [AppointmentParticipant]!
requestedPeriod: [Period]
}
Fields
Appointment.id ● String scalar
Appointment.meta ● Meta object
Appointment.implicitRules ● uri scalar
Appointment._implicitRules ● ElementBase object
Appointment.language ● code scalar
Appointment._language ● ElementBase object
Appointment.text ● Narrative object
Appointment.contained ● [Resource] list object
Appointment.extension ● [Extension] list object
Appointment.modifierExtension ● [Extension] list object
Appointment.identifier ● [Identifier] list object
Appointment.status ● code scalar
Appointment._status ● ElementBase object
Appointment.cancelationReason ● CodeableConcept object
Appointment.serviceCategory ● [CodeableConcept] list object
Appointment.serviceType ● [CodeableConcept] list object
Appointment.specialty ● [CodeableConcept] list object
Appointment.appointmentType ● CodeableConcept object
Appointment.reasonCode ● [CodeableConcept] list object
Appointment.reasonReference ● [Reference] list object
Appointment.priority ● unsignedInt scalar
Appointment._priority ● ElementBase object
Appointment.description ● String scalar
Appointment._description ● ElementBase object
Appointment.supportingInformation ● [Reference] list object
Appointment.start ● instant scalar
Appointment._start ● ElementBase object
Appointment.end ● instant scalar
Appointment._end ● ElementBase object
Appointment.minutesDuration ● positiveInt scalar
Appointment._minutesDuration ● ElementBase object
Appointment.slot ● [Reference] list object
Appointment.created ● dateTime scalar
Appointment._created ● ElementBase object
Appointment.comment ● String scalar
Appointment._comment ● ElementBase object
Appointment.patientInstruction ● String scalar
Appointment._patientInstruction ● ElementBase object
Appointment.basedOn ● [Reference] list object
Appointment.participant ● [AppointmentParticipant]! non-null object
Appointment.requestedPeriod ● [Period] list object
Interfaces
IDomainResource interface
IResource interface
Returned By
Appointment query ● AppointmentList query
Member Of
AppointmentEdge object ● AppointmentListType object ● AppointmentReadType object