interface AppointmentResponse {
    _comment?: Element;
    _end?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _participantStatus?: Element;
    _start?: Element;
    actor?: Reference;
    appointment: Reference;
    comment?: string;
    contained?: ConcreteType[];
    end?: instant;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    participantStatus: code;
    participantType?: CodeableConcept[];
    resourceType: "AppointmentResponse";
    start?: instant;
    text?: Narrative;
}

Properties

_comment?: Element

Additional comments

_end?: Element

Time from appointment, or requested new end time

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_participantStatus?: Element

accepted | declined | tentative | needs-action

_start?: Element

Time from appointment, or requested new start time

actor?: Reference

Person, Location, HealthcareService, or Device

appointment: Reference

Appointment this response relates to

comment?: string

Additional comments

contained?: ConcreteType[]

Contained, inline Resources

end?: instant

Time from appointment, or requested new end time

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

modifierExtension?: Extension[]

Extensions that cannot be ignored

participantStatus: code

accepted | declined | tentative | needs-action

participantType?: CodeableConcept[]

Role of participant in the appointment

resourceType
start?: instant

Time from appointment, or requested new start time

text?: Narrative

Text summary of the resource, for human interpretation