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