Improvements mostly concerning inventory.
[openemr.git] / sites / default / documents / custom_menus / Custom.json
blob1e7f7f682ed59df366e521f66066e8fe21f11a47
2   {
3     "label": "Calendar",
4     "menu_id": "cal0",
5     "target": "cal",
6     "url": "/interface/main/main_info.php",
7     "children": [],
8     "requirement": 0,
9     "acl_req": [
10       "patients",
11       "appt"
12     ],
13     "global_req_strict": [
14       "!disable_calendar",
15       "!ippf_specific"
16     ]
17   },
18   {
19     "label": "Flow Board",
20     "menu_id": "pfb0",
21     "target": "flb",
22     "url": "/interface/patient_tracker/patient_tracker.php?skip_timeout_reset=1",
23     "children": [],
24     "requirement": 0,
25     "acl_req": [
26       "patients",
27       "appt"
28     ],
29     "global_req_strict": [
30       "!disable_pat_trkr",
31       "!disable_calendar"
32     ]
33   },
34   {
35         "label": "Recall Board",
36         "menu_id": "pfb0",
37         "target": "rcb",
38         "url": "/interface/main/messages/messages.php?go=Recalls",
39         "children": [],
40         "requirement": 0,
41         "acl_req": [
42           "patients",
43           "appt"
44         ],
45     "global_req_strict": [
46       "!disable_rcb"
47     ]
49    },
51   {
52     "label": "Messages",
53     "menu_id": "msg0",
54     "target": "msg",
55     "url": "/interface/main/messages/messages.php?form_active=1",
56     "children": [],
57     "requirement": 0,
58     "acl_req": [
59       "patients",
60       "notes"
61     ]
62   },
63   {
64     "label": "Patient/Client",
65     "menu_id": "patimg",
66     "children": [
67       {
68         "label": "Patients",
69         "menu_id": "fin0",
70         "target": "fin",
71         "url": "/interface/main/finder/dynamic_finder.php",
72         "children": [],
73         "requirement": 0,
74         "acl_req": [
75           "patients",
76           "demo"
77         ]
78       },
79       {
80         "label": "New/Search",
81         "menu_id": "new0",
82         "target": "pat",
83         "url": "/interface/new/new.php",
84         "children": [],
85         "requirement": 0,
86         "acl_req": [
87           "patients",
88           "demo",
89           "write",
90           "addonly"
91         ],
92         "global_req": "full_new_patient_form"
93       },
94       {
95         "label": "New",
96         "menu_id": "new0",
97         "target": "pat",
98         "url": "/interface/new/new.php",
99         "children": [],
100         "requirement": 0,
101         "acl_req": [
102           "patients",
103           "demo",
104           "write",
105           "addonly"
106         ],
107         "global_req": "!full_new_patient_form"
108       },
109       {
110         "label": "Dashboard{{patient file}}",
111         "menu_id": "dem1",
112         "target": "pat",
113         "url": "/interface/patient_file/summary/demographics.php",
114         "children": [],
115         "requirement": 1,
116         "acl_req": [
117           "patients",
118           "demo"
119         ]
120       },
121       {
122         "label": "Visits",
123         "icon": "fa-caret-right",
124         "children": [
125           {
126             "label": "Calendar",
127             "menu_id": "cal0",
128             "target": "cal",
129             "url": "/interface/main/main_info.php",
130             "children": [],
131             "requirement": 0,
132             "acl_req": [
133               "patients",
134               "appt"
135             ],
136             "global_req_strict": [
137               "ippf_specific",
138               "!disable_calendar"
139             ]
140           },
141           {
142             "label": "Create Visit",
143             "menu_id": "nen1",
144             "target": "enc",
145             "url": "/interface/forms/newpatient/new.php?autoloaded=1&calenc=",
146             "children": [],
147             "requirement": 1
148           },
149           {
150             "label": "Current",
151             "menu_id": "enc2",
152             "target": "enc",
153             "url": "/interface/patient_file/encounter/encounter_top.php",
154             "children": [],
155             "requirement": 3,
156             "acl_req": [
157               "patients",
158               "appt"
159             ]
160           },
161           {
162             "label": "Visit History",
163             "menu_id": "ens1",
164             "target": "enc",
165             "url": "/interface/patient_file/history/encounters.php",
166             "children": [],
167             "requirement": 1,
168             "acl_req": [
169               "patients",
170               "appt"
171             ]
172           }
173         ],
174         "requirement": 0
175       },
176       {
177         "label": "Records",
178         "icon": "fa-caret-right",
179         "children": [
180           {
181             "label": "Patient Record Request",
182             "menu_id": "prq1",
183             "target": "enc",
184             "url": "/interface/patient_file/transaction/record_request.php",
185             "children": [],
186             "requirement": 1,
187             "acl_req": [
188               "patients",
189               "med"
190             ]
191           }
192         ],
193         "requirement": 0
194       },
195       {
196         "label": "Visit Forms",
197         "icon": "fa-caret-right",
198         "children": [],
199         "requirement": 0
200       },
201       {
202         "label": "Import",
203         "icon": "fa-caret-right",
204         "children": [
205           {
206             "label": "Upload",
207             "menu_id": "ccr0",
208             "target": "pat",
209             "url": "/interface/patient_file/ccr_import.php",
210             "children": [],
211             "requirement": 0,
212             "acl_req": [
213               "patients",
214               "med",
215               "write"
216             ]
217           },
218           {
219             "label": "Pending Approval",
220             "menu_id": "apr0",
221             "target": "pat",
222             "url": "/interface/patient_file/ccr_pending_approval.php",
223             "children": [],
224             "requirement": 0,
225             "acl_req": [
226               "patients",
227               "med",
228               "write"
229             ]
230           }
231         ],
232         "requirement": 0
233       }
234     ],
235     "requirement": 0
236   },
237   {
238     "label": "Groups",
239     "menu_id": "groupimg",
240     "children": [
241       {
242         "label": "Groups",
243         "menu_id": "gfn0",
244         "target": "gfn",
245         "url": "/interface/therapy_groups/index.php?method=listGroups",
246         "children": [],
247         "requirement": 0,
248         "acl_req": [
249           [
250             "groups",
251             "gadd",
252             "view"
253           ],
254           [
255             "groups",
256             "gadd",
257             "write"
258           ]
259         ]
260       },
261       {
262         "label": "New",
263         "menu_id": "gng0",
264         "target": "gng",
265         "url": "/interface/therapy_groups/index.php?method=addGroup",
266         "children": [],
267         "requirement": 0,
268         "acl_req": [
269           [
270             "groups",
271             "gadd",
272             "view"
273           ],
274           [
275             "groups",
276             "gadd",
277             "write"
278           ]
279         ]
280       },
281       {
282         "label": "Group Details",
283         "menu_id": "gdg4",
284         "target": "gdg",
285         "url": "/interface/therapy_groups/index.php?method=groupDetails&group_id=from_session",
286         "children": [],
287         "requirement": 4,
288         "acl_req": [
289           [
290             "groups",
291             "gadd",
292             "view"
293           ],
294           [
295             "groups",
296             "gadd",
297             "write"
298           ]
299         ]
300       },
301       {
302         "label": "Visits",
303         "icon": "fa-caret-right",
304         "children": [
305           {
306             "label": "Create Visit",
307             "menu_id": "gcv4",
308             "target": "enc",
309             "url": "/interface/forms/newGroupEncounter/new.php?autoloaded=1&calenc==",
310             "children": [],
311             "requirement": 4,
312             "acl_req": [
313               [
314                 "groups",
315                 "gcalendar",
316                 "view"
317               ],
318               [
319                 "groups",
320                 "gcalendar",
321                 "write"
322               ]
323             ]
324           },
325           {
326             "label": "Current",
327             "menu_id": "enc5",
328             "target": "enc",
329             "url": "/interface/patient_file/encounter/encounter_top.php",
330             "children": [],
331             "requirement": 5,
332             "acl_req": [
333               [
334                 "groups",
335                 "glog",
336                 "view"
337               ],
338               [
339                 "groups",
340                 "glog",
341                 "write"
342               ]
343             ]
344           },
345           {
346             "label": "Visit History",
347             "menu_id": "gvh4",
348             "target": "enc",
349             "url": "/interface/patient_file/history/encounters.php",
350             "children": [],
351             "requirement": 4,
352             "acl_req": [
353               [
354                 "groups",
355                 "glog",
356                 "view"
357               ],
358               [
359                 "groups",
360                 "glog",
361                 "write"
362               ]
363             ]
364           }
365         ],
366         "requirement": 0
367       }
368     ],
369     "requirement": 0,
370     "global_req": "enable_group_therapy"
371   },
372   {
373     "label": "Fees",
374     "menu_id": "feeimg",
375     "children": [
376       {
377         "label": "Fee Sheet",
378         "menu_id": "cod2",
379         "target": "enc",
380         "url": "/interface/patient_file/encounter/load_form.php?formname=fee_sheet",
381         "children": [],
382         "requirement": 2,
383         "acl_req": [
384           [
385             "encounters",
386             "coding",
387             "write"
388           ],
389           [
390             "encounters",
391             "coding_a",
392             "write"
393           ]
394         ]
395       },
396       {
397         "label": "Charges",
398         "menu_id": "cod1",
399         "target": "enc",
400         "url": "/interface/patient_file/encounter/encounter_bottom.php",
401         "children": [],
402         "requirement": 2,
403         "acl_req": [
404           "acct",
405           "bill",
406           "write"
407         ],
408         "global_req": "use_charges_panel"
409       },
410       {
411         "label": "Payment",
412         "menu_id": "pay1",
413         "target": "enc",
414         "url": "/interface/patient_file/front_payment.php",
415         "children": [],
416         "requirement": 1,
417         "acl_req": [
418           "acct",
419           "bill",
420           "write"
421         ]
422       },
423       {
424         "label": "Checkout",
425         "menu_id": "bil1",
426         "target": "enc",
427         "url": "/interface/patient_file/pos_checkout.php?framed=1",
428         "children": [],
429         "requirement": 1,
430         "acl_req": [
431           "acct",
432           "bill",
433           "write"
434         ]
435       },
436       {
437         "label": "Billing Manager",
438         "menu_id": "bil0",
439         "target": "bil",
440         "url": "/interface/billing/billing_report.php",
441         "children": [],
442         "requirement": 0,
443         "acl_req": [
444           [
445             "acct",
446             "eob",
447             "write"
448           ],
449           [
450             "acct",
451             "bill",
452             "write"
453           ]
454         ],
455         "global_req": "!simplified_demographics"
456       },
457       {
458         "label": "Batch Payments",
459         "menu_id": "npa0",
460         "target": "pat",
461         "url": "/interface/billing/new_payment.php",
462         "children": [],
463         "requirement": 0,
464         "acl_req": [
465           [
466             "acct",
467             "eob",
468             "write"
469           ],
470           [
471             "acct",
472             "bill",
473             "write"
474           ]
475         ],
476         "global_req": "enable_batch_payment"
477       },
478       {
479         "label": "Posting Payments",
480         "menu_id": "eob",
481         "target": "bil",
482         "url": "/interface/billing/sl_eob_search.php",
483         "children": [],
484         "requirement": 0,
485         "global_req": "enable_posting",
486         "acl_req": [
487           "acct",
488           "eob",
489           "write"
490         ]
491       },
492       {
493         "label": "EDI History",
494         "menu_id": "edi0",
495         "target": "edi",
496         "url": "/interface/billing/edih_view.php",
497         "children": [],
498         "requirement": 0,
499         "acl_req": [
500           "acct",
501           "eob"
502         ],
503         "global_req": "enable_edihistory_in_left_menu"
504       },
505       {
506         "label": "Claim File Tracker",
507         "menu_id": "biltrk0",
508         "target": "biltrk",
509         "url": "/interface/billing/billing_tracker.php",
510         "children": [],
511         "requirement": 0,
512         "acl_req": [
513             [
514                 "acct",
515                 "eob",
516                 "write"
517             ],
518             [
519                 "acct",
520                 "bill",
521                 "write"
522             ]
523         ],
524         "global_req": "auto_sftp_claims_to_x12_partner"
525       }
526     ],
527     "requirement": 0,
528     "global_req": "enable_fees_in_left_menu"
529   },
530   {
531     "label": "Modules",
532     "menu_id": "modimg",
533     "children": [
534       {
535         "label": "Manage Modules",
536         "menu_id": "adm0",
537         "target": "pat",
538         "url": "/interface/modules/zend_modules/public/Installer",
539         "children": [],
540         "requirement": 0,
541         "acl_req": [
542           "admin",
543           "manage_modules"
544         ]
545       }
546     ],
547     "requirement": 0,
548     "acl_req": [
549     "menus",
550     "modle"
551   ]
552   },
553   {
554     "label": "Inventory",
555     "menu_id": "invimg",
556     "children": [
557       {
558         "label": "Management",
559         "menu_id": "adm0",
560         "target": "adm",
561         "url": "/interface/drugs/drug_inventory.php",
562         "children": [],
563         "requirement": 0
564       },
565       {
566         "label": "Destroyed",
567         "menu_id": "adm0",
568         "target": "adm",
569         "url": "/interface/reports/destroyed_drugs_report.php",
570         "children": [],
571         "requirement": 0,
572           "acl_req": [
573             ["admin", "drugs"],
574             ["inventory", "reporting"]
575           ]
576       }
577     ],
578     "requirement": 0,
579     "acl_req": [
580       ["admin", "drugs"],
581       ["inventory", "lots"],
582       ["inventory", "purchases"],
583       ["inventory", "transfers"],
584       ["inventory", "adjustments"],
585       ["inventory", "consumption"],
586       ["inventory", "destruction"],
587       ["inventory", "sales"],
588       ["inventory", "reporting"]
589     ],
590     "global_req": "inhouse_pharmacy"
591   },
592   {
593     "label": "Procedures",
594     "menu_id": "proimg",
595     "children": [
596       {
597         "label": "Providers",
598         "menu_id": "orl0",
599         "target": "pat",
600         "url": "/interface/orders/procedure_provider_list.php",
601         "children": [],
602         "requirement": 0,
603         "acl_req": [
604           "admin",
605           "super"
606         ]
607       },
608       {
609         "label": "Configuration",
610         "menu_id": "ort0",
611         "target": "pat",
612         "url": "/interface/orders/types.php",
613         "children": [],
614         "requirement": 0,
615         "acl_req": [
616           "admin",
617           "super"
618         ]
619       },
620       {
621         "label": "Load Compendium",
622         "menu_id": "orc0",
623         "target": "pat",
624         "url": "/interface/orders/load_compendium.php",
625         "children": [],
626         "requirement": 0,
627         "acl_req": [
628           "admin",
629           "super"
630         ]
631       },
632       {
633         "label": "Pending Review",
634         "menu_id": "orp1",
635         "target": "enc",
636         "url": "/interface/orders/orders_results.php?review=1",
637         "children": [],
638         "requirement": 1,
639         "acl_req": [
640           "patients",
641           "lab"
642         ]
643       },
644       {
645         "label": "Patient Results",
646         "menu_id": "orr1",
647         "target": "enc",
648         "url": "/interface/orders/orders_results.php",
649         "children": [],
650         "requirement": 1,
651         "acl_req": [
652           "patients",
653           "lab"
654         ]
655       },
656       {
657         "label": "Lab Overview",
658         "menu_id": "lda1",
659         "target": "enc",
660         "url": "/interface/patient_file/summary/labdata.php",
661         "children": [],
662         "requirement": 1,
663         "acl_req": [
664           "patients",
665           "lab"
666         ]
667       },
668       {
669         "label": "Batch Results",
670         "menu_id": "orb0",
671         "target": "pat",
672         "url": "/interface/orders/orders_results.php?batch=1",
673         "children": [],
674         "requirement": 0,
675         "acl_req": [
676           "patients",
677           "lab"
678         ]
679       },
680       {
681         "label": "Electronic Reports",
682         "menu_id": "ore0",
683         "target": "pat",
684         "url": "/interface/orders/list_reports.php",
685         "children": [],
686         "requirement": 0,
687         "acl_req": [
688           "patients",
689           "lab"
690         ]
691       },
692       {
693         "label": "Lab Documents",
694         "menu_id": "dld0",
695         "target": "pat",
696         "url": "/interface/main/display_documents.php",
697         "children": [],
698         "requirement": 0,
699         "acl_req": [
700           "patients",
701           "lab"
702         ]
703       }
704     ],
705     "requirement": 0
706   },
707   {
708     "label": "New Crop",
709     "menu_id": "feeimg",
710     "children": [
711       {
712         "label": "e-Rx",
713         "menu_id": "ncr0",
714         "target": "pat",
715         "url": "/interface/eRx.php",
716         "children": [],
717         "requirement": 1,
718         "acl_req": [
719           "patients",
720           "rx"
721         ]
722       },
723       {
724         "label": "e-Rx Renewal",
725         "menu_id": "ncr1",
726         "target": "pat",
727         "url": "/interface/eRx.php?page=status",
728         "children": [],
729         "requirement": 1,
730         "acl_req": [
731           "patients",
732           "rx"
733         ]
734       },
735       {
736         "label": "e-Rx EPCS",
737         "menu_id": "ncr2",
738         "target": "pat",
739         "url": "/interface/eRx.php?page=epcs-admin",
740         "children": [],
741         "requirement": 0,
742         "acl_req": [
743           "patients",
744           "rx"
745         ],
746         "global_req": "newcrop_user_role_erxadmin"
747       }
748     ],
749     "requirement": 1,
750     "global_req_strict": [
751       "erx_enable",
752       "newcrop_user_role"
753     ]
754   },
755   {
756     "label": "Administration",
757     "menu_id": "admimg",
758     "children": [
759       {
760         "label": "Globals",
761         "menu_id": "adm0",
762         "target": "adm",
763         "url": "/interface/super/edit_globals.php",
764         "children": [],
765         "requirement": 0,
766         "acl_req": [
767           "admin",
768           "super"
769         ]
770       },
771       {
772         "label": "Clinic",
773         "icon": "fa-caret-right",
774         "children": [
775           {
776             "label": "Facilities",
777             "menu_id": "adm0",
778             "target": "adm",
779             "url": "/interface/usergroup/facilities.php",
780             "children": [],
781             "requirement": 0,
782             "acl_req": [
783               "admin",
784               "users"
785             ]
786           },
787           {
788             "label": "Calendar",
789             "menu_id": "adm0",
790             "target": "adm",
791             "url": "/interface/main/calendar/index.php?module=PostCalendar&type=admin&func=modifyconfig",
792             "children": [],
793             "requirement": 0,
794             "acl_req": [
795               "admin",
796               "calendar"
797             ],
798             "global_req": "!disable_calendar"
799           },
800           {
801             "label": "Import Holidays",
802             "menu_id": "adm0",
803             "target": "adm",
804             "url": "/interface/main/holidays/import_holidays.php",
805             "children": [],
806             "requirement": 0,
807             "acl_req": [
808               "admin",
809               "super"
810             ]
811           }
812         ],
813         "requirement": 0,
814         "acl_req": [
815           [
816             "admin",
817             "users"
818           ],
819           [
820             "admin",
821             "calendar"
822           ],
823           [
824             "admin",
825             "super"
826           ]
827         ]
828       },
829       {
830         "label": "Patients",
831         "icon": "fa-caret-right",
832         "children": [
833           {
834             "label": "Patient Reminders",
835             "menu_id": "adm0",
836             "target": "adm",
837             "url": "/interface/patient_file/reminder/patient_reminders.php?mode=admin&patient_id=",
838             "children": [],
839             "requirement": 0,
840             "acl_req": [
841               "admin",
842               "super"
843             ],
844             "global_req": "enable_cdr"
845           },
846           {
847             "label": "Merge Patients",
848             "menu_id": "adm0",
849             "target": "adm",
850             "url": "/interface/patient_file/merge_patients.php",
851             "children": [],
852             "requirement": 0,
853             "acl_req": [
854               "admin",
855               "super"
856             ]
857           }
858         ],
859         "requirement": 0,
860         "acl_req": [
861           [
862             "admin",
863             "super"
864           ]
865         ]
866       },
867       {
868         "label": "Practice",
869         "icon": "fa-caret-right",
870         "children": [
871           {
872             "label": "Practice Settings",
873             "menu_id": "adm0",
874             "target": "adm",
875             "url": "/controller.php?practice_settings&pharmacy&action=list",
876             "children": [],
877             "requirement": 0,
878             "acl_req": [
879               "admin",
880               "practice"
881             ]
882           },
883           {
884             "label": "Rules",
885             "menu_id": "adm0",
886             "target": "adm",
887             "url": "/interface/super/rules/index.php?action=browse!list",
888             "children": [],
889             "requirement": 0,
890             "acl_req": [
891               "admin",
892               "super"
893             ],
894             "global_req": "enable_cdr"
895           },
896           {
897             "label": "Alerts",
898             "menu_id": "adm0",
899             "target": "adm",
900             "url": "/interface/super/rules/index.php?action=alerts!listactmgr",
901             "children": [],
902             "requirement": 0,
903             "acl_req": [
904               "admin",
905               "super"
906             ],
907             "global_req": "enable_cdr"
908           }
909         ],
910         "requirement": 0,
911         "acl_req": [
912           [
913             "admin",
914             "practice"
915           ],
916           [
917             "admin",
918             "super"
919           ]
920         ]
921       },
922       {
923         "label": "Coding",
924         "icon": "fa-caret-right",
925         "children": [
926           {
927             "label": "Codes",
928             "menu_id": "adm0",
929             "target": "adm",
930             "url": "/interface/patient_file/encounter/superbill_custom_full.php",
931             "children": [],
932             "requirement": 0,
933             "acl_req": [
934               "admin",
935               "superbill"
936             ]
937           },
938           {
939             "label": "Native Data Loads",
940             "menu_id": "adm0",
941             "target": "adm",
942             "url": "/interface/super/load_codes.php",
943             "children": [],
944             "requirement": 0,
945             "acl_req": [
946               "admin",
947               "super"
948             ]
949           },
950           {
951             "label": "External Data Loads",
952             "menu_id": "adm0",
953             "target": "adm",
954             "url": "/interface/code_systems/dataloads_ajax.php",
955             "children": [],
956             "requirement": 0,
957             "acl_req": [
958               "admin",
959               "super"
960             ]
961           }
962         ],
963         "requirement": 0,
964         "acl_req": [
965           [
966             "admin",
967             "superbill"
968           ],
969           [
970             "admin",
971             "super"
972           ]
973         ]
974       },
975       {
976         "label": "Forms",
977         "icon": "fa-caret-right",
978         "children": [
979           {
980             "label": "Forms Administration",
981             "menu_id": "adm0",
982             "target": "adm",
983             "url": "/interface/forms_admin/forms_admin.php",
984             "children": [],
985             "requirement": 0,
986             "acl_req": [
987               "admin",
988               "forms"
989             ]
990           },
991           {
992             "label": "Layouts",
993             "menu_id": "adm0",
994             "target": "adm",
995             "url": "/interface/super/edit_layout.php",
996             "children": [],
997             "requirement": 0,
998             "acl_req": [
999               "admin",
1000               "super"
1001             ]
1002           },
1003           {
1004             "label": "Lists",
1005             "menu_id": "adm0",
1006             "target": "adm",
1007             "url": "/interface/super/edit_list.php",
1008             "children": [],
1009             "requirement": 0,
1010             "acl_req": [
1011               "admin",
1012               "super"
1013             ]
1014           }
1015         ],
1016         "requirement": 0,
1017         "acl_req": [
1018           [
1019             "admin",
1020             "forms"
1021           ],
1022           [
1023             "admin",
1024             "super"
1025           ]
1026         ]
1027       },
1028       {
1029         "label": "Documents",
1030         "icon": "fa-caret-right",
1031         "children": [
1032           {
1033             "label": "Document Templates",
1034             "menu_id": "adm0",
1035             "target": "adm",
1036             "url": "/interface/super/manage_document_templates.php",
1037             "children": [],
1038             "requirement": 0,
1039             "acl_req": [
1040               "admin",
1041               "practice"
1042             ]
1043           }
1044         ],
1045         "requirement": 0,
1046         "acl_req": [
1047           [
1048             "admin",
1049             "practice"
1050           ]
1051         ]
1052       },
1053       {
1054         "label": "System",
1055         "icon": "fa-caret-right",
1056         "children": [
1057           {
1058             "label": "Backup",
1059             "menu_id": "adm0",
1060             "target": "adm",
1061             "url": "/interface/main/backup.php",
1062             "children": [],
1063             "requirement": 0,
1064             "acl_req": [
1065               "admin",
1066               "super"
1067             ]
1068           },
1069           {
1070             "label": "Files",
1071             "menu_id": "adm0",
1072             "target": "adm",
1073             "url": "/interface/super/manage_site_files.php",
1074             "children": [],
1075             "requirement": 0,
1076             "acl_req": [
1077               "admin",
1078               "super"
1079             ]
1080           },
1081           {
1082             "label": "Language",
1083             "menu_id": "adm0",
1084             "target": "adm",
1085             "url": "/interface/language/language.php",
1086             "children": [],
1087             "requirement": 0,
1088             "acl_req": [
1089               "admin",
1090               "language"
1091             ]
1092           },
1093           {
1094             "label": "Certificates",
1095             "menu_id": "adm0",
1096             "target": "adm",
1097             "url": "/interface/usergroup/ssl_certificates_admin.php",
1098             "children": [],
1099             "requirement": 0,
1100             "acl_req": [
1101               "admin",
1102               "users"
1103             ]
1104           },
1105           {
1106             "label": "Logs",
1107             "menu_id": "adm0",
1108             "target": "adm",
1109             "url": "/interface/logview/logview.php",
1110             "children": [],
1111             "requirement": 0,
1112             "acl_req": [
1113               "admin",
1114               "users"
1115             ]
1116           },
1117           {
1118             "label": "Audit Log Tamper",
1119             "menu_id": "adm0",
1120             "target": "adm",
1121             "url": "/interface/reports/audit_log_tamper_report.php",
1122             "children": [],
1123             "requirement": 0,
1124             "acl_req": [
1125               "admin",
1126               "super"
1127             ]
1128           },
1129           {
1130             "label": "Diagnostics",
1131             "menu_id": "adm0",
1132             "target": "adm",
1133             "url": "/interface/main/calendar/index.php?module=PostCalendar&type=admin&func=testSystem",
1134             "children": [],
1135             "requirement": 0,
1136             "acl_req": [
1137               "admin",
1138               "super"
1139             ]
1140           },
1141           {
1142             "label": "API Clients",
1143             "menu_id": "adm0",
1144             "target": "adm",
1145             "url": "/interface/smart/admin-client.php",
1146             "children": [],
1147             "requirement": 0,
1148             "acl_req": [
1149               "admin",
1150               "super"
1151             ]
1152           }
1153         ],
1154         "requirement": 0,
1155         "acl_req": [
1156           [
1157             "admin",
1158             "super"
1159           ],
1160           [
1161             "admin",
1162             "language"
1163           ],
1164           [
1165             "admin",
1166             "users"
1167           ]
1168         ]
1169       },
1170       {
1171         "label": "Users",
1172         "menu_id": "adm0",
1173         "target": "adm",
1174         "url": "/interface/usergroup/usergroup_admin.php",
1175         "children": [],
1176         "requirement": 0,
1177         "acl_req": [
1178           "admin",
1179           "users"
1180         ]
1181       },
1182       {
1183         "label": "Address Book",
1184         "menu_id": "adb0",
1185         "target": "adm",
1186         "url": "/interface/usergroup/addrbook_list.php",
1187         "children": [],
1188         "requirement": 0,
1189         "acl_req": [
1190           "admin",
1191           "practice"
1192         ]
1193       },
1194       {
1195         "label": "ACL",
1196         "menu_id": "adm0",
1197         "target": "adm",
1198         "url": "/interface/usergroup/adminacl.php",
1199         "children": [],
1200         "requirement": 0,
1201         "acl_req": [
1202           "admin",
1203           "acl"
1204         ]
1205       },
1206       {
1207         "label": "De Identification",
1208         "menu_id": "adm0",
1209         "target": "adm",
1210         "url": "/interface/de_identification_forms/de_identification_screen1.php",
1211         "children": [],
1212         "requirement": 0,
1213         "acl_req": [
1214           "admin",
1215           "super"
1216         ],
1217         "global_req": "include_de_identification"
1218       },
1219       {
1220         "label": "Re Identification",
1221         "menu_id": "adm0",
1222         "target": "adm",
1223         "url": "/interface/de_identification_forms/re_identification_input_screen.php",
1224         "children": [],
1225         "requirement": 0,
1226         "acl_req": [
1227           "admin",
1228           "super"
1229         ],
1230         "global_req": "include_de_identification"
1231       },
1232       {
1233         "label": "Export",
1234         "menu_id": "adm0",
1235         "target": "adm",
1236         "url": "/interface/main/ippf_export.php",
1237         "children": [],
1238         "requirement": 0,
1239         "acl_req": [
1240           "admin",
1241           "super"
1242         ],
1243         "global_req": "ippf_specific"
1244       },
1245       {
1246         "label": "Other",
1247         "icon": "fa-caret-right",
1248         "children": [
1249           {
1250             "label": "eRx Logs",
1251             "menu_id": "adm0",
1252             "target": "adm",
1253             "url": "/interface/logview/erx_logview.php",
1254             "children": [],
1255             "requirement": 0,
1256             "acl_req": [
1257               "admin",
1258               "super"
1259             ],
1260             "global_req": [
1261               "erx_enable"
1262             ]
1263           },
1264           {
1265             "label":"Weno Management",
1266             "menu_id":"adm0",
1267             "target":"adm",
1268             "url":"/interface/weno/facilities.php",
1269             "children":[],
1270             "requirement":0,
1271             "acl_req": [
1272               "admin",
1273               "super"
1274             ],
1275               "global_req": [
1276                   "weno_rx_enable"
1277               ]
1278           }
1279         ],
1280         "requirement": 0,
1281         "acl_req": [
1282           "admin",
1283           "super"
1284         ]
1285       }
1286     ],
1287     "requirement": 0,
1288     "acl_req": [
1289       [
1290         "admin",
1291         "calendar"
1292       ],
1293       [
1294         "admin",
1295         "forms"
1296       ],
1297       [
1298         "admin",
1299         "practice"
1300       ],
1301       [
1302         "admin",
1303         "users"
1304       ],
1305       [
1306         "admin",
1307         "acl"
1308       ],
1309       [
1310         "admin",
1311         "super"
1312       ],
1313       [
1314         "admin",
1315         "superbill"
1316       ]
1317     ]
1318   },
1319   {
1320     "label": "Reports",
1321     "menu_id": "repimg",
1322     "children": [
1323       {
1324         "label": "Clients",
1325         "icon": "fa-caret-right",
1326         "children": [
1327           {
1328             "label": "List",
1329             "menu_id": "rep0",
1330             "target": "rep",
1331             "url": "/interface/reports/patient_list.php",
1332             "children": [],
1333             "requirement": 0,
1334             "acl_req": [
1335               "patients",
1336               "demo"
1337             ]
1338           },
1339           {
1340             "label": "Rx",
1341             "menu_id": "rep0",
1342             "target": "rep",
1343             "url": "/interface/reports/prescriptions_report.php",
1344             "children": [],
1345             "requirement": 0,
1346             "acl_req": [
1347               "patients",
1348               "rx"
1349             ],
1350             "global_req": "!disable_prescriptions"
1351           },
1352             {
1353                 "label":"Prescription Log",
1354                 "menu_id":"rep0",
1355                 "target":"rep",
1356                 "url":"/interface/weno/rxlogmanager.php",
1357                 "children":[],
1358                 "requirement":0,
1359                 "acl_req": [
1360                     "patients",
1361                     "rx"
1362                 ],
1363                 "global_req": [
1364                     "weno_rx_enable"
1365                 ]
1366             },
1367           {
1368             "label": "Patient List Creation",
1369             "menu_id": "rep0",
1370             "target": "rep",
1371             "url": "/interface/reports/patient_list_creation.php",
1372             "children": [],
1373             "requirement": 0,
1374             "acl_req": [
1375               "patients",
1376               "med"
1377             ]
1378           },
1379           {
1380             "label": "Clinical",
1381             "menu_id": "rep0",
1382             "target": "rep",
1383             "url": "/interface/reports/clinical_reports.php",
1384             "children": [],
1385             "requirement": 0,
1386             "acl_req": [
1387               "patients",
1388               "med"
1389             ]
1390           },
1391           {
1392             "label": "Referrals",
1393             "menu_id": "rep0",
1394             "target": "rep",
1395             "url": "/interface/reports/referrals_report.php",
1396             "children": [],
1397             "requirement": 0,
1398             "acl_req": [
1399               "patients",
1400               "med"
1401             ]
1402           },
1403           {
1404             "label": "Immunization Registry",
1405             "menu_id": "rep0",
1406             "target": "rep",
1407             "url": "/interface/reports/immunization_report.php",
1408             "children": [],
1409             "requirement": 0,
1410             "acl_req": [
1411               "patients",
1412               "med"
1413             ]
1414           }
1415         ],
1416         "requirement": 0
1417       },
1418       {
1419         "label": "Clinic",
1420         "icon": "fa-caret-right",
1421         "children": [
1422           {
1423             "label": "Report Results",
1424             "menu_id": "rep0",
1425             "target": "rep",
1426             "url": "/interface/reports/report_results.php",
1427             "children": [],
1428             "requirement": 0,
1429             "acl_req": [
1430               "patients",
1431               "med"
1432             ],
1433             "global_req": [
1434               "enable_cdr",
1435               "enable_cqm",
1436               "enable_amc"
1437             ]
1438           },
1439           {
1440             "label": "Standard Measures",
1441             "menu_id": "rep0",
1442             "target": "rep",
1443             "url": "/interface/reports/cqm.php?type=standard",
1444             "children": [],
1445             "requirement": 0,
1446             "acl_req": [
1447               "patients",
1448               "med"
1449             ],
1450             "global_req": "enable_cdr"
1451           },
1452           {
1453             "label": "Quality Measures (CQM)",
1454             "menu_id": "rep0",
1455             "target": "rep",
1456             "url": "/interface/reports/cqm.php?type=cqm",
1457             "children": [],
1458             "requirement": 0,
1459             "acl_req": [
1460               "patients",
1461               "med"
1462             ],
1463             "global_req": "enable_cqm"
1464           },
1465           {
1466             "label": "Automated Measures (AMC)",
1467             "menu_id": "rep0",
1468             "target": "rep",
1469             "url": "/interface/reports/cqm.php?type=amc",
1470             "children": [],
1471             "requirement": 0,
1472             "acl_req": [
1473               "patients",
1474               "med"
1475             ],
1476             "global_req": "enable_amc"
1477           },
1478           {
1479             "label": "AMC Tracking",
1480             "menu_id": "rep0",
1481             "target": "rep",
1482             "url": "/interface/reports/amc_tracking.php",
1483             "children": [],
1484             "requirement": 0,
1485             "acl_req": [
1486               "patients",
1487               "med"
1488             ],
1489             "global_req": "enable_amc_tracking"
1490           },
1491           {
1492             "label": "Alerts Log",
1493             "menu_id": "rep0",
1494             "target": "rep",
1495             "url": "/interface/reports/cdr_log.php",
1496             "children": [],
1497             "requirement": 0,
1498             "acl_req": [
1499               "patients",
1500               "med"
1501             ]
1502           }
1503         ],
1504         "requirement": 0,
1505         "global_req_strict": [
1506           "enable_cdr",
1507           "enable_alert_log"
1508         ]
1509       },
1510       {
1511         "label": "Visits",
1512         "icon": "fa-caret-right",
1513         "children": [
1514           {
1515             "label": "Daily Report",
1516             "menu_id": "rep0",
1517             "target": "rep",
1518             "url": "/interface/reports/daily_summary_report.php",
1519             "children": [],
1520             "requirement": 0,
1521             "acl_req": [
1522               "acct",
1523               "rep_a"
1524             ]
1525           },
1526           {
1527             "label": "Appointments",
1528             "menu_id": "rep0",
1529             "target": "rep",
1530             "url": "/interface/reports/appointments_report.php",
1531             "children": [],
1532             "requirement": 0,
1533             "acl_req": [
1534               "patients",
1535               "appt"
1536             ],
1537             "global_req": "!disable_calendar"
1538           },
1539           {
1540             "label": "Patient Flow Board",
1541             "menu_id": "rep0",
1542             "target": "rep",
1543             "url": "/interface/reports/patient_flow_board_report.php",
1544             "children": [],
1545             "requirement": 0,
1546             "acl_req": [
1547               "patients",
1548               "appt"
1549             ],
1550             "global_req_strict": [
1551               "!disable_pat_trkr",
1552               "!disable_calendar"
1553             ]
1554           },
1555           {
1556             "label": "Encounters",
1557             "menu_id": "rep0",
1558             "target": "rep",
1559             "url": "/interface/reports/encounters_report.php",
1560             "children": [],
1561             "requirement": 0,
1562             "acl_req": [
1563               "encounters",
1564               "coding_a"
1565             ]
1566           },
1567           {
1568             "label": "Appt-Enc",
1569             "menu_id": "rep0",
1570             "target": "rep",
1571             "url": "/interface/reports/appt_encounter_report.php",
1572             "children": [],
1573             "requirement": 0,
1574             "acl_req": [
1575               "acct",
1576               "rep_a"
1577             ],
1578             "global_req": "!disable_calendar"
1579           },
1580           {
1581             "label": "Superbill",
1582             "menu_id": "rep0",
1583             "target": "rep",
1584             "url": "/interface/reports/custom_report_range.php",
1585             "children": [],
1586             "requirement": 0,
1587             "acl_req": [
1588               "encounters",
1589               "coding_a"
1590             ],
1591             "global_req": "!ippf_specific"
1592           },
1593           {
1594             "label": "Eligibility",
1595             "menu_id": "rep0",
1596             "target": "rep",
1597             "url": "/interface/billing/edi_270.php",
1598             "children": [],
1599             "requirement": 0,
1600             "acl_req": [
1601               "patients",
1602               "demo"
1603             ]
1604           },
1605           {
1606             "label": "Eligibility Response",
1607             "menu_id": "rep0",
1608             "target": "rep",
1609             "url": "/interface/billing/edi_271.php",
1610             "children": [],
1611             "requirement": 0,
1612             "acl_req": [
1613               "patients",
1614               "demo"
1615             ]
1616           },
1617           {
1618             "label": "Chart Activity",
1619             "menu_id": "rep0",
1620             "target": "rep",
1621             "url": "/interface/reports/chart_location_activity.php",
1622             "children": [],
1623             "requirement": 0,
1624             "acl_req": [
1625               "patients",
1626               "appt"
1627             ],
1628             "global_req": "!disable_chart_tracker"
1629           },
1630           {
1631             "label": "Charts Out",
1632             "menu_id": "rep0",
1633             "target": "rep",
1634             "url": "/interface/reports/charts_checked_out.php",
1635             "children": [],
1636             "requirement": 0,
1637             "acl_req": [
1638               "patients",
1639               "appt"
1640             ],
1641             "global_req": "!disable_chart_tracker"
1642           },
1643           {
1644             "label": "Services",
1645             "menu_id": "rep0",
1646             "target": "rep",
1647             "url": "/interface/reports/services_by_category.php",
1648             "children": [],
1649             "requirement": 0
1650           },
1651           {
1652             "label": "Syndromic Surveillance",
1653             "menu_id": "rep0",
1654             "target": "rep",
1655             "url": "/interface/reports/non_reported.php",
1656             "children": [],
1657             "requirement": 0,
1658             "acl_req": [
1659               "patients",
1660               "med"
1661             ]
1662           }
1663         ],
1664         "requirement": 0
1665       },
1666       {
1667         "label": "Financial",
1668         "icon": "fa-caret-right",
1669         "children": [
1670           {
1671             "label": "Sales",
1672             "menu_id": "rep0",
1673             "target": "rep",
1674             "url": "/interface/reports/sales_by_item.php",
1675             "children": [],
1676             "requirement": 0,
1677             "acl_req": [
1678               "acct",
1679               "rep_a"
1680             ]
1681           },
1682           {
1683             "label": "Cash Rec",
1684             "menu_id": "rep0",
1685             "target": "rep",
1686             "url": "/interface/billing/sl_receipts_report.php",
1687             "children": [],
1688             "requirement": 0,
1689             "acl_req": [
1690               "acct",
1691               "rep_a"
1692             ]
1693           },
1694           {
1695             "label": "Front Rec",
1696             "menu_id": "rep0",
1697             "target": "rep",
1698             "url": "/interface/reports/front_receipts_report.php",
1699             "children": [],
1700             "requirement": 0,
1701             "acl_req": [
1702               "acct",
1703               "rep_a"
1704             ]
1705           },
1706           {
1707             "label": "Pmt Method",
1708             "menu_id": "rep0",
1709             "target": "rep",
1710             "url": "/interface/reports/receipts_by_method_report.php",
1711             "children": [],
1712             "requirement": 0,
1713             "acl_req": [
1714               "acct",
1715               "rep_a"
1716             ]
1717           },
1718           {
1719             "label": "Collections and Aging",
1720             "menu_id": "rep0",
1721             "target": "rep",
1722             "url": "/interface/reports/collections_report.php",
1723             "children": [],
1724             "requirement": 0,
1725             "acl_req": [
1726               "acct",
1727               "rep_a"
1728             ]
1729           },
1730           {
1731             "label": "Pat Ledger",
1732             "menu_id": "rep0",
1733             "target": "rep",
1734             "url": "/interface/reports/pat_ledger.php?form=0",
1735             "children": [],
1736             "requirement": 0,
1737             "acl_req": [
1738               "acct",
1739               "rep_a"
1740             ]
1741           },
1742           {
1743             "label": "Financial Summary by Service Code",
1744             "menu_id": "rep0",
1745             "target": "rep",
1746             "url": "/interface/reports/svc_code_financial_report.php",
1747             "children": [],
1748             "requirement": 0,
1749             "acl_req": [
1750               "acct",
1751               "rep_a"
1752             ]
1753           },
1754           {
1755             "label": "Peachtree Export",
1756             "menu_id": "rep0",
1757             "target": "rep",
1758             "url": "/interface/reports/export_accounting_transactions.php?form=0",
1759             "children": [],
1760             "requirement": 0,
1761             "acl_req": [
1762               "acct",
1763               "rep_a"
1764             ]
1765           },
1766           {
1767             "label": "NetSuite Export",
1768             "menu_id": "rep0",
1769             "target": "rep",
1770             "url": "/interface/reports/netsuite_export.php?form=0",
1771             "children": [],
1772             "requirement": 0,
1773             "acl_req": [
1774               "acct",
1775               "rep_a"
1776             ],
1777             "global_req": "gbl_menu_netsuite"
1778           },
1779           {
1780             "label": "NetSuite Mapping",
1781             "menu_id": "rep0",
1782             "target": "rep",
1783             "url": "/interface/reports/netsuite_mapping.php?form=0",
1784             "children": [],
1785             "requirement": 0,
1786             "acl_req": [
1787               "acct",
1788               "rep_a"
1789             ],
1790             "global_req": "gbl_menu_netsuite"
1791           },
1792           {
1793             "label": "Projects",
1794             "menu_id": "rep0",
1795             "target": "rep",
1796             "url": "/interface/reports/restricted_projects_report.php?form=0",
1797             "children": [],
1798             "requirement": 0,
1799             "acl_req": [
1800               "acct",
1801               "rep_a"
1802             ],
1803             "global_req": "gbl_menu_projects"
1804           },
1805           {
1806             "label": "LOBI Insurers Report",
1807             "menu_id": "rep0",
1808             "target": "rep",
1809             "url": "/interface/reports/surinam_insurance_report.php?form=0",
1810             "children": [],
1811             "requirement": 0,
1812             "acl_req": [
1813               "acct",
1814               "rep_a"
1815             ],
1816             "global_req": "gbl_menu_surinam_insurance"
1817           },
1818           {
1819             "label": "LOBI SZF Report",
1820             "menu_id": "rep0",
1821             "target": "rep",
1822             "url": "/interface/reports/surinam_szf_report.php?form=0",
1823             "children": [],
1824             "requirement": 0,
1825             "acl_req": [
1826               "acct",
1827               "rep_a"
1828             ],
1829             "global_req": "gbl_menu_surinam_insurance"
1830           },
1831           {
1832             "label": "Visit Voids and Changes",
1833             "menu_id": "rep0",
1834             "target": "rep",
1835             "url": "/interface/reports/reopened_visits_report.php?form=0",
1836             "children": [],
1837             "requirement": 0,
1838             "acl_req": [
1839               "acct",
1840               "rep_a"
1841             ]
1842           },
1843           {
1844             "label": "Visit Voids and Changes",
1845             "menu_id": "rep0",
1846             "target": "rep",
1847             "url": "/interface/reports/reopened_visits_report.php",
1848             "children": [],
1849             "requirement": 0,
1850             "acl_req": [
1851               "acct",
1852               "rep_a"
1853             ]
1854           }
1855         ],
1856         "requirement": 0
1857       },
1858       {
1859         "label": "Inventory",
1860         "icon": "fa-caret-right",
1861         "children": [
1862           {
1863             "label": "List",
1864             "url": "/interface/reports/inventory_list.php",
1865             "target": "rep",
1866             "children": [],
1867             "requirement": 0
1868           },
1869           {
1870             "label": "Activity",
1871             "url": "/interface/reports/inventory_activity.php",
1872             "target": "rep",
1873             "children": [],
1874             "requirement": 0
1875           },
1876           {
1877             "label": "Transactions",
1878             "url": "/interface/reports/inventory_transactions.php",
1879             "target": "rep",
1880             "children": [],
1881             "requirement": 0
1882           }
1883         ],
1884         "requirement": 0,
1885         "acl_req": [
1886           ["admin", "drugs"],
1887           ["inventory", "reporting"]
1888         ],
1889         "global_req": "inhouse_pharmacy"
1890       },
1891       {
1892         "label": "Procedures",
1893         "icon": "fa-caret-right",
1894         "children": [
1895           {
1896             "label": "Pending Res",
1897             "url": "/interface/orders/pending_orders.php",
1898             "target": "rep",
1899             "children": [],
1900             "requirement": 0,
1901             "acl_req": [
1902               "patients",
1903               "lab"
1904             ]
1905           },
1906           {
1907             "label": "Pending F/U",
1908             "url": "/interface/orders/pending_followup.php",
1909             "target": "rep",
1910             "children": [],
1911             "requirement": 0,
1912             "acl_req": [
1913               "patients",
1914               "lab"
1915             ],
1916             "global_req": "ippf_specific"
1917           },
1918           {
1919             "label": "Statistics",
1920             "url": "/interface/orders/procedure_stats.php",
1921             "target": "rep",
1922             "children": [],
1923             "requirement": 0,
1924             "acl_req": [
1925               "patients",
1926               "lab"
1927             ]
1928           }
1929         ],
1930         "requirement": 0
1931       },
1932       {
1933         "label": "Insurance",
1934         "icon": "fa-caret-right",
1935         "children": [
1936           {
1937             "label": "Distribution",
1938             "menu_id": "rep0",
1939             "target": "rep",
1940             "url": "/interface/reports/insurance_allocation_report.php",
1941             "children": [],
1942             "requirement": 0,
1943             "acl_req": [
1944               "acct",
1945               "rep_a"
1946             ]
1947           },
1948           {
1949             "label": "Indigents",
1950             "menu_id": "rep0",
1951             "target": "rep",
1952             "url": "/interface/billing/indigent_patients_report.php",
1953             "children": [],
1954             "requirement": 0,
1955             "acl_req": [
1956               "acct",
1957               "rep_a"
1958             ]
1959           },
1960           {
1961             "label": "Unique SP",
1962             "menu_id": "rep0",
1963             "target": "rep",
1964             "url": "/interface/reports/unique_seen_patients_report.php",
1965             "children": [],
1966             "requirement": 0,
1967             "acl_req": [
1968               "patients",
1969               "demo"
1970             ]
1971           }
1972         ],
1973         "requirement": 0,
1974         "global_req": "!simplified_demographics"
1975       },
1976       {
1977         "label": "Statistics",
1978         "icon": "fa-caret-right",
1979         "children": [
1980           {
1981             "label": "IPPF Stats",
1982             "menu_id": "rep0",
1983             "target": "rep",
1984             "url": "/interface/reports/ippf_statistics.php?t=i",
1985             "children": [],
1986             "requirement": 0,
1987             "acl_req": [
1988               "acct",
1989               "rep_a"
1990             ]
1991           },
1992           {
1993             "label": "GCAC Stats",
1994             "menu_id": "rep0",
1995             "target": "rep",
1996             "url": "/interface/reports/ippf_statistics.php?t=g",
1997             "children": [],
1998             "requirement": 0,
1999             "acl_req": [
2000               "acct",
2001               "rep_a"
2002             ]
2003           },
2004           {
2005             "label": "MA Stats",
2006             "menu_id": "rep0",
2007             "target": "rep",
2008             "url": "/interface/reports/ippf_statistics.php?t=m",
2009             "children": [],
2010             "requirement": 0,
2011             "acl_req": [
2012               "acct",
2013               "rep_a"
2014             ]
2015           },
2016           {
2017             "label": "CYP",
2018             "menu_id": "rep0",
2019             "target": "rep",
2020             "url": "/interface/reports/ippf_cyp_report.php",
2021             "children": [],
2022             "requirement": 0,
2023             "acl_req": [
2024               "acct",
2025               "rep_a"
2026             ]
2027           },
2028           {
2029             "label": "Daily Record",
2030             "menu_id": "rep0",
2031             "target": "rep",
2032             "url": "/interface/reports/ippf_daily.php",
2033             "children": [],
2034             "requirement": 0,
2035             "acl_req": [
2036               "acct",
2037               "rep_a"
2038             ]
2039           }
2040         ],
2041         "requirement": 0,
2042         "global_req": "ippf_specific"
2043       },
2044       {
2045         "label": "Services",
2046         "icon": "fa-caret-right",
2047         "children": [
2048           {
2049             "label": "Background Services",
2050             "menu_id": "rep0",
2051             "target": "rep",
2052             "url": "/interface/reports/background_services.php",
2053             "children": [],
2054             "requirement": 0,
2055             "acl_req": [
2056               "admin",
2057               "batchcom"
2058             ]
2059           },
2060           {
2061             "label": "Direct Message Log",
2062             "menu_id": "rep0",
2063             "target": "rep",
2064             "url": "/interface/reports/direct_message_log.php",
2065             "children": [],
2066             "requirement": 0
2067           }
2068         ],
2069         "requirement": 0,
2070         "acl_req": [
2071           "admin",
2072           "batchcom"
2073         ]
2074       }
2075     ],
2076     "requirement": 0
2077   },
2078   {
2079     "label": "Miscellaneous",
2080     "menu_id": "misimg",
2081     "children": [
2082       {
2083         "label": "Portal Dashboard",
2084         "menu_id": "por2",
2085         "target": "por",
2086         "url": "/portal/patient/provider",
2087         "children": [],
2088         "requirement": 0,
2089         "global_req_strict": "portal_onsite_two_enable",
2090         "acl_req": [
2091           "patientportal",
2092           "portal"
2093         ]
2094       },
2095       {
2096         "label": "Dicom Viewer",
2097         "menu_id": "dvwr",
2098         "target": "msc",
2099         "url": "/library/dicom_frame.php",
2100         "children": [],
2101         "requirement": 0,
2102         "acl_req": [
2103             "patients",
2104             "docs"
2105         ]
2106         },
2107       {
2108         "label": "Patient Education",
2109         "menu_id": "ped0",
2110         "target": "msc",
2111         "url": "/interface/reports/patient_edu_web_lookup.php",
2112         "children": [],
2113         "requirement": 0
2114       },
2115       {
2116         "label": "Authorizations",
2117         "menu_id": "aun0",
2118         "target": "msc",
2119         "url": "/interface/main/authorizations/authorizations.php",
2120         "children": [],
2121         "requirement": 0,
2122         "acl_req": [
2123           [
2124             "encounters",
2125             "auth"
2126           ],
2127           [
2128             "encounters",
2129             "auth_a"
2130           ]
2131         ]
2132       },
2133       {
2134         "label": "Fax/Scan",
2135         "menu_id": "fax",
2136         "target": "msc",
2137         "url": "/interface/fax/faxq.php",
2138         "children": [],
2139         "requirement": 0,
2140         "acl_req": [
2141           "patients",
2142           "docs"
2143         ],
2144         "global_req": [
2145           "enable_hylafax",
2146           "enable_scanner"
2147         ]
2148       },
2149       {
2150         "label": "Chart Tracker",
2151         "menu_id": "cht0",
2152         "target": "msc",
2153         "url": "/custom/chart_tracker.php",
2154         "children": [],
2155         "requirement": 0,
2156         "acl_req": [
2157           "patients",
2158           "appt"
2159         ],
2160         "global_req": "!disable_chart_tracker"
2161       },
2162       {
2163         "label": "Office Notes",
2164         "menu_id": "ono0",
2165         "target": "msc",
2166         "url": "/interface/main/onotes/office_comments.php",
2167         "children": [],
2168         "requirement": 0,
2169         "acl_req": [
2170           "encounters",
2171           "notes"
2172         ]
2173       },
2174       {
2175         "label": "Batch Communication Tool",
2176         "menu_id": "adm0",
2177         "target": "msc",
2178         "url": "/interface/batchcom/batchcom.php",
2179         "children": [],
2180         "requirement": 0,
2181         "acl_req": [
2182           [
2183             "admin",
2184             "batchcom"
2185           ],
2186           [
2187             "admin",
2188             "practice"
2189           ]
2190         ]
2191       },
2192       {
2193         "label": "Configure Tracks",
2194         "menu_id": "con0",
2195         "target": "msc",
2196         "url": "/interface/forms/track_anything/create.php",
2197         "children": [],
2198         "requirement": 0,
2199         "global_req": "track_anything_state"
2200       },
2201       {
2202         "label": "New Documents",
2203         "menu_id": "adm0",
2204         "target": "msc",
2205         "url": "/controller.php?document&list&patient_id=00",
2206         "children": [],
2207         "requirement": 0,
2208         "acl_req": [
2209           "patients",
2210           "docs",
2211           "write",
2212           "addonly"
2213         ]
2214       },
2215       {
2216         "label": "Blank Forms",
2217         "icon": "fa-caret-right",
2218         "children": [
2219           {
2220             "label": "Demographics",
2221             "url": "/interface/patient_file/summary/demographics_print.php",
2222             "target": "msc",
2223             "children": [],
2224             "requirement": 0
2225           },
2226           {
2227             "label": "Superbill/Fee Sheet",
2228             "url": "/interface/patient_file/printed_fee_sheet.php",
2229             "target": "msc",
2230             "children": [],
2231             "requirement": 0
2232           },
2233           {
2234             "label": "Referral",
2235             "url": "/interface/patient_file/transaction/print_referral.php",
2236             "target": "msc",
2237             "children": [],
2238             "requirement": 0
2239           }
2240         ],
2241         "requirement": 0
2242       }
2243     ],
2244     "requirement": 0
2245   },
2246   {
2247     "label": "Popups",
2248     "menu_id": "popup",
2249     "children": [
2250       {
2251         "label": "Issues",
2252         "menu_id": "Popup:Issues",
2253         "url": "/interface/patient_file/problem_encounter.php",
2254         "target": "pop",
2255         "children": [],
2256         "requirement": 1,
2257         "acl_req": [
2258           "patients",
2259           "med"
2260         ],
2261         "global_req": "allow_issue_menu_link"
2262       },
2263       {
2264         "label": "Export",
2265         "menu_id": "Popup:Export",
2266         "url": "/custom/export_xml.php",
2267         "target": "pop",
2268         "children": [],
2269         "requirement": 1,
2270         "acl_req": [
2271           "patients",
2272           "demo"
2273         ],
2274         "global_req": "!ippf_specific"
2275       },
2276       {
2277         "label": "Import",
2278         "menu_id": "Popup:Import",
2279         "url": "/custom/import_xml.php",
2280         "target": "pop",
2281         "children": [],
2282         "requirement": 1,
2283         "acl_req": [
2284           "patients",
2285           "demo",
2286           "write"
2287         ],
2288         "global_req": "!ippf_specific"
2289       },
2290       {
2291         "label": "Appointments",
2292         "menu_id": "Popup:Appts",
2293         "url": "/interface/reports/appointments_report.php?patient=",
2294         "target": "pop",
2295         "children": [],
2296         "requirement": 1,
2297         "acl_req": [
2298           "patients",
2299           "appt"
2300         ],
2301         "global_req": "!disable_calendar"
2302       },
2303       {
2304         "label": "Superbill",
2305         "menu_id": "Popup:Superbill",
2306         "url": "/interface/patient_file/printed_fee_sheet.php?fill=1",
2307         "target": "pop",
2308         "children": [],
2309         "requirement": 1,
2310         "acl_req": [
2311           "patients",
2312           "med"
2313         ]
2314       },
2315       {
2316         "label": "Payment",
2317         "menu_id": "Popup:Payment",
2318         "url": "/interface/patient_file/front_payment.php",
2319         "target": "pop",
2320         "children": [],
2321         "requirement": 1,
2322         "acl_req": [
2323           "acct",
2324           "bill",
2325           "write"
2326         ]
2327       },
2328       {
2329         "label": "Checkout",
2330         "menu_id": "Popup:Checkout",
2331         "url": "/interface/patient_file/pos_checkout.php",
2332         "target": "pop",
2333         "children": [],
2334         "requirement": 1,
2335         "acl_req": [
2336           "acct",
2337           "bill",
2338           "write"
2339         ],
2340         "global_req": "inhouse_pharmacy"
2341       },
2342       {
2343         "label": "Letter",
2344         "menu_id": "Popup:Letter",
2345         "url": "/interface/patient_file/letter.php",
2346         "target": "pop",
2347         "children": [],
2348         "requirement": 1,
2349         "acl_req": [
2350           "patients",
2351           "med"
2352         ]
2353       },
2354       {
2355         "label": "Chart Label",
2356         "menu_id": "Popup:Chart Label",
2357         "url": "/interface/patient_file/label.php",
2358         "target": "pop",
2359         "children": [],
2360         "requirement": 1,
2361         "acl_req": [
2362           "patients",
2363           "demo"
2364         ],
2365         "global_req": "chart_label_type"
2366       },
2367       {
2368         "label": "Barcode Label",
2369         "menu_id": "Popup:Barcode Label",
2370         "url": "/interface/patient_file/barcode_label.php",
2371         "target": "pop",
2372         "children": [],
2373         "requirement": 1,
2374         "acl_req": [
2375           "patients",
2376           "demo"
2377         ],
2378         "global_req": "barcode_label_type"
2379       },
2380       {
2381         "label": "Address Label",
2382         "menu_id": "Popup:Address Label",
2383         "url": "/interface/patient_file/addr_label.php",
2384         "target": "pop",
2385         "children": [],
2386         "requirement": 1,
2387         "acl_req": [
2388           "patients",
2389           "demo"
2390         ],
2391         "global_req": "addr_label_type"
2392       }
2393     ],
2394     "requirement": 0
2395   },
2396   {
2397     "label": "About",
2398     "menu_id": "abo0",
2399     "target": "msc",
2400     "url": "/interface/main/about_page.php",
2401     "children": [],
2402     "requirement": 0
2403   }