spec.txt 7.9 KB

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