tree.txt 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. PRO
  2. # dashboard
  3. my_payment_schedule|pro_rate:pro_id=OWN
  4. my_teams|team|add|view
  5. my_teams/add_new:create
  6. hcpProUid:record:pro:uid,name_display
  7. allyProUid:record:pro:uid,name_display
  8. teamNumber
  9. my_teams/view/{uid}
  10. ACTIONS
  11. updateTeamNumber
  12. teamNumber=team_number
  13. deactivate
  14. memo
  15. updateDeactivationMemo
  16. memo=deactivation_memo
  17. reactivate
  18. memo
  19. updateReactivationMemo
  20. memo=reactivation_memo
  21. SUB
  22. dashboard
  23. clients
  24. id=client.team_id
  25. add_new:client
  26. teamUid:hidden=uid
  27. nameDisplay
  28. namePrefix
  29. nameFirst
  30. nameMiddle
  31. nameLast
  32. nameSuffix
  33. nameCredential
  34. gender:select:M,F
  35. dateOfBirth:date
  36. cellNumber:tel
  37. emailAddress:email
  38. medicareNumber
  39. audit_log
  40. my_clients|client|add|view
  41. my_clients/add_new:create
  42. teamUid:record:team:uid,team_number
  43. mcpProUid:record:pro:uid,name_display
  44. allyProUid:record:pro:uid,name_display
  45. nameDisplay
  46. namePrefix
  47. nameFirst
  48. nameMiddle
  49. nameLast
  50. nameSuffix
  51. nameCredential
  52. gender:select:M,F
  53. dateOfBirth:date
  54. cellNumber:tel
  55. emailAddress:email
  56. medicareNumber
  57. my_clients/view/{uid}
  58. ACTIONS
  59. sendCellNumberConfirmationMessage
  60. putNewCellNumber
  61. newCellNumber:tel=cell_number
  62. sendEmailAddressConfirmationMessage
  63. putNewEmailAddress
  64. newEmailAddress:email=email_address
  65. putTeam
  66. teamUid:record:team:uid,team_number
  67. removeTeam:if:teamUid
  68. putMcp
  69. mcpProUid:record:pro:uid,name_display
  70. removeMcp:if:mcpProUid
  71. putAlly
  72. allyProUid:record:pro:uid,name_display
  73. removeAlly:if:allyProUid
  74. putName
  75. nameDisplay
  76. namePrefix
  77. nameFirst
  78. nameMiddle
  79. nameLast
  80. nameSuffix
  81. nameCredential
  82. putGender
  83. gender:select:M,F=gender
  84. putDateOfBirth
  85. dateOfBirth:date=date_of_birth
  86. putProfilePicture
  87. profilePictureBase64
  88. removeProfilePicture:if:profilePictureBase64
  89. updatePhoneInfo
  90. homePhoneNumber=home_phone_number
  91. workPhoneNumber=work_phone_number
  92. supporterPhoneNumber=supporter_phone_number
  93. supporterMemo=supporter_memo
  94. phoneNumbersMemo=phone_numbers_memo
  95. updateAddress
  96. mailingAddressLine1=mailing_address_line1
  97. mailingAddressLine2=mailing_address_line2
  98. mailingAddressCity=mailing_address_city
  99. mailingAddressState=mailing_address_state
  100. mailingAddressCountry=mailing_address_country
  101. mailingAddressZip=mailing_address_zip
  102. mailingAddressLat=mailing_address_lat
  103. mailingAddressLong=mailing_address_long
  104. homeAddressLine1=home_address_line1
  105. homeAddressLine2=home_address_line2
  106. homeAddressCity=home_address_city
  107. homeAddressState=home_address_state
  108. homeAddressCountry=home_address_country
  109. homeAddressZip=home_address_zip
  110. homeAddressLat=home_address_lat
  111. homeAddressLong=home_address_long
  112. updateMedicareNumber
  113. medicareNumber=medicare_number
  114. manuallySetIsPartBPrimaryConfirmedToTrue
  115. partBConfirmationMethod:select:MANUAL,API=partbconfirmation_method
  116. partBConfirmationMemo=partbconfirmation_memo
  117. manuallySetIsPartBPrimaryConfirmedToFalse
  118. partBConfirmationMethod:select:MANUAL,API=partbconfirmation_method
  119. partBConfirmationMemo=partbconfirmation_memo
  120. setHasMcpDoneEmVisitToTrue
  121. mcpEmVisitDate=mcp_em_visit_date
  122. mcpEmVisitNote
  123. mcpEmVisitMemo=mcp_em_visit_memo
  124. updateMcpEmVisitInfo
  125. mcpEmVisitDate=mcp_em_visit_date
  126. mcpEmVisitNote
  127. mcpEmVisitMemo=mcp_em_visit_memo
  128. setHasMcpDoneEmVisitToFalse
  129. putCrmReasons
  130. cmReason1=cm_reason1
  131. cmReason2=cm_reason2
  132. rmReason1=rm_reason1
  133. rmReason2=rm_reason2
  134. removeCrmReasons
  135. setIsClientEnrolledInCmToTrue
  136. setIsClientEnrolledInCmToFalse
  137. updateWhyNotEnrolledInCm
  138. whyNotEnrolledInCmCategory=why_not_enrolled_in_cm_category
  139. whyNotEnrolledInCmMemo=why_not_enrolled_in_cm_memo
  140. setIsClientEnrolledInRmToTrue
  141. setIsClientEnrolledInRmToFalse
  142. updateWhyNotEnrolledInRm
  143. whyNotEnrolledInRmCategory=why_not_enrolled_in_rm_category
  144. whyNotEnrolledInRmMemo=why_not_enrolled_in_rm_memo
  145. updateIntakeInfo
  146. intakeText=intake_text
  147. intakeDetail=intake_detail
  148. deactivate
  149. memo
  150. updateDeactivationMemo
  151. memo=deactivation_memo
  152. reactivate
  153. memo
  154. updateReactivationMemo
  155. memo=reactivation_memo
  156. SUB
  157. dashboard
  158. med_profile
  159. med_profile_log
  160. pro_access
  161. id=client_pro_access.client_id :: also link to TL pro-access single
  162. add_new:client_pro_access
  163. clientUid:hidden=uid
  164. proUid:record:pro:uid,name_display
  165. reasonCategory
  166. reasonMemo
  167. reasonDetail
  168. notes
  169. id=note.client_id
  170. add_new:note :: exit to notes/view/{uid} - 207
  171. clientUid:hidden=uid
  172. hcpProUid:record:pro:uid,name_display
  173. allyProUid:record:pro:uid,name_display
  174. effectiveDateEST:date
  175. effectiveTime:time
  176. reason1
  177. reason2
  178. reason3
  179. reason3Plus
  180. serviceLocation
  181. category
  182. contentText
  183. contentDetail
  184. care_months
  185. id=care_month.client_id
  186. add_new:care_month
  187. clientUid:hidden=uid
  188. startMonth:number
  189. startYear:number
  190. care_month_entries
  191. id=care_month_entry.client_id
  192. bills
  193. id=bill.client_id
  194. related_transactions
  195. id=pro_transaction.client_id
  196. action_items
  197. id=action_item.client_id
  198. add_new:action_item
  199. clientUid:hidden=uid
  200. prescriberProUid:record:pro:uid,name_display
  201. toFacilityUid:record:facility:uid,name
  202. contentText
  203. contentDetail
  204. erx
  205. id=action_item.client_id :: and category = RX
  206. add_new:action_item
  207. clientUid:hidden=uid
  208. prescriberProUid:record:pro:uid,name_display
  209. toFacilityUid:record:facility:uid,name
  210. contentText
  211. contentDetail
  212. mcp_updates
  213. id=client_mcp_update.client_id
  214. ally_updates
  215. id=client_ally_update.client_id
  216. audit_log
  217. notes|note|view
  218. notes/view/{uid}
  219. ACTIONS
  220. signAsHcp
  221. SUB
  222. dashboard
  223. bills
  224. id=bill.note_id
  225. add_new:bill :: api is createForNote
  226. noteUid:hidden=uid
  227. effectiveDate:date
  228. code
  229. reason1
  230. reason2
  231. reason3
  232. reason3Plus
  233. serviceLocation
  234. modifier
  235. numberOfUnits:number
  236. audit_log
  237. erx|action_item|view :: where category = RX
  238. erx/view/{uid}
  239. ACTIONS
  240. signAsPrescriber
  241. updateToFacility
  242. toFacilityUid:record:facility:uid,name
  243. updateContent
  244. contentText=content_text
  245. contentDetail=content_detail
  246. updateStatus
  247. statusCategory:select:OPEN,CLOSED
  248. statusMemo
  249. efax
  250. toFaxNumber:tel
  251. SUB
  252. dashboard
  253. audit_log
  254. action_items|action_item|view
  255. action_items/view/{uid}
  256. ACTIONS
  257. signAsPrescriber
  258. updateToFacility
  259. toFacilityUid:record:facility:uid,name
  260. updateContent
  261. contentText=content_text
  262. contentDetail=content_detail
  263. updateStatus
  264. statusCategory:select:OPEN,CLOSED
  265. statusMemo
  266. efax
  267. toFaxNumber:tel
  268. SUB
  269. dashboard
  270. audit_log
  271. care_months|care_month|view
  272. care_months/view/{uid}
  273. ACTIONS
  274. putMcpPro
  275. mcpProUid:record:pro:uid,name_display
  276. putAllyPro
  277. allyProUid:record:pro:uid,name_display
  278. putReasons
  279. reason1
  280. reason2
  281. reason3
  282. reason3Plus
  283. setIsClientEnrolledInCmToTrue
  284. setIsClientEnrolledInCmToFalse
  285. updateWhyNotEnrolledInCm
  286. whyNotEnrolledInCmCategory
  287. whyNotEnrolledInCmMemo
  288. setIsClientEnrolledInRmToTrue
  289. setIsClientEnrolledInRmToFalse
  290. updateWhyNotEnrolledInRm
  291. whyNotEnrolledInRmCategory
  292. whyNotEnrolledInRmMemo
  293. generateBillForCm
  294. numberOfMinutes:number
  295. generateBillForRm
  296. numberOfMinutes:number
  297. setIsCmCanceledThisMonthToTrue
  298. updateWhyIsCmCanceledThisMonth
  299. setIsCmCanceledThisMonthToFalse
  300. setIsRmCanceledThisMonthToTrue
  301. updateWhyIsRmCanceledThisMonth
  302. setIsRmCanceledThisMonthToFalse
  303. setIsTmThisMonthToTrue
  304. setIsTmThisMonthToFalse
  305. SUB
  306. dashboard
  307. cm_time_entries :: need remove
  308. id=care_month_entry.care_month_id :: where cm_or_rm = cm
  309. add_new:care_month_entry :: api is createForCm
  310. careMonthUid:hidden=uid
  311. proUid:record:pro:uid,name_display
  312. effectiveDate:date
  313. timeInSeconds:number
  314. isTimeSpecific
  315. startingTime:time
  316. endingTime:time
  317. contentText
  318. contentDetail
  319. rm_time_entries :: need remove
  320. id=care_month_entry.care_month_id :: where cm_or_rm = rm
  321. add_new:care_month_entry :: api is createForRm
  322. careMonthUid:hidden=uid
  323. proUid:record:pro:uid,name_display
  324. effectiveDate:date
  325. timeInSeconds:number
  326. isTimeSpecific
  327. startingTime:time
  328. endingTime:time
  329. contentText
  330. contentDetail
  331. audit_log
  332. care_month_entries|care_month_entry|view
  333. care_month_entries/view/{uid}
  334. ACTIONS
  335. updateContent
  336. contentText
  337. contentDetail
  338. updateTiming
  339. effectiveDate
  340. timeInSeconds
  341. isTimeSpecific
  342. startingTime
  343. endingTime
  344. SUB
  345. dashboard
  346. bills|bill|view
  347. bills/view/{uid}
  348. ACTIONS
  349. payHcpAmount
  350. hcpPaymentAmount:number
  351. payHcpDifferentAmount
  352. differentHcpPaymentAmount:number
  353. signAsHcp
  354. markSubmitted
  355. putCollectedAmount
  356. collectedAmount
  357. SUB
  358. dashboard
  359. transactions
  360. id=pro_transaction.bill_id
  361. audit_log
  362. transactions|pro_transaction
  363. med_profile_lines|client_info_line
  364. med_profile_line_updates|client_info_line_update
  365. pro_access|client_pro_access|view
  366. pro_access/view/{uid}
  367. ACTIONS
  368. updateReason
  369. reasonCategory=reason_category
  370. reasonDetail=reason_detail
  371. deactivate
  372. memo
  373. updateDeactivationMemo
  374. memo=deactivation_memo
  375. reactivate
  376. memo
  377. updateReactivationMemo
  378. memo=reactivation_memo
  379. SUB
  380. dashboard
  381. mcp_updates|client_mcp_update
  382. ally_updates|client_ally_update
  383. audit_log :: coming soon
  384. ADMIN
  385. # admin_dashboard
  386. facilities|facility|view
  387. facilities/add_new:create
  388. facilities/view/{uid}
  389. ACTIONS
  390. updateBasic
  391. name=name
  392. addressFull=address_full
  393. addressLine1=address_line1
  394. addressLine2=address_line2
  395. addressCity=address_city
  396. addressState=address_state
  397. addressZip=address_zip
  398. addressCountry=address_country
  399. addressGeoLat=address_geo_lat
  400. addressGeoLong=address_geo_long
  401. phone=phone
  402. fax=fax
  403. hours=hours
  404. deactivate
  405. memo
  406. updateDeactivationMemo
  407. memo=deactivation_memo
  408. reactivate
  409. memo
  410. updateReactivationMemo
  411. memo=reactivation_memo
  412. SUB
  413. dashboard
  414. erx
  415. action_items
  416. audit_log
  417. pros|pro|add|view
  418. pros/add_new:create
  419. cellNumber:tel
  420. emailAddress:email
  421. nameDisplay
  422. namePrefix
  423. nameFirst
  424. nameMiddle
  425. nameLast
  426. nameSuffix
  427. nameCredential
  428. isHcp
  429. hcpNpi
  430. previousProfessionCategory
  431. currentProfessionCategory
  432. pros/view/{uid}
  433. ACTIONS
  434. sendCellNumberConfirmationMessage
  435. confirmCellNumberWithConfirmationToken
  436. cellNumber:tel=cell_number
  437. token
  438. putNewCellNumber
  439. newCellNumber:tel=cell_number
  440. confirmEmailAddressWithConfirmationToken
  441. emailAddress:email=email_address
  442. token
  443. putNewEmailAddress
  444. newEmailAddress:email=email_address
  445. updateName
  446. nameDisplay
  447. namePrefix
  448. nameFirst
  449. nameMiddle
  450. nameLast
  451. nameSuffix
  452. nameCredential
  453. updateProfession
  454. isHcp
  455. hcpNpi
  456. previousProfessionCategory
  457. currentProfessionCategory
  458. hcpCategory
  459. hcpSubcategory
  460. updateEnrolledHcpInfo
  461. enrolledHcpCategory
  462. enrolledHcpSubcategory
  463. enrolledHcpNpi
  464. putProfilePicture
  465. profilePictureBase64
  466. updatePhoneInfo
  467. homePhoneNumber
  468. workPhoneNumber
  469. supporterPhoneNumber
  470. supporterMemo
  471. phoneNumbersMemo
  472. updateAddress
  473. mailingAddressLine1
  474. mailingAddressLine2
  475. mailingAddressCity
  476. mailingAddressState
  477. mailingAddressCountry
  478. mailingAddressZip
  479. mailingAddressLat
  480. mailingAddressLong
  481. homeAddressLine1
  482. homeAddressLine2
  483. homeAddressCity
  484. homeAddressState
  485. homeAddressCountry
  486. homeAddressZip
  487. homeAddressLat
  488. homeAddressLong
  489. updatePaymentProcessingDetail
  490. paymentProcessingDetail
  491. uploadDriverLicense
  492. driverLicenseFilePath
  493. updateDriverLicenseInfo
  494. driverLicenseState
  495. driverLicenseIssueDate
  496. driverLicenseExpirationDate
  497. updateSsn
  498. ssn
  499. SUB
  500. dashboard
  501. payment_schedule
  502. id=pro_rate.pro_id :: and link to pro_rates/view/{uid}
  503. add_new:pro_rate
  504. proUid:hidden=uid
  505. asHcpOrAlly:select:HCP,ALLY
  506. code
  507. amount:number
  508. teams
  509. clients
  510. pro_access
  511. mcp_updates
  512. ally_updates
  513. erx
  514. action_items
  515. care_months
  516. care_month_entries
  517. notes
  518. bills
  519. pro_transactions
  520. sessions
  521. audit_log
  522. pro_rates|pro_rate|view
  523. pro_rates/view/{uid}
  524. ACTIONS
  525. updateAmount
  526. newAmount:number=amount
  527. SUB
  528. dashboard