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