").appendTo("#navi"); // Create default option "Go to..." $("", { "selected": "selected", "value" : "", "text" : "Navigation" }).appendTo("#navi select"); // Populate dropdown with menu items $("#navi a").each(function() { var el = $(this); var da = ''; if($(this).parents('.sub_menu').length){ da = '• '; } $("", { "value" : el.attr("href"), "text" : da + el.text() }).appendTo("#navi select"); }); // To make dropdown actually work // To make more unobtrusive: http://css-tricks.com/4064-unobtrusive-page-changer/ $("#navi select").change(function() { window.location = $(this).find("option:selected").val(); }); });
![]() |
Dan Danielson, BPharm, MS Senior Director, Market Access Solutions Precision for Value |
Dan Danielson brings over 15 years of expertise developing and leading pharmacy programs in the health plan and PBM industry to the Access Experience Team; he joins as senior director.
Prior to joining Precision, he led the Premera Blue Cross Drug Management Program, where he was responsible for forecasting the impact of high-cost pharmaceuticals and developing utilization management programs to assure clinically appropriate and cost-effective access.
As a recognized expert in value and technology assessment, Dan led the deployment of Premera’s Value-Based Formulary and managed its independent Value Assessment Committee. Dan’s areas of expertise include Value and Technology Assessment, UM, formulary development, value frameworks, budget impact models, cost-effectiveness/comparative effectiveness, and P&T. |