This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Dashboard early Requirements
Joel Worrall edited this page May 28, 2016
·
1 revision
The home dashboard for HospitalRun is currently blank. Blank = unfinished and bad. The following is meant to capture the categories of data and links we should see in that dashboard.
These metrics should not be computed in frontend or computed by request on the server side. Instead, this data should be stored in the couchDB and recalculated based on updates in the database.
These are available to everyone
- Total # patients (optionally linking to /patients, assuming you have access to review patient records)
- Total # patients currently admitted (linking to /patients/admitted)
- Total # of appointments
- Total # of types of items in inventory
- Total # of completed lab requests (if labs are being used)
- Total # of completed medication requests
- Total # of completed imaging requests
- (if possible) # of missed appointments (linking to /appointments/missed)
- List of patients currently admitted (header linking to /patients/admitted)
- List of outstanding appointments, limited to 20 items
- total # of paid invoices
- amount of uncollected payments (Billed but not Paid)
- amount of uncollected payments in draft (Draft but not Paid)
- amount of uncollected payments (both Billed or Draft but not Paid)
- total amount of inventory value (linking to /inventory)
- total amount of inventory items that will expire in the coming 30 days
- total amount of inventory value (linking to /inventory)
- total # of completed requests
- (if possible) total number of items in inventory
- list of inventory items that will expire in the coming 30 days (linking to /inventory/expiring)
- List of patients currently admitted (header linking to /patients/admitted)
- List of outstanding appointments, limited to 20 items
- List of patients currently admitted (header linking to /patients/admitted)
- List of outstanding appointments, limited to 20 items
- List of patients currently admitted (header linking to /patients/admitted)
- List of outstanding appointments, limited to 20 items
- (if possible) # of missed appointments (linking to /appointments/missed)
- list of medications in inventory that will expire in the coming 30 days (linking to /inventory/expiring)
Outside of general, nothing currently.
All the things
Outside of general, nothing currently.
IMO, these need to come from New Relic
- Chart: usage of the system based on module (measured # of requests compared with the previous week)
- Amount of activity in the last week
- Amount of activity in the last month