|
@@ -1,31 +1,72 @@
|
|
|
|
|
|
- - CareMonth / RMM / RME - make sure all is working. Pay NP's for historic months.
|
|
|
- -- make sure each has ICDs on it.
|
|
|
- -- care_month_device to know what devices were there for that month.
|
|
|
+ @Josh...
|
|
|
+ 1) rm_reasons | [{'icd': ..., 'description': ...}...]
|
|
|
+ 2) /api/client/updateRmReasons
|
|
|
+ 3) DEV ENDPOINT::
|
|
|
+ -- make sure each has ICDs on it. @Josh/Sal [dev endpoint... I10, E77.9, etc...
|
|
|
+ 4) ALTER TABLE care_month ADD COLUMN rm_reasons TEXT (same as client)
|
|
|
+ 5) /api/careMonth/updateRmReasons
|
|
|
+ 6) ALTER TABLE care_month ADD COLUMN number_of_days_with_remote_measurements INTEGER;
|
|
|
+ 7) maintain this field each time there is a measurement.
|
|
|
+ 8) dev endpoint to backfill data.
|
|
|
+
|
|
|
+ 9) ALTER TABLE care_month ADD COLUMN // all the stuff like on note... is_bill_closed, is_bill_marked_done, is_claims, etc. MAINTAIN SYMETTRY
|
|
|
+
|
|
|
+ 10) dev endpoint to auto-bill all months with 16+ measurements in them for RM20.
|
|
|
+
|
|
|
+ @Josh
|
|
|
+ - patient accounts... enable for existing patients!!!
|
|
|
+ background: we already have so many pts. they don't have accounts...
|
|
|
+ >>> have a straightforward way for HCP to push and link a chart to an email
|
|
|
+ ->>> motivates them to sign up and complete an account that gets auto-linked.
|
|
|
+
|
|
|
+ @Josh
|
|
|
+ - text message replies, where do they go?
|
|
|
+ // TODO when you send an SMS to pt, add as an sms_number
|
|
|
+ // !!! enable to [+ Add SMS Number] directly on client
|
|
|
+ - TODO... make it so taht MCP has to mark reply texts as read...
|
|
|
+
|
|
|
+ @Sal->@Josh URGENT::::::::::::::::::::::::::::::::::::::::::
|
|
|
- RPM text message settings
|
|
|
-- what numbers to send alert to?
|
|
|
-- when to send messages?
|
|
|
-- make sure 3 different numbers! (reminder, BP, weight)
|
|
|
- - /patients/view/0def0fad-7888-4267-9434-905c962cc5fc/shipments/160927d2-73ed-401e-9ba5-2fc52caea4ce
|
|
|
- -- Cellular Weight Scale (boo)
|
|
|
+ -- 3 twilio numbers...
|
|
|
+
|
|
|
+ scheduled_sms_reminder
|
|
|
+ client_id
|
|
|
+ sms_number
|
|
|
+ message
|
|
|
+ 'Send every Monday at 9:00am'
|
|
|
+
|
|
|
+ client
|
|
|
+ ....>
|
|
|
+
|
|
|
+ @Vijay
|
|
|
+ - CareMonth UI:
|
|
|
+ 1) put in the calendar within each day, put the time of a measurement and value as the event.
|
|
|
+ 2) sidebar (col-md-3) with a summary of the care_month.nubmer_of_days_with_remote_measurements
|
|
|
+
|
|
|
+ @Vijay
|
|
|
- FE6... make sure Wellness @ Home + Provider page is balanced
|
|
|
+ - link to unsigned supply orders on dashboard
|
|
|
|
|
|
- - log who views what in HRM
|
|
|
- - patients matrix, appointments look somewhat cluttered inside foreach->foreach
|
|
|
- - link to unsigned supply orders on dashboard
|
|
|
- - RPM per month reports on UI
|
|
|
- - patient accounts... enable for existing patients!!!
|
|
|
+-----------------------------------------------------------------------------
|
|
|
|
|
|
- - text message replies, where do they go?
|
|
|
-
|
|
|
+ - log who views what in HRM
|
|
|
- replacement battery packs
|
|
|
|
|
|
- - LMS entities in Java
|
|
|
- - LMS feature in HRM / C
|
|
|
+ - ::DEFER
|
|
|
+ - LMS entities in Java
|
|
|
+ - LMS feature in HRM / C
|
|
|
+
|
|
|
+ - Video Message Thread!!!
|
|
|
+ ALTER TABLE client ADD COLUMN hr_manager_intro_video_file_id;
|
|
|
|
|
|
- CONTRACT: office-space
|
|
|
- Docusign power-form to automate sending of office-space contracts.
|
|
|
- CONTRACT: offer documents
|
|
|
- presentation to hcp -> LMS
|
|
|
- presentation to non-hcp -> LMS
|
|
|
-
|
|
|
+
|
|
|
+-----------------------------------------------------------------------------
|