Web application to help nurse practitioners to monitor patients during the first weeks of their release from the hospital and also help the patients to monitor their daily activities.
view all emergency alerts assigned (sent) to them from patients
can mark an emergency alert as completed
this will delete the document from:
EmergencyAlert collection,
nurse (user)'s collection of receivedEmergencyAlerts, and
patient (user)'s collection of sentEergencyAlerts)
Patients can (CRUD)
select from dropdown control of all nurses with registered accounts, create an emergency alert with a short message and send to nurse
(this will create the a new document in
EmergencyAlert collection, and
add references to nurse (user)'s collection of receivedEmergencyAlerts, and
patient (user)'s collection of sentEergencyAlerts)
view all emergency alerts created by him/herself
delete an emergency alert created by him/herself
(this will delete the document from:
EmergencyAlert collection,
nurse (user)'s collection of receivedEmergencyAlerts, and
patient (user)'s collection of sentEergencyAlerts)
update an emergency alert created by him/herself
(this will update the document from:
EmergencyAlert collection,
nurse (user)'s collection of receivedEmergencyAlerts, and
patient (user)'s collection of sentEergencyAlerts)
Use cases: