spec.txt 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. dashboard
  2. # MCP new E&M visits required
  3. Requesting my signature:
  4. # Notes
  5. # Action items
  6. # E-prescriptions
  7. # Bills
  8. # Previous care months I have to close out
  9. # Clients total
  10. # Enrolled in care management
  11. # & Cancelled for this month
  12. # & Not cancelled for this month
  13. & HCP time in minutes:
  14. # None
  15. # 1-4
  16. # 5-9
  17. # 10-14
  18. # 15-19
  19. # 20-24
  20. # 25-29
  21. # 30-39
  22. # 40-49
  23. # 50-59
  24. # 60+
  25. & HCP time in minutes:
  26. # None
  27. # 1-4
  28. # 5-9
  29. # 10-14
  30. # 15-19
  31. # 20-24
  32. # 25-29
  33. # 30+
  34. # & Enrolled in remote monitoring
  35. # & Cancelled for this month
  36. # & Not cancelled for this month
  37. & Total time in minutes:
  38. # None
  39. # 1-4
  40. # 5-9
  41. # 10-14
  42. # 15-19
  43. # 20-24
  44. # 25-29
  45. # 30-34
  46. # 35-39
  47. # 40+
  48. my_payment_schedule
  49. Code | Description (HCP/Ally) | Amount | Earnings
  50. my_teams
  51. Team # | HCP | Ally | Client Count
  52. my_teams/add_new
  53. Pro Username: [_______] // TODO * BETTER
  54. [SUBMIT]
  55. my_teams/view/{uid}
  56. INFO:
  57. Team #:
  58. HCP:
  59. Ally:
  60. Client Count:
  61. SUB:
  62. /dashboard
  63. # Clients Total
  64. # Enrolled in care Management
  65. # & Cancelled for this Month
  66. # & Not Cancelled for this Month
  67. & Total Time in Minutes:
  68. # None
  69. # 1-4
  70. # 5-9
  71. # 10-14
  72. # 15-19
  73. # 20-24
  74. # 25-29
  75. # 30-39
  76. # 40-49
  77. # 50-59
  78. # 60+
  79. & HCP Time in Minutes:
  80. # None
  81. # 1-4
  82. # 5-9
  83. # 10-14
  84. # 15-19
  85. # 20-24
  86. # 25-29
  87. # 30+
  88. # & Enrolled in Remote Monitoring
  89. # & Cancelled for this Month
  90. # & Not Cancelled for this Month
  91. & Total Time in Minutes:
  92. # None
  93. # 1-4
  94. # 5-9
  95. # 10-14
  96. # 15-19
  97. # 20-24
  98. # 25-29
  99. # 30-34
  100. # 35-39
  101. # 40+
  102. /clients
  103. [+ Add New] -> my_clients/add_new?teamUid=...
  104. Name | DOB | Sex | CM | RM | MCP | Ally
  105. /audit_log
  106. Date | Client | Field | Old | New
  107. my_clients
  108. Name | DOB | Sex | CM | RM | MCP | Ally
  109. my_clients/add_new
  110. ...name
  111. ...gender
  112. ...date of birth
  113. ...cell number
  114. ...email address
  115. ...phone-info
  116. ...address
  117. ...medicare number!
  118. ...outcome
  119. Current height:
  120. Current weight:
  121. ...conditions:
  122. [_] Type 2 diabetes
  123. [_] Type 1 diabetes
  124. [_] Prediabetes
  125. [_] High blood pressure
  126. [_] High cholesterol
  127. [_] Previous cardiovascular disease, including "clogged artery" or previous heart attack or stroke
  128. [_] Depression
  129. [_] Obesity
  130. Monthly care:
  131. [_] CCM?
  132. [_] RPM?
  133. ...team? or,
  134. ...ally? mcp?
  135. ...has mcp conducted an E&M visit?
  136. [Submit]
  137. my_clients/view/{uid}
  138. INFO:
  139. UID:
  140. Created at:
  141. Name: J V N
  142. Gender:
  143. DOB:
  144. Cell #:
  145. Email address:
  146. ...
  147. ACTIONS:
  148. sendCellNumberConfirmationMessage
  149. confirmCellNumberWithConfirmationToken
  150. putNewCellNumber
  151. sendEmailAddressConfirmationMessage
  152. confirmEmailAddressWithConfirmationToken
  153. putNewEmailAddress
  154. putTeam
  155. removeTeam
  156. putMcp
  157. removeMcp
  158. putAlly
  159. removeAlly
  160. putName
  161. putGender
  162. putDateOfBirth
  163. putProfilePicture
  164. removeProfilePicture
  165. updatePhoneInfo
  166. updateAddress
  167. updateMedicareNumber
  168. manuallySetIsPartBPrimaryConfirmedToTrue
  169. manuallySetIsPartBPrimaryConfirmedToFalse
  170. setHasMcpDoneEmVisitToTrue
  171. updateMcpEmVisitInfo
  172. setHasMcpDoneEmVisitToFalse
  173. putCrmReasons
  174. removeCrmReasons
  175. setIsClientEnrolledInCmToTrue
  176. setIsClientEnrolledInCmToFalse
  177. updateWhyNotEnrolledInCm
  178. setIsClientEnrolledInRmToTrue
  179. setIsClientEnrolledInRmToFalse
  180. updateWhyNotEnrolledInRm
  181. updateIntakeInfo
  182. deactivate
  183. updateDeactivationMemo
  184. reactivate
  185. updateReactivationMemo
  186. SUB:
  187. /dashboard
  188. /med_profile
  189. Medications: [+ Add New]
  190. Problems: [+ Add New]
  191. Allergies: [+ Add New]
  192. History
  193. Past Medical [+ Add New]
  194. Past Surgical [+ Add New]
  195. Family [+ Add New]
  196. Social [+ Add New]
  197. OB & Pregnancy [+ Add New]
  198. Hospitalizations / Procedures [+ Add New]
  199. Implantable Devices [+ Add New]
  200. Checklist: [edit]
  201. Tobacco:
  202. Alcohol:
  203. Depression:
  204. Elder Maltreatment:
  205. Open E-Prescriptions:
  206. Open Action Items:
  207. /med_profile_log
  208. Category | Content | Data Entered?
  209. /pro_access [+ Add New]
  210. [+ Add new]
  211. Pro | Reason | Memo | Actions
  212. /notes
  213. [+Add New]
  214. HCP | Ally | Date | Reason(s) | Location | Category | Content | Ally Signed? | HCP Signed? | Billed?
  215. /notes/add_new
  216. Category:
  217. HCP:
  218. Ally:
  219. Effective Date:
  220. Reason 1:
  221. Reason 2:
  222. Reason 3:
  223. Service Location:
  224. [CREATE]
  225. /care_months
  226. [+ Add New]
  227. MM/YY | HCP | Ally | Reasons | CM: Status, Time, Bill | RM: Status, Time, Bill
  228. /care_months/add_new
  229. [month] [year]
  230. [SUBMIT]
  231. /care_month_entries
  232. MM/YY | Date | CM or RM | Pro | Time | Content | Actions
  233. /bills
  234. Effective Date | Location | Note / Care Month (CM or RM) | HCP | Ally | Reason(s) | Code | Modifier | # Units | Signed by Ally? | Signed by HCP? |
  235. HCP Expected Amount | HCP Payment |
  236. Ally Expected Amount | Ally Payment |
  237. Cancelled? | Submitted? | Collected Amount |
  238. Is Resubmission Required?
  239. /related_transactions
  240. Date | Basis | Pro | Bill | +/- | Amount | Result | Memo
  241. /action_items
  242. Date | Ally | Ally Signed? | Prescriber | Prescriber Signed? | To Facility | Content | Status
  243. /action_items/add_new
  244. // TODO
  245. /erx
  246. Date | Ally | Ally Signed? | Prescriber | Prescriber Signed? | To Facility | Content | Status
  247. /erx/add_new
  248. // TODO
  249. /mcp_updates
  250. Date | HCP
  251. /ally_updates
  252. Date | Pro
  253. /audit_log
  254. Date | Client | Field | Old | New
  255. notes
  256. Date | Client | HCP | Ally | Reason(s) | Location | Category | Content | Ally Signed? | HCP Signed? | Billed?
  257. notes/view/{uid}
  258. INFO:
  259. Date
  260. Location
  261. Client
  262. HCP: _____ Signed? ______
  263. Ally: ____ Signed? ______
  264. Reason(s):
  265. Category:
  266. Content:
  267. ...
  268. SUB:
  269. /dashboard
  270. Billed? [+ Generate Bill]
  271. Effective Date |
  272. Location |
  273. Note / Care Month (CM or RM) |
  274. HCP |
  275. Ally |
  276. Reason(s) |
  277. Code |
  278. Modifier |
  279. # Units |
  280. Signed by Ally? |
  281. Signed by HCP? |
  282. HCP Expected Amount |
  283. HCP Payment |
  284. Ally Expected Amount |
  285. Ally Payment |
  286. Cancelled? |
  287. Submitted? |
  288. Collected Amount |
  289. Is Resubmission Required?
  290. /audit_log
  291. Date | Client | Field | Old | New
  292. erx
  293. Date | Client | Ally | Ally Signed? | Prescriber | Prescriber Signed? | To Facility | Content | Status
  294. erx/view/{uid}
  295. INFO:
  296. Date
  297. Client
  298. Ally: _____ Signed? ______
  299. Prescriber: _____ Signed? _____
  300. To Facility:
  301. Content:
  302. Status:
  303. SUB:
  304. /dashboard
  305. Faxes:
  306. // TODO
  307. /audit_log
  308. action_items
  309. Date | Client | Ally
  310. action_items/view/:uid
  311. INFO:
  312. Date
  313. Client
  314. Ally: ____ Signed? ____
  315. Prescriber: ____ Signed? ____
  316. To Facility:
  317. Content:
  318. Status:
  319. /dashboard
  320. Faxes:
  321. // TODO
  322. /audit_log
  323. care_months
  324. care_months/view/:uid
  325. ...
  326. /dashboard
  327. /time_entries
  328. /audit_log
  329. care_month_entries
  330. bills
  331. bills/view/{uid}
  332. /dashboard
  333. /transactions
  334. /audit_log
  335. transactions
  336. med_profile_lines
  337. med_profile_line_updates
  338. pro_access
  339. mcp_updates
  340. ally_updates
  341. audit_log
  342. admin
  343. /dashboard
  344. /facilities
  345. /facilities/add_new
  346. /facilities/view/{iid}
  347. /dashboard
  348. /erx
  349. /action_items
  350. /audit_log
  351. /pros
  352. /pros/add_new
  353. /pros/view/{iid}
  354. /dashboard
  355. /payment_schedule
  356. /teams
  357. /clients
  358. /pro_access
  359. /mcp_updates
  360. /ally_updates
  361. /erx
  362. /action_items
  363. /care_months
  364. /care_month_entries
  365. /notes
  366. /bills
  367. /pro_transactions
  368. /sessions
  369. /audit_log