123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- @Josh...
- 1)DONE: rm_reasons | [{'icd': ..., 'description': ...}...]
- 2)DONE: /api/client/updateRmReasons
- 3) DEV ENDPOINT::
- -- make sure each has ICDs on it. @Josh/Sal [dev endpoint... I10, E77.9, etc...
- 4)DONE: ALTER TABLE care_month ADD COLUMN rm_reasons TEXT (same as client)
- 5)DONE: /api/careMonth/updateRmReasons
- 6)DONE: ALTER TABLE care_month ADD COLUMN number_of_days_with_remote_measurements INTEGER;
- 7)DONE: maintain this field each time there is a measurement.
- 8)DONE:** dev endpoint to backfill data.
- 9)DONE 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?
- //DONE:: 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)
- -- 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
- - replacement battery packs
- - ::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
- -----------------------------------------------------------------------------
|