another billing class and moved reports to billing (#2683)
[openemr.git] / interface / main / tabs / menu / menus / standard.json
blobdabba406244de1f6e18ac38693e57dc1a25ba569
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     "requirement": 0,
507     "global_req": "enable_fees_in_left_menu"
508   },
509   {
510     "label": "Modules",
511     "menu_id": "modimg",
512     "children": [
513       {
514         "label": "Manage Modules",
515         "menu_id": "adm0",
516         "target": "pat",
517         "url": "/interface/modules/zend_modules/public/Installer",
518         "children": [],
519         "requirement": 0,
520         "acl_req": [
521           "admin",
522           "manage_modules"
523         ]
524       }
525     ],
526     "requirement": 0,
527     "acl_req": [
528     "menus",
529     "modle"
530   ]
531   },
532   {
533     "label": "Inventory",
534     "menu_id": "invimg",
535     "children": [
536       {
537         "label": "Management",
538         "menu_id": "adm0",
539         "target": "adm",
540         "url": "/interface/drugs/drug_inventory.php",
541         "children": [],
542         "requirement": 0,
543         "acl_req": [
544           "admin",
545           "drugs"
546         ]
547       },
548       {
549         "label": "Destroyed",
550         "menu_id": "adm0",
551         "target": "adm",
552         "url": "/interface/reports/destroyed_drugs_report.php",
553         "children": [],
554         "requirement": 0,
555         "acl_req": [
556           "admin",
557           "drugs"
558         ]
559       }
560     ],
561     "requirement": 0,
562     "global_req": "inhouse_pharmacy"
563   },
564   {
565     "label": "Procedures",
566     "menu_id": "proimg",
567     "children": [
568       {
569         "label": "Providers",
570         "menu_id": "orl0",
571         "target": "pat",
572         "url": "/interface/orders/procedure_provider_list.php",
573         "children": [],
574         "requirement": 0,
575         "acl_req": [
576           "admin",
577           "super"
578         ]
579       },
580       {
581         "label": "Configuration",
582         "menu_id": "ort0",
583         "target": "pat",
584         "url": "/interface/orders/types.php",
585         "children": [],
586         "requirement": 0,
587         "acl_req": [
588           "admin",
589           "super"
590         ]
591       },
592       {
593         "label": "Load Compendium",
594         "menu_id": "orc0",
595         "target": "pat",
596         "url": "/interface/orders/load_compendium.php",
597         "children": [],
598         "requirement": 0,
599         "acl_req": [
600           "admin",
601           "super"
602         ]
603       },
604       {
605         "label": "Pending Review",
606         "menu_id": "orp1",
607         "target": "enc",
608         "url": "/interface/orders/orders_results.php?review=1",
609         "children": [],
610         "requirement": 1,
611         "acl_req": [
612           "patients",
613           "lab"
614         ]
615       },
616       {
617         "label": "Patient Results",
618         "menu_id": "orr1",
619         "target": "enc",
620         "url": "/interface/orders/orders_results.php",
621         "children": [],
622         "requirement": 1,
623         "acl_req": [
624           "patients",
625           "lab"
626         ]
627       },
628       {
629         "label": "Lab Overview",
630         "menu_id": "lda1",
631         "target": "enc",
632         "url": "/interface/patient_file/summary/labdata.php",
633         "children": [],
634         "requirement": 1,
635         "acl_req": [
636           "patients",
637           "lab"
638         ]
639       },
640       {
641         "label": "Batch Results",
642         "menu_id": "orb0",
643         "target": "pat",
644         "url": "/interface/orders/orders_results.php?batch=1",
645         "children": [],
646         "requirement": 0,
647         "acl_req": [
648           "patients",
649           "lab"
650         ]
651       },
652       {
653         "label": "Electronic Reports",
654         "menu_id": "ore0",
655         "target": "pat",
656         "url": "/interface/orders/list_reports.php",
657         "children": [],
658         "requirement": 0,
659         "acl_req": [
660           "patients",
661           "lab"
662         ]
663       },
664       {
665         "label": "Lab Documents",
666         "menu_id": "dld0",
667         "target": "pat",
668         "url": "/interface/main/display_documents.php",
669         "children": [],
670         "requirement": 0,
671         "acl_req": [
672           "patients",
673           "lab"
674         ]
675       }
676     ],
677     "requirement": 0
678   },
679   {
680     "label": "New Crop",
681     "menu_id": "feeimg",
682     "children": [
683       {
684         "label": "e-Rx",
685         "menu_id": "ncr0",
686         "target": "pat",
687         "url": "/interface/eRx.php",
688         "children": [],
689         "requirement": 1,
690         "acl_req": [
691           "patients",
692           "rx"
693         ]
694       },
695       {
696         "label": "e-Rx Renewal",
697         "menu_id": "ncr1",
698         "target": "pat",
699         "url": "/interface/eRx.php?page=status",
700         "children": [],
701         "requirement": 1,
702         "acl_req": [
703           "patients",
704           "rx"
705         ]
706       },
707       {
708         "label": "e-Rx EPCS",
709         "menu_id": "ncr2",
710         "target": "pat",
711         "url": "/interface/eRx.php?page=epcs-admin",
712         "children": [],
713         "requirement": 0,
714         "acl_req": [
715           "patients",
716           "rx"
717         ],
718         "global_req": "newcrop_user_role_erxadmin"
719       }
720     ],
721     "requirement": 1,
722     "global_req_strict": [
723       "erx_enable",
724       "newcrop_user_role"
725     ]
726   },
727   {
728     "label": "Administration",
729     "menu_id": "admimg",
730     "children": [
731       {
732         "label": "Globals",
733         "menu_id": "adm0",
734         "target": "adm",
735         "url": "/interface/super/edit_globals.php",
736         "children": [],
737         "requirement": 0,
738         "acl_req": [
739           "admin",
740           "super"
741         ]
742       },
743       {
744         "label": "Clinic",
745         "icon": "fa-caret-right",
746         "children": [
747           {
748             "label": "Facilities",
749             "menu_id": "adm0",
750             "target": "adm",
751             "url": "/interface/usergroup/facilities.php",
752             "children": [],
753             "requirement": 0,
754             "acl_req": [
755               "admin",
756               "users"
757             ]
758           },
759           {
760             "label": "Calendar",
761             "menu_id": "adm0",
762             "target": "adm",
763             "url": "/interface/main/calendar/index.php?module=PostCalendar&type=admin&func=modifyconfig",
764             "children": [],
765             "requirement": 0,
766             "acl_req": [
767               "admin",
768               "calendar"
769             ],
770             "global_req": "!disable_calendar"
771           },
772           {
773             "label": "Import Holidays",
774             "menu_id": "adm0",
775             "target": "adm",
776             "url": "/interface/main/holidays/import_holidays.php",
777             "children": [],
778             "requirement": 0,
779             "acl_req": [
780               "admin",
781               "super"
782             ]
783           }
784         ],
785         "requirement": 0,
786         "acl_req": [
787           [
788             "admin",
789             "users"
790           ],
791           [
792             "admin",
793             "calendar"
794           ],
795           [
796             "admin",
797             "super"
798           ]
799         ]
800       },
801       {
802         "label": "Patients",
803         "icon": "fa-caret-right",
804         "children": [
805           {
806             "label": "Patient Reminders",
807             "menu_id": "adm0",
808             "target": "adm",
809             "url": "/interface/patient_file/reminder/patient_reminders.php?mode=admin&patient_id=",
810             "children": [],
811             "requirement": 0,
812             "acl_req": [
813               "admin",
814               "super"
815             ],
816             "global_req": "enable_cdr"
817           },
818           {
819             "label": "Merge Patients",
820             "menu_id": "adm0",
821             "target": "adm",
822             "url": "/interface/patient_file/merge_patients.php",
823             "children": [],
824             "requirement": 0,
825             "acl_req": [
826               "admin",
827               "super"
828             ]
829           }
830         ],
831         "requirement": 0,
832         "acl_req": [
833           [
834             "admin",
835             "super"
836           ]
837         ]
838       },
839       {
840         "label": "Practice",
841         "icon": "fa-caret-right",
842         "children": [
843           {
844             "label": "Practice Settings",
845             "menu_id": "adm0",
846             "target": "adm",
847             "url": "/controller.php?practice_settings&pharmacy&action=list",
848             "children": [],
849             "requirement": 0,
850             "acl_req": [
851               "admin",
852               "practice"
853             ]
854           },
855           {
856             "label": "Rules",
857             "menu_id": "adm0",
858             "target": "adm",
859             "url": "/interface/super/rules/index.php?action=browse!list",
860             "children": [],
861             "requirement": 0,
862             "acl_req": [
863               "admin",
864               "super"
865             ],
866             "global_req": "enable_cdr"
867           },
868           {
869             "label": "Alerts",
870             "menu_id": "adm0",
871             "target": "adm",
872             "url": "/interface/super/rules/index.php?action=alerts!listactmgr",
873             "children": [],
874             "requirement": 0,
875             "acl_req": [
876               "admin",
877               "super"
878             ],
879             "global_req": "enable_cdr"
880           }
881         ],
882         "requirement": 0,
883         "acl_req": [
884           [
885             "admin",
886             "practice"
887           ],
888           [
889             "admin",
890             "super"
891           ]
892         ]
893       },
894       {
895         "label": "Coding",
896         "icon": "fa-caret-right",
897         "children": [
898           {
899             "label": "Codes",
900             "menu_id": "adm0",
901             "target": "adm",
902             "url": "/interface/patient_file/encounter/superbill_custom_full.php",
903             "children": [],
904             "requirement": 0,
905             "acl_req": [
906               "admin",
907               "superbill"
908             ]
909           },
910           {
911             "label": "Native Data Loads",
912             "menu_id": "adm0",
913             "target": "adm",
914             "url": "/interface/super/load_codes.php",
915             "children": [],
916             "requirement": 0,
917             "acl_req": [
918               "admin",
919               "super"
920             ]
921           },
922           {
923             "label": "External Data Loads",
924             "menu_id": "adm0",
925             "target": "adm",
926             "url": "/interface/code_systems/dataloads_ajax.php",
927             "children": [],
928             "requirement": 0,
929             "acl_req": [
930               "admin",
931               "super"
932             ]
933           }
934         ],
935         "requirement": 0,
936         "acl_req": [
937           [
938             "admin",
939             "superbill"
940           ],
941           [
942             "admin",
943             "super"
944           ]
945         ]
946       },
947       {
948         "label": "Forms",
949         "icon": "fa-caret-right",
950         "children": [
951           {
952             "label": "Forms Administration",
953             "menu_id": "adm0",
954             "target": "adm",
955             "url": "/interface/forms_admin/forms_admin.php",
956             "children": [],
957             "requirement": 0,
958             "acl_req": [
959               "admin",
960               "forms"
961             ]
962           },
963           {
964             "label": "Layouts",
965             "menu_id": "adm0",
966             "target": "adm",
967             "url": "/interface/super/edit_layout.php",
968             "children": [],
969             "requirement": 0,
970             "acl_req": [
971               "admin",
972               "super"
973             ]
974           },
975           {
976             "label": "Lists",
977             "menu_id": "adm0",
978             "target": "adm",
979             "url": "/interface/super/edit_list.php",
980             "children": [],
981             "requirement": 0,
982             "acl_req": [
983               "admin",
984               "super"
985             ]
986           }
987         ],
988         "requirement": 0,
989         "acl_req": [
990           [
991             "admin",
992             "forms"
993           ],
994           [
995             "admin",
996             "super"
997           ]
998         ]
999       },
1000       {
1001         "label": "Documents",
1002         "icon": "fa-caret-right",
1003         "children": [
1004           {
1005             "label": "Document Templates",
1006             "menu_id": "adm0",
1007             "target": "adm",
1008             "url": "/interface/super/manage_document_templates.php",
1009             "children": [],
1010             "requirement": 0,
1011             "acl_req": [
1012               "admin",
1013               "practice"
1014             ]
1015           }
1016         ],
1017         "requirement": 0,
1018         "acl_req": [
1019           [
1020             "admin",
1021             "practice"
1022           ]
1023         ]
1024       },
1025       {
1026         "label": "System",
1027         "icon": "fa-caret-right",
1028         "children": [
1029           {
1030             "label": "Backup",
1031             "menu_id": "adm0",
1032             "target": "adm",
1033             "url": "/interface/main/backup.php",
1034             "children": [],
1035             "requirement": 0,
1036             "acl_req": [
1037               "admin",
1038               "super"
1039             ]
1040           },
1041           {
1042             "label": "Files",
1043             "menu_id": "adm0",
1044             "target": "adm",
1045             "url": "/interface/super/manage_site_files.php",
1046             "children": [],
1047             "requirement": 0,
1048             "acl_req": [
1049               "admin",
1050               "super"
1051             ]
1052           },
1053           {
1054             "label": "Language",
1055             "menu_id": "adm0",
1056             "target": "adm",
1057             "url": "/interface/language/language.php",
1058             "children": [],
1059             "requirement": 0,
1060             "acl_req": [
1061               "admin",
1062               "language"
1063             ]
1064           },
1065           {
1066             "label": "Certificates",
1067             "menu_id": "adm0",
1068             "target": "adm",
1069             "url": "/interface/usergroup/ssl_certificates_admin.php",
1070             "children": [],
1071             "requirement": 0,
1072             "acl_req": [
1073               "admin",
1074               "users"
1075             ]
1076           },
1077           {
1078             "label": "Logs",
1079             "menu_id": "adm0",
1080             "target": "adm",
1081             "url": "/interface/logview/logview.php",
1082             "children": [],
1083             "requirement": 0,
1084             "acl_req": [
1085               "admin",
1086               "users"
1087             ]
1088           }
1089         ],
1090         "requirement": 0,
1091         "acl_req": [
1092           [
1093             "admin",
1094             "super"
1095           ],
1096           [
1097             "admin",
1098             "language"
1099           ],
1100           [
1101             "admin",
1102             "users"
1103           ]
1104         ]
1105       },
1106       {
1107         "label": "Users",
1108         "menu_id": "adm0",
1109         "target": "adm",
1110         "url": "/interface/usergroup/usergroup_admin.php",
1111         "children": [],
1112         "requirement": 0,
1113         "acl_req": [
1114           "admin",
1115           "users"
1116         ]
1117       },
1118       {
1119         "label": "Addr Book",
1120         "menu_id": "adb0",
1121         "target": "adm",
1122         "url": "/interface/usergroup/addrbook_list.php",
1123         "children": [],
1124         "requirement": 0,
1125         "acl_req": [
1126           "admin",
1127           "practice"
1128         ]
1129       },
1130       {
1131         "label": "ACL",
1132         "menu_id": "adm0",
1133         "target": "adm",
1134         "url": "/interface/usergroup/adminacl.php",
1135         "children": [],
1136         "requirement": 0,
1137         "acl_req": [
1138           "admin",
1139           "acl"
1140         ]
1141       },
1142       {
1143         "label": "De Identification",
1144         "menu_id": "adm0",
1145         "target": "adm",
1146         "url": "/interface/de_identification_forms/de_identification_screen1.php",
1147         "children": [],
1148         "requirement": 0,
1149         "acl_req": [
1150           "admin",
1151           "super"
1152         ],
1153         "global_req": "include_de_identification"
1154       },
1155       {
1156         "label": "Re Identification",
1157         "menu_id": "adm0",
1158         "target": "adm",
1159         "url": "/interface/de_identification_forms/re_identification_input_screen.php",
1160         "children": [],
1161         "requirement": 0,
1162         "acl_req": [
1163           "admin",
1164           "super"
1165         ],
1166         "global_req": "include_de_identification"
1167       },
1168       {
1169         "label": "Export",
1170         "menu_id": "adm0",
1171         "target": "adm",
1172         "url": "/interface/main/ippf_export.php",
1173         "children": [],
1174         "requirement": 0,
1175         "acl_req": [
1176           "admin",
1177           "super"
1178         ],
1179         "global_req": "ippf_specific"
1180       },
1181       {
1182         "label": "Other",
1183         "icon": "fa-caret-right",
1184         "children": [
1185           {
1186             "label": "eRx Logs",
1187             "menu_id": "adm0",
1188             "target": "adm",
1189             "url": "/interface/logview/erx_logview.php",
1190             "children": [],
1191             "requirement": 0,
1192             "acl_req": [
1193               "admin",
1194               "super"
1195             ],
1196             "global_req": [
1197               "erx_enable",
1198               "newcrop_user_role"
1199             ]
1200           },
1201           {
1202             "label":"Weno Management",
1203             "menu_id":"adm0",
1204             "target":"adm",
1205             "url":"/interface/weno/admin.php",
1206             "children":[],
1207             "requirement":0,
1208             "acl_req": [
1209               "admin",
1210               "super"
1211             ]
1212           },
1213           {
1214             "label": "Audit Log Tamper",
1215             "menu_id": "adm0",
1216             "target": "adm",
1217             "url": "/interface/reports/audit_log_tamper_report.php",
1218             "children": [],
1219             "requirement": 0,
1220             "acl_req": [
1221               "admin",
1222               "super"
1223             ],
1224             "global_req": "enable_auditlog_encryption"
1225           }
1226         ],
1227         "requirement": 0,
1228         "acl_req": [
1229           "admin",
1230           "super"
1231         ]
1232       }
1233     ],
1234     "requirement": 0,
1235     "acl_req": [
1236       [
1237         "admin",
1238         "calendar"
1239       ],
1240       [
1241         "admin",
1242         "forms"
1243       ],
1244       [
1245         "admin",
1246         "practice"
1247       ],
1248       [
1249         "admin",
1250         "users"
1251       ],
1252       [
1253         "admin",
1254         "acl"
1255       ],
1256       [
1257         "admin",
1258         "super"
1259       ],
1260       [
1261         "admin",
1262         "superbill"
1263       ]
1264     ]
1265   },
1266   {
1267     "label": "Reports",
1268     "menu_id": "repimg",
1269     "children": [
1270       {
1271         "label": "Clients",
1272         "icon": "fa-caret-right",
1273         "children": [
1274           {
1275             "label": "List",
1276             "menu_id": "rep0",
1277             "target": "rep",
1278             "url": "/interface/reports/patient_list.php",
1279             "children": [],
1280             "requirement": 0,
1281             "acl_req": [
1282               "patients",
1283               "demo"
1284             ]
1285           },
1286           {
1287             "label": "Rx",
1288             "menu_id": "rep0",
1289             "target": "rep",
1290             "url": "/interface/reports/prescriptions_report.php",
1291             "children": [],
1292             "requirement": 0,
1293             "acl_req": [
1294               "patients",
1295               "rx"
1296             ],
1297             "global_req": "!disable_prescriptions"
1298           },
1299           {
1300             "label": "Patient List Creation",
1301             "menu_id": "rep0",
1302             "target": "rep",
1303             "url": "/interface/reports/patient_list_creation.php",
1304             "children": [],
1305             "requirement": 0,
1306             "acl_req": [
1307               "patients",
1308               "med"
1309             ]
1310           },
1311           {
1312             "label": "Clinical",
1313             "menu_id": "rep0",
1314             "target": "rep",
1315             "url": "/interface/reports/clinical_reports.php",
1316             "children": [],
1317             "requirement": 0,
1318             "acl_req": [
1319               "patients",
1320               "med"
1321             ]
1322           },
1323           {
1324             "label": "Referrals",
1325             "menu_id": "rep0",
1326             "target": "rep",
1327             "url": "/interface/reports/referrals_report.php",
1328             "children": [],
1329             "requirement": 0,
1330             "acl_req": [
1331               "patients",
1332               "med"
1333             ]
1334           },
1335           {
1336             "label": "Immunization Registry",
1337             "menu_id": "rep0",
1338             "target": "rep",
1339             "url": "/interface/reports/immunization_report.php",
1340             "children": [],
1341             "requirement": 0,
1342             "acl_req": [
1343               "patients",
1344               "med"
1345             ]
1346           }
1347         ],
1348         "requirement": 0
1349       },
1350       {
1351         "label": "Clinic",
1352         "icon": "fa-caret-right",
1353         "children": [
1354           {
1355             "label": "Report Results",
1356             "menu_id": "rep0",
1357             "target": "rep",
1358             "url": "/interface/reports/report_results.php",
1359             "children": [],
1360             "requirement": 0,
1361             "acl_req": [
1362               "patients",
1363               "med"
1364             ],
1365             "global_req": [
1366               "enable_cdr",
1367               "enable_cqm",
1368               "enable_amc"
1369             ]
1370           },
1371           {
1372             "label": "Standard Measures",
1373             "menu_id": "rep0",
1374             "target": "rep",
1375             "url": "/interface/reports/cqm.php?type=standard",
1376             "children": [],
1377             "requirement": 0,
1378             "acl_req": [
1379               "patients",
1380               "med"
1381             ],
1382             "global_req": "enable_cdr"
1383           },
1384           {
1385             "label": "Quality Measures (CQM)",
1386             "menu_id": "rep0",
1387             "target": "rep",
1388             "url": "/interface/reports/cqm.php?type=cqm",
1389             "children": [],
1390             "requirement": 0,
1391             "acl_req": [
1392               "patients",
1393               "med"
1394             ],
1395             "global_req": "enable_cqm"
1396           },
1397           {
1398             "label": "Automated Measures (AMC)",
1399             "menu_id": "rep0",
1400             "target": "rep",
1401             "url": "/interface/reports/cqm.php?type=amc",
1402             "children": [],
1403             "requirement": 0,
1404             "acl_req": [
1405               "patients",
1406               "med"
1407             ],
1408             "global_req": "enable_amc"
1409           },
1410           {
1411             "label": "AMC Tracking",
1412             "menu_id": "rep0",
1413             "target": "rep",
1414             "url": "/interface/reports/amc_tracking.php",
1415             "children": [],
1416             "requirement": 0,
1417             "acl_req": [
1418               "patients",
1419               "med"
1420             ],
1421             "global_req": "enable_amc_tracking"
1422           },
1423           {
1424             "label": "Alerts Log",
1425             "menu_id": "rep0",
1426             "target": "rep",
1427             "url": "/interface/reports/cdr_log.php",
1428             "children": [],
1429             "requirement": 0,
1430             "acl_req": [
1431               "patients",
1432               "med"
1433             ]
1434           }
1435         ],
1436         "requirement": 0,
1437         "global_req_strict": [
1438           "enable_cdr",
1439           "enable_alert_log"
1440         ]
1441       },
1442       {
1443         "label": "Visits",
1444         "icon": "fa-caret-right",
1445         "children": [
1446           {
1447             "label": "Daily Report",
1448             "menu_id": "rep0",
1449             "target": "rep",
1450             "url": "/interface/reports/daily_summary_report.php",
1451             "children": [],
1452             "requirement": 0,
1453             "acl_req": [
1454               "acct",
1455               "rep_a"
1456             ]
1457           },
1458           {
1459             "label": "Appointments",
1460             "menu_id": "rep0",
1461             "target": "rep",
1462             "url": "/interface/reports/appointments_report.php",
1463             "children": [],
1464             "requirement": 0,
1465             "acl_req": [
1466               "patients",
1467               "appt"
1468             ],
1469             "global_req": "!disable_calendar"
1470           },
1471           {
1472             "label": "Patient Flow Board",
1473             "menu_id": "rep0",
1474             "target": "rep",
1475             "url": "/interface/reports/patient_flow_board_report.php",
1476             "children": [],
1477             "requirement": 0,
1478             "acl_req": [
1479               "patients",
1480               "appt"
1481             ],
1482             "global_req_strict": [
1483               "!disable_pat_trkr",
1484               "!disable_calendar"
1485             ]
1486           },
1487           {
1488             "label": "Encounters",
1489             "menu_id": "rep0",
1490             "target": "rep",
1491             "url": "/interface/reports/encounters_report.php",
1492             "children": [],
1493             "requirement": 0,
1494             "acl_req": [
1495               "encounters",
1496               "coding_a"
1497             ]
1498           },
1499           {
1500             "label": "Appt-Enc",
1501             "menu_id": "rep0",
1502             "target": "rep",
1503             "url": "/interface/reports/appt_encounter_report.php",
1504             "children": [],
1505             "requirement": 0,
1506             "acl_req": [
1507               "acct",
1508               "rep_a"
1509             ],
1510             "global_req": "!disable_calendar"
1511           },
1512           {
1513             "label": "Superbill",
1514             "menu_id": "rep0",
1515             "target": "rep",
1516             "url": "/interface/reports/custom_report_range.php",
1517             "children": [],
1518             "requirement": 0,
1519             "acl_req": [
1520               "encounters",
1521               "coding_a"
1522             ],
1523             "global_req": "!ippf_specific"
1524           },
1525           {
1526             "label": "Eligibility",
1527             "menu_id": "rep0",
1528             "target": "rep",
1529             "url": "/interface/billing/edi_270.php",
1530             "children": [],
1531             "requirement": 0,
1532             "acl_req": [
1533               "patients",
1534               "demo"
1535             ]
1536           },
1537           {
1538             "label": "Eligibility Response",
1539             "menu_id": "rep0",
1540             "target": "rep",
1541             "url": "/interface/billing/edi_271.php",
1542             "children": [],
1543             "requirement": 0,
1544             "acl_req": [
1545               "patients",
1546               "demo"
1547             ]
1548           },
1549           {
1550             "label": "Chart Activity",
1551             "menu_id": "rep0",
1552             "target": "rep",
1553             "url": "/interface/reports/chart_location_activity.php",
1554             "children": [],
1555             "requirement": 0,
1556             "acl_req": [
1557               "patients",
1558               "appt"
1559             ],
1560             "global_req": "!disable_chart_tracker"
1561           },
1562           {
1563             "label": "Charts Out",
1564             "menu_id": "rep0",
1565             "target": "rep",
1566             "url": "/interface/reports/charts_checked_out.php",
1567             "children": [],
1568             "requirement": 0,
1569             "acl_req": [
1570               "patients",
1571               "appt"
1572             ],
1573             "global_req": "!disable_chart_tracker"
1574           },
1575           {
1576             "label": "Services",
1577             "menu_id": "rep0",
1578             "target": "rep",
1579             "url": "/interface/reports/services_by_category.php",
1580             "children": [],
1581             "requirement": 0
1582           },
1583           {
1584             "label": "Syndromic Surveillance",
1585             "menu_id": "rep0",
1586             "target": "rep",
1587             "url": "/interface/reports/non_reported.php",
1588             "children": [],
1589             "requirement": 0,
1590             "acl_req": [
1591               "patients",
1592               "med"
1593             ]
1594           }
1595         ],
1596         "requirement": 0
1597       },
1598       {
1599         "label": "Financial",
1600         "icon": "fa-caret-right",
1601         "children": [
1602           {
1603             "label": "Sales",
1604             "menu_id": "rep0",
1605             "target": "rep",
1606             "url": "/interface/reports/sales_by_item.php",
1607             "children": [],
1608             "requirement": 0,
1609             "acl_req": [
1610               "acct",
1611               "rep_a"
1612             ]
1613           },
1614           {
1615             "label": "Cash Rec",
1616             "menu_id": "rep0",
1617             "target": "rep",
1618             "url": "/interface/billing/sl_receipts_report.php",
1619             "children": [],
1620             "requirement": 0,
1621             "acl_req": [
1622               "acct",
1623               "rep_a"
1624             ]
1625           },
1626           {
1627             "label": "Front Rec",
1628             "menu_id": "rep0",
1629             "target": "rep",
1630             "url": "/interface/reports/front_receipts_report.php",
1631             "children": [],
1632             "requirement": 0,
1633             "acl_req": [
1634               "acct",
1635               "rep_a"
1636             ]
1637           },
1638           {
1639             "label": "Pmt Method",
1640             "menu_id": "rep0",
1641             "target": "rep",
1642             "url": "/interface/reports/receipts_by_method_report.php",
1643             "children": [],
1644             "requirement": 0,
1645             "acl_req": [
1646               "acct",
1647               "rep_a"
1648             ]
1649           },
1650           {
1651             "label": "Collections and Aging",
1652             "menu_id": "rep0",
1653             "target": "rep",
1654             "url": "/interface/reports/collections_report.php",
1655             "children": [],
1656             "requirement": 0,
1657             "acl_req": [
1658               "acct",
1659               "rep_a"
1660             ]
1661           },
1662           {
1663             "label": "Pat Ledger",
1664             "menu_id": "rep0",
1665             "target": "rep",
1666             "url": "/interface/reports/pat_ledger.php?form=0",
1667             "children": [],
1668             "requirement": 0,
1669             "acl_req": [
1670               "acct",
1671               "rep_a"
1672             ]
1673           },
1674           {
1675             "label": "Financial Summary by Service Code",
1676             "menu_id": "rep0",
1677             "target": "rep",
1678             "url": "/interface/reports/svc_code_financial_report.php",
1679             "children": [],
1680             "requirement": 0,
1681             "acl_req": [
1682               "acct",
1683               "rep_a"
1684             ]
1685           }
1686         ],
1687         "requirement": 0
1688       },
1689       {
1690         "label": "Inventory",
1691         "icon": "fa-caret-right",
1692         "children": [
1693           {
1694             "label": "List",
1695             "url": "/interface/reports/inventory_list.php",
1696             "target": "rep",
1697             "children": [],
1698             "requirement": 0,
1699             "acl_req": [
1700               "admin",
1701               "drugs"
1702             ]
1703           },
1704           {
1705             "label": "Activity",
1706             "url": "/interface/reports/inventory_activity.php",
1707             "target": "rep",
1708             "children": [],
1709             "requirement": 0,
1710             "acl_req": [
1711               "admin",
1712               "drugs"
1713             ]
1714           },
1715           {
1716             "label": "Transactions",
1717             "url": "/interface/reports/inventory_transactions.php",
1718             "target": "rep",
1719             "children": [],
1720             "requirement": 0,
1721             "acl_req": [
1722               "admin",
1723               "drugs"
1724             ]
1725           }
1726         ],
1727         "requirement": 0,
1728         "global_req": "inhouse_pharmacy"
1729       },
1730       {
1731         "label": "Procedures",
1732         "icon": "fa-caret-right",
1733         "children": [
1734           {
1735             "label": "Pending Res",
1736             "url": "/interface/orders/pending_orders.php",
1737             "target": "rep",
1738             "children": [],
1739             "requirement": 0,
1740             "acl_req": [
1741               "patients",
1742               "lab"
1743             ]
1744           },
1745           {
1746             "label": "Pending F/U",
1747             "url": "/interface/orders/pending_followup.php",
1748             "target": "rep",
1749             "children": [],
1750             "requirement": 0,
1751             "acl_req": [
1752               "patients",
1753               "lab"
1754             ],
1755             "global_req": "ippf_specific"
1756           },
1757           {
1758             "label": "Statistics",
1759             "url": "/interface/orders/procedure_stats.php",
1760             "target": "rep",
1761             "children": [],
1762             "requirement": 0,
1763             "acl_req": [
1764               "patients",
1765               "lab"
1766             ]
1767           }
1768         ],
1769         "requirement": 0
1770       },
1771       {
1772         "label": "Insurance",
1773         "icon": "fa-caret-right",
1774         "children": [
1775           {
1776             "label": "Distribution",
1777             "menu_id": "rep0",
1778             "target": "rep",
1779             "url": "/interface/reports/insurance_allocation_report.php",
1780             "children": [],
1781             "requirement": 0,
1782             "acl_req": [
1783               "acct",
1784               "rep_a"
1785             ]
1786           },
1787           {
1788             "label": "Indigents",
1789             "menu_id": "rep0",
1790             "target": "rep",
1791             "url": "/interface/billing/indigent_patients_report.php",
1792             "children": [],
1793             "requirement": 0,
1794             "acl_req": [
1795               "acct",
1796               "rep_a"
1797             ]
1798           },
1799           {
1800             "label": "Unique SP",
1801             "menu_id": "rep0",
1802             "target": "rep",
1803             "url": "/interface/reports/unique_seen_patients_report.php",
1804             "children": [],
1805             "requirement": 0,
1806             "acl_req": [
1807               "patients",
1808               "demo"
1809             ]
1810           }
1811         ],
1812         "requirement": 0,
1813         "global_req": "!simplified_demographics"
1814       },
1815       {
1816         "label": "Statistics",
1817         "icon": "fa-caret-right",
1818         "children": [
1819           {
1820             "label": "IPPF Stats",
1821             "menu_id": "rep0",
1822             "target": "rep",
1823             "url": "/interface/reports/ippf_statistics.php?t=i",
1824             "children": [],
1825             "requirement": 0,
1826             "acl_req": [
1827               "acct",
1828               "rep_a"
1829             ]
1830           },
1831           {
1832             "label": "GCAC Stats",
1833             "menu_id": "rep0",
1834             "target": "rep",
1835             "url": "/interface/reports/ippf_statistics.php?t=g",
1836             "children": [],
1837             "requirement": 0,
1838             "acl_req": [
1839               "acct",
1840               "rep_a"
1841             ]
1842           },
1843           {
1844             "label": "MA Stats",
1845             "menu_id": "rep0",
1846             "target": "rep",
1847             "url": "/interface/reports/ippf_statistics.php?t=m",
1848             "children": [],
1849             "requirement": 0,
1850             "acl_req": [
1851               "acct",
1852               "rep_a"
1853             ]
1854           },
1855           {
1856             "label": "CYP",
1857             "menu_id": "rep0",
1858             "target": "rep",
1859             "url": "/interface/reports/ippf_cyp_report.php",
1860             "children": [],
1861             "requirement": 0,
1862             "acl_req": [
1863               "acct",
1864               "rep_a"
1865             ]
1866           },
1867           {
1868             "label": "Daily Record",
1869             "menu_id": "rep0",
1870             "target": "rep",
1871             "url": "/interface/reports/ippf_daily.php",
1872             "children": [],
1873             "requirement": 0,
1874             "acl_req": [
1875               "acct",
1876               "rep_a"
1877             ]
1878           }
1879         ],
1880         "requirement": 0,
1881         "global_req": "ippf_specific"
1882       },
1883       {
1884         "label": "Services",
1885         "icon": "fa-caret-right",
1886         "children": [
1887           {
1888             "label": "Background Services",
1889             "menu_id": "rep0",
1890             "target": "rep",
1891             "url": "/interface/reports/background_services.php",
1892             "children": [],
1893             "requirement": 0,
1894             "acl_req": [
1895               "admin",
1896               "batchcom"
1897             ]
1898           },
1899           {
1900             "label": "Direct Message Log",
1901             "menu_id": "rep0",
1902             "target": "rep",
1903             "url": "/interface/reports/direct_message_log.php",
1904             "children": [],
1905             "requirement": 0
1906           }
1907         ],
1908         "requirement": 0,
1909         "acl_req": [
1910           "admin",
1911           "batchcom"
1912         ]
1913       }
1914     ],
1915     "requirement": 0
1916   },
1917   {
1918     "label": "Miscellaneous",
1919     "menu_id": "misimg",
1920     "children": [
1921       {
1922         "label": "Portal Activity",
1923         "menu_id": "por0",
1924         "target": "por",
1925         "url": "/myportal/index.php",
1926         "children": [],
1927         "requirement": 0,
1928         "global_req_strict": [
1929           "portal_offsite_enable",
1930           "portal_offsite_address"
1931         ],
1932         "acl_req": [
1933           "patientportal",
1934           "portal"
1935         ]
1936       },
1937       {
1938         "label": "Portal Dashboard",
1939         "menu_id": "por2",
1940         "target": "por",
1941         "url": "/portal/patient/provider",
1942         "children": [],
1943         "requirement": 0,
1944         "global_req_strict": "portal_onsite_two_enable",
1945         "acl_req": [
1946           "patientportal",
1947           "portal"
1948         ]
1949       },
1950       {
1951         "label": "CMS Portal",
1952         "menu_id": "por1",
1953         "target": "por",
1954         "url": "/interface/cmsportal/list_requests.php",
1955         "children": [],
1956         "requirement": 0,
1957         "global_req": "gbl_portal_cms_enable",
1958         "acl_req": [
1959           "patientportal",
1960           "portal"
1961         ]
1962       },
1963       {
1964         "label": "Patient Education",
1965         "menu_id": "ped0",
1966         "target": "msc",
1967         "url": "/interface/reports/patient_edu_web_lookup.php",
1968         "children": [],
1969         "requirement": 0
1970       },
1971       {
1972         "label": "Authorizations",
1973         "menu_id": "aun0",
1974         "target": "msc",
1975         "url": "/interface/main/authorizations/authorizations.php",
1976         "children": [],
1977         "requirement": 0,
1978         "acl_req": [
1979           [
1980             "encounters",
1981             "auth"
1982           ],
1983           [
1984             "encounters",
1985             "auth_a"
1986           ]
1987         ]
1988       },
1989       {
1990         "label": "Fax/Scan",
1991         "menu_id": "fax",
1992         "target": "msc",
1993         "url": "/interface/fax/faxq.php",
1994         "children": [],
1995         "requirement": 0,
1996         "acl_req": [
1997           "patients",
1998           "docs"
1999         ],
2000         "global_req": [
2001           "enable_hylafax",
2002           "enable_scanner"
2003         ]
2004       },
2005       {
2006         "label": "Chart Tracker",
2007         "menu_id": "cht0",
2008         "target": "msc",
2009         "url": "/custom/chart_tracker.php",
2010         "children": [],
2011         "requirement": 0,
2012         "acl_req": [
2013           "patients",
2014           "appt"
2015         ],
2016         "global_req": "!disable_chart_tracker"
2017       },
2018       {
2019         "label": "Ofc Notes",
2020         "menu_id": "ono0",
2021         "target": "msc",
2022         "url": "/interface/main/onotes/office_comments.php",
2023         "children": [],
2024         "requirement": 0,
2025         "acl_req": [
2026           "encounters",
2027           "notes"
2028         ]
2029       },
2030       {
2031         "label": "BatchCom",
2032         "menu_id": "adm0",
2033         "target": "msc",
2034         "url": "/interface/batchcom/batchcom.php",
2035         "children": [],
2036         "requirement": 0,
2037         "acl_req": [
2038           [
2039             "admin",
2040             "batchcom"
2041           ],
2042           [
2043             "admin",
2044             "practice"
2045           ]
2046         ]
2047       },
2048       {
2049         "label": "Configure Tracks",
2050         "menu_id": "con0",
2051         "target": "msc",
2052         "url": "/interface/forms/track_anything/create.php",
2053         "children": [],
2054         "requirement": 0,
2055         "global_req": "track_anything_state"
2056       },
2057       {
2058         "label": "New Documents",
2059         "menu_id": "adm0",
2060         "target": "msc",
2061         "url": "/controller.php?document&list&patient_id=00",
2062         "children": [],
2063         "requirement": 0,
2064         "acl_req": [
2065           "patients",
2066           "docs",
2067           "write",
2068           "addonly"
2069         ]
2070       },
2071       {
2072         "label": "Blank Forms",
2073         "icon": "fa-caret-right",
2074         "children": [
2075           {
2076             "label": "Demographics",
2077             "url": "/interface/patient_file/summary/demographics_print.php",
2078             "target": "msc",
2079             "children": [],
2080             "requirement": 0
2081           },
2082           {
2083             "label": "Superbill/Fee Sheet",
2084             "url": "/interface/patient_file/printed_fee_sheet.php",
2085             "target": "msc",
2086             "children": [],
2087             "requirement": 0
2088           },
2089           {
2090             "label": "Referral",
2091             "url": "/interface/patient_file/transaction/print_referral.php",
2092             "target": "msc",
2093             "children": [],
2094             "requirement": 0
2095           }
2096         ],
2097         "requirement": 0
2098       }
2099     ],
2100     "requirement": 0
2101   },
2102   {
2103     "label": "Popups",
2104     "menu_id": "popup",
2105     "children": [
2106       {
2107         "label": "Issues",
2108         "menu_id": "Popup:Issues",
2109         "url": "/interface/patient_file/problem_encounter.php",
2110         "target": "pop",
2111         "children": [],
2112         "requirement": 1,
2113         "acl_req": [
2114           "patients",
2115           "med"
2116         ],
2117         "global_req": "allow_issue_menu_link"
2118       },
2119       {
2120         "label": "Export",
2121         "menu_id": "Popup:Export",
2122         "url": "/custom/export_xml.php",
2123         "target": "pop",
2124         "children": [],
2125         "requirement": 1,
2126         "acl_req": [
2127           "patients",
2128           "demo"
2129         ],
2130         "global_req": "!ippf_specific"
2131       },
2132       {
2133         "label": "Import",
2134         "menu_id": "Popup:Import",
2135         "url": "/custom/import_xml.php",
2136         "target": "pop",
2137         "children": [],
2138         "requirement": 1,
2139         "acl_req": [
2140           "patients",
2141           "demo",
2142           "write"
2143         ],
2144         "global_req": "!ippf_specific"
2145       },
2146       {
2147         "label": "Appts",
2148         "menu_id": "Popup:Appts",
2149         "url": "/interface/reports/appointments_report.php?patient=",
2150         "target": "pop",
2151         "children": [],
2152         "requirement": 1,
2153         "acl_req": [
2154           "patients",
2155           "appt"
2156         ],
2157         "global_req": "!disable_calendar"
2158       },
2159       {
2160         "label": "Superbill",
2161         "menu_id": "Popup:Superbill",
2162         "url": "/interface/patient_file/printed_fee_sheet.php?fill=1",
2163         "target": "pop",
2164         "children": [],
2165         "requirement": 1,
2166         "acl_req": [
2167           "patients",
2168           "med"
2169         ]
2170       },
2171       {
2172         "label": "Payment",
2173         "menu_id": "Popup:Payment",
2174         "url": "/interface/patient_file/front_payment.php",
2175         "target": "pop",
2176         "children": [],
2177         "requirement": 1,
2178         "acl_req": [
2179           "acct",
2180           "bill",
2181           "write"
2182         ]
2183       },
2184       {
2185         "label": "Checkout",
2186         "menu_id": "Popup:Checkout",
2187         "url": "/interface/patient_file/pos_checkout.php",
2188         "target": "pop",
2189         "children": [],
2190         "requirement": 1,
2191         "acl_req": [
2192           "acct",
2193           "bill",
2194           "write"
2195         ],
2196         "global_req": "inhouse_pharmacy"
2197       },
2198       {
2199         "label": "Letter",
2200         "menu_id": "Popup:Letter",
2201         "url": "/interface/patient_file/letter.php",
2202         "target": "pop",
2203         "children": [],
2204         "requirement": 1,
2205         "acl_req": [
2206           "patients",
2207           "med"
2208         ]
2209       },
2210       {
2211         "label": "Chart Label",
2212         "menu_id": "Popup:Chart Label",
2213         "url": "/interface/patient_file/label.php",
2214         "target": "pop",
2215         "children": [],
2216         "requirement": 1,
2217         "acl_req": [
2218           "patients",
2219           "demo"
2220         ],
2221         "global_req": "chart_label_type"
2222       },
2223       {
2224         "label": "Barcode Label",
2225         "menu_id": "Popup:Barcode Label",
2226         "url": "/interface/patient_file/barcode_label.php",
2227         "target": "pop",
2228         "children": [],
2229         "requirement": 1,
2230         "acl_req": [
2231           "patients",
2232           "demo"
2233         ],
2234         "global_req": "barcode_label_type"
2235       },
2236       {
2237         "label": "Address Label",
2238         "menu_id": "Popup:Address Label",
2239         "url": "/interface/patient_file/addr_label.php",
2240         "target": "pop",
2241         "children": [],
2242         "requirement": 1,
2243         "acl_req": [
2244           "patients",
2245           "demo"
2246         ],
2247         "global_req": "addr_label_type"
2248       }
2249     ],
2250     "requirement": 0
2251   },
2252   {
2253     "label": "About",
2254     "menu_id": "abo0",
2255     "target": "msc",
2256     "url": "/interface/main/about_page.php",
2257     "children": [],
2258     "requirement": 0
2259   }