{
    "home": {
        "Description": "",
        "Icon": "fa-home",
        "Uri": "/",
        "Decorators": [],
        "Items": []
    },
    "superagenda": { 
        "Description": "Agenda",
        "Icon": "fas fa-calendar",  
        "Uri": "/superagenda",  
        "Decorators": [],  
        "Items" : []
    },
    "administracion": {
        "Description": "Administracion",
        "Icon": "",
        "Uri": "/administracion",
        "Decorators": [],
        "Items": [
            {
                "Description": "Usuarios",
                "Icon": "",
                "Uri": "/administracion/usuarios/ver",
                "Decorators": [
                    {
                        "Type": "TITULO",
                        "Definition": "Mantenedores"
                    }
                ]
            },
            {
                "Description": "Centros Médicos",
                "Icon": "",
                "Uri": "/mantenedores/clinica/centromedico/ver",
                "Decorators": [
                    {
                        "Type": "TITULO",
                        "Definition": "Mantenedores"
                    }
                ]
            }
            ,
          
            {
                "Description": "Especialidades",
                "Icon": "",
                "Uri": "/mantenedores/clinica/especialidad/ver"
                
            }
            ,
            {
                "Description": "Profesionales",
                "Icon": "",
                "Uri": "/mantenedores/clinica/profesional/ver"
                
            }
            ,
            {
                "Description": "Prestaciones y Tarifas",
                "Icon": "",
                "Uri": "/mantenedores/clinica/prestacion/ver"
                
            }
            ,
            {
                "Description": "Maestro de Pacientes",
                "Icon": "",
                "Uri": "/mantenedores/clinica/paciente/ver"
                
            }
        
        ]
    }
}