AppointmentCreateEvent

Extends

Event

The notification data structure

Field Required Nullable Type Description Constraints Example

event

No

No

AppointmentCreateEventPayload

default null;

@type

Yes

No

String

When sub-classing, this defines the sub-class Extensible name

default null;

@baseType

No

No

String

When sub-classing, this defines the super-class

default null;

@schemaLocation

No

No

String

A URI to a JSON-Schema file that defines additional attributes and relationships

default null;

eventId

Yes

No

String

The identifier of the notification.

default null;

2d7ed5fd-9f62-4211-bc84-357f5f7b80f5

eventTime

Yes

No

Date

Time of the event occurrence.

default null;

2023-01-01T08:00:00+01:00

eventType

Yes

No

String

The type of the notification.

default null;

description

No

No

String

An explanatory of the event.

default null;

Lorem ipsum dolor

timeOccurred

No

No

Date

The time the event occurred.

default null;

2023-01-01T08:00:00+01:00

source

No

No

EntityRef

Source Entity described by EntityRef

default null;

reportingSystem

No

No

EntityRef

Reporting System described by EntityRef

default null;