interface Appointment {
    _comment?: Element;
    _created?: Element;
    _description?: Element;
    _end?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _minutesDuration?: Element;
    _patientInstruction?: Element;
    _priority?: Element;
    _start?: Element;
    _status?: Element;
    appointmentType?: CodeableConcept;
    basedOn?: Reference[];
    cancelationReason?: CodeableConcept;
    comment?: string;
    contained?: ConcreteType[];
    created?: dateTime;
    description?: string;
    end?: instant;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    minutesDuration?: undefined;
    modifierExtension?: Extension[];
    participant: AppointmentParticipant[];
    patientInstruction?: string;
    priority?: undefined;
    reasonCode?: CodeableConcept[];
    reasonReference?: Reference[];
    requestedPeriod?: Period[];
    resourceType: "Appointment";
    serviceCategory?: CodeableConcept[];
    serviceType?: CodeableConcept[];
    slot?: Reference[];
    specialty?: CodeableConcept[];
    start?: instant;
    status: code;
    supportingInformation?: Reference[];
    text?: Narrative;
}

Properties

_comment?: Element

Additional comments

_created?: Element

The date that this appointment was initially created

_description?: Element

Shown on a subject line in a meeting request, or appointment list

_end?: Element

When appointment is to conclude

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_minutesDuration?: Element

Can be less than start/end (e.g. estimate)

_patientInstruction?: Element

Detailed information and instructions for the patient

_priority?: Element

Used to make informed decisions if needing to re-prioritize

_start?: Element

When appointment is to take place

_status?: Element

proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist

appointmentType?: CodeableConcept

The style of appointment or patient that has been booked in the slot (not service type)

basedOn?: Reference[]

The service request this appointment is allocated to assess

cancelationReason?: CodeableConcept

The coded reason for the appointment being cancelled

comment?: string

Additional comments

contained?: ConcreteType[]

Contained, inline Resources

created?: dateTime

The date that this appointment was initially created

description?: string

Shown on a subject line in a meeting request, or appointment list

end?: instant

When appointment is to conclude

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

External Ids for this item

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

minutesDuration?: undefined

Can be less than start/end (e.g. estimate)

modifierExtension?: Extension[]

Extensions that cannot be ignored

participant: AppointmentParticipant[]

Participants involved in appointment

patientInstruction?: string

Detailed information and instructions for the patient

priority?: undefined

Used to make informed decisions if needing to re-prioritize

reasonCode?: CodeableConcept[]

Coded reason this appointment is scheduled

reasonReference?: Reference[]

Reason the appointment is to take place (resource)

requestedPeriod?: Period[]

Potential date/time interval(s) requested to allocate the appointment within

resourceType
serviceCategory?: CodeableConcept[]

A broad categorization of the service that is to be performed during this appointment

serviceType?: CodeableConcept[]

The specific service that is to be performed during this appointment

slot?: Reference[]

The slots that this appointment is filling

specialty?: CodeableConcept[]

The specialty of a practitioner that would be required to perform the service requested in this appointment

start?: instant

When appointment is to take place

status: code

proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist

supportingInformation?: Reference[]

Additional information to support the appointment

text?: Narrative

Text summary of the resource, for human interpretation