Skip to main content

DoctorNotification

Notification of the client's doctor

type DoctorNotification {
doctor: ContactRef
isDoctorNotified: Boolean!
notifiedAt: LocalDateTime
}

Fields

DoctorNotification.doctor ● ContactRef object

Doctor that has been notified

DoctorNotification.isDoctorNotified ● Boolean! non-null scalar

Is the client's doctor notified?

DoctorNotification.notifiedAt ● LocalDateTime scalar

When the doctor has been notified

Member Of

DemiseIncidentReport object