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