Skip to content

Instantly share code, notes, and snippets.

@beatscode
Created April 26, 2017 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beatscode/9000d01f99bbb4879140ed58eabfb5d3 to your computer and use it in GitHub Desktop.
Save beatscode/9000d01f99bbb4879140ed58eabfb5d3 to your computer and use it in GitHub Desktop.
testcafe unexpected input when switching iframes
<html lang="en" data-ng-app="editorPanelApp" xmlns="http://www.w3.org/1999/xhtml" xmlns:ng="https://angularjs.org" id="ng-app" class="ng-scope"><head><style type="text/css">@charset "UTF-8";[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}</style><meta http-equiv="X-UA-Compatible" content="IE=edge"><style></style>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Edit Your Website</title>
<link href="http://leonardo.dev/css/editor_panel.min.css" media="all" type="text/css" rel="stylesheet">
<style>
#footer {
bottom: 0;
left: 0;
height: 63px;
position: fixed;
right: 0;
background: #656565;
border-top:2px solid white;
}
#footer img {
width: 11%;
}
#footer .container {
padding-top: 19px;
}
#footer p{
color:white;
}
.content footer {
padding: 0px 0 6px !important;
}</style>
<style id="style-1-cropbar-clipper">/* Copyright 2014 Evernote Corporation. All rights reserved. */
.en-markup-crop-options {
top: 18px !important;
left: 50% !important;
margin-left: -100px !important;
width: 200px !important;
border: 2px rgba(255,255,255,.38) solid !important;
border-radius: 4px !important;
}
.en-markup-crop-options div div:first-of-type {
margin-left: 0px !important;
}
</style></head>
<body id="editor" class="ngCloak ng-binding">
<!-- Preload Images -->
<div class="preload">
<img src="http://leonardo.dev/images/main-control-opened-bg.jpg">
<img src="http://leonardo.dev/images/control-opened-bg.jpg">
<img src="http://leonardo.dev/images/cp-button_active.jpg">
<img src="http://leonardo.dev/images/panel-help-button.png">
<img src="http://leonardo.dev/images/panel-help-button_hover.png">
<img src="http://leonardo.dev/images/helppanel.png">
<img src="http://leonardo.dev/images/helppanel-active.png">
<img src="http://leonardo.dev/images/arrowup.png">
<img src="http://leonardo.dev/images/arrowdown.png">
<img src="http://leonardo.dev/images/pngs/cp_button.png">
<img src="http://leonardo.dev/images/pngs/cp_button_active.png">
<img src="http://leonardo.dev/images/pngs/ca_button.png">
<img src="http://leonardo.dev/images/pngs/tl_button.png">
<img src="http://leonardo.dev/images/wait_screen_2.png">
</div>
<iframe id="sitePreview" src="http://leonardo.dev/editor/prebuild" style="height: 906px; width: 1920px;"></iframe>
<div id="top-bar">
<div data-ng-controller="taskListController" class="ng-scope">
<ul class="task-list top-bar-menu">
<li ng-class="{opened: showtasklist}" class="opened">
<a class="borderwhite" ng-click="toggleTaskList()"></a>
<ul class="menu" slide-control-panel="showtasklist">
<div class="task-list-description">
<p style="font-size:1.2em;margin">Let's Get Started!</p>
<p style="text-align:left;">Follow the steps in this section
to customize your new website</p>
</div>
<!-- ngRepeat: option in taskListOptions --><li data-ng-repeat="option in taskListOptions" data-ng-class="{expandable: option.children.length>0, opened: option.expanded}" class="ng-scope expandable opened">
<a href="" data-ng-click="clickOption(option);" class="menu-option level1 ng-binding">
1. Profile
</a>
<div class="task-checkbox parent-task-checkbox" ng-class="{tcomplete: option.complete}"></div>
<ul data-ng-show="option.children.length>0" class="menu" slide-sub-menu="option.expanded">
<!-- ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Your Profile
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex0" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Location Info
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex1" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Insurance &amp; Co-Payments
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex2" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Office Policies
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex3" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Office Forms &amp; Docs.
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex4" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Patient Portal/EHR
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex5" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} -->
</ul>
</li><!-- end ngRepeat: option in taskListOptions --><li data-ng-repeat="option in taskListOptions" data-ng-class="{expandable: option.children.length>0, opened: option.expanded}" class="ng-scope expandable">
<a href="" data-ng-click="clickOption(option);" class="menu-option level1 ng-binding">
2. Content Library
</a>
<div class="task-checkbox parent-task-checkbox tcomplete" ng-class="{tcomplete: option.complete}"></div>
<ul data-ng-show="option.children.length>0" class="menu" slide-sub-menu="option.expanded" style="display: none;">
<!-- ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Patient Education Library
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex0" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox tcomplete" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} -->
</ul>
</li><!-- end ngRepeat: option in taskListOptions --><li data-ng-repeat="option in taskListOptions" data-ng-class="{expandable: option.children.length>0, opened: option.expanded}" class="ng-scope expandable">
<a href="" data-ng-click="clickOption(option);" class="menu-option level1 ng-binding">
3. Design Elements
</a>
<div class="task-checkbox parent-task-checkbox" ng-class="{tcomplete: option.complete}"></div>
<ul data-ng-show="option.children.length>0" class="menu" slide-sub-menu="option.expanded" style="display: none;">
<!-- ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Website Design
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex0" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Menus &amp; Pages
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex1" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Objects &amp; Widgets
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex2" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox tcomplete" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} -->
</ul>
</li><!-- end ngRepeat: option in taskListOptions --><li data-ng-repeat="option in taskListOptions" data-ng-class="{expandable: option.children.length>0, opened: option.expanded}" class="ng-scope expandable">
<a href="" data-ng-click="clickOption(option);" class="menu-option level1 ng-binding">
4. Banner Image
</a>
<div class="task-checkbox parent-task-checkbox tcomplete" ng-class="{tcomplete: option.complete}"></div>
<ul data-ng-show="option.children.length>0" class="menu" slide-sub-menu="option.expanded" style="display: none;">
<!-- ngRepeat: child in option.children | filter:{active:true} --><li data-ng-repeat="child in option.children | filter:{active:true}" class="ng-scope">
<div class="menu-option level2 ng-binding">Banner Images
<a data-ng-click="beginTask(child)" class="btn btn-small btn-primary taskListIndex0" ng-class="{disabled: openedPartial == child.id, 'first-task-button-high-zindex': firstTaskButtonHighZIndex &amp;&amp; child.id == 13 ">Begin</a>
</div>
<div class="task-checkbox child-task-checkbox tcomplete" ng-class="{tcomplete: child.complete}"></div>
</li><!-- end ngRepeat: child in option.children | filter:{active:true} -->
</ul>
</li><!-- end ngRepeat: option in taskListOptions -->
<div class="completion-status">
<div class="cs-title">Completion Status</div>
<div class="cs-progress">
<div class="bar-bg">
<div class="bar" ng-style="{ 'width': 228 * (percentComplete/100) + 'px' }" style="width: 177.84px;">
<div class="percent ng-binding">78%</div>
</div>
</div>
</div>
<div class="exp-datetitle ng-binding">Trial Ends: May 26th 2017</div>
</div>
</ul>
</li>
</ul>
</div>
<div id="editorPanelController" data-ng-controller="editorPanelController" class="ng-scope">
<!-- WAIT SCREEN -->
<div id="loadingEditorModal" class="modal hide fade panel" aria-hidden="true" style="width: auto; margin-left: -206px; display: none;">
<div class="loading-editor-message ng-hide" data-ng-show="!editorLoaded">
<h2 class="loading-editor">Please wait...</h2>
<img src="http://leonardo.dev/images/loading-3.gif" class="loading-editor-graphic"><br>
<h2 class="loading-editor">Loading Dr. Leonardo Editor</h2>
</div>
</div>
<!-- INTRO SLIDESHOW -->
<!--
<div id="introSlideshowModal" class="modal hide fade editorModal panel modal-panel" ng-show="!is_registered">
<div class="control-group">
<div class="controls">
<h2>Editor Tutorial</h2>
</div>
</div>
<div class="intro-slideshow-container">
<div class="intro-slideshow">
<div class="intro-slide">
<img src="http://leonardo.dev/images/welcome_slideshow_1.jpg" />
<p>To get started, click the "Begin" button on the Task List.<br/>
Complete and save each section to customize your website content.</p>
</div>
<div class="intro-slide">
<img src="http://leonardo.dev/images/welcome_slideshow_2.jpg" />
<p>Once you've personalized your information, press "Purchase" to set your domain name.<br/>
<strong>Note: You can continue to make changes to your content at any time.</strong></p>
</div>
<div class="intro-slide">
<img src="http://leonardo.dev/images/welcome_slideshow_3.jpg" />
<p>We're here to help! Visit the Help Center for FAQ's and Video Tutorials<br/>
or Chat with a member of our Customer Support Team.</p>
</div>
<div class="intro-slide">
<img src="http://leonardo.dev/images/welcome_slideshow_4.jpg" />
<p>Don't want to do it yourself? We'll do it for you!<br/>
Chat with our Support Team to learn about hiring an expert designer to complete your website for you.</p>
</div>
</div>
<button class="btn btn-large center-block" ng-click="toggleIntroSlideshowModal(); showNextStep();">Continue</button>
</div>
</div>
-->
<!-- INTRO SLIDESHOW DARKER BACKDROP -->
<!-- <div id="intro-slideshow-backdrop" class="ng-cloak"></div> -->
<!-- Authenticate CureMD User -->
<!--<div id="authenticateCureMDUserModal" class="modal hide fade editorModal panel modal-panel" ng-include="'http://leonardo.dev/js/app/admin_account/partials/authenticate_curemd_user.html'"></div> -->
<!-- Onboard Video Modal -->
<!-- <div id="onboardVideoModal" class="modal hide fade editorModal panel modal-panel" ng-include="'http://leonardo.dev/js/app/admin_account/partials/onboardVideoModal.html'"></div> -->
<!-- CLICK TO BEGIN OVERLAY -->
<div id="click-to-begin-overlay" class="ng-hide" data-ng-show="clickToBeginOverlayShown">
<img src="http://leonardo.dev/images/click-to-begin-arrow.png" id="click-to-begin-arrow">
</div>
<!-- HELP PANEL -->
<!-- <ul id="help-panel" class="ng-cloak">
<li data-ng-class="{opened: helpPanelVisible}"> -->
<!-- <a class="help-button" data-ng-click="toggleHelpPanel();"></a>
<ul> -->
<!-- <li class="menu-title">Help &amp; Help Topics
<a href="javascript:void(0);" class="btn-danger close-button" data-ng-click="toggleHelpPanel();">X</a>
</li>
<li class="help-controls">
<ul class="help-topics">
<li data-ng-repeat="topic in helpTopics" data-ng-class="{currentTopic: topic.id == currentHelpTopic.id}">
<a href="" data-ng-click="chooseHelpTopic(topic.id)">{{topic.title}}</a>
</li>
</ul>
<ul class="help-sub-topics">
<li data-ng-repeat="subTopic in helpSubTopics">
<a href="" data-ng-click="chooseHelpSubTopic(subTopic.id)">{{subTopic.title}}</a>
</li>
</ul>
</li>
<li class="help-content">
<div data-ng-bind-html-unsafe="currentHelpTopicContent">
</div><br />
<a href="" data-ng-click="toggleHelpContent()" class="btn">&laquo; Go Back</a>
</li> -->
<!-- <li class="menu-title support-ticket">Open a Support Ticket
<a href="javascript:void(0);" class="btn-danger close-button" data-ng-click="toggleHelpPanel();">X</a>
</li>
<li class="support-ticket-form">
<form name="ticketForm" class="ticket-form" data-ng-hide="ticketSent">
<div class="row-fluid">
<label>Subject<br/>
<select name="subject" ng-model="contact.subject" required>
<option ng-repeat="s in supportSubjects" value="{{s.subject}}">{{s.subject}}</option>
</select>
</label>
</div>
<div class="row-fluid">
<label>Message<br/>
<textarea name="message" ng-model="contact.message" class="support-ticket-message" required></textarea>
</label>
</div>
<div class="row-fluid">
<div class="pull-right">
<div class="alert alert-error" data-ng-show="hasError">{{errorMsg}}</div>
<div class="alert alert-success" data-ng-show="status">{{status}}</div>
<a href="" ng-click="submitTicketForm()" class="btn btn-primary open-ticket">Open Ticket</a>
</div>
</div>
</form>
<div data-ng-show="ticketSent">{{ticketSuccess}}</div>
</li>
</ul>
</li>
</ul> -->
<!-- CREATE ACCOUNT -->
<a id="create-account" class="divider-right ng-hide" data-ng-click="showCreateAccount()" data-ng-show="!loggedIn" style="display: none;"><img src="http://leonardo.dev/images/pngs/ca_button.png" alt="Create Account"></a>
<div class="current-username ng-binding" data-ng-show="currentUserName &amp;&amp; loggedIn">acceptanceTest30141@yahoo.com</div>
<div class=" divider-right" style="border-left: 0 none;cursor: pointer;float: left;height: 45px;margin: 0 8px 0 0;padding: 7px 19px 0;width: 180px;">
<a href="#" style="color:white;font-size:18px;" ng-click="wellDoItForYou()"><img src="http://leonardo.dev/images/wewilldoitforyou.png"></a>
</div>
<a class="editor-log-out" style="" href="http://leonardo.dev/admin/logout" data-ng-show="currentUserName &amp;&amp; loggedIn">Logout</a>
<!-- CONTROL PANEL -->
<ul id="control-panel" class="top-bar-menu" ng-class="{ thinner : partialVisible }">
<li data-ng-class="{opened: optionsPanelVisible}">
<a href="" data-ng-click="toggleOptionsPanel();"><span class="dropdownfix dropdownmargin-cp dropdown" ng-class="{ 'dropdown':!optionsPanelVisible, 'cpdropup': optionsPanelVisible }"></span></a>
<!-- NG VIEW PANEL AREA -->
<div class="panel mainpanel ng-hide" data-ng-show="optionsPanelVisible&amp;&amp;partialVisible">
<a data-ng-click="exitForm(currentOption)" class="btn-danger close-button">X</a>
<!-- ngView: -->
</div>
<!-- NG VIEW PANEL AREA -->
<ul class="menu" slide-control-panel="optionsPanelVisible" style="display: none;">
<!-- ngRepeat: option in menuOptions --><li data-ng-repeat="option in menuOptions" data-ng-class="{expandable: option.children.length>
0, current: option.id === openedPartial, opened: option.expanded}" class="ng-scope expandable">
<a href="" data-ng-click="clickOption(option);" class="menu-option level1 ng-binding">
<img data-ng-src="http://leonardo.dev/images/op-icon-appearance.png" class="menu-option-icon" src="http://leonardo.dev/images/op-icon-appearance.png">
Design Elements
</a>
<ul data-ng-show="option.children.length>0" class="menu" slide-sub-menu="option.expanded" style="display: none;">
<!-- ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Color Schemes</a>
</li><!-- end ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Menus &amp; Pages</a>
</li><!-- end ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Objects &amp; Widgets</a>
</li><!-- end ngRepeat: child in option.children -->
</ul>
</li><!-- end ngRepeat: option in menuOptions --><li data-ng-repeat="option in menuOptions" data-ng-class="{expandable: option.children.length>
0, current: option.id === openedPartial, opened: option.expanded}" class="ng-scope expandable">
<a href="" data-ng-click="clickOption(option);" class="menu-option level1 ng-binding">
<img data-ng-src="http://leonardo.dev/images/op-icon-animation.png" class="menu-option-icon" src="http://leonardo.dev/images/op-icon-animation.png">
Banner Image
</a>
<ul data-ng-show="option.children.length>0" class="menu" slide-sub-menu="option.expanded" style="display: none;">
<!-- ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Banner Images</a>
</li><!-- end ngRepeat: child in option.children -->
</ul>
</li><!-- end ngRepeat: option in menuOptions --><li data-ng-repeat="option in menuOptions" data-ng-class="{expandable: option.children.length>
0, current: option.id === openedPartial, opened: option.expanded}" class="ng-scope expandable">
<a href="" data-ng-click="clickOption(option);" class="menu-option level1 ng-binding">
<img data-ng-src="http://leonardo.dev/images/op-icon-services-and-procedures.png" class="menu-option-icon" src="http://leonardo.dev/images/op-icon-services-and-procedures.png">
Content Library
</a>
<ul data-ng-show="option.children.length>0" class="menu" slide-sub-menu="option.expanded" style="display: none;">
<!-- ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Patient Education Library</a>
</li><!-- end ngRepeat: child in option.children -->
</ul>
</li><!-- end ngRepeat: option in menuOptions --><li data-ng-repeat="option in menuOptions" data-ng-class="{expandable: option.children.length>
0, current: option.id === openedPartial, opened: option.expanded}" class="ng-scope expandable">
<a href="" data-ng-click="clickOption(option);" class="menu-option level1 ng-binding">
<img data-ng-src="http://leonardo.dev/images/op-icon-office-information.png" class="menu-option-icon" src="http://leonardo.dev/images/op-icon-office-information.png">
Profile
</a>
<ul data-ng-show="option.children.length>0" class="menu" slide-sub-menu="option.expanded" style="display: none;">
<!-- ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Your Profile</a>
</li><!-- end ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Location Info</a>
</li><!-- end ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Insurance &amp; Co-Payments</a>
</li><!-- end ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Office Policies</a>
</li><!-- end ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Office Forms &amp; Docs.</a>
</li><!-- end ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Patient Portal/EHR</a>
</li><!-- end ngRepeat: child in option.children -->
</ul>
</li><!-- end ngRepeat: option in menuOptions --><li data-ng-repeat="option in menuOptions" data-ng-class="{expandable: option.children.length>
0, current: option.id === openedPartial, opened: option.expanded}" class="ng-scope expandable">
<a href="" data-ng-click="clickOption(option);" class="menu-option level1 ng-binding">
<img data-ng-src="http://leonardo.dev/images/op-icon-practice-information.png" class="menu-option-icon" src="http://leonardo.dev/images/op-icon-practice-information.png">
SEO Master Tool
</a>
<ul data-ng-show="option.children.length>0" class="menu" slide-sub-menu="option.expanded" style="display: none;">
<!-- ngRepeat: child in option.children --><li data-ng-repeat="child in option.children" data-ng-class="{current: child.id === openedPartial}" class="ng-scope">
<a data-ng-click="clickOption(child)" class="menu-option level2 ng-binding">Global SEO Settings</a>
</li><!-- end ngRepeat: child in option.children -->
</ul>
</li><!-- end ngRepeat: option in menuOptions -->
</ul>
</li>
</ul>
<!-- HELP PANEL -->
<ul id="help-panel" class="">
<a class="help-button divider-left divider-right unactive-button" ng-class="{ 'active-button':showmenu, 'unactive-button':!showmenu }" data-ng-click="toggleDropDown()">
<span class="dropdownfix dropdownmargin-help dropdown" ng-class="{ 'dropdown':!showmenu, 'dropup': showmenu }"></span>
</a>
<ul slide-sub-menu="showmenu" class="helpmenu" style="display: none;">
<!-- <li class="helpmenuborder"><a href="#">View Intro Video</a></li>
<li class="helpmenuborder"><a href="#">Video Tutorials</a></li> Dont these two right now -->
<li><a href="https://webbuilder.zendesk.com/" target="_top" target-hammerhead-stored-value="_blank">Go to Help Center</a></li>
<li><a data-ng-click="toggleChatWindowVisibility()">Chat</a></li>
<!-- <li><div>Call: 1-866-633-5624</div></li> -->
</ul>
</ul>
<div class="publishing-controls">
<div class="btn-group">
<button type="button" class="btn btn-primary btn-large" style="z-index:2;" id="publishPurchaseBtn" ng-click="publish()">Publish</button>
<button type="button" class="btn btn-primary btn-large dropdown-toggle" style="z-index:2;" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="caret" style="margin-right: -7px;"></span>
<span class="sr-only">&nbsp;</span>
</button>
<ul class="dropdown-menu">
<li> <a class="dropdown-item" data-ng-click="updatePublishedSite()">Publish to subdomain</a></li>
</ul>
</div>
<div class="publish-messages ng-hide" data-ng-show="showPublishMessages">
<div class="alert alert-error publish-alert ng-hide" data-ng-show="showAccountError" data-ng-click="showCreateAccount();">Create an Account</div>
<div class="alert alert-error publish-alert ng-hide" data-ng-show="showLocationError" data-ng-click="clickOption(menuOptions[3].children[0]);">Add a Location</div>
<div class="alert alert-success publish-alert ng-hide" data-ng-show="showUpdateSuccess">Your site will update in 3 minutes</div>
<div class="alert alert-error publish-alert ng-hide" data-ng-show="showUpdateError">Sorry, please try again later</div>
<div class="alert alert-success publish-alert ng-binding ng-hide" ng-show="showTierPublishSuccess"></div>
<div class="alert alert-error publish-alert ng-binding ng-hide" ng-show="showTierPublishError"></div>
</div>
</div>
<!--
Modals for Editor
-->
<!-- ** Pay-as-you-go Specfic ** -->
<!-- Detailed Pricing Summary -->
<!-- Pricing Modal Prompt -->
<!-- ngInclude: 'http://leonardo.dev/js/app/frontend/partials/activation_pricing.html' --><div id="pricing_modal" class="modal hide fade editorModal panel modal-panel ng-scope" ng-include="'http://leonardo.dev/js/app/frontend/partials/activation_pricing.html'"><style class="ng-scope">
#pricing_modal.modal {
background: white none repeat scroll 0 0;
height: 550px;
left: 0 !important;
margin: 0 20% !important;
overflow-y: auto;
width: 60% !important;
}
.mainhead {
margin: 0;
padding: 0;
}
#pricing_modal {
position: absolute;
}
.blue h2 {
color: white;
font-size: 30px;
margin: 7px 0;
}
.mainhead input[type="radio"] {
position: absolute;
visibility: hidden;
}
.mainhead label {
box-sizing: border-box;
color: #424348;
cursor: pointer;
display: block;
font-weight: 300;
height: 26px;
left: 0;
margin: 4px auto;
padding: 0 6px 6px;
position: relative;
text-align: center;
top: -12px;
vertical-align: top;
word-spacing: -2px;
z-index: 9;
}
.mainhead .check {
border: 1px solid #aaaaaa;
border-radius: 100%;
display: block;
height: 19px;
left: 0;
position: relative;
top: 15px;
transition: border 0.25s linear 0s;
width: 19px;
z-index: 5;
}
.mainhead .check::before {
border-radius: 100%;
content: "";
display: block;
height: 11px;
left: 0;
margin: auto;
position: relative;
top: 4px;
transition: background 0.25s linear 0s;
width: 11px;
}
.mainhead input[type="radio"]:checked ~ .check {
border: 1px solid #dddddd;
}
.mainhead input[type="radio"]:checked ~ .check::before {
background: #2b9af3 none repeat scroll 0 0;
}
.price {
font-size: 36px;
position: relative;
}
div[title]:hover:after{
background: red; }
.cross {
font-family: arial;
font-size: 14px;
cursor: pointer;
text-align: center;
}
#newPricing {
padding: 9px;
}
.bestval {
float: right;
margin-top: -19px;
padding-right: 18px;
}
.btnblue a {
color: white;
cursor: pointer;
height: 45px;
text-decoration: none;
}
table {
border-collapse: collapse;
font-family: arial,sans-serif;
width: 100%;
}
.pricing-table td {
color: #424348;
font-family: arial;
font-size: 85%;
vertical-align: middle;
}
td, th {
border: 1px solid #dddddd;
padding: 5px;
text-align: left;
}
tr:nth-child(2n) {
background-color: #f2f5f8;
}
.sider {
width: 400px;
}
.provider > img, .practice > img, .practice-plus > img {
width: 100%;
}
.pricing-table {
table-layout: fixed;
width: 100% !important;
}
.pricing-table select {
box-shadow: none;
font-family: arial;
font-size: 9px;
font-style: italic;
color: #424348;
width: 100%;
}
.circle{
text-align:center;cursor: pointer;}
.close-button {
cursor: pointer;
font-size: 15px;
height: 13px;
line-height: 15px;
padding: 4px;
right: 20px;
top: 12px;
width: 14px;
}
.modal-panel .close-button {
top: 3px;
right: 5px;
}
.dollars {
font-size: 23px;
margin-right: 13px;
position: relative;
top: -2px;
}
.cross:hover ~ .tooltips{
background: rgb(255, 255, 217) none repeat scroll 0 0;
border: 1px solid black;
display: block !important;
margin-top: -6px;
min-width: 10%;
padding: 2px 7px;
position: absolute;
text-align: center;
border-radius: 4px;
}
.cross:hover ~ .tooltips2{
background: rgb(255, 255, 217) none repeat scroll 0 0;
border: 1px solid black;
display: block !important;
margin-top: -6px;
min-width: 29%;
padding: 2px 7px;
position: absolute;
text-align: center;
border-radius: 4px;
}
</style>
<div data-ng-controller="ActivationPricingController" class="ng-scope">
<!--
<div class="control-group">
<div class="controls">
<h2 id="title">Pricing</h2>
</div>
</div> -->
<div class="" id="newPricing" role="dialog">
<a data-ng-click="closeModal()" title="CLOSE" class="btn-danger close-button">X</a>
<div class="modal-dialog" style="padding-top: 14px;">
<!-- Modal content-->
<div class="modal-content">
<div class="" style="min-height:582px; padding-top:5px;">
<div class="col-sm-12 mainhead">
<table class="pricing-table">
<tbody><tr>
<th style="table-layout: fixed;width: 41%;border: none;"><div class="sider">&nbsp;&nbsp;</div></th>
<th style="padding:0 !important;">
<div class="provider">
<img src="/images/provider-tag.png" width="219px">
<div style="padding: 6px;">
<input type="radio" id="f-option" name="selector" ng-click="activate('provider', 25);" value="25" class="activationCheckbox" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
<!-- ngIf: previewpage!==undefined -->
<!-- ngIf: previewpage==undefined --><div ng-if="previewpage==undefined" class="ng-scope">
<div class="check"><div class="inside"></div></div>
</div><!-- end ngIf: previewpage==undefined -->
<label for="f-option" style="font-weight: bold;"><span class="dollars">$</span> <span class="price">25</span></label>
<div><select><option value="No Commitment Necessary - Paid Monthly">No Commitment Necessary - Paid Monthly</option></select></div>
</div>
</div>
</th>
<th style="padding:0 !important;"><div class="practice">
<img src="/images/practice-tag.png" width="219px">
<div style="padding: 6px;"><input type="radio" id="s-option" name="selector" ng-click="activate('standard');" value="50" class="activationCheckbox" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
<!-- ngIf: previewpage!==undefined -->
<!-- ngIf: previewpage==undefined --><div ng-if="previewpage==undefined" class="ng-scope">
<div class="check"><div class="inside"></div></div>
</div><!-- end ngIf: previewpage==undefined -->
<label for="s-option" style="font-weight: bold;"><span class="dollars">$</span> <span class="price ng-binding">50</span></label>
<div>
<select ng-model="multipleSelect" name="priceSelector" ng-change="changeprice(multipleSelect)" class="ng-pristine ng-untouched ng-valid ng-not-empty"><option value="? number:50 ?"></option>
<option value="50">Requires Annual Commitment - Paid Monthly</option>
<option value="65">Premium (no commitment)</option>
</select></div>
</div>
</div></th>
<th style="padding: 0px ! important; background: rgb(255, 255, 217) url(&quot;http://192.168.1.151:54160/r1OSRMACg/http://leonardo.dev/images/bestvalue.png&quot;) no-repeat scroll 95% 52px / 18% auto;"><div class="practice-plus">
<img src="/images/practiceplus-tag.png" width="219px">
<div style="padding: 6px;">
<input type="radio" id="t-option" name="selector" ng-click="activate('premium');" value="75" class="activationCheckbox" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
<!-- ngIf: previewpage!==undefined -->
<!-- ngIf: previewpage==undefined --><div ng-if="previewpage==undefined" class="ng-scope">
<div class="check"><div class="inside"></div></div>
</div><!-- end ngIf: previewpage==undefined -->
<label for="t-option" style="font-weight: bold;"><span class="dollars">$</span> <span class="price ng-binding">75</span></label>
<div>
<select ng-model="multipleSelectpre" name="priceSelectorpre" ng-change="changepricepre(multipleSelectpre)" class="ng-pristine ng-untouched ng-valid ng-not-empty"><option value="? number:75 ?"></option>
<option value="75">Requires Annual Commitment - Paid Monthly</option>
<option value="95">Premium (no commitment)</option>
</select></div>
</div>
</div></th>
</tr>
<tr>
<td>Unlimited Web Pages</td>
<td><div class="cross">X</div><div class="tooltips" style="display:none;">35-Page Limit</div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>Upload Your Own Logo</td>
<td><div class="cross">X</div><div class="tooltips" style="display:none;">Default Logo Based on Specialty</div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>Add Multiple Providers &amp; Staff</td>
<td><div class="cross">X</div><div class="tooltips" style="display:none;">Single <span style="font-style: italic;">Provider</span> Only</div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>1,000+ Healthcare Design Layouts to Choose From</td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>Access to 8,800+ Patient Education Topics</td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>Access to Image Library (6,000+ Images)</td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>Link To EHR Patient Portal</td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>Hosted on HIPAA-Compliant Servers</td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>Built-in SEO Indexing</td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>Website Analytic Reports</td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>SecureForms‚Ñ¢ for Appointments</td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="cross">X</div><div class="tooltips2" style="display:none;">Requires upgrade to <span style="font-style: italic;">PRACTICE</span>-Site +</div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>Mobile Website Optimization for Smartphones</td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
<td><div class="cross">X</div><div class="tooltips2" style="display:none;">Requires upgrade to <span style="font-style: italic;">PRACTICE</span>-Site + </div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
<tr>
<td>SEO Master Tool for Digital Marketing Agencies</td>
<td><div class="cross">X</div><div class="tooltips" style="display:none;">Requires upgrade to <span style="font-style: italic;">PRACTICE</span>-Site</div></td>
<td><div class="cross">X</div><div class="tooltips2" style="display:none;">Requires upgrade to <span style="font-style: italic;">PRACTICE</span>-Site +</div></td>
<td><div class="circle"><img src="/images/dot.png"></div></td>
</tr>
</tbody></table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Site Activation Modal Form -->
<div id="sitePreviewApp">
<div ng-controller="ActivationController" class="ng-scope">
<!-- ngInclude: 'http://leonardo.dev/js/app/admin_account/partials/site_preview_activation.html' --><div id="siteActivationModal" class="modal hide fade editorModal panel modal-panel ng-scope" ng-include="'http://leonardo.dev/js/app/admin_account/partials/site_preview_activation.html'"><style type="text/css" class="ng-scope">
.red{
color: red;
}
h2,h3{
color: #414347;
}
</style>
<div class="control-group ng-scope">
<div class="controls">
<h2 id="title">Activate your account</h2> <a style="font-size:18px" class="closebutton btn btn-danger" data-ng-click="closepopup()">X</a>
</div>
</div>
<form class="form-inline ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-maxlength ng-valid-minlength" method="POST" action="" name="createAcctActivation">
<div data-ng-show="!registerSuccess" class="">
<div ng-show="showBilling == false" class="row-fluid create-account-header">
<div><h1>Create An Account to<br>Start Your <span>90 Day FREE TRIAL</span></h1></div>
</div>
<div ng-show="showBilling == false">
<div class="row-fluid">
<div class="span6">
<label class="span12">First Name:
<input type="text" class="span12 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="firstname" ng-model="form.firstname" placeholder="Firstname" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</label>
</div>
<div class="span6">
<label class="span12">Last Name:
<input type="text" class="span12 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="lastname" ng-model="form.lastname" placeholder="Lastname" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</label>
</div>
</div>
<div class="row-fluid">
<label class="span12">E-Mail:
<input type="email" name="email" class="span12 ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" ng-model="form.email" ng-pattern="/^[^@.]+[^@]+@{1}(?:[a-zA-Z0-9]+(?:\-*[a-zA-Z0-9])*\.)+[a-zA-Z]{2,6}$/" maxlength="65" restriction="email-only" placeholder="Email" ng-trim="false" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</label>
</div>
<div class="row-fluid">
<div class="span6">
<label class="span12">Password:
<input type="password" id="activationPassword" name="password" class="span12 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-model="form.password" ng-pattern="/^(?=.*[A-Z])(?=.*\d).+$/" placeholder="Password" ng-minlength="8" maxlength="50" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</label>
</div>
<div class="span6">
<label class="span12">Confirm Password:
<input type="password" name="confirmpass" class="span12 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" id="activationConfirmationPassword" ng-model="form.confirmpass" ng-pattern="/^(?=.*[A-Z])(?=.*\d).+$/" ng-minlength="8" placeholder="Confirm Password" maxlength="50" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</label>
</div>
</div>
<div class="row-fluid">
<div class="requirement-text pass-req">* Password must have at least: 8 characters, one uppercase letter, and one number.</div>
</div>
</div>
<div class="row-fluid ng-hide" ng-show="showBilling">
<h2>Billing Information</h2>
<div class="row-fluid">
<div class="span7">
<h3>Address</h3>
<div class="control-group">
<label>Address<span class="red">*</span></label><br>
<input type="text" name="addressline2" class="span12 ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="61" tabindex="4" ng-model="form.addressline2" placeholder="Building Name" restriction="building-name-only" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</div>
<div class="row-fluid">
<div class="control-group">
<input type="text" name="addressline1" class="span12 mandatory ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" tabindex="5" ng-model="form.addressline1" placeholder="Address" restriction="address-only" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</div>
</div>
<div class="row-fluid">
<div class="control-group">
<input type="text" name="addressline3" class="span12 ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" ng-model="form.addressline3" maxlength="61" tabindex="6" placeholder="Address Line 2" restriction="floor-suite-only" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</div>
</div>
<div class="row-fluid">
<div class="span6">
<div class="control-group">
<label>City<span class="red">*</span><br>
<input type="text" name="city" class="span12 mandatory ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="61" tabindex="7" ng-model="form.city" restriction="letters-only" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"></label>
</div>
</div>
<div class="span6">
<div class="control-group">
<label>State/Province<span class="red">*</span><br>
<select name="state" class="subregionSelection input-medium" tabindex="8"><option value="Alabama">Alabama</option><option value="Alaska">Alaska</option><option value="Arizona">Arizona</option><option value="Arkansas">Arkansas</option><option value="California">California</option><option value="Colorado">Colorado</option><option value="Connecticut">Connecticut</option><option value="Delaware">Delaware</option><option value="District of Columbia">District of Columbia</option><option value="Florida">Florida</option><option value="Georgia">Georgia</option><option value="Hawaii">Hawaii</option><option value="Idaho">Idaho</option><option value="Illinois">Illinois</option><option value="Indiana">Indiana</option><option value="Iowa">Iowa</option><option value="Kansas">Kansas</option><option value="Kentucky">Kentucky</option><option value="Louisiana">Louisiana</option><option value="Maine">Maine</option><option value="Maryland">Maryland</option><option value="Massachusetts">Massachusetts</option><option value="Michigan">Michigan</option><option value="Minnesota">Minnesota</option><option value="Mississippi">Mississippi</option><option value="Missouri">Missouri</option><option value="Montana">Montana</option><option value="Nebraska">Nebraska</option><option value="Nevada">Nevada</option><option value="New Hampshire">New Hampshire</option><option value="New Jersey">New Jersey</option><option value="New Mexico">New Mexico</option><option value="New York">New York</option><option value="North Carolina">North Carolina</option><option value="North Dakota">North Dakota</option><option value="Ohio">Ohio</option><option value="Oklahoma">Oklahoma</option><option value="Oregon">Oregon</option><option value="Pennsylvania">Pennsylvania</option><option value="Rhode Island">Rhode Island</option><option value="South Carolina">South Carolina</option><option value="South Dakota">South Dakota</option><option value="Tennessee">Tennessee</option><option value="Texas">Texas</option><option value="Utah">Utah</option><option value="Vermont">Vermont</option><option value="Virginia">Virginia</option><option value="Washington">Washington</option><option value="West Virginia">West Virginia</option><option value="Wisconsin">Wisconsin</option><option value="Wyoming">Wyoming</option></select></label>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span6">
<div class="control-group">
<label>Postal Code<span class="red">*</span><br>
<input type="text" name="zipcode" maxlength="5" tabindex="9" ng-model="form.zip1" restriction="numbers-only" class="input-mini ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"></label>
<span style="margin-left:-13px;">&nbsp;&nbsp;-&nbsp;&nbsp;</span>
<input type="text" name="zip2" ng-model="form.zip2" maxlength="4" tabindex="10" style="width:35px" restriction="numbers-only" class="input-mini ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</div>
</div>
<div class="span6">
<div class="control-group">
<label>Country</label><span class="red">*</span><br>
<select class="countrySelection input-medium" name="country" tabindex="11" required="">
<option value="Select Country">Select Country</option>
<option value="4">Afghanistan</option><option value="248">Aland Islands</option><option value="8">Albania</option><option value="12">Algeria</option><option value="16">American Samoa</option><option value="20">Andorra</option><option value="24">Angola</option><option value="660">Anguilla</option><option value="10">Antarctica</option><option value="28">Antigua and Barbuda</option><option value="32">Argentina</option><option value="51">Armenia</option><option value="533">Aruba</option><option value="36">Australia</option><option value="40">Austria</option><option value="31">Azerbaijan</option><option value="44">Bahamas</option><option value="48">Bahrain</option><option value="50">Bangladesh</option><option value="52">Barbados</option><option value="112">Belarus</option><option value="56">Belgium</option><option value="84">Belize</option><option value="204">Benin</option><option value="60">Bermuda</option><option value="64">Bhutan</option><option value="68">Bolivia</option><option value="70">Bosnia and Herzegovina</option><option value="72">Botswana</option><option value="74">Bouvet Island</option><option value="76">Brazil</option><option value="86">British Indian Ocean Territory</option><option value="92">British Virgin Islands</option><option value="96">Brunei</option><option value="100">Bulgaria</option><option value="854">Burkina Faso</option><option value="108">Burundi</option><option value="116">Cambodia</option><option value="120">Cameroon</option><option value="124">Canada</option><option value="132">Cape Verde</option><option value="136">Cayman Islands</option><option value="140">Central African Republic</option><option value="148">Chad</option><option value="152">Chile</option><option value="156">China</option><option value="162">Christmas Island</option><option value="166">Cocos Islands</option><option value="170">Colombia</option><option value="174">Comoros</option><option value="184">Cook Islands</option><option value="188">Costa Rica</option><option value="191">Croatia</option><option value="192">Cuba</option><option value="196">Cyprus</option><option value="203">Czech Republic</option><option value="180">Democratic Republic of the Congo</option><option value="208">Denmark</option><option value="262">Djibouti</option><option value="212">Dominica</option><option value="214">Dominican Republic</option><option value="626">East Timor</option><option value="218">Ecuador</option><option value="818">Egypt</option><option value="222">El Salvador</option><option value="226">Equatorial Guinea</option><option value="232">Eritrea</option><option value="233">Estonia</option><option value="231">Ethiopia</option><option value="238">Falkland Islands</option><option value="234">Faroe Islands</option><option value="242">Fiji</option><option value="246">Finland</option><option value="250">France</option><option value="254">French Guiana</option><option value="258">French Polynesia</option><option value="260">French Southern Territories</option><option value="266">Gabon</option><option value="270">Gambia</option><option value="268">Georgia</option><option value="276">Germany</option><option value="288">Ghana</option><option value="292">Gibraltar</option><option value="300">Greece</option><option value="304">Greenland</option><option value="308">Grenada</option><option value="312">Guadeloupe</option><option value="316">Guam</option><option value="320">Guatemala</option><option value="831">Guernsey</option><option value="324">Guinea</option><option value="624">Guinea-Bissau</option><option value="328">Guyana</option><option value="332">Haiti</option><option value="334">Heard Island and McDonald Islands</option><option value="340">Honduras</option><option value="344">Hong Kong</option><option value="348">Hungary</option><option value="352">Iceland</option><option value="356">India</option><option value="360">Indonesia</option><option value="364">Iran</option><option value="368">Iraq</option><option value="372">Ireland</option><option value="833">Isle of Man</option><option value="376">Israel</option><option value="380">Italy</option><option value="384">Ivory Coast</option><option value="388">Jamaica</option><option value="392">Japan</option><option value="832">Jersey</option><option value="400">Jordan</option><option value="398">Kazakhstan</option><option value="404">Kenya</option><option value="296">Kiribati</option><option value="855">Kosovo</option><option value="414">Kuwait</option><option value="417">Kyrgyzstan</option><option value="418">Laos</option><option value="428">Latvia</option><option value="422">Lebanon</option><option value="426">Lesotho</option><option value="430">Liberia</option><option value="434">Libya</option><option value="438">Liechtenstein</option><option value="440">Lithuania</option><option value="442">Luxembourg</option><option value="446">Macao</option><option value="807">Macedonia</option><option value="450">Madagascar</option><option value="454">Malawi</option><option value="458">Malaysia</option><option value="462">Maldives</option><option value="466">Mali</option><option value="470">Malta</option><option value="584">Marshall Islands</option><option value="474">Martinique</option><option value="478">Mauritania</option><option value="480">Mauritius</option><option value="175">Mayotte</option><option value="484">Mexico</option><option value="583">Micronesia</option><option value="498">Moldova</option><option value="492">Monaco</option><option value="496">Mongolia</option><option value="499">Montenegro</option><option value="500">Montserrat</option><option value="504">Morocco</option><option value="508">Mozambique</option><option value="104">Myanmar</option><option value="516">Namibia</option><option value="520">Nauru</option><option value="524">Nepal</option><option value="528">Netherlands</option><option value="530">Netherlands Antilles</option><option value="540">New Caledonia</option><option value="554">New Zealand</option><option value="558">Nicaragua</option><option value="562">Niger</option><option value="566">Nigeria</option><option value="570">Niue</option><option value="574">Norfolk Island</option><option value="408">North Korea</option><option value="580">Northern Mariana Islands</option><option value="578">Norway</option><option value="512">Oman</option><option value="586">Pakistan</option><option value="585">Palau</option><option value="275">Palestinian Territory</option><option value="591">Panama</option><option value="598">Papua New Guinea</option><option value="600">Paraguay</option><option value="604">Peru</option><option value="608">Philippines</option><option value="612">Pitcairn</option><option value="616">Poland</option><option value="620">Portugal</option><option value="630">Puerto Rico</option><option value="634">Qatar</option><option value="178">Republic of the Congo</option><option value="638">Reunion</option><option value="642">Romania</option><option value="643">Russia</option><option value="646">Rwanda</option><option value="652">Saint Barthélemy</option><option value="654">Saint Helena</option><option value="659">Saint Kitts and Nevis</option><option value="662">Saint Lucia</option><option value="663">Saint Martin</option><option value="666">Saint Pierre and Miquelon</option><option value="670">Saint Vincent and the Grenadines</option><option value="882">Samoa</option><option value="674">San Marino</option><option value="678">Sao Tome and Principe</option><option value="682">Saudi Arabia</option><option value="686">Senegal</option><option value="688">Serbia</option><option value="891">Serbia and Montenegro</option><option value="690">Seychelles</option><option value="694">Sierra Leone</option><option value="702">Singapore</option><option value="703">Slovakia</option><option value="705">Slovenia</option><option value="90">Solomon Islands</option><option value="706">Somalia</option><option value="710">South Africa</option><option value="239">South Georgia and the South Sandwich Islands</option><option value="410">South Korea</option><option value="724">Spain</option><option value="144">Sri Lanka</option><option value="736">Sudan</option><option value="740">Suriname</option><option value="744">Svalbard and Jan Mayen</option><option value="748">Swaziland</option><option value="752">Sweden</option><option value="756">Switzerland</option><option value="760">Syria</option><option value="158">Taiwan</option><option value="762">Tajikistan</option><option value="834">Tanzania</option><option value="764">Thailand</option><option value="768">Togo</option><option value="772">Tokelau</option><option value="776">Tonga</option><option value="780">Trinidad and Tobago</option><option value="788">Tunisia</option><option value="792">Turkey</option><option value="795">Turkmenistan</option><option value="796">Turks and Caicos Islands</option><option value="798">Tuvalu</option><option value="850">U.S. Virgin Islands</option><option value="800">Uganda</option><option value="804">Ukraine</option><option value="784">United Arab Emirates</option><option value="826">United Kingdom</option><option value="840" selected="selected">United States</option><option value="581">United States Minor Outlying Islands</option><option value="858">Uruguay</option><option value="860">Uzbekistan</option><option value="548">Vanuatu</option><option value="336">Vatican</option><option value="862">Venezuela</option><option value="704">Vietnam</option><option value="876">Wallis and Futuna</option><option value="732">Western Sahara</option><option value="887">Yemen</option><option value="894">Zambia</option><option value="716">Zimbabwe</option></select>
</div>
</div>
</div>
<div class="row-fluid">
<label>Phone<br>
<input type="text" name="phone_number" class="span12 ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" maxlength="25" tabindex="12" ng-model="form.phone" placeholder="Phone" restriction="phone-only" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"></label>
</div>
<span class="red">* Indicates required fields </span>
</div>
<div class="span5">
<div class="row-fluid">
<h3>Payment</h3>
</div>
<div class="row-fluid">
Payment Types<br>
<img src="http://leonardo.dev/images/mc.png" alt="Mastercard">
<img src="http://leonardo.dev/images/visa.png" alt="Visa">
<img src="http://leonardo.dev/images/discover.png" alt="Discover">
<img src="http://leonardo.dev/images/ae.png" alt="American Express">
</div>
<div class="error_container" style="background-color:#F2DEDE;padding:14px;font-size:16px;display:none"></div>
<div class="row-fluid">
<div class="span7">
<div class="control-group">
<label>Credit Card #<span class="red">*</span><br>
<input type="text" name="cc_number" ng-model="form.cc_number" class="input-large ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" placeholder="Credit Card Number" autocomplete="off" maxlength="16" tabindex="13" required="" autocomplete-hammerhead-stored-value="off"></label>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span6">
<div class="control-group">
<label>Credit Card Type<span class="red">*</span><br>
<select name="cc_type" ng-model="form.cc_type" tabindex="14" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"><option value="? undefined:undefined ?"></option>
<option value="------------">------------</option>
<option value="Master Card">Master Card</option>
<option value="Visa">Visa</option>
<option value="Discover">Discover</option>
<option value="American Express">American Express</option>
</select></label>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div class="control-group">
<label>Expiration Date<span class="red">*</span><br>
<input type="text" name="cc_expr_mo" ng-model="form.cc_expr_mo" placeholder="Month" class="input-mini mandatory ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="2" tabindex="15" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"></label>
<span style="margin-left:-22px;">&nbsp;/&nbsp;</span>
<input type="text" name="cc_expr_yr" placeholder="Year" ng-model="form.cc_expr_yr" class="input-mini mandatory ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="2" tabindex="16" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</div>
</div>
</div>
<div class="row-fluid">
<div class="span10">
<div class="control-group">
<label>CSC</label><span class="red">*</span><br>
<input type="text" placeholder="CSC" name="cc_csc" ng-model="form.cc_csc" class="input-mini mandatory ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" maxlength="5" tabindex="17" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</div>
</div>
<br><br>
</div>
</div> <!-- Payment -->
</div>
</div><!-- End Row -->
</div> <!-- Form Fields -->
<div class="row-fluid create-account-button-holder">
<div data-ng-show="validationError" class="alert alert-error ng-binding ng-hide">
</div>
<div data-ng-show="acctCreationError" class="alert alert-error ng-binding ng-hide">
</div>
<br><br>
<button class="btn btn-primary btn-large ng-hide" ng-show="showBilling" data-ng-click="showBilling=false">Back</button>
<button class="btn btn-primary btn-large" ng-show="!showBilling" data-ng-click="showBilling=true">Continue</button>
<button style="margin-left:16px;" class="btn btn-primary btn-large ng-hide" ng-disabled="isCheckingOut" ng-show="showBilling" data-ng-click="completeSiteActivation()">Activate</button>
</div>
<div class="row-fluid">
<div class="row-fluid" style="text-align: center; margin-top: 20px; text-decoration: underline; color: blue;cursor: pointer;">
<!-- <a data-ng-click="closepopup()">Ask me Later</a><br> -->
<a data-ng-click="signinredirect()">Already have an account?</a>
</div>
</div>
<div data-ng-show="registerSuccess" class="register-success ng-hide">
<h2>You have been registered!</h2>
</div>
</form>
</div>
</div>
</div>
<!-- Purchase Addditonal Pages -->
<!-- ngInclude: 'http://leonardo.dev/js/app/admin_account/partials/purchase_pages_prompt.html' --><div id="purchases-addtnl-pages-prompt" class="modal hide fade editorModal panel modal-panel ng-scope" ng-include="'http://leonardo.dev/js/app/admin_account/partials/purchase_pages_prompt.html'"><div class="control-group ng-scope">
<div class="controls">
<h2 id="title">Purchase New Additions</h2>
</div>
</div>
<form class="form-inline ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-maxlength" data-ng-controller="editorPurchaseController" name="editorPurchase">
<a data-ng-click="closeEditorPurchase()" class="btn-danger close-button">X</a>
<div>
<div ng-show="showUpdateBillingContainer == false &amp;&amp; editorPurchaseSuccess == false">
<div data-ng-show="newPages.length > 0" class="">
<h3 class="ng-binding">Additional Pages (33)</h3>
<div style="height:112px;overflow:scroll">
<table class="table table-striped" cellspacing="15" cellpadding="15">
<tbody>
<!-- ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">About Me</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">CEREC® System</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Cosmetic Dentistry FAQs</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Cosmetic Gum Surgery </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Crown Lengthening </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Dental Bonding </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Dental Bridges</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Dental Crowns</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Dental Implants FAQ </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Dental Implants</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Dental Trauma </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Dentures</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Full Mouth Restoration </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Implant Bridges </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Implant Crowns </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Implant Overdentures </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Implant Supported Dentures</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Home</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Inlays and Onlays</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">In-Office Tooth Whitening</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Invisalign® Orthodontic Treatment</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Laser Gum Treatment </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Locations</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Notice of Privacy</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Patient Education</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Office Policies</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">The Provider</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Porcelain Crowns </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Porcelain Veneers</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Website Privacy Policy</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Sedation Dentistry </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Sinus Lift </td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages --><tr ng-repeat="page in newPages" class="ng-scope">
<td class="ng-binding">Terms of Use</td>
<td class="ng-binding">$1.00</td>
</tr><!-- end ngRepeat: page in newPages -->
</tbody>
</table>
</div>
</div>
<br>
<div data-ng-show="newProductsLength > 0" class="">
<h3 class="ng-binding">Added Products (1)</h3>
<div style="height:75px; overflow:scroll">
<table class="table table-striped" cellspacing="15" cellpadding="15">
<tbody>
<!-- ngRepeat: product in newProducts --><tr ng-repeat="product in newProducts" class="ng-scope">
<td class="ng-binding">Startup Fee</td>
<td class="ng-binding">$495.00 </td>
</tr><!-- end ngRepeat: product in newProducts -->
</tbody>
</table>
</div>
</div>
</div>
</div>
<div ng-show="showUpdateBillingContainer == true &amp;&amp; editorPurchaseSuccess == false" class="ng-hide">
<h3>Update your billing information</h3>
<div class="row-fluid">
<div class="span4">
<label>First Name<br>
<input type="text" name="firstname" maxlength="61" ng-model="form.firstname" tabindex="1" restriction="letters-only" class="input-medium ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"></label>
</div>
<div class="span4">
<label>Last Name<br>
<input type="text" name="lastname" maxlength="61" tabindex="2" ng-model="form.lastname" restriction="letters-only" class="input-medium ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"></label>
</div>
</div>
<div class="row-fluid">
<div class="span5">
<label>Address<br>
<input type="text" name="addressline1" maxlength="61" tabindex="3" ng-model="form.addressline1" restriction="building-name-only" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength"></label>
</div>
<div class="span6">
<label>City<br>
<input type="text" name="city" maxlength="61" tabindex="4" ng-model="form.city" restriction="letters-only" class="input-medium ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"></label>
</div>
</div>
<div class="row-fluid">
<div class="span5">
<label>State<br>
<select name="state" ng-model="form.state" ng-options="state.name as state.name for state in states" tabindex="5" ng-required="true" class="location-state ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="required"><option value="" class="" selected="selected">Choose State</option><option label="Alabama" value="string:Alabama">Alabama</option><option label="Alaska" value="string:Alaska">Alaska</option><option label="Arizona" value="string:Arizona">Arizona</option><option label="Arkansas" value="string:Arkansas">Arkansas</option><option label="California" value="string:California">California</option><option label="Colorado" value="string:Colorado">Colorado</option><option label="Connecticut" value="string:Connecticut">Connecticut</option><option label="Delaware" value="string:Delaware">Delaware</option><option label="District of Columbia" value="string:District of Columbia">District of Columbia</option><option label="Florida" value="string:Florida">Florida</option><option label="Georgia" value="string:Georgia">Georgia</option><option label="Hawaii" value="string:Hawaii">Hawaii</option><option label="Idaho" value="string:Idaho">Idaho</option><option label="Illinois" value="string:Illinois">Illinois</option><option label="Indiana" value="string:Indiana">Indiana</option><option label="Iowa" value="string:Iowa">Iowa</option><option label="Kansas" value="string:Kansas">Kansas</option><option label="Kentucky" value="string:Kentucky">Kentucky</option><option label="Louisiana" value="string:Louisiana">Louisiana</option><option label="Maine" value="string:Maine">Maine</option><option label="Maryland" value="string:Maryland">Maryland</option><option label="Massachusetts" value="string:Massachusetts">Massachusetts</option><option label="Michigan" value="string:Michigan">Michigan</option><option label="Minnesota" value="string:Minnesota">Minnesota</option><option label="Mississippi" value="string:Mississippi">Mississippi</option><option label="Missouri" value="string:Missouri">Missouri</option><option label="Montana" value="string:Montana">Montana</option><option label="Nebraska" value="string:Nebraska">Nebraska</option><option label="Nevada" value="string:Nevada">Nevada</option><option label="New Hampshire" value="string:New Hampshire">New Hampshire</option><option label="New Jersey" value="string:New Jersey">New Jersey</option><option label="New Mexico" value="string:New Mexico">New Mexico</option><option label="New York" value="string:New York">New York</option><option label="North Carolina" value="string:North Carolina">North Carolina</option><option label="North Dakota" value="string:North Dakota">North Dakota</option><option label="Ohio" value="string:Ohio">Ohio</option><option label="Oklahoma" value="string:Oklahoma">Oklahoma</option><option label="Oregon" value="string:Oregon">Oregon</option><option label="Pennsylvania" value="string:Pennsylvania">Pennsylvania</option><option label="Rhode Island" value="string:Rhode Island">Rhode Island</option><option label="South Carolina" value="string:South Carolina">South Carolina</option><option label="South Dakota" value="string:South Dakota">South Dakota</option><option label="Tennessee" value="string:Tennessee">Tennessee</option><option label="Texas" value="string:Texas">Texas</option><option label="Utah" value="string:Utah">Utah</option><option label="Vermont" value="string:Vermont">Vermont</option><option label="Virginia" value="string:Virginia">Virginia</option><option label="Washington" value="string:Washington">Washington</option><option label="West Virginia" value="string:West Virginia">West Virginia</option><option label="Wisconsin" value="string:Wisconsin">Wisconsin</option><option label="Wyoming" value="string:Wyoming">Wyoming</option></select></label>
</div>
<div class="span3">
<label>Postal Code<br>
<input type="text" name="zipcode" maxlength="5" tabindex="6" ng-model="form.zip" restriction="numbers-only" class="input-small ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"><label>
</label></label></div>
</div>
<hr>
<div class="row-fluid">
<div class="span4">
<label>Card Number<br>
<input type="text" name="cc_number" maxlength="16" tabindex="7" ng-model="form.cc_number" restriction="numbers-only" class="input-medium ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"><label>
</label></label></div>
<div class="span3">
<label>Card Type<br>
<select name="cc_type" ng-model="form.cc_type" tabindex="8" class="input-medium ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="">
<option value="">------------</option>
<option value="Master Card">Master Card</option>
<option value="Visa">Visa</option>
<option value="Discover">Discover</option>
<option value="American Express">American Express</option>
</select></label>
</div>
</div>
<div class="row-fluid">
<div class="span3">
<label>Expiration Date<br>
<input type="text" name="cc_expr_mo" ng-model="form.cc_expr_mo" maxlength="2" tabindex="9" class="short-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"><span>&nbsp;/&nbsp;</span><input type="text" name="cc_expr_yr" ng-model="form.cc_expr_yr" maxlength="2" tabindex="10" class="short-input ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off"></label>
</div>
<div class="span2">
<label>CSC<br>
<input type="text" name="cc_expr_csc" ng-model="form.cc_expr_csc" maxlength="4" length="4" tabindex="11" style="width:32px;" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength"></label>
</div>
</div>
<div class="row well">
<a href="#" class="pull-left cancel" ng-click="cancelUpdateBilling()">Cancel</a>
<div class="pull-right">
<div class="alert alert-error ng-binding ng-hide" data-ng-show="hasError"></div>
<div class="alert alert-success ng-binding ng-hide" data-ng-show="hasStatus"></div>
<a class="btn btn-primary" ng-click="updateBillingInformation(form)">Update</a>
</div>
</div>
</div>
<div ng-show="showUpdateBillingContainer == false &amp;&amp; editorPurchaseSuccess == false">
<hr>
<div class="row-fluid">
<div class="span7">
<div class="row-fluid">
<h3>Payment Information</h3>
</div>
<div class="row-fluid ng-binding">
<strong>Cardholder:</strong> ,
<br><strong>Card Number:</strong>
<br><strong>Expiration:</strong> /
<br><a href="#" ng-click="showUpdateBilling()">Update Payment Information</a>
</div>
</div>
<div class="span5 order-total ng-binding">
<strong>Order Total</strong><br>$528.00
</div>
</div>
<div class="row well">
<div class="pull-right">
<a class="btn btn-primary purchase-update" ng-click="completePurchase()">Purchase &amp; Update Site</a>
</div>
<div class="pull-right">
<div class="alert alert-error ng-binding ng-hide" data-ng-show="hasError"></div>
<div class="alert alert-success ng-binding ng-hide" data-ng-show="hasStatus"></div>
</div>
</div>
</div>
<div ng-show="editorPurchaseSuccess" class="payment-success ng-hide">
<h2>Payment processed, thank you.</h2>
<a class="btn btn-primary" data-ng-click="closeEditorPurchase()">Update Site</a>
</div>
</form></div>
<div id="myModal" class="modal fade" data-toggle="modal">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title"></h4>
</div>
<div class="modal-body">
</div>
<div class="modal-footer" style="display:none;">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
<!-- ** We'll Do it for you Specific ** -->
<!-- Well Do it For you -->
<!-- ngInclude: 'http://leonardo.dev/js/app/admin_account/partials/welldoitforyou_modal.html' --><div id="welldoitforyou-modal" style="padding:0px;width:650px" class="modal hide fade editorModal panel modal-panel ng-scope" ng-include="'http://leonardo.dev/js/app/admin_account/partials/welldoitforyou_modal.html'"><style class="ng-scope">
.weWillDoItForYou p {
font-family: arial;
font-size: 15px;
line-height: 17px;
text-align: left !important;
}
.weWillDoItForYou li {
margin-left: 26px;
margin-top: 16px;
}
.leobg {
background-image: url("http://leonardo.dev/images/assets/wewilldoitforyouleo.png");
background-position: right 54px;
background-repeat: no-repeat;
background-size: 35% auto;
font-size: 12px;
margin: 2px;
padding: 10px;
width: 93%;
}
</style>
<div class="control-group ng-scope" style="height: 40px;">
<div class="controls">
<h2 id="title" style="margin: -3px 0px 0px 40px; text-transform: capitalize; line-height: 42px;">We'll Do it for you</h2>
<a class="btn-danger closebutton btn" style="font-size: 18px; line-height: 12px; margin-top: 8px;" data-ng-click="closeWellDoitForYouModal()">X</a>
</div>
</div>
<div class="control-group ng-scope">
<div class="row-fluid" style="background: white none repeat scroll 0% 0%; height:115px; text-align: center;">
<div class="span12" style="margin: 0px auto; text-align: center;">
<h2 style="text-align: center; margin: 0px auto; color: black; font-family: arial; font-weight: bold; font-size: 24px; word-spacing: 1px; width: 75%; line-height: 31px; padding-top: 19px;">
For a One-time
<span style="color: #0d2dca;" ng-show="build_type=='practice'" class="ng-hide">$250.00</span>
<span style="color: #0d2dca;" ng-show="build_type=='provider'">$75.00</span>
Service Charge We Will Take Care of Everything for You:
</h2>
</div>
</div>
<div class="row-fluid leobg">
<div class="span12">
<div class="weWillDoItForYou" style="padding-left: 21px;font-size:12px;text-aligh:left !important;">
<ul ng-show="build_type=='provider'">
<li><p><b style="font-size: 14px;">Migrate Basic Information</b> via Online Resources.</p></li>
<li><p>Add Your <b style="font-size: 14px;">Accepted Insurance Plans</b>.</p></li>
<li><p>Link Your <b style="font-size: 14px;">Patient Portal</b>.</p></li>
<li><p>Add Standard <b style="font-size: 14px;">Patient Education</b> Relative to Your <br> Specialty.</p></li>
<li><p>Add Standard <b style="font-size: 14px;">Office Policies</b> Information and Edit <br> as Necessary.</p></li>
<li><p>Add Your <b style="font-size: 14px;">Provider Profile</b>.</p></li>
<li><p><b style="font-size: 14px;">Update Your DNS Records</b> and <b style="font-size: 14px;">Launch Your Website</b>.</p></li>
<li><p>Confirm That Your Website Is <b style="font-size: 14px;">Live</b> and <b style="font-size: 14px;">Operating</b> Properly.</p></li>
</ul>
<ul ng-show="build_type=='practice'" class="ng-hide">
<li><p>Review Your Current Website and <b style="font-size: 14px;">Migrate Basic Information</b> (practice name, address, etc).</p></li>
<li><p>Add Your <b style="font-size: 14px;">Accepted Insurance Plans</b>.</p></li>
<li><p>Link Your <b style="font-size: 14px;">Patient Portal</b>.</p></li>
<li><p>Add Standard <b style="font-size: 14px;">Patient Education</b> Relative to Your <br> Specialty.</p></li>
<li><p>Add Standard <b style="font-size: 14px;">Office Policies</b> Information and Edit <br> as Necessary.</p></li>
<li><p>Add Up to <b style="font-size: 14px;">3 Provider</b> or <b style="font-size: 14px;">Staff Profiles</b>.</p></li>
<li><p><b style="font-size: 14px;">Update Your DNS Records</b> and <b style="font-size: 14px;">Launch Your Website</b>.</p></li>
<li><p>Confirm That Your Website Is <b style="font-size: 14px;">Live</b> and <b style="font-size: 14px;">Operating</b> Properly.</p></li>
</ul>
<a ng-click="goToWeDoitForYouForm()" style=" float: left; margin-left: 15px; margin-top: 9px; margin-bottom:12px;" class="btn btn-primary">Get Started Now</a><a ng-click="closeWellDoitForYouModal()" style="float: right; margin-right: -16px; margin-top: 9px; margin-bottom: 3px;" class="btn btn-primary">No Thanks, I Think I Can Do It Myself</a>
</div>
</div>
</div>
</div>
</div>
<!-- ** Tier Specific ** -->
<!-- Tier Management -->
<!-- ** Non-Specific ** -->
<!-- Create Account -->
<!-- ngInclude: 'http://leonardo.dev/js/app/admin_account/partials/create_account.html' --><div id="create-account-prompt" class="modal hide fade editorModal panel modal-panel ng-scope" ng-include="'http://leonardo.dev/js/app/admin_account/partials/create_account.html'" style="margin-left: -365px; display: none;" aria-hidden="true"><div class="control-group ng-scope">
<div class="controls">
<h2 id="title">Create An Account</h2> <a style="font-size:18px" class="closebutton btn btn-danger" data-ng-click="closepopup()">X</a>
</div>
</div>
<form id="createAccountForm" class="form-inline ng-scope ng-valid-maxlength ng-dirty ng-valid-parse ng-valid-email ng-valid-minlength ng-valid-pattern ng-invalid ng-invalid-required" data-ng-controller="createAccountController" method="POST" action="" name="createAcct">
<div data-ng-show="!registerSuccess" class="ng-hide">
<div class="row-fluid create-account-header">
<div ng-show="cta_active == 0">Create an Account to save your progress on your website.
<br> No credit card information required - we won't ask for that until you're ready to publish!</div>
<div ng-show="cta_active == 1" class="ng-hide">
<h1>Create An Account to<br>Start Your <span>14 Day FREE TRIAL</span></h1>No credit card information required</div>
</div>
<div class="row-fluid">
<div class="span6">
<label class="span12">First Name:
<input type="text" class="span12 ng-not-empty ng-dirty ng-valid-parse ng-valid ng-valid-required ng-touched" name="firstname" ng-model="firstname" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</label>
</div>
<div class="span6">
<label class="span12">Last Name:
<input type="text" class="span12 ng-not-empty ng-dirty ng-valid-parse ng-valid ng-valid-required ng-touched" name="lastname" ng-model="lastname" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</label>
</div>
</div>
<div class="row-fluid">
<label class="span12">E-Mail:
<input type="email" name="email" class="span12 ng-valid-maxlength ng-dirty ng-valid-email ng-valid-pattern ng-touched ng-empty ng-invalid ng-invalid-required" ng-model="email" ng-pattern="/^[^@.]+[^@]+@{1}(?:[a-zA-Z0-9]+(?:\-*[a-zA-Z0-9])*\.)+[a-zA-Z]{2,6}$/" maxlength="65" restriction="email-only" ng-trim="false" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</label>
</div>
<div class="row-fluid">
<div class="span6">
<label class="span12">Password:
<input type="password" name="password" class="span12 ng-valid-maxlength ng-dirty ng-valid-minlength ng-valid-pattern ng-touched ng-empty ng-invalid ng-invalid-required" ng-model="password" ng-pattern="/^(?=.*[A-Z])(?=.*\d).+$/" ng-minlength="8" maxlength="50" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</label>
</div>
<div class="span6">
<label class="span12">Confirm Password:
<input type="password" name="confirmpass" class="span12 ng-valid-maxlength ng-dirty ng-valid-minlength ng-valid-pattern ng-touched ng-empty ng-invalid ng-invalid-required" ng-model="confirmpass" ng-pattern="/^(?=.*[A-Z])(?=.*\d).+$/" ng-minlength="8" maxlength="50" required="" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off">
</label>
</div>
</div>
<div class="row-fluid">
<div class="requirement-text pass-req">* Password must have at least: 8 characters, one uppercase letter, and one number.</div>
</div>
<!--
<div class="row-fluid">
<div class="cc-coupon-code">
<label for="coupon">Promotional Code:
<input type="text" name="coupon" class="input-small" ng-model="coupon" ng-pattern="" maxlength="50" />
</label>
</div>
</div>-->
<div class="row-fluid create-account-button-holder">
<div data-ng-show="validationError" class="alert alert-error ng-binding ng-hide">
false
</div>
<div data-ng-show="acctCreationError" class="alert alert-error ng-binding ng-hide">
false
</div>
<button class="btn btn-primary btn-large save-account" data-ng-click="validateForm(createAcct)" data-hammerhead-focused="true">Create Account</button>
</div>
<div class="row-fluid create-account-button-holder" style="margin-top: 20px;">
<a class="" style="cursor:pointer;" ng-click="loadDoximityLogin()" title="Login with Doximity">
<img width="30%" src="/images/doximity-button-login.png" style="border-radius: 5px;" alt="Login with Doximity" title="Login with Doximity">
</a>
</div>
<div class="row-fluid create-account-button-holder" style="margin-top: 20px;">
<a class="" style="cursor:pointer;" ng-click="loadLinkedInLogin()" title="Login with LinkedIn">
<img width="30%" src="/images/linkedin-button-login.png" style="border-radius: 5px;" alt="Login with LinkedIn" title="Login with LinkedIn">
</a>
</div>
<div class="row-fluid">
<div class="row-fluid" style="text-align: center; margin-top: 20px; text-decoration: underline; color: blue;cursor: pointer;">
<a data-ng-click="closepopup()">Ask me Later</a><br>
<a data-ng-click="signinredirect()">Already have an account?</a>
</div>
</div>
</div>
<div data-ng-show="registerSuccess" class="register-success">
<h2>You have been registered!</h2>
</div>
</form></div>
<!-- Upload Terms -->
<!-- ngInclude: 'http://leonardo.dev/js/app/admin_account/partials/upload_terms.html' --><div id="terms-modal" class="modal hide fade editorModal panel modal-panel ng-scope" ng-include="'http://leonardo.dev/js/app/admin_account/partials/upload_terms.html'"><div class="control-group ng-scope">
<div class="controls">
<h2>Important Notice</h2>
</div>
</div>
<div class="terms-container ng-scope">
<div class="row-fluid">
<!--Be advised that before uploading any text, forms, images, artwork, photographs, videos, or audio files you should obtain the necessary rights and authority from those persons or entities. This may require releases from patients, employee, suppliers, etc.
<br/><br/>
<strong>RENAME OR REMOVE ALL DATA ELEMENTS THAT COULD REVEAL IDENTITY:</strong> All elements of content. including embedded data, may be viewable on the Internet. Dr-LEONARDO makes no representations or warranties of any kind that this product will prevent any visual or embedded data, filenames, identities, or Personal Health Information (PHI) from being indexed by search engines, directories or other websites.-->
Be sure you have obtained the necessary rights, releases and authority to any materials that you upload or post. Adherence to laws concerning copyrights, works of authorship and patient privacy are solely the responsibility of the user.
</div>
<div class="well row">
<a class="btn pull-left btn-danger" data-ng-click="declineUploadTerms()">Decline</a>
<a class="btn btn-primary pull-right" data-ng-click="acceptUploadTerms()">Accept Terms &amp; Upload</a>
</div>
</div></div>
<!-- Reseller Checkout Terms -->
<!-- ngInclude: 'http://leonardo.dev/js/app/admin_account/partials/checkout_terms.html' --><div id="checkout-terms-modal" class="modal hide fade editorModal panel modal-panel ng-scope" ng-include="'http://leonardo.dev/js/app/admin_account/partials/checkout_terms.html'">
<style type="text/css" class="ng-scope">
.tos-header{ text-align: center; font-size: 18px; line-height: 20px; font-weight: bold; }
.tos-subheader{ text-align:center; font-size:15px; line-height:17px; font-weight:bold; }
</style>
<div class="control-group ng-scope">
<div class="controls">
<h2>General Terms &amp; Conditions</h2>
<a target="_top" href="/printer_friendly_terms" class="printer-friendly-terms" target-hammerhead-stored-value="_blank"> <i class="icon-print"></i> Printer-Friendly Version
</a>
</div>
</div>
<div class="terms-container ng-scope" data-ng-controller="checkoutTermsController">
<div class="row-fluid">
<div class="checkout-terms checkout-terms-frames">
<h2 class="tos-header">STANDARD TERMS &amp; CONDITIONS FOR THE USE OF
DR-LEONARDO SOFTWARE AS A SERVICE (SAAS) APPLICATION</h2>
<p>These Standard Terms and Conditions (the “<strong>Terms</strong>”) are a binding legal contract. These Terms relate to the Order between Dr. Leonardo Interactive Webservices, LLC (“<strong>DLIW</strong>”) and the party (“<strong>Customer</strong>”) that is signing and/or agreeing to the Order (whether in writing, electronically, or by any other means) with respect to the Customer’s use and access of the Dr. Dr-LEONARDO Software as a Service (SaaS), as described in these Terms.</p>
<p>Many of the capitalized terms that are used in these Terms are given their meanings in the “Definitions” section below, and in the Business Associate Agreement (“<strong>BAA</strong>”) that is attached to these Terms as <strong><u>Annex&nbsp;1</u></strong>.</p>
<h2 class="tos-subheader">RECITALS</h2>
<p>DLIW has developed and is the sole owner of a unique and proprietary computer software application known as “<strong>Dr. Dr-LEONARDO Software as a Service</strong>” (the “<strong>Dr-LEONARDO Software</strong>”).</p>
<p>Customer desires DLIW to provide it with a limited and non‚Äëexclusive right to use and access the Dr-LEONARDO Software for the sole purpose of developing a customized website for the Customer.</p>
<p>DLIW hosts and maintains the Dr-LEONARDO Software on a secure website. The Customer shall be entitled to use and access to the Dr-LEONARDO Software exclusively on a SaaS basis via the secure website.</p>
<p>DLIW and Customer are entering into an electronic Order that describes the particulars of Customer’s use and access of the Dr-LEONARDO Software. DLIW and Customer may change the Order from time to time by signing and/or agreeing (whether in writing, electronically or in any other form or by any other means) to a Change Order or a new Order. These Terms shall apply to such changes. The Order and any Change Order and new Order are legally binding contracts between DLIW and Customer, and shall be subject to these Terms.</p>
<p>DLIW and Customer are entering into the BAA on the Effective Date, simultaneous with the effectiveness of these Terms.</p>
<p><strong>NOW, THEREFORE,</strong> the parties agree to be bound by the following terms and conditions, all of which apply to the Order (as it may be amended or changed by a Change Order, or replaced by another Order from time to time):</p>
<p><strong><u>Term.</u></strong></p>
<p><u>Effectiveness.</u> These Terms and the BAA shall become effective on the Effective Date, and (unless sooner terminated according to their provisions) shall continue in effect on a month-to-month basis. On the last calendar day of each calendar month following the Effective Date, the Term shall be renewed automatically for a successive period of one calendar month.</p>
<p><u>Termination.</u></p>
<p><u>Termination by Customer.</u> The Dr-LEONARDO Software contains a function to enable Customer to terminate these Terms and all of Customer’s rights arising hereunder. Customer shall have the right to terminate these Terms only in accordance with such function.</p>
<p><u>Termination by DLIW</u>. DLIW may terminate these Terms or the BAA at any time and without notice if Customer breaches or is in default of any of these Terms, the BAA, or any other agreement with DLIW, or is in violation of any applicable Laws, or for DLIW’s convenience.</p>
<p><u>Effect of Termination</u>. Upon termination for any reason: (a)&nbsp;DLIW shall have the right to terminate, disable or restrict access to, or use of, the Dr-LEONARDO Software, the SaaS Site and the Website by Customer or by any other party; and (b)&nbsp;Customer shall pay all moneys, including the SaaS Right Fee, due to DLIW pursuant to these Terms through the effective date of termination.</p>
<strong>SaaS Right.</strong>
<p><u>Limited Right</u>. During the Term, DLIW grants the SaaS Right to Customer. Customer hereby accepts the SaaS Right.</p>
<p><u>SaaS Right Fee</u>. In consideration of the SaaS Right, Customer shall pay a monthly fee (“<strong>SaaS Right Fee</strong>”) to DLIW, in the amounts and on the terms that are set forth in the Order (as same may be changed by a Change Order or a new Order). By entering into these Terms, Customer hereby authorizes and consents to DLIW’s charging the SaaS Right Fee (and all other moneys due by Customer hereunder) to Customer’s credit card as specified on the Order (as same may be changed by a Change Order or a new Order). Customer may change the credit card to be charged from time to time by giving prior notice via email to DLIW. Customer shall not, and irrevocably waives the right to, “charge back” or otherwise rescind, cancel, or dispute the payment of all, or any portion, of the SaaS Right Fee to Customer’s credit card company (unless otherwise restricted by applicable law or contracts between DLIW and third parties).</p>
<p><u>Restrictions</u>. Customer shall not do any of the following things:</p>
<p>permit any third party, other than Customer’s employees and Permitted Contractors, to use or access the Dr-LEONARDO Software or the SaaS Site;</p>
<p>delete (or permit to be deleted) any identifying marks, copyright, or proprietary notices of DLIW from the Dr-LEONARDO Software or the SaaS Site;</p>
<p>frame or mirror any portion of the SaaS Site, or the Website on any website or computer network other than those belonging to and/or operated by DLIW;</p>
<p>collect or use any information about other users of the SaaS Site;</p>
<p>engage in data extraction or data-mining;</p>
<p>translate, decompile, create, or attempt to create (by reverse engineering or otherwise) the source code of the Dr-LEONARDO Software or any of the ideas or know-how that are embodied in the Dr-LEONARDO Software, or attempt to do so;</p>
<p>adapt, modify, or alter the Dr-LEONARDO Software in any way, or attempt to do so;</p>
<p>create a derivative work of the Dr-LEONARDO Software (or any part), or attempt to do so;</p>
<p>use the SaaS Site for unlawful purposes;</p>
<p>post or transmit information or material on or via the SaaS Site or the Website that may be abusive, obscene, defamatory, harassing, offensive, profane, vulgar, threatening, malicious, or unlawful (all as determined by DLIW in its sole reasonable discretion);</p>
<p>post or transmit information or material on or via the SaaS Site or Website that is intended to be used for any unlawful purpose; or is false or misleading; or that actually or potentially infringes the copyright, trademark, patent, trade secret or other right of any Person; or that is invasive of the privacy or publicity rights of any Person; or that encourages, facilitates, aids, or abets criminal conduct; or that may give rise to civil liability (all as determined by DLIW in its sole reasonable discretion); </p>
<p>post or transmit information or material on or via the SaaS Site or the Website that is related to abortion or the termination of pregnancy, or identifies abortion or the termination of pregnancy as one of Customer’s primary services;</p>
<p>interfere, disrupt, or attempt to gain unauthorized access to other user accounts on or via the SaaS Site or any other computer network;</p>
<p>post or transmit viruses, Trojan horses, worms, defects, date bombs, time bombs, or other items of a destructive nature or any other malicious codes, scripts, or programs on or via the SaaS Site;</p>
<p>restrict or inhibit any other user from using or accessing the SaaS Site;</p>
<p>“hack” or deface any portion of the SaaS Site; or</p>
<p>print (or otherwise copy or use) any personally identifiable information about other users of the SasS site.</p>
<p><u>Hardware; Operating Systems</u>. Customer is solely responsible for acquiring, installing, and operating any Equipment in conjunction with Customer’s operating systems necessary for Customer to access and use the Dr-LEONARDO Software, the SaaS Site, and the Website.</p><p>
</p><p><u>Scope of Use</u>. Customer shall use and access the Dr-LEONARDO Software, the SaaS Site, and the Website exclusively for its internal business use (“Permitted Purpose”). Customer shall not use or access the Dr-LEONARDO Software, the SaaS Site, or the Website for any other purpose, or for the benefit of any other Person. The Dr-LEONARDO Software and the SaaS Site shall be used and accessed only by employees and Permitted Contractors of Customer.
</p><p>
</p><p><u>Limited Warranty</u>.</p>
<p>DLIW warrants that the Dr-LEONARDO Software shall be free of Errors when accessed and used in accordance with DLIW’s instructions described on the SaaS Site. DLIW’s obligations pursuant to this Section 2.6 shall only apply during the ninety (90) day period immediately following the Effective Date (“<strong>Warranty Period</strong>”). Customer shall promptly notify DLIW of any Error within the Warranty Period by providing written notice to DLIW specifying the particulars and details of the purported Error. If the DLIW determines that the Dr-LEONARDO Software contains an Error, DLIW’s sole obligation under this limited warranty is to correct such Error free of charge within a reasonable time. Customer’s exclusive remedy for an Error shall be the correction of the Error within a reasonable time, or, if the Error is not corrected, a refund of that portion of the SaaS Right Fee paid by Customer that is associated with the Error.</p>
<p>DLIW does not warrant that: (i)&nbsp;the use of the SaaS Site or the Website shall be uninterrupted; (ii)&nbsp;the use of the SaaS Site, the Dr-LEONARDO Software, or the Website shall meet Customer’s needs; or (iii)&nbsp;the SaaS Site or the Website shall operate on any computer operating system other than the most current version of Microsoft® Windows® or Apple® OS (as of the Effective Date) or the two prior versions of such operating systems, or any web browser other than the most current version of Microsoft® Internet Explorer®, Firefox®, Apple® Safari®, or Google® Chrome® (as of the Effective Date) or the two prior versions of each of such web browsers.</p><p>
</p><p>DLIW is not responsible for, and this limited warranty shall not apply, to Customer’s misuse or negligent use of the SaaS Site or the Website (as </p><p>determined reasonably by the DLIW).
</p><p>DLIW shall use its commercially reasonable efforts to keep the SaaS Site and the Website operational on the Internet. In case of downtime, DLIW’s sole responsibility shall be to restore the operations of the SaaS Site and the Website. DLIW shall give a service credit to Customer in case of downtime, in an amount that is equal to: (a)&nbsp;the number of full calendar days that the SaaS Site or the Website was not operational, divided by (b)&nbsp;thirty&nbsp;(30); and that quotient (c)&nbsp;multiplied by the SaaS Right Fee for one (1) month. DLIW shall apply such service credit to the SaaS Right Fee due for the calendar month following the month during which the downtime occurred, provided that these Terms have not been terminated on or before the date the service credit is to be applied.</p>
<p>To claim a remedy under <u>Section 2.6.4</u>, Customer shall submit a notice to DLIW, via an online form that is available to Customer at dr-leonardo.com, that contains the following details:</p>
<p>Billing information, including Customer name, billing address, billing contact and billing contact phone number;</p>
<p>Dates and time periods for each instance of unavailability during the relevant period; and</p>
<p>An explanation of the claim, including any relevant calculations.</p>
<p>Claims are to be made not more frequently than once per calendar month, and must be submitted to DLIW within 10 business days after the end of the applicable month.</p>
<p>All claims shall be verified against DLIW’s system records. If DLIW disputes any period of downtime alleged by Customer, DLIW shall provide to Customer a record of service uptime for the applicable period. DLIW shall provide such records only in response to claims made by Customer in good faith.</p>
<p>DLIW shall have no obligations under this <u>Section&nbsp;2.6</u> during any period in which Customer is in breach of any of Customer’s obligations pursuant to these Terms or the BAA.</p>
<p>EXCEPT TO THE EXTENT SET FORTH IN THIS <u>SECTION 2.6</u>, DLIW EXPRESSLY DISCLAIMS, AND CUSTOMER HEREBY EXPRESSLY WAIVES, ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND WARRANTIES AS TO ANY RESULTS TO BE OBTAINED FROM ANY USE OF THE DR-LEONARDO SOFTWARE, THE SaaS SITE, OR THE WEBSITE.</p>
<p><u>Web Hosting</u>. Customer with exclusively utilize the services of DLIW to host the Customer’s Website. Customer shall not permit any other Person to host the Customer’s Website.</p>
<p><strong><u>Content.</u></strong></p>
<p>DLIW Content. The provisions of this Section 3.1 shall apply as long as Customer is not in default under these Terms, the BAA, or any other agreement with DLIW, or in violation of applicable Laws.</p>
<p>Limited Availability. DLIW shall make available to Customer via the SaaS Site, on a limited and non‑exclusive basis, certain content (“DLIW Content”) for Customer’s Website. The DLIW Content shall include factual information about medical conditions and procedures and other healthcare‑related information of a general nature, and shall be made available in textual, still image, video, graphical, or any other format.</p>
<p>Selection of DLIW Content. The SaaS Site shall enable Customer to select all or portions of the DLIW Content for use on Customer’s Website. Customer is solely responsible for the selection and use of the DLIW Content on Customer’s Website.</p>
<p>Limitations on Use of DLIW Content. Customer shall have the limited right to use the DLIW Content exclusively on Customer’s Website, and for no other purpose. Customer shall not use or display any of the DLIW Content for any purpose whatsoever (including, without limitation, for advertising, brochures, mailing, emails, solicitations, or information) other than the Customer’s Website. Customer shall not make (or cause to be made) any derivative work out of, or based upon, any of the DLIW Content.</p>
<p>Restrictions. Customer shall not do any of the following things:</p>
<p>sell, modify, re-use, re-sell, distribute, display, reproduce, archive or make any other use of DLIW Content or images;</p>
<p>use the DLIW Content or images on a stand-alone basis with no other content;</p>
<p>use the DLIW Content or images for pornographic, defamatory or other unlawful purposes;</p>
<p>use the DLIW Content or images in electronic templates used to create printed products;</p>
<p>use the DLIW Content or images in physical or digital retail products, such as e-cards, calendars, posters, or screensavers;</p>
<p>use the DLIW Content or images for the purpose of enabling file-sharing of the image file;</p>
<p>use the DLIW Content or images in logos, trademarks, services marks or any other branding or identifiers.</p>
<p>If the DLIW Content or images features an individual(s) used in connection with a sensitive, unflattering or controversial subject, the Customer must include a statement that the image is used for illustrative purposes only and the individual is a model.</p>
<p>Customer may not activate the “right-click” function in Licensed Material, remove any metadata in the DLIW Content or images, or reverse engineer, decompile, or disassemble the Dr-LEONARDO Software to enable the download or use of the DLIW Content or images on a stand-alone basis.</p>
<p>No ownership or copyrights to DLIW Content or images are granted to Customer.</p>
<p>Acknowledgment. Customer confirms and acknowledges to DLIW that: (i)&nbsp;DLIW has made the DLIW Content available on an “as is”, general informational basis to all of DLIW’s customers; (ii)&nbsp;it is the sole responsibility of Customer, using its professional healthcare expertise and best practices, to select and use DLIW Content that is appropriate for Customer’s Website, Customer’s patients, Customer’s prospective patients, and all users of Customer’s Website; (iii)&nbsp;DLIW makes no representation or warranty to Customer, to Customer’s patients, to users of Customer’s Website, or to any other Person about the accuracy, completeness, or reliability of the DLIW Content or about whether the DLIW Content is correct at the time Customer initially selects the DLIW Content for use in its Website or at any later date.</p>
<p>Disclaimer. DLIW disclaims all responsibility to Customer, to Customer’s patients, to users of Customer’s Website, and to any other Person to update, change, or correct the DLIW Content based on medical advances or developments in healthcare or related fields of study or practice, or for any other reason.
Customer Content.</p>
<p>Uploading Content. The Dr-LEONARDO Software shall make available to Customer the ability to upload the Customer Content to the Customer’s Website, and to use the Customer Content on the Customer’s Website.</p>
<p>Acknowledgment. Customer confirms and acknowledges to DLIW that it is the sole responsibility of Customer, using its professional healthcare expertise and best practices, to select and use Customer Content that is appropriate for Customer’s Website, Customer’s patients, Customer’s prospective patients, and all users of Customer’s Website.</p>
<p>Representations about Customer Content. Customer represents and warrants to DLIW that the following statements are true and correct as of the Effective Date, and shall be true and correct at all times throughout the Term: (i)&nbsp;Customer is the sole owner of the Customer Content and/or has the legal right to use the Customer Content on Customer’s Website; (ii)&nbsp;Customer has not received any oral, written, or electronic notice from any Person that any of the Customer Content is alleged to infringe on the rights of such Person; and (iii)&nbsp;Customer is not aware of any basis to believe that any of the Customer Content infringes on the rights of any Person.</p>
<p>Customer Responsibilities Regarding Customer Content. Customer shall retain all rights to, and shall be exclusively responsible for, the care, privacy, security, use, display, and disclosure of the Customer Content, the Protected Health Information, the Identity Information, and the Images. Customer acknowledges that DLIW has no responsibility, and shall have no liability to Customer or to any other Person, for any of the Customer Content, the Protected Health Information, the Identity Information, and the Images.</p>
<p><strong><u>Content Management.</u></strong></p>
<p>About the Content Management System. Subject to the restrictions set forth in these Terms, DLIW shall provide Customer with the limited right to use and access a Content Management System. The Content Management System shall be made available to Customer via the SaaS Site. Customer shall utilize the Content Management System solely to enhance, modify, remove, and/or adapt the Customer Content and DLIW Content that is located on the Customer’s Website for the Permitted Purpose, and for no other purposes. Customer shall use and access the Content Management System solely via the SaaS Site.
Restrictions. Customer shall not: (i)&nbsp;license, sublicense, sell, resell, rent, lease, transfer, assign, distribute, time-share or otherwise commercially exploit or make the Content Management System available to any Person other than an employee or Permitted Contractor of Customer; or (ii)&nbsp;use or access the Content Management System with the intent to (1)&nbsp;build a product or service that is competitive with any product or service provided by DLIW to Customer or to any Person; (2)&nbsp;build a product or service using ideas, features, functions or graphics that are similar to any product or service provided by DLIW to Customer or to any other Person; or (3)&nbsp;copy the ideas, features, functions, or graphics of any product or service that DLIW provides to Customer or to any other Person.</p>
<p>Security Safeguards. DLIW shall furnish Customer with Access Codes. Customer agrees to use the Access Codes to use and access the SaaS Site, the Content Management System, and the Customer’s Website. Customer shall not furnish, or make accessible, any of the Access Codes to any Person (other than the employees and Permitted Contractors of Customer). Customer shall take all steps necessary to protect and keep the Access Codes safe and secure, and shall be solely responsible for their safety and security. In case of loss or breach of the security of the Access Codes, Customer shall promptly inform DLIW and, at Customer’s sole expense, shall cooperate and take all steps necessary, desirable, or that are directed by the DLIW in order to mitigate the breach and consequences arising therefrom.</p>
<p><strong><u>Confidential Information.</u></strong></p>
<p>Proprietary Rights. DLIW retains title in, and is the sole and exclusive owner of, the Confidential Information. Notwithstanding anything in these Terms to the contrary, DLIW has, and at all times shall have, the right to use all of the Confidential Information. Customer shall not, by virtue of these Terms or otherwise, acquire any proprietary rights whatsoever in the Confidential Information. Any right not expressly granted to Customer by these Terms is hereby expressly reserved by DLIW.</p>
<p>Duties of Confidentiality. Customer shall secure and protect the Confidential Information in a manner consistent with the maintenance of DLIW’s rights therein. Customer shall permit access to the Confidential Information and the SaaS Site, and use of the SaaS Site and the Dr-LEONARDO Software, exclusively on a “need to know” basis and only to those of its employees or Permitted Contractors who require such access or use solely for the Permitted Purpose. Customer shall instruct and/or enter into written agreements with the employees and Permitted Contractors of Customer who are permitted such access or use in order to satisfy Customer’s obligations hereunder. Customer shall cooperate with and assist DLIW in identifying and preventing any unauthorized use, copying, or disclosure of the Confidential Information. Without limitation of the foregoing, Customer shall advise DLIW immediately in the event Customer learns or has reason to believe that any Person has violated or intends to violate the confidentiality of the Confidential Information or the proprietary rights of DLIW, and Customer shall, at Customer’s sole expense, cooperate with DLIW in seeking injunctive or other equitable relief in the name of, at DLIW’s sole discretion, either Customer or DLIW, against any such Person. Customer agrees to maintain (and to cause the employees and Permitted Contractors of Customer to maintain) the confidentiality of the Confidential Information using not less than the same degree of care that Customer uses to maintain the confidentiality of Customer’s own most confidential information and Protected Health Information and according to best practices in healthcare. Customer acknowledges that the Confidential Information constitutes and embodies trade secrets which are the unique, sole, and exclusive property of the DLIW. Customer shall not disclose, sell, transfer, pledge, sublicense, publish, display or otherwise make accessible or available the Confidential Information in any manner, in whole or in part to any Person other than its employees or Permitted Contractors. Customer acknowledges that the disclosure of any aspect of the Confidential Information, or any other confidential or proprietary information referred to in these Terms, or any information which at law or equity ought to remain confidential, shall immediately give rise to continuing and irreparable injury to DLIW that is inadequately compensable in damages at law. DLIW shall be entitled to obtain immediate injunctive relief against the breach or threatened breach of any of the foregoing confidentiality undertakings (without the posting of any bond), in addition to any other legal remedies that may be available. Customer hereby consents to the obtaining of such injunctive relief.</p>
<p>Limitation of Liability. DLIW’s maximum liability to Customer and to the present, former, and future shareholders, officers, directors, members, managers, partners, agents, and Affiliates of Customer, and to any of the Affiliates of the foregoing Persons, for all causes and claims whatsoever, whether arising under these Terms, the BAA, or otherwise, shall be limited to the lesser of (a)&nbsp;Customer’s actual damages, or (b)&nbsp;an amount equal to ten&nbsp;(10%) percent of the sum of all SaaS Right Fees that have been paid by Customer to DLIW under these Terms during the one-year period immediately preceding the action or omission giving rise to the alleged liability.</p>
<p><strong>IN NO EVENT SHALL DLIW BE LIABLE TO CUSTOMER OR TO ANY OTHER PARTY (INCLUDING WITHOUT LIMITATION, THE PRESENT, FORMER, AND FUTURE SHAREHOLDERS, OFFICERS, DIRECTORS, MEMBERS, MANAGERS, PARTNERS, AGENTS AND AFFILIATES OF CUSTOMER, AND THE AFFILIATES OF ANY OF THE FOREGOING PERSONS, FOR LOST PROFITS, LOSS OF USE, LOSS OF DATA, COST OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR ANY OTHER SPECIAL, INDIRECT, CONSEQUENTIAL, EXEMPLARY, OR INCIDENTAL DAMAGES, HOWEVER CAUSED, AND ON ANY THEORY OF LIABILITY, WHETHER FOR BREACH OF CONTRACT, BREACH OF WARRANTY, INDEMNITY, NEGLIGENCE, STRICT LIABILITY, MISREPRESENTATION, AND OTHER TORTS, OR OTHERWISE. THESE LIMITATIONS SHALL APPLY WHETHER OR NOT DLIW HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES AND NOTWITHSTANDING ANY FAILURE OF ESSENTIAL PURPOSE OF ANY LIMITED REMEDY. THE PARTIES ACKNOWLEDGE THAT THE SaaS RIGHT FEES WERE DETERMINED BASED UPON THE FOREGOING LIMITATION OF LIABILITY.</strong></p>
<p><strong>THIS LIMITATION APPLIES TO ALL CAUSES OF ACTION OR CLAIMS IN THE AGGREGATE.</strong></p>
<p><strong>BOTH PARTIES UNDERSTAND AND AGREE THAT THE REMEDIES, EXCLUSIONS AND LIMITATIONS SET FORTH IN THESE TERMS ALLOCATE THE RISKS OF PRODUCT AND SERVICE NON-CONFORMITY BETWEEN THE PARTIES AS AUTHORIZED BY THE UNIFORM COMMERCIAL CODE AND/OR OTHER APPLICABLE LAWS.
THESE TERMS AND ITS PROVISIONS (INCLUDING THE AMOUNT OF THE SAAS RIGHT FEE) REFLECT, AND ARE SET IN RELIANCE UPON, THIS ALLOCATION OF RISK AND THE EXCLUSION OF CONSEQUENTIAL DAMAGES AND LIMITATIONS OF LIABILITY SET FORTH IN THESE TERMS.</strong></p>
<p><strong>DLIW SHALL HAVE NO LIABILITY TO CUSTOMER OR TO ANY OTHER PARTY INCLUDING WITHOUT LIMITATION THE PRESENT, FORMER, AND FUTURE SHAREHOLDERS, OFFICERS, DIRECTORS, MEMBERS, MANAGERS, PARTNERS, AGENTS, AND AFFILIATES OF CUSTOMER, AND THE AFFILIATES OF ANY OF THE FOREGOING PERSONS, WITH RESPECT TO ITS OBLIGATIONS UNDER THESE TERMS OR OTHERWISE IF, AT THE TIME OF THE ACT OR OMISSION GIVING RISE TO SUCH ALLEGED LIABILITY, CUSTOMER WAS IN DEFAULT, OR HAD FAILED TO PERFORM FULLY, ANY OF ITS OBLIGATIONS UNDER THESE TERMS, THE BAA, OR ANY OTHER AGREEMENT WITH DLIW, OR WAS IN VIOLATION OF ANY APPLICABLE LAWS.</strong></p>
<p>Indemnification. To the maximum extent permitted by applicable Laws, Customer and its present, former, and future shareholders, directors, officers, members, managers, employees, agents, and Affiliates (and the present, former, and future shareholders, directors, officers, members, managers, partners, employees, agents, and Affiliates of any of the foregoing Persons) (collectively, the “Indemnitors”) shall, at their own expense, jointly and severally indemnify and promptly reimburse DLIW for the defense of, and hold harmless DLIW and DLIW’s members, managers, officers, employees, agents, attorneys, and Affiliates (and the present, former and future shareholders, directors, members, managers, officers, employees, agents, attorneys, and Affiliates of any of the foregoing Persons) from and against any and all claims, actions, liabilities, losses, damages (including without limitation consequential and punitive damages and loss of profits and anticipated profits), judgments, amounts paid in settlement, liens, charges, fines, costs and expenses (including the fees and expenses of attorneys, accountants, experts, and other professionals) resulting from, arising out of, or pertaining to (i)&nbsp;the use or operation of, or access to, the Confidential Information, the SaaS Site, the Dr-LEONARDO Software, or Customer’s Website by any of the Indemnitors or by any user of Customer’s Website; (ii)&nbsp;a claim by any Person that the Customer Content, Protected Health Information, Identity Information, or Images (or any part thereof) violates or infringes on the rights of such Person; (iii)&nbsp;any actions or omissions of any Indemnitor; (iv)&nbsp;the breach of any provision of these Terms by Customer; (v)&nbsp;the falsity or inaccuracy, at any time during the Term, of any representation made by Customer in these Terms; (vi)&nbsp;any claims, proceedings, or lawsuits brought by or on behalf of the United States (including, without limitation, the Department of Health and Human Services), any state, local, provincial, or other government or quasi-governmental agency, bureau, tribunal, or jurisdictional body; (vii) the use, storage, or disclosure of Protected Health Information, Identity Information, Images, or Customer Content; (viii)&nbsp;any breach by Customer of the BAA; (ix)&nbsp;any breach by Customer of any other agreement with the DLIW; or (x)&nbsp;any violation or claimed violation of Laws by any of the Indemnitors.</p>
<p>Customer Acknowledgements. Customer acknowledges that it is aware of, and hereby assumes, the following risks: (a)&nbsp;data or information (including without limitation DLIW Content, Customer Content, Protected Health Information, Identity Information, and Images) on the Website may be subject to eavesdropping, sniffing, spoofing, forgery, spamming, “impostering”, tampering, breaking passwords, harassment, fraud, electronic trespassing, hacking, nuking, and contamination (including viruses, malware, worms, and Trojan horses) causing unauthorized, damaging, or harmful access and/or retrieval of such information and data on or via the Website; and (b)&nbsp;data or information on the Website may be subject to other security or privacy hazards.</p>
<p>No Unlawful Activities. DLIW does not routinely monitor the Customer’s use of, or access to, the Dr-LEONARDO Software, the SaaS Site, the Website, the Equipment, or any violation by Customer of these Terms, the BAA, or applicable Laws, and DLIW undertakes no responsibility to do so. If DLIW becomes aware that Customer’s use of, or access to, the Dr-LEONARDO Software, the SaaS Site, the Website, or the Equipment may violate these Terms, the BAA, or applicable Laws, or may be inappropriate (as DLIW determines in its sole discretion), DLIW may take any responsive actions it deems appropriate, without giving notice to Customer. Such actions may include, but shall not be limited to, temporary or permanent removal of Customer Content, Protected Health Information, Identity Information, and Images and the immediate suspension or termination of access to and use of the Dr-LEONARDO Software, the SaaS Site, and the Customer’s Website. DLIW shall not have any liability to Customer or to any other party for having taken any such responsive actions. The foregoing actions are not DLIW’s exclusive remedies for Customer’s breach of these Terms, the BAA, or applicable Laws, and DLIW may take any other legal or technological action that it (in its sole discretion) deems to be appropriate. DLIW reserves the right to investigate suspected violations of these Terms, including the gathering of information from the user or users involved and the complaining party, if any, and examination of material on the Customer’s Website and the Equipment. During an investigation, DLIW may suspend access to the Website and/or remove material which may (in DLIW’s determination) violate these Terms, the BAA, or applicable Laws, without giving notice to Customer. Customer hereby authorizes DLIW to cooperate with law enforcement authorities in the investigation of suspected criminal violations, and system administrators at other internet service providers or other network or computing facilities in order to enforce these Terms and the BAA. Such cooperation may include DLIW providing the username, IP address, or other identifying information about Customer and any of its employees and Permitted Contractors, and any user of Customer’s Website.</p>
<p>Business Associate Agreement. DLIW and Customer agree to all of the terms, conditions, provisions, and obligations that are set forth in the BAA. The BAA is expressly made a part of these Terms, and is incorporated herein by reference.</p>
<p>General Provisions. These Terms evidence the complete understanding and agreement of the parties, and supersedes and merges all previous proposals of sale, communications, representations, understandings and agreements, whether oral, written, or via any other medium between the parties with respect to the subject matter hereof; except that any prior written agreements between DLIW and Customer that pertain to matters that are not the subject of an Order shall remain in full force and effect, and shall be binding on DLIW and Customer in accordance with their terms. These Terms may not be modified except by a writing signed or agreed to (in writing, electronically, or via any other medium) by both parties. These Terms and performance hereunder shall be governed exclusively by the substantive and procedural laws of the State of New York, without giving effect to principles of conflict of laws. DLIW and Customer agree that the sole and exclusive jurisdiction and venue for any litigation arising from or relating to these Terms and the BAA or the subject matter hereof or thereof shall be a federal or state court in the State of New York located in or having jurisdiction over Nassau County or Suffolk County. Customer may not assign any of its rights, duties or obligations under these Terms to any person or entity, in whole or in part, whether by assignment, merger, transfer of assets, sale of stock, operation of law or otherwise, and any attempt to do so shall be deemed null, void and of no legal force or effect. DLIW may assign any of its rights, duties and obligations under these Terms and the BAA to any other party. These Terms shall apply to, inure to the benefit of, and be binding upon the parties and upon their permitted successors and assigns. Any notice provided pursuant to these Terms, shall be sent by email to the other party at the email addresses set forth in the Order. All provisions of these Terms relating to DLIW’s proprietary rights, disclaimers, limits of liability, confidentiality, Customer’s actions upon termination, payment of fees and taxes, and indemnification by Customer shall survive expiration or the termination of these Terms for any reason. DLIW may use the name of and identity of Customer as a client, in advertising, publicity, or similar materials distributed to prospective clients of DLIW. The waiver or failure of either party to exercise any right in any respect provided for herein shall not be deemed a waiver of any further right hereunder. Nothing in these Terms shall be deemed or construed to create an agency, partnership, or joint venture between DLIW and Customer. Neither party shall have any responsibility to the other if it is unable to perform any of its obligations under these Terms or to enjoy any of its benefits because of, or if interruption of access to or use of the Dr-LEONARDO Software, the SaaS Site, or the Website is caused by, a Force Majeure Event. Unless otherwise specified in these Terms, the rights and remedies of DLIW set forth in these Terms are not exclusive and are in addition to any other rights and remedies available to DLIW at law or in equity. In case of Customer’s breach of any provision of these Terms or the BAA, DLIW shall be entitled to recover all of its expenses and costs of collection (including attorneys’ fees) from Customer. The fees and other charges specified in these Terms do not include taxes. If DLIW is required to pay any federal, state or local sales, use, property or value added taxes based on the SaaS Right, or on DLIW’s hosting of Customer’s Website, the taxes shall be separately billed to Customer and Customer shall be solely responsible for payment of such taxes. DLIW shall not pay any interest or penalties incurred due to late payment or nonpayment of such taxes by Customer.</p>
<p><strong><u>Definitions.</u></strong></p>
<p>“Access Codes” means codes, passwords, and other security steps that secure the Customer’s access to and use of the SaaS Site, the Website, and the Content Management System.</p>
<p>“Affiliate” means with respect to a Person, another Person, directly or indirectly, through one or more intermediaries, controlling, controlled by, or under common control with the Person in question.</p>
<p>“Confidential Information” means: (a)&nbsp;the source code to, and object code of, the Dr-LEONARDO Software, the SaaS Site, the Content Management System, and the Website; (b)&nbsp;all of DLIW’s processes, methods, know-how, ideas and concepts embodied therein; (c)&nbsp;all rights to patents, copyrights, trademarks, trade secrets and other intellectual property rights inherent therein and/or appurtenant thereto; (d)&nbsp;the DLIW Content; and (e)&nbsp;all copies, derivatives, and compilations of each of the foregoing.</p>
<p>“Content Management System” means a software application that can allow Customer to edit, change, modify, add to, and remove DLIW Content and Customer Content for display on the Website.</p>
<p>“Customer Content” means: (1) information about Customer and its business that is to be depicted on the Customer’s Website or used by Customer in connection with the Content Management System in textual, still image, video, graphical, or any other format; and (2) Protected Health Information.</p>
<p>“DLIW Content” is defined in Section&nbsp;3.1.1.</p>
<p>“Effective Date” means the date that Customer signs and/or agrees to be bound by these Terms.</p>
<p>“Equipment” means computing devices, desktop computers, notebook computers, tablet computers (including without limitation iPads), wireless and handheld computing devices, cellular smart phones (including without limitation iPhones and Android phones), servers, networking equipment, telecommunications and other hardware, and operating system and firmware applications relating thereto, that are used by Customer or its employees or Permitted Contractors.
“Error” means any reproducible failure of the Dr-LEONARDO Software to function; except that a failure to function shall not be considered an Error if it results from (i) the misuse, improper use, alteration, or damage of the Dr-LEONARDO Software or the SaaS Site, or any part thereof, by or in behalf of Customer; or (ii) a Force Majeure Event.</p>
<p>“Error” means any reproducible failure of the Dr-LEONARDO Software to function; except that a failure to function shall not be considered an Error if it results from (i) the misuse, improper use, alteration, or damage of the Dr-LEONARDO Software or the SaaS Site, or any part thereof, by or in behalf of Customer; or (ii) a Force Majeure Event.</p>
<p>“Force Majeure Event” means an Act of God; natural disaster; fire; casualty; flood; earthquake; war; act of terrorism; strike; lockout; epidemic; destruction of facilities; civil unrest; riot; insurrection; actions or decrees of governmental bodies; communications interruptions or failures (including, without limitation, interruptions, failures, downtimes, slowdowns, or delays of the connectivity located at, or connected to, Customer’s offices), and energy line or Internet service interruptions or failures (including, without limitation, interruptions, failures, downtimes, slowdowns, delays, “brownouts”, and “blackouts” of the energy line or Internet service located at, or connected to, Customer’s offices).</p>
<p>“Identity Information” is defined in the BAA.</p>
<p>“Images” is defined in the BAA.</p>
<p>“Laws” means all laws, rules, regulations, ordinances, orders, judicial decrees, and statutes by all federal, state, local, provincial, or other government or quasi-government agency, bureau, tribunal or jurisdictional body.</p>
<p>“Notice of Privacy Practices” is defined in the BAA.</p>
<p>“Permitted Contractors” means an individual or entity that has been engaged as an independent contractor by Customer or Customer’s affiliates.</p>
<p></p>“Permittted Use” is defined in Section&nbsp;2.5.<p></p>
<p>“Person” means a natural person, partnership (whether general or limited), trust, estate, association, corporation, limited liability company, custodian, nominee or any other individual or entity (in its own or any representative capacity).</p>
<p>“Protected Health Information” is defined in the BAA.</p>
<p>“SaaS” means the use of a software application by means of hosted software-as-a-service (commonly known as “cloud computing”).
“SaaS Right” means the limited right, on a non-exclusive and non-transferable basis, to access and use the Dr-LEONARDO Software on a SaaS basis via the SaaS Site, solely for the Permitted Purpose.</p>
<p>“SaaS Right Fee” is defined in Section&nbsp;2.2.</p>
<p>“SaaS Site” means the secure website maintained and hosted by or on behalf of DLIW, on which website Customer may access and use the Dr-LEONARDO Software. DLIW shall inform Customer of the Internet URL address of the SaaS Site. DLIW may change the Internet URL address from time to time, in which case DLIW shall inform Customer of the changed address.</p>
<p>“Term” means the period of time commencing on the Effective Date and ending on the date that these Terms are terminated.
“Warranty Period” is defined in Section&nbsp;2.6.</p>
<p>“Website” means the secure website maintained or hosted by or on behalf of DLIW, on which website the Customer’s Website is displayed. DLIW shall inform Customer of the Internet URL address of the Website. DLIW may change the Internet URL address from time to time, in which case DLIW shall inform Customer of the changed address.</p>
<h2 class="tos-subheader">BUSINESS ASSOCIATE AGREEMENT</h2>
<p>Introduction</p>
<p>This Business Associate Agreement (“BAA”) is made between covered entity and business associate, and is a part of, and is incorporated in, the Terms and Conditions between the parties.</p>
<p>Definitions</p>
<p>The following terms used in this BAA shall have the same meaning as those terms in the HIPAA Rules: Breach, Data Aggregation, Designated Record Set, Disclosure, Health Care Operations, Individual, Minimum Necessary, Notice of Privacy Practices, Protected Health Information, Required By Law, Secretary, Security Incident, Subcontractor, Unsecured Protected Health Information, and Use.</p>
<p>Specific definitions:</p>
<p>Business Associate. “Business Associate” shall generally have the same meaning as the term “business associate” at 45&nbsp;CFR&nbsp;160.103, and in reference to the party to this BAA, shall mean Dr. Leonardo Interactive Webservices, LLC.</p>
<p>(b) Covered Entity. “Covered Entity” shall generally have the same meaning as the term “covered entity” at 45 CFR 160.103, and in reference to the party to this BAA, shall mean Customer.</p>
<p>(c) HIPAA Rules. “HIPAA Rules” shall mean the Privacy, Security, Breach Notification, and Enforcement Rules at 45 CFR Part 160 and Part 164.</p>
<p>Obligations and Activities of Business Associate</p>
<p>Business Associate agrees to be bound by the following provisions:</p>
<p>(a) Not to use or disclose protected health information other than as permitted or required by the Agreement or as required by law;</p>
<p>(b) To use appropriate safeguards, and comply with Subpart C of 45 CFR Part 164 with respect to electronic protected health information, to prevent use or disclosure of protected health information other than as provided for by the BAA;</p>
<p>(c) To report to covered entity any use or disclosure of protected health information not provided for by the BAA of which it becomes aware, including breaches of unsecured protected health information as required at 45 CFR 164.410, and any security incident of which it becomes aware;</p>
<p>(d) In accordance with 45 CFR 164.502(e)(1)(ii) and 164.308(b)(2), if applicable, to ensure that any subcontractors that create, receive, maintain, or transmit protected health information on behalf of the business associate agree to the same restrictions, conditions, and requirements that apply to the business associate with respect to such information;</p>
<p>(e) To make available protected health information in a designated record set to the covered entity as necessary to satisfy covered entity’s obligations under 45 CFR 164.524;</p>
<p>(f) To make any amendment(s) to protected health information in a designated record set as directed or agreed to by the covered entity pursuant to 45 CFR 164.526, or take other measures as necessary to satisfy covered entity’s obligations under 45 CFR 164.526;</p>
<p>(g) To maintain and make available the information required to provide an accounting of disclosures to the Covered Entity as necessary to satisfy covered entity’s obligations under 45 CFR 164.528;
</p><p>(h) To the extent the business associate is to carry out one or more of covered entity’s obligation(s) under Subpart E of 45 CFR Part 164, to comply with the requirements of Subpart E that apply to the covered entity in the performance of such obligation(s); and</p>
<p>(i) To make its internal practices, books, and records available to the Secretary for purposes of determining compliance with the HIPAA Rules.</p>
<p>Obligation and Activities of Covered Entity</p>
<p>Covered Entity agrees to be bound by the following provisions:</p>
<p>Not to furnish, deliver, or disclose protected health information to business associate other than as expressly provided in this BAA, or as permitted under applicable law, and for no other reasons;</p>
<p>Not to furnish, deliver, or disclose the identity, name, address, phone number, email address or any other contact information (collectively, the “Identity Information”) of any patient of covered entity or of any other person for any reason, other than as expressly provided in this BAA, or as permitted under applicable law, or pursuant to an informed written consent signed by any such patient or person;</p>
<p>Not to furnish, deliver, or disclose any photographs, images, videos, or likeness, in any format, whether analog, physical, digital, or otherwise (collectively, the “Images”) of any patients of covered entity or any other person for any reason other than as expressly provided in this BAA, or as permitted under applicable law, or pursuant to an informed written consent signed by any such patient or person;</p>
<p>To indemnify, defend, and hold business associate harmless to the maximum extent permitted by law from any and all damages, fines, amounts paid in settlement, judgments, investigations, government and administration proceedings, claims, lawsuit, proceedings or any other liabilities (including the reasonable fees of attorneys, experts, and other professionals) with respect to or arising out of, (i)&nbsp;the breach of this BAA, or (ii)&nbsp;the retention, possession, use, or disclosure by covered entity or business associate of protected health information, Identity Information or Images on the internet, to a webhost, to another covered entity, to another business associate, to a subcontractor, or to any other party in any manner or via any medium whatsoever, or whether transmitted by encrypted or unencrypted e-mail, internet file transfer or other web or internet protocol, text or SMS messaging, or any other mode of telecommunications.</p>
<p>The indemnity, hold harmless, and defense obligations of covered entity that are specified in the immediately preceding paragraph (d) shall apply and be binding upon all of the following (each, an “affiliate”): the present, former, and future shareholders, officers, directors, members, managers, and agents of covered entity, and parties under common control or affiliated with covered entity or any of the foregoing persons or entities.</p>
<p>Covered entity is, and shall be, responsible and liable to business associate for any actions taken, or omissions made, by any affiliate with respect to the obligations, liabilities, rights, or remedies of covered entity or any affiliate, whether occurring under this BAA, under the Terms and Conditions, or otherwise.</p>
<p>Each affiliate is, and shall be, jointly and severally liable to business associate, for any actions taken, or omissions made, by covered entity or another affiliate with respect to the obligations, liabilities, rights, or remedies of covered entity or any affiliate, whether occurring under this BAA, under the Terms and Conditions, or otherwise.</p>
<p>Permitted Uses and Disclosures by Business Associate</p>
<p>Business associate may only use or disclose protected health information as provided in this BAA, the Terms and Conditions, and as permitted or required by applicable Laws.</p>
<p>Business associate is authorized in its sole discretion to use protected health information to de-identify the information in accordance with 45 CFR 164.514(a)-(c).</p>
<p>Business associate may use or disclose protected health information as required by law.</p>
<p>Business associate agrees to make uses and disclosures and requests for protected health information consistent with covered entity’s minimum necessary policies and procedures.</p>
<p>Business associate may not use or disclose protected health information in a manner that would violate Subpart E of 45 CFR Part 164 if done by covered entity.</p>
<p>Provisions for Covered Entity to Inform Business Associate of Privacy Practices and Restrictions</p>
<p>(a) Covered entity shall notify business associate of any limitation(s) in the notice of privacy practices of covered entity under 45 CFR 164.520, to the extent that such limitation may affect business associate’s use or disclosure of protected health information, Identity Information, or Images.</p>
<p>(b) Covered entity shall notify business associate of any changes in, or revocation of, the permission by an individual to use or disclose his or her protected health information, Identity Information, or Images, to the extent that such changes may affect business associate’s use or disclosure of protected health information, Identity Information, or Images.</p>
<p>Covered entity shall notify business associate of any restriction on the use or disclosure of protected health information that covered entity has agreed to or is required to abide by under 45 CFR 164.522, to the extent that such restriction may affect business associate’s use or disclosure of protected health information.</p>
<p>Covered entity shall post a notice of privacy practices on its Website that is compliant with the HIPAA Rules, and shall, whenever it updates or modifies the notice of privacy practices that it uses in its general business, post such updated or modified notice of privacy practices on the covered entity’s Website.</p>
<p>The notice of privacy practices shall set forth that covered entity has the right to transmit protected health information, Identity Information, and Images via unencrypted email or other unsecure means.</p>
<p>Impermissible Requests by Covered Entity</p>
<p>Covered entity shall not request business associate to use or disclose protected health information in any manner that would not be permissible under Subpart E of 45 CFR Part 164 if done by covered entity.</p>
<p>Term and Termination</p>
<p>Term. The Term of this BAA shall be coterminous with the Terms and Conditions, unless covered entity sooner terminates for cause as authorized in paragraph (b) of this Section.</p>
<p>Termination for Cause. Either party authorizes termination of this BAA by the other party, if such party determines that the other party has violated a material term of the BAA and the other party has not cured the breach or ended the violation (after written notice) within the time specified by such party.</p>
<p>Obligations of Business Associate Upon Termination. Upon termination of this BAA for any reason, business associate, with respect to protected health information received from covered entity, or created, maintained, or received by business associate on behalf of covered entity, shall:</p>
<p>Retain only that protected health information which is necessary for business associate to continue its proper management and administration or to carry out its legal responsibilities;</p>
<p>Return to covered entity (or, if agreed to by covered entity, destroy) the remaining protected health information that the business associate still maintains in any form;</p>
<p>Continue to use appropriate safeguards and comply with Subpart C of 45 CFR Part 164 with respect to electronic protected health information to prevent use or disclosure of the protected health information, other than as provided for in this Section, for as long as business associate retains the protected health information;</p>
<p>Not use or disclose the protected health information retained by business associate other than for the purposes for which such protected health information was retained and subject to the same conditions which applied prior to termination; and</p>
<p>Return to covered entity (or, if agreed to by covered entity, destroy) the protected health information retained by business associate when it is no longer needed by business associate for its proper management and administration or to carry out its legal responsibilities.</p>
<p>Survival. The obligations of business associate under this Section shall survive the termination of this BAA.</p>
</div>
</div>
<div class="well row">
<a class="btn pull-left btn-danger" data-ng-click="declineTerms()">Decline</a>
<a class="btn btn-primary pull-right" id="acceptCheckoutTermsBtn" data-ng-click="acceptTerms()">Accept Terms &amp; Publish</a>
</div>
</div>
</div>
<!-- Subscription Confirmation -->
<!-- ngInclude: 'http://leonardo.dev/js/app/admin_account/partials/subscription_confirmation_terms.html' --><div id="subscription-confirmation-terms-modal" class="modal hide fade subscriptionConfirmationModal panel modal-panel ng-scope" ng-include="'http://leonardo.dev/js/app/admin_account/partials/subscription_confirmation_terms.html'">
<style type="text/css" class="ng-scope">
.tos-header{ text-align: center; font-size: 18px; line-height: 20px; font-weight: bold; }
.tos-subheader{ text-align:center; font-size:15px; line-height:17px; font-weight:bold; }
</style>
<div class="control-group ng-scope">
<div class="controls">
<h2>Subscription Confirmation</h2>
</div>
</div>
<h3 class="subscription-confirmation-message ng-scope">Your subscription will be modified. Your approval is required. Your new subscription setting will take place immediately after your approval.</h3>
<div class="terms-container ng-scope" data-ng-controller="checkoutTermsController">
<div class="row-fluid">
<div class="subscription-confirmation-terms checkout-terms-frames">
<!-- terms specific to reseller id -->
<div ng-bind-html="box_terms_text" class="ng-binding"></div>
</div>
</div>
<div class="subscription-confirmation-checkbox-area">
<input type="checkbox" ng-model="acceptedLicenseTerms" autocomplete-hammerhead-stored-value="hammerhead|autocomplete-attribute-absence-marker" autocomplete="off" class="ng-pristine ng-untouched ng-valid ng-empty">
<h2>I accept the license terms</h2>
</div>
<div class="subscription-confirmation-rate-area">
<div class="subscription-rate-title">Website Subscription Rate:</div>
<div class="subscription-rate">$50/month</div>
</div>
<div class="subscription-confirmation-button-area">
<a class="btn btn-primary pull-left" data-ng-click="acceptBoxTerms()">Accept</a>
<div class="alert alert-error ng-binding ng-hide" ng-show="errorMsg"></div>
<a class="btn pull-right btn-danger" data-ng-click="declineTerms()">Decline</a>
</div>
</div></div>
<!-- Domain -->
<!-- ngInclude: 'http://leonardo.dev/js/app/admin_account/partials/domain_modal.html' --><div id="domain-modal" class="modal hide fade editorModal panel modal-panel ng-scope" ng-include="'http://leonardo.dev/js/app/admin_account/partials/domain_modal.html'"><div class="control-group ng-scope">
<div class="controls">
<h2>Domain Setup (Web Address)</h2>
</div>
</div>
<div class="domain-container ng-scope" data-ng-controller="domainInformationController">
<div class="row-fluid">
<div class="domain-instructions">In order to complete the publishing process please set your domain name<br>by clicking the button below.</div>
<a ng-href="http://leonardo.dev/admin/addDomain" class="btn btn-primary btn-large" href="http://leonardo.dev/admin/addDomain">Set Domain Name</a>
<div class="domain-instructions">Your domain name is the address of your website (e.g. www.doctorsoffice.com)</div>
</div>
</div></div>
</div>
</div>
<script type="text/javascript">
var MN = {
'base_url' : "http://leonardo.dev",
'build_type' :"provider",
'firstname' : '',
'lastname' : '',
'email' : '',
'plans' : eval( __proc$Script('[{"plan_code":"RTL-STD-WEB","name":"Standard Website","description":"DIY Medical Website","status":"active","product_id":"332880000000093001","is_taxable":true,"tax_exemption_id":"","tax_exemption_code":"","trial_period":30,"setup_fee":495,"recurring_price":50,"interval":1,"interval_unit":"months","billing_cycles":-1,"created_time":"2016-07-01T10:57:23-0400","created_time_formatted":"07\/01\/2016 10:57:23 AM","updated_time":"2016-07-01T10:57:23-0400","updated_time_formatted":"07\/01\/2016 10:57:23 AM"},{"plan_code":"RTL-STD-WEB65","name":"Standard Website","description":"Standard Website without yearly commitment, Paid monthly","status":"active","product_id":"332880000000093001","is_taxable":true,"tax_exemption_id":"","tax_exemption_code":"","trial_period":30,"setup_fee":495,"recurring_price":65,"interval":1,"interval_unit":"months","billing_cycles":-1,"created_time":"2016-07-01T11:02:37-0400","created_time_formatted":"07\/01\/2016 11:02:37 AM","updated_time":"2016-07-01T11:02:37-0400","updated_time_formatted":"07\/01\/2016 11:02:37 AM"},{"plan_code":"RTL-STD-WEB95","name":"Standard Website","description":"Standard Website without a yearly commitment","status":"active","product_id":"332880000000093001","is_taxable":true,"tax_exemption_id":"","tax_exemption_code":"","trial_period":30,"setup_fee":495,"recurring_price":95,"interval":1,"interval_unit":"months","billing_cycles":-1,"created_time":"2016-07-01T11:05:39-0400","created_time_formatted":"07\/01\/2016 11:05:39 AM","updated_time":"2016-07-01T11:05:39-0400","updated_time_formatted":"07\/01\/2016 11:05:39 AM"},{"plan_code":"RTL-STD-WEB75","name":"Standard Website","description":"Standard Website with yearly commitment, paid monthly","status":"active","product_id":"332880000000093001","is_taxable":true,"tax_exemption_id":"","tax_exemption_code":"","trial_period":30,"setup_fee":495,"recurring_price":75,"interval":1,"interval_unit":"months","billing_cycles":-1,"created_time":"2016-07-01T11:06:47-0400","created_time_formatted":"07\/01\/2016 11:06:47 AM","updated_time":"2016-07-01T11:06:47-0400","updated_time_formatted":"07\/01\/2016 11:06:47 AM"},{"plan_code":"INDIV","name":"Individual Professional Website ","description":"Individual Professional Website","status":"active","product_id":"331386000000044043","is_taxable":true,"tax_exemption_id":"","tax_exemption_code":"","trial_period":30,"setup_fee":495,"recurring_price":25,"interval":1,"interval_unit":"months","billing_cycles":-1,"created_time":"2016-07-01T10:57:23-0400","created_time_formatted":"07\/01\/2016 10:57:23 AM","updated_time":"2016-07-01T10:57:23-0400","updated_time_formatted":"07\/01\/2016 10:57:23 AM"}]')),
'site_tier' : 0,
'site_id' : "115027",
'user_id' : 115039,
'is_editor' : true,
'is_admin' : false,
'specialty_id' : 4,
'visited_editor' : 0,
'is_registered' : false,
'contact_type_id' : "3",
'dental_ins' : eval( __proc$Script('["Aetna","Assurant","Cigna","Delta Dental","Humana","Multi Flex","Oxford","Security Life Standard Life","United HealthCare"]')),
'vet_ins' : eval( __proc$Script('["24PetWatch","AKC Pet HealthCare","ASPCA Pet Health Ins","Embrace Pet Ins.","Fetch Pet Care","Hartville","Healthy Paws Pet Ins","PetFirst HealthCare","PetPartners Pet Ins","PetPlan USA","Pets Best Ins","Pets Health Plan","PurinaCare","Trupanion","VPI Pet Ins."]')),
'finances' : eval( __proc$Script('[{"id":"1","name":"Visa"},{"id":"2","name":"MasterCard"},{"id":"3","name":"American Express"},{"id":"4","name":"Discover"},{"id":"5","name":"Personal Check"},{"id":"6","name":"Credit"}]')),
'states' : eval( __proc$Script('[{"id":"3681","region_id":"840","name":"Alabama","timezone":"America\/Chicago"},{"id":"3680","region_id":"840","name":"Alaska","timezone":"America\/Anchorage"},{"id":"3683","region_id":"840","name":"Arizona","timezone":"America\/Phoenix"},{"id":"3682","region_id":"840","name":"Arkansas","timezone":"America\/Chicago"},{"id":"3684","region_id":"840","name":"California","timezone":"America\/Los_Angeles"},{"id":"3685","region_id":"840","name":"Colorado","timezone":"America\/Denver"},{"id":"3686","region_id":"840","name":"Connecticut","timezone":"America\/New_York"},{"id":"3688","region_id":"840","name":"Delaware","timezone":"America\/New_York"},{"id":"3687","region_id":"840","name":"District of Columbia","timezone":"America\/New_York"},{"id":"3689","region_id":"840","name":"Florida","timezone":"America\/New_York"},{"id":"3690","region_id":"840","name":"Georgia","timezone":"America\/New_York"},{"id":"3691","region_id":"840","name":"Hawaii","timezone":"Pacific\/Honolulu"},{"id":"3693","region_id":"840","name":"Idaho","timezone":"America\/Denver"},{"id":"3694","region_id":"840","name":"Illinois","timezone":"America\/Chicago"},{"id":"3695","region_id":"840","name":"Indiana","timezone":"America\/New_York"},{"id":"3692","region_id":"840","name":"Iowa","timezone":"America\/Chicago"},{"id":"3696","region_id":"840","name":"Kansas","timezone":"America\/Chicago"},{"id":"3697","region_id":"840","name":"Kentucky","timezone":"America\/New_York"},{"id":"3698","region_id":"840","name":"Louisiana","timezone":"America\/Chicago"},{"id":"3701","region_id":"840","name":"Maine","timezone":"America\/New_York"},{"id":"3700","region_id":"840","name":"Maryland","timezone":"America\/New_York"},{"id":"3699","region_id":"840","name":"Massachusetts","timezone":"America\/New_York"},{"id":"3702","region_id":"840","name":"Michigan","timezone":"America\/New_York"},{"id":"3703","region_id":"840","name":"Minnesota","timezone":"America\/Chicago"},{"id":"3705","region_id":"840","name":"Mississippi","timezone":"America\/Chicago"},{"id":"3704","region_id":"840","name":"Missouri","timezone":"America\/Chicago"},{"id":"3706","region_id":"840","name":"Montana","timezone":"America\/Denver"},{"id":"3709","region_id":"840","name":"Nebraska","timezone":"America\/Chicago"},{"id":"3713","region_id":"840","name":"Nevada","timezone":"America\/Los_Angeles"},{"id":"3710","region_id":"840","name":"New Hampshire","timezone":"America\/New_York"},{"id":"3711","region_id":"840","name":"New Jersey","timezone":"America\/New_York"},{"id":"3712","region_id":"840","name":"New Mexico","timezone":"America\/Denver"},{"id":"3714","region_id":"840","name":"New York","timezone":"America\/New_York"},{"id":"3707","region_id":"840","name":"North Carolina","timezone":"America\/New_York"},{"id":"3708","region_id":"840","name":"North Dakota","timezone":"America\/Chicago"},{"id":"3715","region_id":"840","name":"Ohio","timezone":"America\/New_York"},{"id":"3716","region_id":"840","name":"Oklahoma","timezone":"America\/Chicago"},{"id":"3717","region_id":"840","name":"Oregon","timezone":"America\/Los_Angeles"},{"id":"3718","region_id":"840","name":"Pennsylvania","timezone":"America\/New_York"},{"id":"3719","region_id":"840","name":"Rhode Island","timezone":"America\/New_York"},{"id":"3720","region_id":"840","name":"South Carolina","timezone":"America\/New_York"},{"id":"3721","region_id":"840","name":"South Dakota","timezone":"America\/Chicago"},{"id":"3722","region_id":"840","name":"Tennessee","timezone":"America\/Chicago"},{"id":"3723","region_id":"840","name":"Texas","timezone":"America\/Chicago"},{"id":"3724","region_id":"840","name":"Utah","timezone":"America\/Denver"},{"id":"3726","region_id":"840","name":"Vermont","timezone":"America\/New_York"},{"id":"3725","region_id":"840","name":"Virginia","timezone":"America\/New_York"},{"id":"3727","region_id":"840","name":"Washington","timezone":"America\/Los_Angeles"},{"id":"3729","region_id":"840","name":"West Virginia","timezone":"America\/New_York"},{"id":"3728","region_id":"840","name":"Wisconsin","timezone":"America\/Chicago"},{"id":"3730","region_id":"840","name":"Wyoming","timezone":"America\/Denver"}]')),
'countries' : eval( __proc$Script('[{"id":"4","country":"Afghanistan"},{"id":"248","country":"Aland Islands"},{"id":"8","country":"Albania"},{"id":"12","country":"Algeria"},{"id":"16","country":"American Samoa"},{"id":"20","country":"Andorra"},{"id":"24","country":"Angola"},{"id":"660","country":"Anguilla"},{"id":"10","country":"Antarctica"},{"id":"28","country":"Antigua and Barbuda"},{"id":"32","country":"Argentina"},{"id":"51","country":"Armenia"},{"id":"533","country":"Aruba"},{"id":"36","country":"Australia"},{"id":"40","country":"Austria"},{"id":"31","country":"Azerbaijan"},{"id":"44","country":"Bahamas"},{"id":"48","country":"Bahrain"},{"id":"50","country":"Bangladesh"},{"id":"52","country":"Barbados"},{"id":"112","country":"Belarus"},{"id":"56","country":"Belgium"},{"id":"84","country":"Belize"},{"id":"204","country":"Benin"},{"id":"60","country":"Bermuda"},{"id":"64","country":"Bhutan"},{"id":"68","country":"Bolivia"},{"id":"70","country":"Bosnia and Herzegovina"},{"id":"72","country":"Botswana"},{"id":"74","country":"Bouvet Island"},{"id":"76","country":"Brazil"},{"id":"86","country":"British Indian Ocean Territory"},{"id":"92","country":"British Virgin Islands"},{"id":"96","country":"Brunei"},{"id":"100","country":"Bulgaria"},{"id":"854","country":"Burkina Faso"},{"id":"108","country":"Burundi"},{"id":"116","country":"Cambodia"},{"id":"120","country":"Cameroon"},{"id":"124","country":"Canada"},{"id":"132","country":"Cape Verde"},{"id":"136","country":"Cayman Islands"},{"id":"140","country":"Central African Republic"},{"id":"148","country":"Chad"},{"id":"152","country":"Chile"},{"id":"156","country":"China"},{"id":"162","country":"Christmas Island"},{"id":"166","country":"Cocos Islands"},{"id":"170","country":"Colombia"},{"id":"174","country":"Comoros"},{"id":"184","country":"Cook Islands"},{"id":"188","country":"Costa Rica"},{"id":"191","country":"Croatia"},{"id":"192","country":"Cuba"},{"id":"196","country":"Cyprus"},{"id":"203","country":"Czech Republic"},{"id":"180","country":"Democratic Republic of the Congo"},{"id":"208","country":"Denmark"},{"id":"262","country":"Djibouti"},{"id":"212","country":"Dominica"},{"id":"214","country":"Dominican Republic"},{"id":"626","country":"East Timor"},{"id":"218","country":"Ecuador"},{"id":"818","country":"Egypt"},{"id":"222","country":"El Salvador"},{"id":"226","country":"Equatorial Guinea"},{"id":"232","country":"Eritrea"},{"id":"233","country":"Estonia"},{"id":"231","country":"Ethiopia"},{"id":"238","country":"Falkland Islands"},{"id":"234","country":"Faroe Islands"},{"id":"242","country":"Fiji"},{"id":"246","country":"Finland"},{"id":"250","country":"France"},{"id":"254","country":"French Guiana"},{"id":"258","country":"French Polynesia"},{"id":"260","country":"French Southern Territories"},{"id":"266","country":"Gabon"},{"id":"270","country":"Gambia"},{"id":"268","country":"Georgia"},{"id":"276","country":"Germany"},{"id":"288","country":"Ghana"},{"id":"292","country":"Gibraltar"},{"id":"300","country":"Greece"},{"id":"304","country":"Greenland"},{"id":"308","country":"Grenada"},{"id":"312","country":"Guadeloupe"},{"id":"316","country":"Guam"},{"id":"320","country":"Guatemala"},{"id":"831","country":"Guernsey"},{"id":"324","country":"Guinea"},{"id":"624","country":"Guinea-Bissau"},{"id":"328","country":"Guyana"},{"id":"332","country":"Haiti"},{"id":"334","country":"Heard Island and McDonald Islands"},{"id":"340","country":"Honduras"},{"id":"344","country":"Hong Kong"},{"id":"348","country":"Hungary"},{"id":"352","country":"Iceland"},{"id":"356","country":"India"},{"id":"360","country":"Indonesia"},{"id":"364","country":"Iran"},{"id":"368","country":"Iraq"},{"id":"372","country":"Ireland"},{"id":"833","country":"Isle of Man"},{"id":"376","country":"Israel"},{"id":"380","country":"Italy"},{"id":"384","country":"Ivory Coast"},{"id":"388","country":"Jamaica"},{"id":"392","country":"Japan"},{"id":"832","country":"Jersey"},{"id":"400","country":"Jordan"},{"id":"398","country":"Kazakhstan"},{"id":"404","country":"Kenya"},{"id":"296","country":"Kiribati"},{"id":"855","country":"Kosovo"},{"id":"414","country":"Kuwait"},{"id":"417","country":"Kyrgyzstan"},{"id":"418","country":"Laos"},{"id":"428","country":"Latvia"},{"id":"422","country":"Lebanon"},{"id":"426","country":"Lesotho"},{"id":"430","country":"Liberia"},{"id":"434","country":"Libya"},{"id":"438","country":"Liechtenstein"},{"id":"440","country":"Lithuania"},{"id":"442","country":"Luxembourg"},{"id":"446","country":"Macao"},{"id":"807","country":"Macedonia"},{"id":"450","country":"Madagascar"},{"id":"454","country":"Malawi"},{"id":"458","country":"Malaysia"},{"id":"462","country":"Maldives"},{"id":"466","country":"Mali"},{"id":"470","country":"Malta"},{"id":"584","country":"Marshall Islands"},{"id":"474","country":"Martinique"},{"id":"478","country":"Mauritania"},{"id":"480","country":"Mauritius"},{"id":"175","country":"Mayotte"},{"id":"484","country":"Mexico"},{"id":"583","country":"Micronesia"},{"id":"498","country":"Moldova"},{"id":"492","country":"Monaco"},{"id":"496","country":"Mongolia"},{"id":"499","country":"Montenegro"},{"id":"500","country":"Montserrat"},{"id":"504","country":"Morocco"},{"id":"508","country":"Mozambique"},{"id":"104","country":"Myanmar"},{"id":"516","country":"Namibia"},{"id":"520","country":"Nauru"},{"id":"524","country":"Nepal"},{"id":"528","country":"Netherlands"},{"id":"530","country":"Netherlands Antilles"},{"id":"540","country":"New Caledonia"},{"id":"554","country":"New Zealand"},{"id":"558","country":"Nicaragua"},{"id":"562","country":"Niger"},{"id":"566","country":"Nigeria"},{"id":"570","country":"Niue"},{"id":"574","country":"Norfolk Island"},{"id":"408","country":"North Korea"},{"id":"580","country":"Northern Mariana Islands"},{"id":"578","country":"Norway"},{"id":"512","country":"Oman"},{"id":"586","country":"Pakistan"},{"id":"585","country":"Palau"},{"id":"275","country":"Palestinian Territory"},{"id":"591","country":"Panama"},{"id":"598","country":"Papua New Guinea"},{"id":"600","country":"Paraguay"},{"id":"604","country":"Peru"},{"id":"608","country":"Philippines"},{"id":"612","country":"Pitcairn"},{"id":"616","country":"Poland"},{"id":"620","country":"Portugal"},{"id":"630","country":"Puerto Rico"},{"id":"634","country":"Qatar"},{"id":"178","country":"Republic of the Congo"},{"id":"638","country":"Reunion"},{"id":"642","country":"Romania"},{"id":"643","country":"Russia"},{"id":"646","country":"Rwanda"},{"id":"652","country":"Saint Barth\u00e9lemy"},{"id":"654","country":"Saint Helena"},{"id":"659","country":"Saint Kitts and Nevis"},{"id":"662","country":"Saint Lucia"},{"id":"663","country":"Saint Martin"},{"id":"666","country":"Saint Pierre and Miquelon"},{"id":"670","country":"Saint Vincent and the Grenadines"},{"id":"882","country":"Samoa"},{"id":"674","country":"San Marino"},{"id":"678","country":"Sao Tome and Principe"},{"id":"682","country":"Saudi Arabia"},{"id":"686","country":"Senegal"},{"id":"688","country":"Serbia"},{"id":"891","country":"Serbia and Montenegro"},{"id":"690","country":"Seychelles"},{"id":"694","country":"Sierra Leone"},{"id":"702","country":"Singapore"},{"id":"703","country":"Slovakia"},{"id":"705","country":"Slovenia"},{"id":"90","country":"Solomon Islands"},{"id":"706","country":"Somalia"},{"id":"710","country":"South Africa"},{"id":"239","country":"South Georgia and the South Sandwich Islands"},{"id":"410","country":"South Korea"},{"id":"724","country":"Spain"},{"id":"144","country":"Sri Lanka"},{"id":"736","country":"Sudan"},{"id":"740","country":"Suriname"},{"id":"744","country":"Svalbard and Jan Mayen"},{"id":"748","country":"Swaziland"},{"id":"752","country":"Sweden"},{"id":"756","country":"Switzerland"},{"id":"760","country":"Syria"},{"id":"158","country":"Taiwan"},{"id":"762","country":"Tajikistan"},{"id":"834","country":"Tanzania"},{"id":"764","country":"Thailand"},{"id":"768","country":"Togo"},{"id":"772","country":"Tokelau"},{"id":"776","country":"Tonga"},{"id":"780","country":"Trinidad and Tobago"},{"id":"788","country":"Tunisia"},{"id":"792","country":"Turkey"},{"id":"795","country":"Turkmenistan"},{"id":"796","country":"Turks and Caicos Islands"},{"id":"798","country":"Tuvalu"},{"id":"850","country":"U.S. Virgin Islands"},{"id":"800","country":"Uganda"},{"id":"804","country":"Ukraine"},{"id":"784","country":"United Arab Emirates"},{"id":"826","country":"United Kingdom"},{"id":"840","country":"United States"},{"id":"581","country":"United States Minor Outlying Islands"},{"id":"858","country":"Uruguay"},{"id":"860","country":"Uzbekistan"},{"id":"548","country":"Vanuatu"},{"id":"336","country":"Vatican"},{"id":"862","country":"Venezuela"},{"id":"704","country":"Vietnam"},{"id":"876","country":"Wallis and Futuna"},{"id":"732","country":"Western Sahara"},{"id":"887","country":"Yemen"},{"id":"894","country":"Zambia"},{"id":"716","country":"Zimbabwe"}]')),
'emr_ehr' : eval( __proc$Script('[{"id":"57","name":"Abraxas","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"abraxas","wl_folder":null,"product_name":"Abraxas Site Builder","logo_url":"http:\/\/www.emrconsultant.com\/logos\/logo_309787.jpg","website":"http:\/\/www.emrconsultant.com\/emr\/abraxas","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"114 Pacifica Suite 390 Irvine, CA 92618","1800number":"1(877) 777-6500","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:09:57","updated_at":"2013-03-01 10:09:58","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Abraxas_admin","password":"$2a$08$nxWGuiFQRwN3htEXBr5jp.LEFo3sbYRpNln4rby8PrxXK4mLK0xoC","appenvironment":null,"zoho_reseller_id":null},{"id":"58","name":"All Meds","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"allmeds","wl_folder":null,"product_name":"All Meds Site Builder","logo_url":"http:\/\/www.sppm.org\/vendors\/AllMedsLogo.jpg","website":"http:\/\/www.allmeds.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"151 Lafayette Drive Suite 401 Oak Ridge, TN 37830","1800number":"1(888) 343-6337","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:09:58","updated_at":"2013-03-01 10:09:58","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"All_Meds_admin","password":"$2a$08$B9Du.7cwp79V5i567KKh8OvESnHbAmST.8617P6goqn6yOEdBVdeO","appenvironment":null,"zoho_reseller_id":null},{"id":"59","name":"Allscripts","appdomain":"allscriptsbuilder.dr-leonardo.com","installed":"1","marketing_type":"whitelabel","bundleurl":null,"bundlename":"allscripts","wl_folder":null,"product_name":"Allscripts","logo_url":"https:\/\/learningcenter.allscripts.com\/files\/images\/Allscripts_Logo_W_01.png","website":"http:\/\/www.allscripts.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"222 Merchandise Mart Suite 2024 Chicago, IL 60654","1800number":"1(800) 654-0889","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:09:58","updated_at":"2013-03-01 10:09:59","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":"box","discipline":"medical","purchase_type":"authnet","reporting_type":"box","google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Allscripts_admin","password":"$2a$08$X7rZ7GO05ueZqdf9QyF6g.n0ldmXksqra1Jg2u6pZx7s1Vr9qXnRq","appenvironment":null,"zoho_reseller_id":null},{"id":"119","name":"Amazing Charts","appdomain":"amazingcharts.dr-leonardo.com","installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"amazingcharts","wl_folder":null,"product_name":"Amazing Charts Site Builder","logo_url":"http:\/\/amazingcharts.com\/typo3temp\/pics\/a4e061dec4.png","website":"http:\/\/www.amazingcharts.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"650 Ten Rod Rd, Suite 12 North Kingstown, RI 02852","1800number":"1(866) 382-5932","entity_type":"EMR","checkout_type":"standard","created_at":"2014-11-21 12:55:41","updated_at":"2014-11-21 12:55:41","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":"box","discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Amazing_Charts_admin","password":"$2a$08$YGWBtCisbh.Gx\/Jx2bR0M.TLeljQ5aTMTfoVQDK\/M18bej\/k\/Tc2y","appenvironment":null,"zoho_reseller_id":null},{"id":"60","name":"Aprima","appdomain":"aprimabuilder.dr-leonardo.com","installed":"1","marketing_type":"whitelabel","bundleurl":null,"bundlename":"aprimamedicalsoftwareinc","wl_folder":null,"product_name":"Aprima Site Builder","logo_url":"http:\/\/ww1.prweb.com\/prfiles\/2010\/03\/23\/1370694\/AprimaLogo.jpg","website":"http:\/\/www.aprima.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"333 Keller Springs Suite 201 Carrollton, TX 75006","1800number":"1(866) 960-6890","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:09:59","updated_at":"2015-05-20 11:09:20","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":"box","discipline":"medical","purchase_type":null,"reporting_type":"box","google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Aprima_admin","password":"$2a$08$POZCEFsb71IErss6xrxcWeGc9tj08H06m6p1WTEmStAriB0g\/9v.e","appenvironment":null,"zoho_reseller_id":null},{"id":"61","name":"athenahealth, Inc","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"athenahealthinc","wl_folder":null,"product_name":"Athenahealth Site Builder","logo_url":"http:\/\/www.athenahealth.com\/_img\/athenahealth_logo.gif","website":"http:\/\/www.athenahealth.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"311 Arsenal Street Watertown, MA 02472","1800number":"1(800) 981-5084","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:00","updated_at":"2013-03-01 10:10:00","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"athenahealth,_Inc_admin","password":"$2a$08$aq5hp7t0m0W94JEqeu2QKe3YZjNne\/dhtNVSz8XsNRFB\/aQYy3ZPe","appenvironment":null,"zoho_reseller_id":null},{"id":"62","name":"AZZLY","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"azzly","wl_folder":null,"product_name":"AZZLY Site Builder","logo_url":"http:\/\/www.goprodata.com\/prj\/images\/azzly-logo.gif","website":"http:\/\/www.azzly.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"5550 West Executive Drive Suite 350 Tampa, FL 33609","1800number":"1(772)567-0206","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:00","updated_at":"2013-03-01 10:10:00","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"AZZLY_admin","password":"$2a$08$8MWXIsRClISR63ttQHKyI.XmsZeO8yhpNk8dICWVJlHiJ99X3ShHm","appenvironment":null,"zoho_reseller_id":null},{"id":"63","name":"Cerner","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"cerner","wl_folder":null,"product_name":"Cerner Site Builder","logo_url":"http:\/\/investorplace.com\/wp-content\/uploads\/2012\/01\/cernerLogo.jpg","website":"http:\/\/www.cerner.com\/solutions","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"2800 Rockcreek Pkwy North Kansas City, MO 64117","1800number":"1(866) 221-8877","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:00","updated_at":"2013-03-01 10:10:00","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Cerner_admin","password":"$2a$08$a8CjZl9I9ccLfTvyyXtTiOwOTWxN6mHvio4hUp4Samfaq51AvP0Za","appenvironment":null,"zoho_reseller_id":null},{"id":"64","name":"CHARTLogic","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"chartlogic","wl_folder":null,"product_name":"CHARTLogic Site Builder","logo_url":"http:\/\/ehrshortlist.com\/wp-content\/uploads\/2012\/06\/cllogo_basic-e1340751654598.gif","website":"http:\/\/www.chartlogic.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"3995 South 700 East Suite 200 Salt Lake City, UT 84107","1800number":"1(888) 337-4441","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:00","updated_at":"2013-03-01 10:10:01","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"CHARTLogic_admin","password":"$2a$08$PFu76OhX5FB9cUaAORpGo.\/mmCRPW\/DVMchpTX4rNTP4uplqWn6o.","appenvironment":null,"zoho_reseller_id":null},{"id":"65","name":"compulink","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"compulink","wl_folder":null,"product_name":"Compulink Site Builder","logo_url":"http:\/\/usa.nidek.com\/images\/compulink_image001.gif","website":"http:\/\/www.compulinkadvantage.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"2645 Townsgate Road Suite 200 Westlake Village, CA 91361","1800number":"1(800) 456-4522","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:01","updated_at":"2013-03-01 10:10:01","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"compulink_admin","password":"$2a$08$qgoNtbmn9OsHFh6Ss42ZUu5g3i32DGwn6yaaIypou16THkp.xb0wK","appenvironment":null,"zoho_reseller_id":null},{"id":"66","name":"CureMD","appdomain":"curemd.dr-leonardo.com","installed":"1","marketing_type":"whitelabel","bundleurl":null,"bundlename":"curemd","wl_folder":null,"product_name":"CureMD Site Builder","logo_url":"http:\/\/curemd.com\/logo\/curemd-142-52.png","website":"http:\/\/www.curemd.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"55 Broad Street New York, NY 10004","1800number":"1(866) 643-8367","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:01","updated_at":"2014-10-08 20:03:23","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":"box","discipline":"medical","purchase_type":null,"reporting_type":"box","google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"CureMD_admin","password":"$2a$08$pOUYaPSy6h3kDNOEAVZX1.nCGPFNm\/cQ1wdJqZScQpXyQtwAvFySy","appenvironment":null,"zoho_reseller_id":null},{"id":"106","name":"Dentrix","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"dentrix","wl_folder":null,"product_name":"Dentrix Site Builder","logo_url":"http:\/\/www.demandforce.com\/_assets\/images\/partners\/dental-dentrix_logo.jpg","website":"http:\/\/dentrix.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"727 East Utah Valley Drive American Fork, Utah 84003","1800number":"1(800) 336-8749","entity_type":"EMR","checkout_type":"standard","created_at":"2014-01-23 13:37:00","updated_at":"2014-01-23 13:37:00","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"dentistry","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Dentrix_admin","password":"$2a$08$XUSRmYLzo\/4\/hbkkWmzpnuZsI5sGkbuDcGx40AIDIwBGd530rIFwK","appenvironment":null,"zoho_reseller_id":null},{"id":"69","name":"e-MDs","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"emds","wl_folder":null,"product_name":"E-MDs Site Builder","logo_url":"http:\/\/www.meccastat.com\/img\/eMDs_Logo.png","website":"http:\/\/www.e-mds.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"9900 Spectrum Drive Austin, TX 78717","1800number":"1(888) 344-9836","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:02","updated_at":"2013-03-01 10:10:02","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"e-MDs_admin","password":"$2a$08$RyUb2WLTbN.pm0uZUMeCi.ymnTeBu1cubvYaQmzUA5v\/9xKUfoGWO","appenvironment":null,"zoho_reseller_id":null},{"id":"104","name":"Easy Dental","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"easydental","wl_folder":null,"product_name":"Easy Dental Site Builder","logo_url":"http:\/\/media.dentalcompare.com\/m\/25\/Vendor\/6365-187x140.jpg","website":"http:\/\/easydental.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"135 Duryea Road Melville, NY 11747","1800number":"1(800) 768-6464","entity_type":"EMR","checkout_type":"standard","created_at":"2014-01-23 13:37:00","updated_at":"2014-01-23 13:37:00","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Easy_Dental_admin","password":"$2a$08$t\/re6k9Ck4jIjNtFGP\/9dO4XmClQ3MiATb5ibOrNA2RTICYGd7wK.","appenvironment":null,"zoho_reseller_id":null},{"id":"67","name":"eClinicalWorks","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"eclinicalworks","wl_folder":null,"product_name":"EClinicalWorks Site Builder","logo_url":"http:\/\/www.healthtechnologyreview.com\/productimages\/363-proimg.jpg","website":"http:\/\/www.eclinicalworks.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"2 Technology Drive Westborough, MA 01581 Tampa, FL 33609","1800number":"1(866) 888-6929","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:01","updated_at":"2013-03-01 10:10:02","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"eClinicalWorks_admin","password":"$2a$08$VIrlLQECA9oF2pA7Y44PEO0Si1duTPsTkPtI9KnJD7PHPXJg5gX9q","appenvironment":null,"zoho_reseller_id":null},{"id":"68","name":"ELLKAY","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"ellkay","wl_folder":null,"product_name":"ELLKAY Site Builder","logo_url":"http:\/\/lkapps.files.wordpress.com\/2011\/11\/logo.jpg","website":"http:\/\/www.ellkay.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"259 Cedar Lane Teaneck, NJ 07666","1800number":"1(201) 791-0606","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:02","updated_at":"2013-03-01 10:10:02","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"ELLKAY_admin","password":"$2a$08$OIg64cCLg2.1h6z.1cI2zOYtZFI0mQuz\/2Lec.TGLh3Q6E2rNupqe","appenvironment":null,"zoho_reseller_id":null},{"id":"70","name":"estransmedia","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"estransmedia","wl_folder":null,"product_name":"Estransmedia Site Builder","logo_url":"http:\/\/t1.gstatic.com\/images?q=tbn:ANd9GcTob82I8jRjz5rz7mpv4t7E3dkw18U59TOf0jkW6vjivJ2HzzSZ","website":"http:\/\/www.estransmedia.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"385 Jordan Road Rensselaer Technology Park Troy, NY 12180","1800number":"1(866) 653-3715","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:02","updated_at":"2013-03-01 10:10:02","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"estransmedia_admin","password":"$2a$08$jAjqzElpZqHEtRx7oJLq2Okw1zkzS9dTtl1FXsp0aJLtksbHkbdCC","appenvironment":null,"zoho_reseller_id":null},{"id":"71","name":"EyeMD EMR","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"eyemdemr","wl_folder":null,"product_name":"EyeMD EMR Site Builder","logo_url":"http:\/\/www.csrc.com\/images\/logo_eyemdemr.gif","website":"http:\/\/www.eyemdemr.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"27300 Riverview Center Blvd. Suite 100 Bonita Springs, FL 34134","1800number":"1(877) 239-3367","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:02","updated_at":"2013-03-01 10:10:04","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"EyeMD_EMR_admin","password":"$2a$08$pyJhzKffvlYQ21EzdEDnB.E7mm3CouoqnoxDEPAkYuFh5lHe9nDMe","appenvironment":null,"zoho_reseller_id":null},{"id":"72","name":"FreeDomEHR","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"freedomehr","wl_folder":null,"product_name":"FreeDomEHR Site Builder","logo_url":"http:\/\/c3412893.r93.cf0.rackcdn.com\/logos\/freedom-logo.jpg","website":"http:\/\/www.freedomehr.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"503 Faulconer Drive Charlottesville, VA 22903","1800number":"1(434) 817-9000","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:04","updated_at":"2013-03-01 10:10:04","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"FreeDomEHR_admin","password":"$2a$08$GPy6j3nkuw64pIk8bbm6IeWO74DTCUxYK8jABBr2UTJk1V\/PbqwP.","appenvironment":null,"zoho_reseller_id":null},{"id":"73","name":"GE Healthcare","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"gehealthcare","wl_folder":null,"product_name":"GE Healthcare Site Builder","logo_url":"https:\/\/c28096.ssl.cf3.rackcdn.com\/company\/NO0000000979306946\/medium_Logo_GE_Healthcare.jpg","website":"http:\/\/www3.gehealthcare.com\/en\/Products\/Categories\/Healthcare_IT\/Electronic_Medical_Records","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"3135 Easton Turnpikee Fairfield, CT 06828","1800number":"1(888) 436-8491","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:05","updated_at":"2013-03-01 10:10:07","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"GE_Healthcare_admin","password":"$2a$08$TUC6fJGRdeeuUPd5iphbJOkOkVHEe9UdukjQxesgluP6QSkt6jemy","appenvironment":null,"zoho_reseller_id":null},{"id":"74","name":"Greenway","appdomain":"greenway.dr-leonardo.com","installed":"1","marketing_type":"whitelabel","bundleurl":null,"bundlename":"greenway","wl_folder":null,"product_name":"Dr. Leonardo","logo_url":"https:\/\/sitebuilder.dr-leonardo.com\/logos\/greenway_logo.jpg","website":"http:\/\/www.greenwayhealth.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"100 Greenway Blvd. Carrollton, GA 30117","1800number":"1(866) 242-3805","entity_type":"EMR","checkout_type":"zoho","created_at":"2013-03-01 10:10:07","updated_at":"2015-03-09 18:44:08","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":"tiers","discipline":"medical","purchase_type":"authnet","reporting_type":"tiers","google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Greenway_admin","password":"$2a$08$1MvuhGxbZfYV9M0EVNBIFe4PP0a0.QUJ.UZ2JGeeATjwxbXKsgcvq","appenvironment":null,"zoho_reseller_id":null},{"id":"103","name":"Henry Schein","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"henryschein","wl_folder":null,"product_name":"Henry Schein Site Builder","logo_url":"http:\/\/www.henryschein.com\/us-en\/images\/logos\/logo.global.gif","website":"http:\/\/www.henryschein.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"135 Duryea Road Melville, NY 11747","1800number":"1(631) 843-5500","entity_type":"EMR","checkout_type":"standard","created_at":"2014-01-22 13:37:00","updated_at":"2014-01-22 13:37:00","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Henry_Schein_admin","password":"$2a$08$KExwuplzB3hopmMvVeUSx.CIAM7k1EVT7hxxI35zLlUPPbuXYyxdq","appenvironment":null,"zoho_reseller_id":null},{"id":"75","name":"ICANotesEHR","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"icanotesehr","wl_folder":null,"product_name":"ICANotesEHR Site Builder","logo_url":"http:\/\/www.emrconsultant.com\/logos\/logo_870261.jpg","website":"http:\/\/www.icanotes.com\/","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"1600 St. Margarets Road Annapolis, MD 21409","1800number":"1(866) 847-3590","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:07","updated_at":"2013-03-01 10:10:07","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"ICANotesEHR_admin","password":"$2a$08$7ZAbGwi60l8IBwqv4Hf6FOtEZEHE3Z6REUXYj.ixp826POoiqIddC","appenvironment":null,"zoho_reseller_id":null},{"id":"76","name":"iKnowMed","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"iknowmed","wl_folder":null,"product_name":"IKnowMed Site Builder","logo_url":"http:\/\/www.saimgs.com\/imglib\/products\/logos\/logo_1415_136x68.jpg","website":"http:\/\/www.iknowmed.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"One Post Street San Francisco, CA 94104","1800number":"1(800) 482-6700","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:07","updated_at":"2013-03-01 10:10:07","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"iKnowMed_admin","password":"$2a$08$.SQuXVtKEpRg0BrQBjQj6uXZtmRexnM9Sk4V5ur0.ufysdrHwhcNC","appenvironment":null,"zoho_reseller_id":null},{"id":"77","name":"InteliChart","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"intelichart","wl_folder":null,"product_name":"InteliChart Site Builder","logo_url":"http:\/\/www.himss.org\/vendorLogos\/Intelichart.gif","website":"http:\/\/www.intelichart.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"15105-D John J. Delaney Drive Suite 116 Charlotte, NC 28277","1800number":"1(888) 966-9834","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:07","updated_at":"2013-03-01 10:10:07","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"InteliChart_admin","password":"$2a$08$pThANMznDKpNOHcyBoLez.J.q\/q1bhoNEdldb4\/YMGW0rBP3pyUYa","appenvironment":null,"zoho_reseller_id":null},{"id":"78","name":"iPatient Care","appdomain":"ipatientcare.dr-leonardo.com","installed":"1","marketing_type":"whitelabel","bundleurl":null,"bundlename":"ipatientcare","wl_folder":null,"product_name":"iPatient Care Site Builder","logo_url":"http:\/\/mhcc.dhmh.maryland.gov\/hit\/ehrVendors\/Pages\/vendors\/IPatientCare\/Ipatientlogo.jpg","website":"http:\/\/www.ipatientcare.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"One Woodbridge Center Suite 812 Woodbridge, NJ 07095","1800number":"1(800) 741-0981","entity_type":"EMR","checkout_type":"zoho","created_at":"2013-03-01 10:10:07","updated_at":"2013-03-01 10:10:08","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":"tiers","discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"iPatient_Care_admin","password":"$2a$08$LMunpaPq\/waNMScn2E8Pg..B6P6BWWXP1OLAnk9.PWMiBx2PB3P\/m","appenvironment":"ipatientcare","zoho_reseller_id":null},{"id":"81","name":"MD LOGIC","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"mdlogic","wl_folder":null,"product_name":"MD LOGIC EMR Site Builder","logo_url":"http:\/\/www.copyscan.com\/wp-content\/uploads\/2011\/03\/MDLogic-News.jpg","website":"http:\/\/www.mdlogic.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"Sugarloaf Corporate Center 2170 Satellite Blvd. Suite 435 Duluth, GA 30097","1800number":"1(800) 273-7750","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:09","updated_at":"2013-03-01 10:10:09","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"MD_LOGIC_admin","password":"$2a$08$k8PAMubvxcwnJ9wLwHKlmumVfX7kMqtluaDjf32Pa9HdS7Vek8cGi","appenvironment":null,"zoho_reseller_id":null},{"id":"79","name":"MD suite","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"mdsuite","wl_folder":null,"product_name":"MD suite Site Builder","logo_url":"http:\/\/inuvio.com\/wp-content\/uploads\/2012\/04\/part14-240X190.jpg","website":"http:\/\/www.mdsuite.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"13475 Danielson Street Suite 210 Poway, CA 92064","1800number":"1(800) 875-0480","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:08","updated_at":"2013-03-01 10:10:08","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"MD_suite_admin","password":"$2a$08$4YVo9CP6QGCOWgGmfZz.euXV.99qjaZm.hUToX80c30Q6nukL2P2u","appenvironment":null,"zoho_reseller_id":null},{"id":"80","name":"MDCare EMR","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"mdcareemr","wl_folder":null,"product_name":"MDCare EMR Site Builder","logo_url":"https:\/\/cryptnsend.com\/images\/mdcare.png","website":"http:\/\/www.mdcareplus.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"1717 Park Street Suite 110 Naperville, IL 60563","1800number":"1(877) 377-8999","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:08","updated_at":"2013-03-01 10:10:09","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"MDCare_EMR_admin","password":"$2a$08$JKhNQPdCLJ8Hk.yKP8p5g.BAwbfpmfZKpONhTe17VQT6yvpllt8Mq","appenvironment":null,"zoho_reseller_id":null},{"id":"110","name":"Medfusion","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"medfusion","wl_folder":null,"product_name":"Medfusion Site Builder","logo_url":"http:\/\/wwwcache.wraltechwire.com\/asset\/news\/2013\/10\/16\/13001228\/medfusion_logo-220x51.jpg","website":"http:\/\/medfusion.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"","1800number":"1(877) 599-5123","entity_type":"EMR","checkout_type":"standard","created_at":"2014-03-29 21:22:10","updated_at":"2014-03-29 21:22:11","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Medfusion_admin","password":"$2a$08$B74BX\/QO1S1.VS0vAkACtevJ05DvYdnScNqbTDO2lhLGIM2bC.mXm","appenvironment":null,"zoho_reseller_id":null},{"id":"118","name":"Medical Office Online","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"Medical Office Online","wl_folder":null,"product_name":"Medical Office Online Site Builder","logo_url":"http:\/\/www.medicalofficeonline.com\/sites\/all\/themes\/theme440\/logo.gif","website":"https:\/\/www.moo-secure.com\/MOOLogin.nsf\/Login?OpenAgent","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"1610 Des Peres Rd, St. Louis, MO 63131-1863","1800number":"314-995-9889","entity_type":"EMR","checkout_type":"standard","created_at":"2014-09-16 11:02:51","updated_at":"2014-09-16 11:02:51","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Medical_Office_Online_admin","password":"$2a$08$LjrrSLWWLncK6Zp\/7np2D.qf77y9thmTfciiW.RLRapXcexsoWsRi","appenvironment":null,"zoho_reseller_id":null},{"id":"82","name":"MEDITAB","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"meditab","wl_folder":null,"product_name":"MEDITAB Site Builder","logo_url":"http:\/\/www.netgainhosting.com\/getattachment\/Solutions\/DesktopHosting\/Healthcare-Organizations\/ElectronicMedicalRecords\/Meditab-Hosting\/imagesCAUW0FMZ.jpg","website":"http:\/\/www.meditab.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"333 Hegenberger Road Suite 800 Oakland, CA 94621","1800number":"1(866) 994-6367","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:09","updated_at":"2013-03-01 10:10:09","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"MEDITAB_admin","password":"$2a$08$ZneyAWAo0.R.AZMSOBXyHuyQfVfHm647hj2KCu7BwAdo\/vROY2Erm","appenvironment":null,"zoho_reseller_id":null},{"id":"83","name":"MEDITECH","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"meditech","wl_folder":null,"product_name":"MEDITECH Site Builder","logo_url":"http:\/\/www.uptodate.com\/sites\/default\/files\/cms-files\/img\/ehr-partner-logos\/Meditech.jpg","website":"http:\/\/home.meditech.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"Meditech Circle Westwood, MA 02090","1800number":"1(781) 821-3000","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:09","updated_at":"2013-03-01 10:10:10","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"MEDITECH_admin","password":"$2a$08$8VMnCu4p3mBqcHeF9jJ\/t.5n6x0s5CV9ep6l8Mp9MaS8kqTY3dFdu","appenvironment":null,"zoho_reseller_id":null},{"id":"84","name":"MediTouch","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"meditouch","wl_folder":null,"product_name":"MediTouch Site Builder","logo_url":"http:\/\/t0.gstatic.com\/images?q=tbn:ANd9GcQh5k7oPXlcgp1BmFczx6RftOxmYhYIOrcrvRzdROlVFQ0cUIUo","website":"http:\/\/www.healthfusion.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"100 North Rios Avenue Solona Beach, CA 92075 Tampa, FL 33609","1800number":"1(877) 523-2120","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:10","updated_at":"2013-03-01 10:10:10","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"MediTouch_admin","password":"$2a$08$5QNwsw0YGSHIAOuPtvZByeNoJGbCSCGIHa3JgvtAVXPRfpVsgCKUS","appenvironment":null,"zoho_reseller_id":null},{"id":"116","name":"MedNet","appdomain":"mednet.dr-leonardo.com","installed":"1","marketing_type":"whitelabel","bundleurl":null,"bundlename":"mednet","wl_folder":"http:\/\/sitebuilder.dr-leonardo.com\/bundles\/leonardo\/l_images\/","product_name":"MedNet Site Builder","logo_url":"http:\/\/updox.com\/wp-content\/themes\/updox\/assets\/images\/logo-header.png","website":"http:\/\/www.mednet-tech.com","marketing_website_url":null,"help_center_url":null,"support_phone":"1-866-633-5624","reply_email_address":"no-reply@mednet-tech.com","address":"115 Broadhollow Road, Melville,NY 11747","1800number":"1(516) 285-2200","entity_type":"EMR","checkout_type":"standard","created_at":"2014-06-06 15:09:05","updated_at":"2014-06-06 15:09:05","bundle_type":"traditional","exclusive_templates_enabled":"1","pricing_type":"tiers","discipline":"medical","purchase_type":null,"reporting_type":"mednet","google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"MedNet_admin","password":"$2a$08$OyKgKPuGyBk2LplHviah\/Ocjp.Kmj5k\/Jhug\/TL.clJyTbOiEvMGa","appenvironment":null,"zoho_reseller_id":null},{"id":"107","name":"MicroMD","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"micromd","wl_folder":null,"product_name":"MicroMD Site Builder","logo_url":"http:\/\/oms-online.com\/images\/micromd_logo.jpg","website":"http:\/\/micromd.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"760 Boardman-Canfield Road, Boardman, OH 44512","1800number":"1(800) 624-8832","entity_type":"EMR","checkout_type":"standard","created_at":"2014-01-23 13:37:00","updated_at":"2014-01-23 13:37:00","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"MicroMD_admin","password":"$2a$08$d9GicXhwL4OCZIjO94wxOOJ.bPSy1\/.tCkM87hdKOK.xEO2Pp02LG","appenvironment":null,"zoho_reseller_id":null},{"id":"85","name":"Mitochon systems","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"mitochonsystems","wl_folder":null,"product_name":"Mitochon systems Site Builder","logo_url":"http:\/\/www.medicalrecords.com\/wp-content\/uploads\/2012\/05\/Mitochon-Systems_logo-226x80.jpg","website":"http:\/\/www.mitochon.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"23272 Mill Creek Road Suite 140 Laguna Hills, CA 92653","1800number":"1(877) 817-0902","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:10","updated_at":"2013-03-01 10:10:10","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Mitochon_systems_admin","password":"$2a$08$wsXQdu2RFMpwXQ.0qjRUV.2iRwMPvcAuBS9A2A3p6nCwt.FMVHOwm","appenvironment":null,"zoho_reseller_id":null},{"id":"86","name":"MxSecure","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"mxsecure","wl_folder":null,"product_name":"MxSecure site Builder","logo_url":"https:\/\/www.mxchart.com\/images\/mxsecure-logo264x94.png","website":"http:\/\/www.mxsecure.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"17550 N. Perimeter Drive Suite 250 Scottsdale, AZ 85255","1800number":"1(888) 580-1010","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:10","updated_at":"2013-03-01 10:10:11","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"MxSecure_admin","password":"$2a$08$.JuLYRaTC1q1HXVgm\/Ramu2iXhFRmndmKGlXFSMGH34FnQppvV5qS","appenvironment":null,"zoho_reseller_id":null},{"id":"87","name":"NexTech","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"nextech","wl_folder":null,"product_name":"NexTech Site Builder","logo_url":"http:\/\/t2.gstatic.com\/images?q=tbn:ANd9GcTimKPs6FUN6nDRLcRx3fcNECy660wmE9MBgZ2PqiXUB4dTLksw","website":"http:\/\/www.nextech.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"5550 West Executive Drive Suite 350 Tampa, FL 33609","1800number":"1(813) 425-9200","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:11","updated_at":"2013-03-01 10:10:11","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"NexTech_admin","password":"$2a$08$lBxc1whGoziMGfaJ9aegIOEpW7Dptn8kJDo2OD2ShaF.HajWaIyZ2","appenvironment":null,"zoho_reseller_id":null},{"id":"88","name":"NEXTGEN HEALTHCARE","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"nextgenhealthcare","wl_folder":null,"product_name":"NEXTGEN HEALTHCARE Site Builder","logo_url":"https:\/\/www.nextgen.com\/img\/landing-page-nextgen-logo.jpg","website":"http:\/\/www.nextgen.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"795 Horsham Road Horsham, PA 19044 ","1800number":"1(215) 657-7010","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:11","updated_at":"2013-03-01 10:10:11","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"NEXTGEN_HEALTHCARE_admin","password":"$2a$08$X5v85taiGHhKXOvdGVXRnuAfZ5.OSFnrMv7IE8givOtWJiVogJjna","appenvironment":null,"zoho_reseller_id":null},{"id":"89","name":"Nuesoft","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"nuesoft","wl_folder":null,"product_name":"Nuesoft Site Builder","logo_url":"http:\/\/t0.gstatic.com\/images?q=tbn:ANd9GcQcY4mV2cljslQJpFDmw21lW0aFm6M-O0-r5lnsYzGX5qTP7bGG","website":"http:\/\/www.nuesoft.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"1685 Terrell Mill Road Marietta, GA 30067","1800number":"1(800) 401-7422","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:11","updated_at":"2013-03-01 10:10:11","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Nuesoft_admin","password":"$2a$08$6Zc1yh\/L0FgGB3CYctovmOn\/Ed8UPaZbpCxG4AnBGH41l4vRmCsmi","appenvironment":null,"zoho_reseller_id":null},{"id":"90","name":"patientNow","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"patientnow","wl_folder":null,"product_name":"PatientNow Site Builder","logo_url":"http:\/\/www.emrconsultant.com\/logos\/logo_307011.jpg","website":"http:\/\/www.patientnow.com\/","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"6160 South Syracuse Way Suite 100B Greenwood Village, CO 80111","1800number":"1(800) 436-3150","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:11","updated_at":"2013-03-01 10:10:12","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"patientNow_admin","password":"$2a$08$4DdQPgYvS6OCHoRd3zxjIed99pmHHniwf3ixz1rJ32JpQ8IBaCCda","appenvironment":null,"zoho_reseller_id":null},{"id":"105","name":"Petwise","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"petwise","wl_folder":null,"product_name":"Petwise Site Builder","logo_url":"http:\/\/manage.petwise.me\/images\/logo.jpg","website":"http:\/\/petwisemarketing.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"135 Duryea Road Melville, NY 11747","1800number":"1(800) 874-1446","entity_type":"EMR","checkout_type":"standard","created_at":"2014-01-23 13:37:00","updated_at":"2014-01-23 13:37:00","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Petwise_admin","password":"$2a$08$o.CvRrghd3VcxtZ7MNphEe2gkbIotduMS\/ObXek24Ghyy6E0UKwpG","appenvironment":null,"zoho_reseller_id":null},{"id":"91","name":"Practice Fusion","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"practicefusion","wl_folder":null,"product_name":"Practice Fusion Site Builder","logo_url":"http:\/\/kaggle2.blob.core.windows.net\/competitions\/kaggle\/2954\/logos\/front_page.png","website":"http:\/\/www.practicefusion.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"420 Taylor Street San Francisco, CA 94102","1800number":"1(415) 346-7700","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:12","updated_at":"2013-03-01 10:10:12","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Practice_Fusion_admin","password":"$2a$08$X89VUOsA9QDrt27cEHu86.kxPwiSUa8M3XzZkq\/HKVekzSJjuXtqO","appenvironment":null,"zoho_reseller_id":null},{"id":"92","name":"Prime Clinical Systems","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"primeclinicalsystems","wl_folder":null,"product_name":"Prime Clinical System Site Builder","logo_url":"http:\/\/www.usa.canon.com\/app\/images\/alliance_DR_series\/prime.jpg","website":"http:\/\/www.primeclinical.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"3675 E. Huntington Drive Suite A Pasadena, CA 91107","1800number":"1(877) 444-1156","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:12","updated_at":"2013-03-01 10:10:12","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Prime_Clinical_Systems_admin","password":"$2a$08$5WrvtaUA9KVD..1zX6IBLu5DWnojaMaPfL2jnZF6zCW3LyZtmLJdq","appenvironment":null,"zoho_reseller_id":null},{"id":"114","name":"ProHEALTH","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"prohealth","wl_folder":null,"product_name":"ProHEALTH Site Builder","logo_url":"https:\/\/fbcdn-profile-a.akamaihd.net\/hprofile-ak-ash3\/t1.0-1\/c10.0.160.160\/1422580_361704053965049_923070055_a.jpg","website":"http:\/\/prohealthcare.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"","1800number":"1(800) 555-5555","entity_type":"EMR","checkout_type":"standard","created_at":"2014-04-29 15:32:00","updated_at":"2014-04-29 15:32:00","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"ProHEALTH_admin","password":"$2a$08$hGVTfpr7A32NPI.KJuJKC.sJgENIz2bzZiOcAprc0ZpwnhLF0M\/Hu","appenvironment":null,"zoho_reseller_id":null},{"id":"93","name":"pulse","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"pulse","wl_folder":null,"product_name":"Pulse Site Builder","logo_url":"http:\/\/www.idcommunity.com\/Portals\/0\/pulse.jpg","website":"http:\/\/www.pulseehr.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"3020 North Cypress Drive Wichita, KS 67226","1800number":"1(800) 444-0882","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:12","updated_at":"2013-03-01 10:10:13","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"pulse_admin","password":"$2a$08$xvS0SXfuxDkJ1DRCqq4xneODrc5uBlis4CIlj0hAFXJeRe2VyovuO","appenvironment":null,"zoho_reseller_id":null},{"id":"94","name":"SequelMed","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"sequelmed","wl_folder":null,"product_name":"SequelMed Site Builder","logo_url":"http:\/\/www.medicalrecords.com\/wp-content\/uploads\/2012\/02\/Sequel_Systems_logo-213x80.jpg","website":"http:\/\/www.sequelmed.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"324 South Service Road Suite 119 Melville, NY 11747","1800number":"1(800) 965-2728","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:13","updated_at":"2013-03-01 10:10:13","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"SequelMed_admin","password":"$2a$08$.pkn7tB1N3OxoXJTKPHhVut.jLeFQGhQ9AH6ubNxG7Fqjod4Sc86i","appenvironment":null,"zoho_reseller_id":null},{"id":"95","name":"Simplicity EMR","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"simplicityemr","wl_folder":null,"product_name":"Simplicity EMR Site Builder","logo_url":"http:\/\/www.drfirst.com\/images\/logoSimplicity.png","website":"http:\/\/www.emr-simplicity.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"1650 Diagonal Road Alexandria, VA 22314","1800number":"1(888) 572-2224","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:13","updated_at":"2013-03-01 10:10:13","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Simplicity_EMR_admin","password":"$2a$08$WjYwS7shFaiyLx71NKvm9eaKqtn7rSmnNCvt6STjgceKHxGGVou\/m","appenvironment":null,"zoho_reseller_id":null},{"id":"96","name":"SOAPware","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"soapware","wl_folder":null,"product_name":"SOAPware Site Builder","logo_url":"http:\/\/www.nycreach.org\/images\/vendors\/SOAPwareLogo.gif","website":"http:\/\/www.soapware.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"4220 N. Crossover Road Fayetteville, AR 72703","1800number":"1(800) 455-7627","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:13","updated_at":"2013-03-01 10:10:14","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"SOAPware_admin","password":"$2a$08$b1M4SWyWcmCm\/kIoPdeuwe301vVONfzWjSkG\/Ov\/a9aAGLZ5w6yNS","appenvironment":null,"zoho_reseller_id":null},{"id":"97","name":"successEHS","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"successehs","wl_folder":null,"product_name":"SuccessEHS Site Builder","logo_url":"http:\/\/nchn.org\/2011conference\/images\/successehs.jpg","website":"http:\/\/successehs.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"One Metroplex Drive Suite 500 Birmingham, Alabama 35209","1800number":"1(888) 879-7302","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:14","updated_at":"2013-03-01 10:10:14","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"successEHS_admin","password":"$2a$08$xSwJcNmPRheo60Khm02kLetehms.y6Kn6flK59\/GWMOnwFhnUrnai","appenvironment":null,"zoho_reseller_id":null},{"id":"115","name":"Updox","appdomain":"updox.dr-leonardo.com","installed":"1","marketing_type":"whitelabel","bundleurl":null,"bundlename":"updox","wl_folder":"http:\/\/sitebuilder.dr-leonardo.com\/bundles\/leonardo\/l_images\/","product_name":"Updox Site Builder","logo_url":"http:\/\/updox.com\/wp-content\/themes\/updox\/assets\/images\/logo-header.png","website":"http:\/\/updox.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":null,"1800number":"1(614) 798-8170","entity_type":"EMR","checkout_type":"standard","created_at":"2014-06-03 17:19:00","updated_at":"2014-06-03 17:19:00","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":"tiers","discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Updox_admin","password":"$2a$08$A0T\/ttIyzgwGkOxswcuNJefmhxKr8cF31Z4BAbaKKAOMbillHYoEm","appenvironment":null,"zoho_reseller_id":null},{"id":"111","name":"Vitals","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"vitals","wl_folder":null,"product_name":"Vitals Site Builder","logo_url":"https:\/\/media.licdn.com\/media\/p\/5\/000\/23a\/257\/01d9154.png","website":"http:\/\/www.vitals.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"632 Broadway in New York City","1800number":"1(800) 624-8832","entity_type":"EMR","checkout_type":"standard","created_at":"2014-03-29 21:23:16","updated_at":"2014-03-31 12:18:20","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Vitals_admin","password":"$2a$08$O.Dd1EntubqSrd9LrlptFehIM2he90Z3NUU1oyZ0xfykRFlCtd30u","appenvironment":null,"zoho_reseller_id":null},{"id":"98","name":"Vitera Healthcare Solutions","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"viterahealthcaresolutions","wl_folder":null,"product_name":"Vitera Healthcare Soultions Site Builder","logo_url":"http:\/\/upload.wikimedia.org\/wikipedia\/en\/4\/42\/Vitera_Healthcare_Solutions_logo.png","website":"http:\/\/www.viterahealthcare.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"4301 West Boy Scout Boulevard Suite 800 Tampa, FL 33607","1800number":"1(877) 932-6301","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:14","updated_at":"2013-03-01 10:10:15","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Vitera_Healthcare_Solutions_admin","password":"$2a$08$C.t\/my.juePgmG1efnhZ1uBNR6QC3IMEkZXZNOEPO0koJHnTL6cZe","appenvironment":null,"zoho_reseller_id":null},{"id":"99","name":"Waiting Room Solutions","appdomain":null,"installed":"0","marketing_type":"whitelabel","bundleurl":null,"bundlename":"waitingroomsolutions","wl_folder":null,"product_name":"Waiting Room Solutions Site Builder","logo_url":"http:\/\/www.data-minds.com\/Portals\/0\/images\/WRS\/WRS-logo.jpg","website":"http:\/\/waitingroomsolutions.com","marketing_website_url":null,"help_center_url":null,"support_phone":null,"reply_email_address":null,"address":"30 Matthews Street Suite 107 Goshen, NY 10924","1800number":"1(866)977-4367","entity_type":"EMR","checkout_type":"standard","created_at":"2013-03-01 10:10:15","updated_at":"2013-03-01 10:10:15","bundle_type":"traditional","exclusive_templates_enabled":null,"pricing_type":null,"discipline":"medical","purchase_type":null,"reporting_type":null,"google_analytics_code":null,"send_nags":"0","cta_active":"0","welldoitforyou":"0","startupfee":"0","hostingfee":"0","leonardo_cut":"0","vendor_cut":"0","trial_period_length":"360","promo_period_length":"24","promo_discount_amt":"495","personalized":"2995","username":"Waiting_Room_Solutions_admin","password":"$2a$08$nDOtVQNbCabISOhuR1EaKOjTDVLJnfIgkPfCGD4u5fOUhsGtHWM9O","appenvironment":null,"zoho_reseller_id":null}]')),
'insurance_states_and_disciplines': eval( __proc$Script('[{"id":"1057","state":"Maryland","insurance_name":"1199SEIU","discipline":"Medical"},{"id":"1080","state":"Massachusetts","insurance_name":"1199SEIU","discipline":"Medical"},{"id":"865","state":"Florida","insurance_name":"1199SEIU","discipline":"Medical"},{"id":"1207","state":"New Jersey","insurance_name":"1199SEIU","discipline":"Medical"},{"id":"1238","state":"New York","insurance_name":"1199SEIU","discipline":"Medical"},{"id":"1529","state":"Washington D.C.","insurance_name":"1199SEIU","discipline":"Medical"},{"id":"1032","state":"Kentucky","insurance_name":"20\/20 Eyecare Plan","discipline":"Medical"},{"id":"1318","state":"Ohio","insurance_name":"20\/20 Eyecare Plan","discipline":"Medical"},{"id":"866","state":"Florida","insurance_name":"20\/20 Eyecare Plan","discipline":"Medical"},{"id":"1419","state":"Tennessee","insurance_name":"20\/20 Eyecare Plan","discipline":"Medical"},{"id":"1434","state":"Texas","insurance_name":"20\/20 Eyecare Plan","discipline":"Medical"},{"id":"988","state":"Indiana","insurance_name":"20\/20 Eyecare Plan","discipline":"Medical"},{"id":"1572","state":"All","insurance_name":"24PetWatch","discipline":"Veterinary"},{"id":"654","state":"All","insurance_name":"AARP","discipline":"Medical"},{"id":"1362","state":"Pennsylvania","insurance_name":"Access Plus Program","discipline":"Medical"},{"id":"781","state":"California","insurance_name":"Accountable Health Care IPA","discipline":"Medical"},{"id":"782","state":"California","insurance_name":"ACE","discipline":"Medical"},{"id":"1138","state":"Missouri","insurance_name":"ACE","discipline":"Medical"},{"id":"915","state":"Georgia","insurance_name":"ACE","discipline":"Medical"},{"id":"1176","state":"Nevada","insurance_name":"ACE","discipline":"Medical"},{"id":"1435","state":"Texas","insurance_name":"ACE","discipline":"Medical"},{"id":"958","state":"Illinois","insurance_name":"ACE","discipline":"Medical"},{"id":"989","state":"Indiana","insurance_name":"ACE","discipline":"Medical"},{"id":"990","state":"Indiana","insurance_name":"Advantage Health","discipline":"Medical"},{"id":"1058","state":"Maryland","insurance_name":"Advantica","discipline":"Medical"},{"id":"1059","state":"Maryland","insurance_name":"Advantica","discipline":"Dentistry"},{"id":"867","state":"Florida","insurance_name":"Advantica","discipline":"Medical"},{"id":"868","state":"Florida","insurance_name":"Advantica","discipline":"Dentistry"},{"id":"1139","state":"Missouri","insurance_name":"Advantica","discipline":"Medical"},{"id":"1140","state":"Missouri","insurance_name":"Advantica","discipline":"Dentistry"},{"id":"783","state":"California","insurance_name":"Adventist Health","discipline":"Medical"},{"id":"1347","state":"Oregon","insurance_name":"Adventist Health","discipline":"Medical"},{"id":"942","state":"Hawaii","insurance_name":"Adventist Health","discipline":"Medical"},{"id":"1509","state":"Washington","insurance_name":"Adventist Health","discipline":"Medical"},{"id":"1550","state":"Wisconsin","insurance_name":"Advocate Health Care","discipline":"Medical"},{"id":"959","state":"Illinois","insurance_name":"Advocate Health Care","discipline":"Medical"},{"id":"522","state":"Kansas","insurance_name":"Aetna\t\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"451","state":"New York","insurance_name":"Aetna\t\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"488","state":"North Carolina","insurance_name":"Aetna\t\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"538","state":"Ohio","insurance_name":"Aetna\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"591","state":"Wyoming","insurance_name":"Aetna\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"502","state":"West Virginia","insurance_name":"Aetna\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"579","state":"Kentucky","insurance_name":"Aetna\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"1","state":"Alabama","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"266","state":"Nebraska","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"12","state":"Maryland","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"784","state":"California","insurance_name":"Aetna","discipline":"Medical"},{"id":"1297","state":"North Carolina","insurance_name":"Aetna","discipline":"Medical"},{"id":"284","state":"Texas","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"35","state":"Alaska","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"1319","state":"Ohio","insurance_name":"Aetna","discipline":"Medical"},{"id":"48","state":"Pennsylvania","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"304","state":"Georgia","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"1081","state":"Massachusetts","insurance_name":"Aetna","discipline":"Medical"},{"id":"65","state":"Arizona","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"323","state":"Nevada","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"845","state":"Connecticut","insurance_name":"Aetna","discipline":"Medical"},{"id":"79","state":"Michigan","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"607","state":"Louisiana","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"869","state":"Florida","insurance_name":"Aetna","discipline":"Medical"},{"id":"620","state":"Oaklahoma","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"368","state":"New Jersey","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"1392","state":"Rhode Island","insurance_name":"Aetna","discipline":"Medical"},{"id":"375","state":"Virginia","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"120","state":"South Carolina","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"1400","state":"South Carolina","insurance_name":"Aetna","discipline":"Medical"},{"id":"388","state":"Illinois","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"137","state":"California","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"1420","state":"Tennessee","insurance_name":"Aetna","discipline":"Medical"},{"id":"916","state":"Georgia","insurance_name":"Aetna","discipline":"Medical"},{"id":"149","state":"Mississippi","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"1436","state":"Texas","insurance_name":"Aetna","discipline":"Medical"},{"id":"1196","state":"New Hampshire","insurance_name":"Aetna","discipline":"Medical"},{"id":"181","state":"Connecticut","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"1208","state":"New Jersey","insurance_name":"Aetna","discipline":"Medical"},{"id":"191","state":"Missouri","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"463","state":"Washington DC","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"209","state":"Tennessee","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"1490","state":"Virginia","insurance_name":"Aetna","discipline":"Medical"},{"id":"1239","state":"New York","insurance_name":"Aetna","discipline":"Medical"},{"id":"238","state":"Delaware","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"753","state":"Arizona","insurance_name":"Aetna","discipline":"Medical"},{"id":"1530","state":"Washington D.C.","insurance_name":"Aetna","discipline":"Medical"},{"id":"251","state":"Florida","insurance_name":"Aetna","discipline":"Deprecated"},{"id":"1240","state":"New York","insurance_name":"Affinity Heath Plan","discipline":"Medical"},{"id":"655","state":"All","insurance_name":"AIG","discipline":"Medical"},{"id":"1573","state":"All","insurance_name":"AKC Pet Healthcare Plan","discipline":"Veterinary"},{"id":"785","state":"California","insurance_name":"Alameda Alliance for Health","discipline":"Medical"},{"id":"1141","state":"Missouri","insurance_name":"Allegiance Life and Health","discipline":"Medical"},{"id":"1551","state":"Wisconsin","insurance_name":"Alliance PPO (The Alliance)","discipline":"Medical"},{"id":"960","state":"Illinois","insurance_name":"Alliance PPO (The Alliance)","discipline":"Medical"},{"id":"1007","state":"Iowa","insurance_name":"Alliance PPO (The Alliance)","discipline":"Medical"},{"id":"917","state":"Georgia","insurance_name":"Alliant Health Plans","discipline":"Medical"},{"id":"644","state":"Alaska","insurance_name":"Allied Insurance Group","discipline":"Medical"},{"id":"338","state":"Utah","insurance_name":"Altis One Heath Insurance","discipline":"Deprecated"},{"id":"592","state":"Wyoming","insurance_name":"Altius One Health Insurance\t\t\t\t ","discipline":"Deprecated"},{"id":"1037","state":"Louisiana","insurance_name":"Always Care Benfits","discipline":"Medical"},{"id":"1038","state":"Louisiana","insurance_name":"Always Care Benfits","discipline":"Dentistry"},{"id":"1552","state":"Wisconsin","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"1553","state":"Wisconsin","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"1313","state":"North Dakota","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"1314","state":"North Dakota","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"1320","state":"Ohio","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"1321","state":"Ohio","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"830","state":"Colorado","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"831","state":"Colorado","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"1125","state":"Minnesota","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"1126","state":"Minnesota","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"1413","state":"South Dakota","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"1414","state":"South Dakota","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"1161","state":"Nebraska","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"1162","state":"Nebraska","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"918","state":"Georgia","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"919","state":"Georgia","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"1177","state":"Nevada","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"1178","state":"Nevada","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"949","state":"Idaho","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"950","state":"Idaho","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"1472","state":"Utah","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"961","state":"Illinois","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"1473","state":"Utah","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"962","state":"Illinois","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"991","state":"Indiana","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"992","state":"Indiana","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"1008","state":"Iowa","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"1009","state":"Iowa","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"754","state":"Arizona","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"755","state":"Arizona","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"1020","state":"Kansas","insurance_name":"American Family Insurance","discipline":"Medical"},{"id":"1021","state":"Kansas","insurance_name":"American Family Insurance","discipline":"Dentistry"},{"id":"523","state":"Kansas","insurance_name":"American Medical Security\t\t\t\t\t ","discipline":"Deprecated"},{"id":"489","state":"North Carolina","insurance_name":"American Medical Security\t\t\t\t\t ","discipline":"Deprecated"},{"id":"539","state":"Ohio","insurance_name":"American Medical Security\t\t\t\t ","discipline":"Deprecated"},{"id":"410","state":"New Mexico","insurance_name":"American Medical Security\t\t\t\t ","discipline":"Deprecated"},{"id":"472","state":"Iowa","insurance_name":"American Medical Security\t\t\t\t ","discipline":"Deprecated"},{"id":"559","state":"Wisconsin","insurance_name":"American Medical Security\t\t\t ","discipline":"Deprecated"},{"id":"267","state":"Nebraska","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"285","state":"Texas","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"49","state":"Pennsylvania","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"305","state":"Georgia","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"80","state":"Michigan","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"339","state":"Utah","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"104","state":"Arkansas","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"621","state":"Oaklahoma","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"389","state":"Illinois","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"173","state":"Colorado","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"192","state":"Missouri","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"210","state":"Tennessee","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"239","state":"Delaware","insurance_name":"American Medical Security","discipline":"Deprecated"},{"id":"1241","state":"New York","insurance_name":"American National","discipline":"Medical"},{"id":"656","state":"All","insurance_name":"American Republic Insurance","discipline":"Medical"},{"id":"786","state":"California","insurance_name":"American Specialty Health","discipline":"Medical"},{"id":"1298","state":"North Carolina","insurance_name":"America\u2019s 1st Choice","discipline":"Medical"},{"id":"1401","state":"South Carolina","insurance_name":"America\u2019s 1st Choice","discipline":"Medical"},{"id":"1039","state":"Louisiana","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"1060","state":"Maryland","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"870","state":"Florida","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"1421","state":"Tennessee","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"920","state":"Georgia","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"1179","state":"Nevada","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"1437","state":"Texas","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"1209","state":"New Jersey","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"1228","state":"New Mexico","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"1242","state":"New York","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"1510","state":"Washington","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"1022","state":"Kansas","insurance_name":"AmeriGroup","discipline":"Medical"},{"id":"1541","state":"West Virginia","insurance_name":"AmeriHealth","discipline":"Medical"},{"id":"1363","state":"Pennsylvania","insurance_name":"AmeriHealth","discipline":"Medical"},{"id":"1210","state":"New Jersey","insurance_name":"AmeriHealth","discipline":"Medical"},{"id":"657","state":"All","insurance_name":"AmeriHealth Caritas","discipline":"Medical"},{"id":"369","state":"New Jersey","insurance_name":"AmeriHealth New Jersey","discipline":"Deprecated"},{"id":"1243","state":"New York","insurance_name":"Amida Care","discipline":"Medical"},{"id":"580","state":"Kentucky","insurance_name":"Anthem Blue Cross and Blue Shield","discipline":"Deprecated"},{"id":"172","state":"Colorado","insurance_name":"Anthem Blue Cross and Blue Shield of Colorado","discipline":"Deprecated"},{"id":"182","state":"Connecticut","insurance_name":"Anthem Blue Cross and Blue Shield of Connecticut","discipline":"Deprecated"},{"id":"433","state":"Indiana","insurance_name":"Anthem Blue Cross and Blue Shield of Indiana ","discipline":"Deprecated"},{"id":"324","state":"Nevada","insurance_name":"Anthem Blue Cross and Blue Shield of Nevada","discipline":"Deprecated"},{"id":"540","state":"Ohio","insurance_name":"Anthem Blue Cross and Blue Shield of Ohio ","discipline":"Deprecated"},{"id":"376","state":"Virginia","insurance_name":"Anthem Blue Cross and Blue Shield of Virginia","discipline":"Deprecated"},{"id":"1033","state":"Kentucky","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"1554","state":"Wisconsin","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"787","state":"California","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"1051","state":"Maine","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"1322","state":"Ohio","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"832","state":"Colorado","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"846","state":"Connecticut","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"1142","state":"Missouri","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"1180","state":"Nevada","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"1197","state":"New Hampshire","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"1491","state":"Virginia","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"1244","state":"New York","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"993","state":"Indiana","insurance_name":"Anthem Blue Cross Blue Shield","discipline":"Medical"},{"id":"658","state":"All","insurance_name":"APWU Health Plan","discipline":"Medical"},{"id":"756","state":"Arizona","insurance_name":"Arizona Foundation for Medical Care","discipline":"Medical"},{"id":"778","state":"Arkansas","insurance_name":"Arkansas Blue Cross Blue Shield","discipline":"Medical"},{"id":"105","state":"Arkansas","insurance_name":"Arkansas Blue Cross Blue Shield","discipline":"Deprecated"},{"id":"659","state":"All","insurance_name":"Ascension Health","discipline":"Medical"},{"id":"1574","state":"All","insurance_name":"ASPCA Pet Health Insurance","discipline":"Veterinary"},{"id":"660","state":"All","insurance_name":"Assurant Employee Benefits","discipline":"Dentistry"},{"id":"661","state":"All","insurance_name":"Assurant Employee Benefits","discipline":"Medical"},{"id":"662","state":"All","insurance_name":"Assurant Health","discipline":"Dentistry"},{"id":"663","state":"All","insurance_name":"Assurant Health","discipline":"Medical"},{"id":"515","state":"North Dakota","insurance_name":"Assurant Health (Formerly Fortis)\t\t ","discipline":"Deprecated"},{"id":"541","state":"Ohio","insurance_name":"Assurant Health (Formerly Fortis)\t\t ","discipline":"Deprecated"},{"id":"473","state":"Iowa","insurance_name":"Assurant Health (Formerly Fortis)\t\t ","discipline":"Deprecated"},{"id":"434","state":"Indiana","insurance_name":"Assurant Health (Formerly Fortis) \t\t\t ","discipline":"Deprecated"},{"id":"452","state":"New York","insurance_name":"Assurant Health (Formerly Fortis) \t\t\t ","discipline":"Deprecated"},{"id":"524","state":"Kansas","insurance_name":"Assurant Health (Formerly Fortis) \t\t ","discipline":"Deprecated"},{"id":"593","state":"Wyoming","insurance_name":"Assurant Health (Formerly Fortis) \t\t ","discipline":"Deprecated"},{"id":"490","state":"North Carolina","insurance_name":"Assurant Health (Formerly Fortis) \t\t ","discipline":"Deprecated"},{"id":"560","state":"Wisconsin","insurance_name":"Assurant Health (Formerly Fortis) \t ","discipline":"Deprecated"},{"id":"411","state":"New Mexico","insurance_name":"Assurant Health (Formerly Fortis) \t ","discipline":"Deprecated"},{"id":"503","state":"West Virginia","insurance_name":"Assurant Health (Formerly Fortis) \t ","discipline":"Deprecated"},{"id":"2","state":"Alabama","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"268","state":"Nebraska","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"13","state":"Maryland","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"23","state":"Oregon","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"286","state":"Texas","insurance_name":"Assurant Health (Formerly Fortis) ","discipline":"Deprecated"},{"id":"36","state":"Alaska","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"50","state":"Pennsylvania","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"306","state":"Georgia","insurance_name":"Assurant Health (Formerly Fortis) ","discipline":"Deprecated"},{"id":"66","state":"Arizona","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"325","state":"Nevada","insurance_name":"Assurant Health (Formerly Fortis) ","discipline":"Deprecated"},{"id":"581","state":"Kentucky","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"81","state":"Michigan","insurance_name":"Assurant Health (Formerly Fortis) ","discipline":"Deprecated"},{"id":"340","state":"Utah","insurance_name":"Assurant Health (Formerly Fortis) ","discipline":"Deprecated"},{"id":"351","state":"New Hampshire","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"608","state":"Louisiana","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"98","state":"Rhode Island","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"356","state":"Vermont","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"359","state":"Idaho","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"106","state":"Arkansas","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"622","state":"Oaklahoma","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"113","state":"Minnesota","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"370","state":"New Jersey","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"121","state":"South Carolina","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"377","state":"Virginia","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"638","state":"Maine","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"390","state":"Illinois","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"138","state":"California","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"150","state":"Mississippi","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"161","state":"South Dakota","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"424","state":"Washington","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"183","state":"Connecticut","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"193","state":"Missouri","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"464","state":"Washington DC","insurance_name":"Assurant Health (Formerly Fortis) ","discipline":"Deprecated"},{"id":"211","state":"Tennessee","insurance_name":"Assurant Health (Formerly Fortis) ","discipline":"Deprecated"},{"id":"240","state":"Delaware","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"252","state":"Florida","insurance_name":"Assurant Health (Formerly Fortis)","discipline":"Deprecated"},{"id":"229","state":"Montana","insurance_name":"Assurant Health (Formerly Fortis);","discipline":"Deprecated"},{"id":"425","state":"Washington","insurance_name":"Asuris Northwest Health \t\t\t","discipline":"Deprecated"},{"id":"1511","state":"Washington","insurance_name":"Asuris Northwest Health","discipline":"Medical"},{"id":"1348","state":"Oregon","insurance_name":"ATRIO Health Plans","discipline":"Medical"},{"id":"1323","state":"Ohio","insurance_name":"Aultcare","discipline":"Medical"},{"id":"253","state":"Florida","insurance_name":"Avalon Health Care Health Insurance","discipline":"Deprecated"},{"id":"1542","state":"West Virginia","insurance_name":"Avalon Insurace Company","discipline":"Medical"},{"id":"1364","state":"Pennsylvania","insurance_name":"Avalon Insurace Company","discipline":"Medical"},{"id":"162","state":"South Dakota","insurance_name":"Avera Health Plans Health Insurance","discipline":"Deprecated"},{"id":"1040","state":"Louisiana","insurance_name":"Averde Health","discipline":"Medical"},{"id":"1299","state":"North Carolina","insurance_name":"Averde Health","discipline":"Medical"},{"id":"1338","state":"Oklahoma","insurance_name":"Averde Health","discipline":"Medical"},{"id":"833","state":"Colorado","insurance_name":"Averde Health","discipline":"Medical"},{"id":"871","state":"Florida","insurance_name":"Averde Health","discipline":"Medical"},{"id":"1143","state":"Missouri","insurance_name":"Averde Health","discipline":"Medical"},{"id":"1402","state":"South Carolina","insurance_name":"Averde Health","discipline":"Medical"},{"id":"1422","state":"Tennessee","insurance_name":"Averde Health","discipline":"Medical"},{"id":"921","state":"Georgia","insurance_name":"Averde Health","discipline":"Medical"},{"id":"1438","state":"Texas","insurance_name":"Averde Health","discipline":"Medical"},{"id":"1492","state":"Virginia","insurance_name":"Averde Health","discipline":"Medical"},{"id":"664","state":"All","insurance_name":"Avesis","discipline":"Dentistry"},{"id":"665","state":"All","insurance_name":"Avesis","discipline":"Medical"},{"id":"872","state":"Florida","insurance_name":"AvMed","discipline":"Medical"},{"id":"254","state":"Florida","insurance_name":"AVMED Florida Health Insurance","discipline":"Deprecated"},{"id":"435","state":"Indiana","insurance_name":"Bankers Life\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"307","state":"Georgia","insurance_name":"Bankers Life","discipline":"Deprecated"},{"id":"391","state":"Illinois","insurance_name":"Bankers Life","discipline":"Deprecated"},{"id":"666","state":"All","insurance_name":"Bankers Life and Casualty Company","discipline":"Medical"},{"id":"788","state":"California","insurance_name":"Banner Health","discipline":"Medical"},{"id":"1569","state":"Wyoming","insurance_name":"Banner Health","discipline":"Medical"},{"id":"834","state":"Colorado","insurance_name":"Banner Health","discipline":"Medical"},{"id":"645","state":"Alaska","insurance_name":"Banner Health","discipline":"Medical"},{"id":"1163","state":"Nebraska","insurance_name":"Banner Health","discipline":"Medical"},{"id":"1181","state":"Nevada","insurance_name":"Banner Health","discipline":"Medical"},{"id":"757","state":"Arizona","insurance_name":"Banner Health","discipline":"Medical"},{"id":"1105","state":"Michigan","insurance_name":"Beaumont Employee Health Plan","discipline":"Dentistry"},{"id":"1106","state":"Michigan","insurance_name":"Beaumont Employee Health Plan","discipline":"Medical"},{"id":"1575","state":"All","insurance_name":"Best FriendsPet Insurance","discipline":"Veterinary"},{"id":"667","state":"All","insurance_name":"Best Life And Health","discipline":"Dentistry"},{"id":"668","state":"All","insurance_name":"Best Life And Health","discipline":"Medical"},{"id":"873","state":"Florida","insurance_name":"Better Health (Florida Medicaid)","discipline":"Medical"},{"id":"669","state":"All","insurance_name":"Block Vision","discipline":"Medical"},{"id":"1439","state":"Texas","insurance_name":"Blue Bell Benefits Trust","discipline":"Medical"},{"id":"1107","state":"Michigan","insurance_name":"Blue Care Network of Michigan","discipline":"Medical"},{"id":"1403","state":"South Carolina","insurance_name":"Blue Choice Health Plan","discipline":"Medical"},{"id":"308","state":"Georgia","insurance_name":"Blue Cross and Blue Shield of Georgia","discipline":"Deprecated"},{"id":"609","state":"Louisiana","insurance_name":"Blue Cross and Blue Shield of Louisiana","discipline":"Deprecated"},{"id":"114","state":"Minnesota","insurance_name":"Blue Cross and Blue Shield of Minnesota","discipline":"Deprecated"},{"id":"269","state":"Nebraska","insurance_name":"Blue Cross and Blue Shield of Nebraska","discipline":"Deprecated"},{"id":"412","state":"New Mexico","insurance_name":"Blue Cross and Blue Shield of New Mexico","discipline":"Deprecated"},{"id":"491","state":"North Carolina","insurance_name":"Blue Cross and Blue Shield of North Carolina","discipline":"Deprecated"},{"id":"357","state":"Vermont","insurance_name":"Blue Cross and Blue Shield of Vermont","discipline":"Deprecated"},{"id":"1041","state":"Louisiana","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1300","state":"North Carolina","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"789","state":"California","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1570","state":"Wyoming","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1082","state":"Massachusetts","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1339","state":"Oklahoma","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1108","state":"Michigan","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1365","state":"Pennsylvania","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1127","state":"Minnesota","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"874","state":"Florida","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1135","state":"Mississippi","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1393","state":"Rhode Island","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1404","state":"South Carolina","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1164","state":"Nebraska","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1423","state":"Tennessee","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"922","state":"Georgia","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1440","state":"Texas","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"951","state":"Idaho","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"963","state":"Illinois","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1482","state":"Vermont","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1229","state":"New Mexico","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1245","state":"New York","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"758","state":"Arizona","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"1023","state":"Kansas","insurance_name":"Blue Cross Blue Shield","discipline":"Medical"},{"id":"670","state":"All","insurance_name":"Blue Cross Blue Shield Federal Employee Program","discipline":"Medical"},{"id":"241","state":"Delaware","insurance_name":"Blue Cross Blue Shield Of Delaware","discipline":"Deprecated"},{"id":"255","state":"Florida","insurance_name":"Blue Cross Blue Shield of Florida","discipline":"Deprecated"},{"id":"44","state":"Massachusetts","insurance_name":"Blue Cross Blue Shield of Massachusetts","discipline":"Deprecated"},{"id":"82","state":"Michigan","insurance_name":"Blue Cross Blue Shield of Michigan","discipline":"Deprecated"},{"id":"352","state":"New Hampshire","insurance_name":"Blue Cross Blue Shield of New Hampshire ","discipline":"Deprecated"},{"id":"623","state":"Oaklahoma","insurance_name":"Blue Cross Blue Shield of Oaklahoma","discipline":"Deprecated"},{"id":"139","state":"California","insurance_name":"Blue Cross of California","discipline":"Deprecated"},{"id":"360","state":"Idaho","insurance_name":"Blue Cross of Idaho","discipline":"Deprecated"},{"id":"140","state":"California","insurance_name":"Blue Shield of California","discipline":"Deprecated"},{"id":"67","state":"Arizona","insurance_name":"BlueCross BlueShield of Arizona","discipline":"Deprecated"},{"id":"392","state":"Illinois","insurance_name":"BlueCross BlueShield of Illinois","discipline":"Deprecated"},{"id":"525","state":"Kansas","insurance_name":"BlueCross BlueShield of Kansas \t\t\t ","discipline":"Deprecated"},{"id":"526","state":"Kansas","insurance_name":"BlueCross BlueShield of Kansas City\t\t ","discipline":"Deprecated"},{"id":"194","state":"Missouri","insurance_name":"BlueCross BlueShield of Kansas City","discipline":"Deprecated"},{"id":"195","state":"Missouri","insurance_name":"BlueCross BlueShield of Missouri","discipline":"Deprecated"},{"id":"232","state":"Montana","insurance_name":"BlueCross BlueShield of Montana","discipline":"Deprecated"},{"id":"122","state":"South Carolina","insurance_name":"BlueCross BlueShield of South Carolina","discipline":"Deprecated"},{"id":"212","state":"Tennessee","insurance_name":"BlueCross BlueShield of Tennessee","discipline":"Deprecated"},{"id":"287","state":"Texas","insurance_name":"BlueCross BlueShield of Texas","discipline":"Deprecated"},{"id":"561","state":"Wisconsin","insurance_name":"BlueCross BlueShield of Wisconsin\t ","discipline":"Deprecated"},{"id":"1083","state":"Massachusetts","insurance_name":"BMC HealthNet Plan","discipline":"Medical"},{"id":"671","state":"All","insurance_name":"BridgeSpan","discipline":"Medical"},{"id":"759","state":"Arizona","insurance_name":"Bridgeway Health Solutions","discipline":"Medical"},{"id":"875","state":"Florida","insurance_name":"Broward Health","discipline":"Medical"},{"id":"790","state":"California","insurance_name":"Brown & Toland Physicians","discipline":"Medical"},{"id":"791","state":"California","insurance_name":"California Division of Workers\' Compensation","discipline":"Medical"},{"id":"792","state":"California","insurance_name":"CalOptima","discipline":"Medical"},{"id":"828","state":"Canada","insurance_name":"CalPERS","discipline":"Medical"},{"id":"1366","state":"Pennsylvania","insurance_name":"Capital Blue Cross","discipline":"Medical"},{"id":"876","state":"Florida","insurance_name":"Capital Health Plan","discipline":"Medical"},{"id":"672","state":"All","insurance_name":"CARE (Consolidated Association of Railroad Employees)","discipline":"Medical"},{"id":"877","state":"Florida","insurance_name":"Care Access","discipline":"Medical"},{"id":"1555","state":"Wisconsin","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"1301","state":"North Carolina","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"1144","state":"Missouri","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"1405","state":"South Carolina","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"646","state":"Alaska","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"1165","state":"Nebraska","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"923","state":"Georgia","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"1441","state":"Texas","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"964","state":"Illinois","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"1230","state":"New Mexico","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"994","state":"Indiana","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"1010","state":"Iowa","insurance_name":"Care Improvement Plus","discipline":"Medical"},{"id":"1442","state":"Texas","insurance_name":"Care N\' Care","discipline":"Dentistry"},{"id":"1443","state":"Texas","insurance_name":"Care N\' Care","discipline":"Medical"},{"id":"793","state":"California","insurance_name":"Care1st","discipline":"Medical"},{"id":"1444","state":"Texas","insurance_name":"Care1st","discipline":"Medical"},{"id":"760","state":"Arizona","insurance_name":"Care1st","discipline":"Medical"},{"id":"673","state":"All","insurance_name":"Carecore National","discipline":"Medical"},{"id":"1084","state":"Massachusetts","insurance_name":"CareFirst Blue Cross Blue Shield","discipline":"Medical"},{"id":"1531","state":"Washington D.C.","insurance_name":"CareFirst Blue Cross Blue Shield","discipline":"Medical"},{"id":"14","state":"Maryland","insurance_name":"CareFirst BlueCross BlueShield","discipline":"Deprecated"},{"id":"378","state":"Virginia","insurance_name":"CareFirst BlueCross BlueShield","discipline":"Deprecated"},{"id":"465","state":"Washington DC","insurance_name":"CareFirst BlueCross BlueShield","discipline":"Deprecated"},{"id":"794","state":"California","insurance_name":"CareMore","discipline":"Medical"},{"id":"1182","state":"Nevada","insurance_name":"CareMore","discipline":"Medical"},{"id":"1493","state":"Virginia","insurance_name":"CareMore","discipline":"Medical"},{"id":"761","state":"Arizona","insurance_name":"CareMore","discipline":"Medical"},{"id":"1349","state":"Oregon","insurance_name":"CareOregon Advantage","discipline":"Medical"},{"id":"878","state":"Florida","insurance_name":"CarePlus Health Plans (Florida Medicare)","discipline":"Medical"},{"id":"674","state":"All","insurance_name":"Caterpillar Health","discipline":"Dentistry"},{"id":"675","state":"All","insurance_name":"Caterpillar Health","discipline":"Medical"},{"id":"1483","state":"Vermont","insurance_name":"CBA Blue","discipline":"Medical"},{"id":"1246","state":"New York","insurance_name":"CDPHP","discipline":"Medical"},{"id":"436","state":"Indiana","insurance_name":"Celtic\t\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"527","state":"Kansas","insurance_name":"Celtic\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"542","state":"Ohio","insurance_name":"Celtic\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"594","state":"Wyoming","insurance_name":"Celtic\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"474","state":"Iowa","insurance_name":"Celtic\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"492","state":"North Carolina","insurance_name":"Celtic\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"562","state":"Wisconsin","insurance_name":"Celtic\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"413","state":"New Mexico","insurance_name":"Celtic\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"504","state":"West Virginia","insurance_name":"Celtic\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"256","state":"Florida","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"3","state":"Alabama","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"270","state":"Nebraska","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"15","state":"Maryland","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"288","state":"Texas","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"37","state":"Alaska","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"51","state":"Pennsylvania","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"309","state":"Georgia","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"68","state":"Arizona","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"326","state":"Nevada","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"83","state":"Michigan","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"353","state":"New Hampshire","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"610","state":"Louisiana","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"99","state":"Rhode Island","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"107","state":"Arkansas","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"624","state":"Oaklahoma","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"123","state":"South Carolina","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"379","state":"Virginia","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"393","state":"Illinois","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"151","state":"Mississippi","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"163","state":"South Dakota","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"174","state":"Colorado","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"184","state":"Connecticut","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"196","state":"Missouri","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"466","state":"Washington DC","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"213","state":"Tennessee","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"230","state":"Montana","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"242","state":"Delaware","insurance_name":"Celtic","discipline":"Deprecated"},{"id":"676","state":"All","insurance_name":"Celtic Insurance Company","discipline":"Medical"},{"id":"46","state":"Massachusetts","insurance_name":"CeltiCare Health Plan","discipline":"Deprecated"},{"id":"1085","state":"Massachusetts","insurance_name":"CeltiCare Health Plan","discipline":"Medical"},{"id":"1247","state":"New York","insurance_name":"CenterLight Healthcare","discipline":"Medical"},{"id":"795","state":"California","insurance_name":"Central California Alliance for Health","discipline":"Medical"},{"id":"582","state":"Kentucky","insurance_name":"CHA Health HMO\t\t\t\t\t ","discipline":"Deprecated"},{"id":"1494","state":"Virginia","insurance_name":"CHAMPVA","discipline":"Medical"},{"id":"879","state":"Florida","insurance_name":"Children\'s Medical Services (CMS)","discipline":"Medical"},{"id":"796","state":"California","insurance_name":"Chinese Community Health Plan","discipline":"Medical"},{"id":"677","state":"All","insurance_name":"Choice Care Network","discipline":"Medical"},{"id":"493","state":"North Carolina","insurance_name":"Cigna\t\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"414","state":"New Mexico","insurance_name":"Cigna\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"257","state":"Florida","insurance_name":"Cigna","discipline":"Deprecated"},{"id":"289","state":"Texas","insurance_name":"Cigna","discipline":"Deprecated"},{"id":"310","state":"Georgia","insurance_name":"Cigna","discipline":"Deprecated"},{"id":"69","state":"Arizona","insurance_name":"Cigna","discipline":"Deprecated"},{"id":"625","state":"Oaklahoma","insurance_name":"Cigna","discipline":"Deprecated"},{"id":"124","state":"South Carolina","insurance_name":"Cigna","discipline":"Deprecated"},{"id":"141","state":"California","insurance_name":"Cigna","discipline":"Deprecated"},{"id":"678","state":"All","insurance_name":"Cigna","discipline":"Dentistry"},{"id":"679","state":"All","insurance_name":"Cigna","discipline":"Medical"},{"id":"175","state":"Colorado","insurance_name":"Cigna","discipline":"Deprecated"},{"id":"185","state":"Connecticut","insurance_name":"Cigna","discipline":"Deprecated"},{"id":"214","state":"Tennessee","insurance_name":"Cigna","discipline":"Deprecated"},{"id":"1086","state":"Massachusetts","insurance_name":"Cigna-HealthSpring","discipline":"Medical"},{"id":"1367","state":"Pennsylvania","insurance_name":"Cigna-HealthSpring","discipline":"Medical"},{"id":"1424","state":"Tennessee","insurance_name":"Cigna-HealthSpring","discipline":"Medical"},{"id":"1445","state":"Texas","insurance_name":"Cigna-HealthSpring","discipline":"Medical"},{"id":"797","state":"California","insurance_name":"Citizens Choice Healthplan","discipline":"Medical"},{"id":"880","state":"Florida","insurance_name":"Citrus Health Care","discipline":"Medical"},{"id":"543","state":"Ohio","insurance_name":"Clarendon National\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"415","state":"New Mexico","insurance_name":"Clarendon National\t\t\t\t\t ","discipline":"Deprecated"},{"id":"505","state":"West Virginia","insurance_name":"Clarendon National\t\t\t\t\t ","discipline":"Deprecated"},{"id":"583","state":"Kentucky","insurance_name":"Clarendon National\t\t\t\t ","discipline":"Deprecated"},{"id":"475","state":"Iowa","insurance_name":"Clarendon National \t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"563","state":"Wisconsin","insurance_name":"Clarendon National \t\t\t\t ","discipline":"Deprecated"},{"id":"271","state":"Nebraska","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"24","state":"Oregon","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"290","state":"Texas","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"52","state":"Pennsylvania","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"311","state":"Georgia","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"84","state":"Michigan","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"596","state":"Wyoming","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"348","state":"Hawaii","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"611","state":"Louisiana","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"100","state":"Rhode Island","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"361","state":"Idaho","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"108","state":"Arkansas","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"626","state":"Oaklahoma","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"380","state":"Virginia","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"125","state":"South Carolina","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"394","state":"Illinois","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"152","state":"Mississippi","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"197","state":"Missouri","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"467","state":"Washington DC","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"215","state":"Tennessee","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"243","state":"Delaware","insurance_name":"Clarendon National","discipline":"Deprecated"},{"id":"142","state":"California","insurance_name":"Clarendon National Insurance Group","discipline":"Deprecated"},{"id":"176","state":"Colorado","insurance_name":"Clarendon National Insurance Group","discipline":"Deprecated"},{"id":"186","state":"Connecticut","insurance_name":"Clarendon National Insurance Group","discipline":"Deprecated"},{"id":"233","state":"Montana","insurance_name":"ClearOne Health Plan Health Insurance","discipline":"Deprecated"},{"id":"934","state":"Global","insurance_name":"Clements International","discipline":"Medical"},{"id":"680","state":"All","insurance_name":"Cofinity","discipline":"Medical"},{"id":"835","state":"Colorado","insurance_name":"Colorado Choice","discipline":"Medical"},{"id":"836","state":"Colorado","insurance_name":"Colorado Health Cooperative","discipline":"Medical"},{"id":"1512","state":"Washington","insurance_name":"Columbia United Providers","discipline":"Medical"},{"id":"1087","state":"Massachusetts","insurance_name":"Commonwealth Care","discipline":"Medical"},{"id":"1446","state":"Texas","insurance_name":"Community First Health Plans","discipline":"Medical"},{"id":"1425","state":"Tennessee","insurance_name":"Community Health Alliance","discipline":"Medical"},{"id":"1447","state":"Texas","insurance_name":"Community Health Choice","discipline":"Medical"},{"id":"798","state":"California","insurance_name":"Community Health Group","discipline":"Medical"},{"id":"1156","state":"Montana","insurance_name":"Community Health Partners","discipline":"Dentistry"},{"id":"1157","state":"Montana","insurance_name":"Community Health Partners","discipline":"Medical"},{"id":"1513","state":"Washington","insurance_name":"Community Health Plan of Washington","discipline":"Medical"},{"id":"681","state":"All","insurance_name":"Community Partners Health Plan","discipline":"Medical"},{"id":"1340","state":"Oklahoma","insurance_name":"CommunityCare of Oklahoma","discipline":"Medical"},{"id":"516","state":"North Dakota","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"272","state":"Nebraska","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"528","state":"Kansas","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"544","state":"Ohio","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"291","state":"Texas","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"70","state":"Arizona","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"327","state":"Nevada","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"595","state":"Wyoming","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"85","state":"Michigan","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"627","state":"Oaklahoma","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"395","state":"Illinois","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"216","state":"Tennessee","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"476","state":"Iowa","insurance_name":"Companion Life Insurance Company Health Ins","discipline":"Deprecated"},{"id":"1088","state":"Massachusetts","insurance_name":"Compass Benefits Group","discipline":"Medical"},{"id":"965","state":"Illinois","insurance_name":"Comprehensive Health Insurance Plan (CHIP) of Illinois","discipline":"Medical"},{"id":"762","state":"Arizona","insurance_name":"Comprehensive Medical and Dental Program","discipline":"Medical"},{"id":"935","state":"Global","insurance_name":"ComPsych Corporation","discipline":"Medical"},{"id":"1024","state":"Kansas","insurance_name":"Concentra","discipline":"Medical"},{"id":"1034","state":"Kentucky","insurance_name":"Concentra","discipline":"Medical"},{"id":"1042","state":"Louisiana","insurance_name":"Concentra","discipline":"Medical"},{"id":"1556","state":"Wisconsin","insurance_name":"Concentra","discipline":"Medical"},{"id":"1302","state":"North Carolina","insurance_name":"Concentra","discipline":"Medical"},{"id":"1052","state":"Maine","insurance_name":"Concentra","discipline":"Medical"},{"id":"799","state":"California","insurance_name":"Concentra","discipline":"Medical"},{"id":"1061","state":"Maryland","insurance_name":"Concentra","discipline":"Medical"},{"id":"1324","state":"Ohio","insurance_name":"Concentra","discipline":"Medical"},{"id":"1341","state":"Oklahoma","insurance_name":"Concentra","discipline":"Medical"},{"id":"1089","state":"Massachusetts","insurance_name":"Concentra","discipline":"Medical"},{"id":"837","state":"Colorado","insurance_name":"Concentra","discipline":"Medical"},{"id":"1350","state":"Oregon","insurance_name":"Concentra","discipline":"Medical"},{"id":"847","state":"Connecticut","insurance_name":"Concentra","discipline":"Medical"},{"id":"1109","state":"Michigan","insurance_name":"Concentra","discipline":"Medical"},{"id":"1368","state":"Pennsylvania","insurance_name":"Concentra","discipline":"Medical"},{"id":"857","state":"Delaware","insurance_name":"Concentra","discipline":"Medical"},{"id":"881","state":"Florida","insurance_name":"Concentra","discipline":"Medical"},{"id":"1394","state":"Rhode Island","insurance_name":"Concentra","discipline":"Medical"},{"id":"1145","state":"Missouri","insurance_name":"Concentra","discipline":"Medical"},{"id":"1406","state":"South Carolina","insurance_name":"Concentra","discipline":"Medical"},{"id":"647","state":"Alaska","insurance_name":"Concentra","discipline":"Medical"},{"id":"1166","state":"Nebraska","insurance_name":"Concentra","discipline":"Medical"},{"id":"1426","state":"Tennessee","insurance_name":"Concentra","discipline":"Medical"},{"id":"924","state":"Georgia","insurance_name":"Concentra","discipline":"Medical"},{"id":"1183","state":"Nevada","insurance_name":"Concentra","discipline":"Medical"},{"id":"1448","state":"Texas","insurance_name":"Concentra","discipline":"Medical"},{"id":"1198","state":"New Hampshire","insurance_name":"Concentra","discipline":"Medical"},{"id":"943","state":"Hawaii","insurance_name":"Concentra","discipline":"Medical"},{"id":"1211","state":"New Jersey","insurance_name":"Concentra","discipline":"Medical"},{"id":"1474","state":"Utah","insurance_name":"Concentra","discipline":"Medical"},{"id":"966","state":"Illinois","insurance_name":"Concentra","discipline":"Medical"},{"id":"1484","state":"Vermont","insurance_name":"Concentra","discipline":"Medical"},{"id":"1231","state":"New Mexico","insurance_name":"Concentra","discipline":"Medical"},{"id":"1495","state":"Virginia","insurance_name":"Concentra","discipline":"Medical"},{"id":"995","state":"Indiana","insurance_name":"Concentra","discipline":"Medical"},{"id":"1011","state":"Iowa","insurance_name":"Concentra","discipline":"Medical"},{"id":"763","state":"Arizona","insurance_name":"Concentra","discipline":"Medical"},{"id":"882","state":"Florida","insurance_name":"Concert Health Plan","discipline":"Medical"},{"id":"1090","state":"Massachusetts","insurance_name":"ConnectiCare","discipline":"Medical"},{"id":"848","state":"Connecticut","insurance_name":"ConnectiCare","discipline":"Medical"},{"id":"187","state":"Connecticut","insurance_name":"ConnetiCare Health Insurance","discipline":"Deprecated"},{"id":"682","state":"All","insurance_name":"Conoco","discipline":"Dentistry"},{"id":"683","state":"All","insurance_name":"Conoco","discipline":"Medical"},{"id":"1091","state":"Massachusetts","insurance_name":"Consolidated Health Plans","discipline":"Medical"},{"id":"1369","state":"Pennsylvania","insurance_name":"Consumer Health Network","discipline":"Medical"},{"id":"1212","state":"New Jersey","insurance_name":"Consumer Health Network","discipline":"Medical"},{"id":"1248","state":"New York","insurance_name":"Consumer Health Network","discipline":"Medical"},{"id":"437","state":"Indiana","insurance_name":"Consumer Life Company Health Insurance\t\t ","discipline":"Deprecated"},{"id":"312","state":"Georgia","insurance_name":"Consumer Life Company Health Insurance","discipline":"Deprecated"},{"id":"86","state":"Michigan","insurance_name":"Consumer Life Company Health Insurance","discipline":"Deprecated"},{"id":"506","state":"West Virginia","insurance_name":"Consumer Life Company Health Insurance","discipline":"Deprecated"},{"id":"800","state":"California","insurance_name":"Contra Costa Health Plan","discipline":"Medical"},{"id":"684","state":"All","insurance_name":"Corvel","discipline":"Medical"},{"id":"685","state":"All","insurance_name":"Country Financial","discipline":"Medical"},{"id":"1025","state":"Kansas","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1543","state":"West Virginia","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"16","state":"Maryland","insurance_name":"Coventry Health Care","discipline":"Deprecated"},{"id":"1043","state":"Louisiana","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1303","state":"North Carolina","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1062","state":"Maryland","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1325","state":"Ohio","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1342","state":"Oklahoma","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"858","state":"Delaware","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1370","state":"Pennsylvania","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"883","state":"Florida","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1146","state":"Missouri","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1407","state":"South Carolina","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1167","state":"Nebraska","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1427","state":"Tennessee","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"925","state":"Georgia","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1184","state":"Nevada","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"967","state":"Illinois","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1496","state":"Virginia","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"1012","state":"Iowa","insurance_name":"Coventry Health Care","discipline":"Medical"},{"id":"396","state":"Illinois","insurance_name":"Coventry One\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"529","state":"Kansas","insurance_name":"Coventry One \t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"477","state":"Iowa","insurance_name":"Coventry One \t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"258","state":"Florida","insurance_name":"Coventry One","discipline":"Deprecated"},{"id":"273","state":"Nebraska","insurance_name":"Coventry One","discipline":"Deprecated"},{"id":"313","state":"Georgia","insurance_name":"Coventry One","discipline":"Deprecated"},{"id":"328","state":"Nevada","insurance_name":"Coventry One","discipline":"Deprecated"},{"id":"612","state":"Louisiana","insurance_name":"Coventry One","discipline":"Deprecated"},{"id":"198","state":"Missouri","insurance_name":"Coventry One","discipline":"Deprecated"},{"id":"244","state":"Delaware","insurance_name":"Coventry One","discipline":"Deprecated"},{"id":"494","state":"North Carolina","insurance_name":"Coventry One Wellpath Select\t\t\t\t ","discipline":"Deprecated"},{"id":"126","state":"South Carolina","insurance_name":"Coventry One WellPath Select","discipline":"Deprecated"},{"id":"164","state":"South Dakota","insurance_name":"Coventry One WellPath Select","discipline":"Deprecated"},{"id":"217","state":"Tennessee","insurance_name":"Coventry One WellPath Select","discipline":"Deprecated"},{"id":"218","state":"Tennessee","insurance_name":"Cover Kids","discipline":"Deprecated"},{"id":"219","state":"Tennessee","insurance_name":"Cover TN","discipline":"Deprecated"},{"id":"686","state":"All","insurance_name":"Cox HealthPlans","discipline":"Medical"},{"id":"143","state":"California","insurance_name":"CPIC Life","discipline":"Deprecated"},{"id":"1185","state":"Nevada","insurance_name":"Culinary Health Fund","discipline":"Medical"},{"id":"687","state":"All","insurance_name":"Davis Vision","discipline":"Medical"},{"id":"1532","state":"Washington D.C.","insurance_name":"DC Workers\' Compensation Commission","discipline":"Medical"},{"id":"564","state":"Wisconsin","insurance_name":"Dean Health Plan Health Insurance\t ","discipline":"Deprecated"},{"id":"944","state":"Hawaii","insurance_name":"Deseret Mutual","discipline":"Medical"},{"id":"952","state":"Idaho","insurance_name":"Deseret Mutual","discipline":"Medical"},{"id":"1475","state":"Utah","insurance_name":"Deseret Mutual","discipline":"Medical"},{"id":"1371","state":"Pennsylvania","insurance_name":"Devon Health Services","discipline":"Medical"},{"id":"1372","state":"Pennsylvania","insurance_name":"Dimensions Incorporated","discipline":"Medical"},{"id":"1213","state":"New Jersey","insurance_name":"Dimensions Incorporated","discipline":"Medical"},{"id":"1249","state":"New York","insurance_name":"Dimensions Incorporated","discipline":"Medical"},{"id":"1110","state":"Michigan","insurance_name":"DMC Care","discipline":"Medical"},{"id":"453","state":"New York","insurance_name":"Easy Choice - Atlantis NY Health Insurance\t ","discipline":"Deprecated"},{"id":"801","state":"California","insurance_name":"Easy Choice Health Plan","discipline":"Medical"},{"id":"1250","state":"New York","insurance_name":"Easy Choice Health Plan","discipline":"Medical"},{"id":"1251","state":"New York","insurance_name":"Elderplan","discipline":"Medical"},{"id":"1252","state":"New York","insurance_name":"Emblem Health","discipline":"Medical"},{"id":"456","state":"New York","insurance_name":"Emblem Health (Formerly GHI)","discipline":"Deprecated"},{"id":"1576","state":"All","insurance_name":"Embrace Pet Insurance","discipline":"Veterinary"},{"id":"1253","state":"New York","insurance_name":"Empire Blue Cross Blue Shield","discipline":"Medical"},{"id":"454","state":"New York","insurance_name":"Empire Blue Cross Blue Shield of New York\t ","discipline":"Deprecated"},{"id":"1254","state":"New York","insurance_name":"Empire Plan","discipline":"Medical"},{"id":"688","state":"All","insurance_name":"Employers Workers\' Compensation","discipline":"Medical"},{"id":"996","state":"Indiana","insurance_name":"Encore Health Network","discipline":"Dentistry"},{"id":"997","state":"Indiana","insurance_name":"Encore Health Network","discipline":"Medical"},{"id":"1544","state":"West Virginia","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"1557","state":"Wisconsin","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"1304","state":"North Carolina","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"1063","state":"Maryland","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"1326","state":"Ohio","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"1373","state":"Pennsylvania","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"1428","state":"Tennessee","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"968","state":"Illinois","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"1497","state":"Virginia","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"998","state":"Indiana","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"1255","state":"New York","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"1533","state":"Washington D.C.","insurance_name":"Erie Insurance Group","discipline":"Medical"},{"id":"1147","state":"Missouri","insurance_name":"Essence Healthcare","discipline":"Medical"},{"id":"969","state":"Illinois","insurance_name":"Essence Healthcare","discipline":"Medical"},{"id":"689","state":"All","insurance_name":"Everence Association, Inc,","discipline":"Medical"},{"id":"1064","state":"Maryland","insurance_name":"Evergreen Health Cooperative","discipline":"Medical"},{"id":"884","state":"Florida","insurance_name":"Evolutions Healthcare Systems","discipline":"Medical"},{"id":"1256","state":"New York","insurance_name":"Excellus Blue Cross Blue Shield","discipline":"Medical"},{"id":"455","state":"New York","insurance_name":"Excellus Blue Cross Blue Shield of Rochester ","discipline":"Deprecated"},{"id":"936","state":"Global","insurance_name":"EyeMed","discipline":"Medical"},{"id":"1449","state":"Texas","insurance_name":"Eyetopia Vision Care","discipline":"Medical"},{"id":"38","state":"Alaska","insurance_name":"Fairmont Specialty \/ TIG","discipline":"Deprecated"},{"id":"292","state":"Texas","insurance_name":"Fairmont Specialty Group","discipline":"Deprecated"},{"id":"87","state":"Michigan","insurance_name":"Fairmont Specialty Group","discipline":"Deprecated"},{"id":"220","state":"Tennessee","insurance_name":"Fairmont Specialty Group","discipline":"Deprecated"},{"id":"245","state":"Delaware","insurance_name":"Fairmont Specialty Group (TIG)","discipline":"Deprecated"},{"id":"438","state":"Indiana","insurance_name":"Fairmont Specialty Group \/ TIG\t\t\t\t ","discipline":"Deprecated"},{"id":"545","state":"Ohio","insurance_name":"Fairmont Specialty Group \/ TIG\t\t\t ","discipline":"Deprecated"},{"id":"397","state":"Illinois","insurance_name":"Fairmont Specialty Group \/ TIG\t\t\t ","discipline":"Deprecated"},{"id":"478","state":"Iowa","insurance_name":"Fairmont Specialty Group \/ TIG\t\t\t ","discipline":"Deprecated"},{"id":"565","state":"Wisconsin","insurance_name":"Fairmont Specialty Group \/ TIG\t\t ","discipline":"Deprecated"},{"id":"507","state":"West Virginia","insurance_name":"Fairmont Specialty Group \/ TIG\t\t ","discipline":"Deprecated"},{"id":"586","state":"Kentucky","insurance_name":"Fairmont Specialty Group \/ TIG\t ","discipline":"Deprecated"},{"id":"4","state":"Alabama","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"274","state":"Nebraska","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"53","state":"Pennsylvania","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"314","state":"Georgia","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"597","state":"Wyoming","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"101","state":"Rhode Island","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"109","state":"Arkansas","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"628","state":"Oaklahoma","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"381","state":"Virginia","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"639","state":"Maine","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"144","state":"California","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"153","state":"Mississippi","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"199","state":"Missouri","insurance_name":"Fairmont Specialty Group \/ TIG","discipline":"Deprecated"},{"id":"127","state":"South Carolina","insurance_name":"Fairmont Specialty Group\/TIG","discipline":"Deprecated"},{"id":"1092","state":"Massachusetts","insurance_name":"Fallon Community Health Plan (FCHP)","discipline":"Medical"},{"id":"47","state":"Massachusetts","insurance_name":"Fallon Community Of Massachusetts","discipline":"Deprecated"},{"id":"690","state":"All","insurance_name":"Family Health Network","discipline":"Medical"},{"id":"1351","state":"Oregon","insurance_name":"FamilyCare Health Plans","discipline":"Medical"},{"id":"691","state":"All","insurance_name":"Farmers","discipline":"Medical"},{"id":"1257","state":"New York","insurance_name":"Fidelis Care (NY)","discipline":"Medical"},{"id":"1315","state":"North Dakota","insurance_name":"First Choice Health","discipline":"Medical"},{"id":"1571","state":"Wyoming","insurance_name":"First Choice Health","discipline":"Medical"},{"id":"1352","state":"Oregon","insurance_name":"First Choice Health","discipline":"Medical"},{"id":"1158","state":"Montana","insurance_name":"First Choice Health","discipline":"Medical"},{"id":"1415","state":"South Dakota","insurance_name":"First Choice Health","discipline":"Medical"},{"id":"648","state":"Alaska","insurance_name":"First Choice Health","discipline":"Medical"},{"id":"1514","state":"Washington","insurance_name":"First Choice Health","discipline":"Medical"},{"id":"1026","state":"Kansas","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1035","state":"Kentucky","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1044","state":"Louisiana","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1558","state":"Wisconsin","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1305","state":"North Carolina","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1053","state":"Maine","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"802","state":"California","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1065","state":"Maryland","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1327","state":"Ohio","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1343","state":"Oklahoma","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1093","state":"Massachusetts","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"838","state":"Colorado","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1353","state":"Oregon","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"849","state":"Connecticut","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1111","state":"Michigan","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"859","state":"Delaware","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1374","state":"Pennsylvania","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1395","state":"Rhode Island","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"885","state":"Florida","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1148","state":"Missouri","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1408","state":"South Carolina","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"649","state":"Alaska","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1168","state":"Nebraska","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1429","state":"Tennessee","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"926","state":"Georgia","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1186","state":"Nevada","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1450","state":"Texas","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1199","state":"New Hampshire","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"945","state":"Hawaii","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1214","state":"New Jersey","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1476","state":"Utah","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"970","state":"Illinois","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1485","state":"Vermont","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1232","state":"New Mexico","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1498","state":"Virginia","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"999","state":"Indiana","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1013","state":"Iowa","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"764","state":"Arizona","insurance_name":"First Health (Coventry Health Care)","discipline":"Medical"},{"id":"1045","state":"Louisiana","insurance_name":"First Look Vision Network","discipline":"Medical"},{"id":"54","state":"Pennsylvania","insurance_name":"First Priority Life Health Insurance","discipline":"Deprecated"},{"id":"1451","state":"Texas","insurance_name":"FirstCare Health Plans","discipline":"Medical"},{"id":"1306","state":"North Carolina","insurance_name":"FirstCarolinaCare","discipline":"Medical"},{"id":"1409","state":"South Carolina","insurance_name":"FirstCarolinaCare","discipline":"Medical"},{"id":"886","state":"Florida","insurance_name":"Florida Blue: Blue Cross Blue Shield of Florida","discipline":"Medical"},{"id":"887","state":"Florida","insurance_name":"Florida Health Care Plans","discipline":"Medical"},{"id":"888","state":"Florida","insurance_name":"Florida Health Partners","discipline":"Medical"},{"id":"889","state":"Florida","insurance_name":"Florida Healthcare Plus","discipline":"Medical"},{"id":"890","state":"Florida","insurance_name":"Florida Hospital Healthcare System (FHHS)","discipline":"Medical"},{"id":"891","state":"Florida","insurance_name":"Florida KidCare","discipline":"Medical"},{"id":"692","state":"All","insurance_name":"Foreign Service Benefit Plan","discipline":"Medical"},{"id":"765","state":"Arizona","insurance_name":"Fortified Provider Network","discipline":"Medical"},{"id":"259","state":"Florida","insurance_name":"Foundation Health","discipline":"Deprecated"},{"id":"892","state":"Florida","insurance_name":"Freedom Health","discipline":"Medical"},{"id":"1258","state":"New York","insurance_name":"Freelancers Insurance Company (BlueCard PPO Network)","discipline":"Medical"},{"id":"803","state":"California","insurance_name":"Galaxy Health","discipline":"Medical"},{"id":"1307","state":"North Carolina","insurance_name":"Gateway Health","discipline":"Medical"},{"id":"1499","state":"Virginia","insurance_name":"Gateway Health","discipline":"Medical"},{"id":"693","state":"All","insurance_name":"GEHA Health Plans","discipline":"Dentistry"},{"id":"694","state":"All","insurance_name":"GEHA Health Plans","discipline":"Medical"},{"id":"1545","state":"West Virginia","insurance_name":"Geisinger Health Plan","discipline":"Medical"},{"id":"1375","state":"Pennsylvania","insurance_name":"Geisinger Health Plan","discipline":"Medical"},{"id":"55","state":"Pennsylvania","insurance_name":"Geisinger Quality Options Health Insurance","discipline":"Deprecated"},{"id":"696","state":"All","insurance_name":"General Electric Healthcare","discipline":"Medical"},{"id":"937","state":"Global","insurance_name":"GeoBlue","discipline":"Medical"},{"id":"1046","state":"Louisiana","insurance_name":"Gilsbar","discipline":"Medical"},{"id":"938","state":"Global","insurance_name":"Global Health","discipline":"Medical"},{"id":"439","state":"Indiana","insurance_name":"Great American Health Insurance\t\t\t\t ","discipline":"Deprecated"},{"id":"517","state":"North Dakota","insurance_name":"Great American Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"530","state":"Kansas","insurance_name":"Great American Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"547","state":"Ohio","insurance_name":"Great American Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"398","state":"Illinois","insurance_name":"Great American Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"479","state":"Iowa","insurance_name":"Great American Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"495","state":"North Carolina","insurance_name":"Great American Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"416","state":"New Mexico","insurance_name":"Great American Health Insurance\t\t ","discipline":"Deprecated"},{"id":"584","state":"Kentucky","insurance_name":"Great American Health Insurance\t ","discipline":"Deprecated"},{"id":"509","state":"West Virginia","insurance_name":"Great American Health Insurance\t ","discipline":"Deprecated"},{"id":"6","state":"Alabama","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"275","state":"Nebraska","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"25","state":"Oregon","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"294","state":"Texas","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"57","state":"Pennsylvania","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"71","state":"Arizona","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"341","state":"Utah","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"598","state":"Wyoming","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"88","state":"Michigan","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"613","state":"Louisiana","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"362","state":"Idaho","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"629","state":"Oaklahoma","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"129","state":"South Carolina","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"154","state":"Mississippi","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"165","state":"South Dakota","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"200","state":"Missouri","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"222","state":"Tennessee","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"234","state":"Montana","insurance_name":"Great American Health Insurance","discipline":"Deprecated"},{"id":"426","state":"Washington","insurance_name":"Group Health Cooperative\t\t\t","discipline":"Deprecated"},{"id":"953","state":"Idaho","insurance_name":"Group Health Cooperative","discipline":"Medical"},{"id":"1515","state":"Washington","insurance_name":"Group Health Cooperative","discipline":"Medical"},{"id":"363","state":"Idaho","insurance_name":"Group Health-Health Insurance","discipline":"Deprecated"},{"id":"548","state":"Ohio","insurance_name":"Guardian\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"399","state":"Illinois","insurance_name":"Guardian\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"17","state":"Maryland","insurance_name":"Guardian","discipline":"Deprecated"},{"id":"295","state":"Texas","insurance_name":"Guardian","discipline":"Deprecated"},{"id":"58","state":"Pennsylvania","insurance_name":"Guardian","discipline":"Deprecated"},{"id":"315","state":"Georgia","insurance_name":"Guardian","discipline":"Deprecated"},{"id":"383","state":"Virginia","insurance_name":"Guardian","discipline":"Deprecated"},{"id":"697","state":"All","insurance_name":"Guardian","discipline":"Medical"},{"id":"468","state":"Washington DC","insurance_name":"Guardian","discipline":"Deprecated"},{"id":"371","state":"New Jersey","insurance_name":"Guardian \/ Health Net","discipline":"Deprecated"},{"id":"457","state":"New York","insurance_name":"Guardian and Health Net \t\t\t\t\t ","discipline":"Deprecated"},{"id":"188","state":"Connecticut","insurance_name":"Guardian and Health Net","discipline":"Deprecated"},{"id":"1027","state":"Kansas","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1047","state":"Louisiana","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1559","state":"Wisconsin","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1308","state":"North Carolina","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1054","state":"Maine","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"804","state":"California","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1066","state":"Maryland","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1328","state":"Ohio","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1344","state":"Oklahoma","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1094","state":"Massachusetts","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"839","state":"Colorado","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"850","state":"Connecticut","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1112","state":"Michigan","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1376","state":"Pennsylvania","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1128","state":"Minnesota","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"893","state":"Florida","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1149","state":"Missouri","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"650","state":"Alaska","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1430","state":"Tennessee","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"927","state":"Georgia","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1452","state":"Texas","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1200","state":"New Hampshire","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1215","state":"New Jersey","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"971","state":"Illinois","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1500","state":"Virginia","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1000","state":"Indiana","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1259","state":"New York","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1516","state":"Washington","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"766","state":"Arizona","insurance_name":"Hanover Insurance","discipline":"Medical"},{"id":"1113","state":"Michigan","insurance_name":"HAP (Alliance)","discipline":"Medical"},{"id":"972","state":"Illinois","insurance_name":"Harmony Health Plan","discipline":"Medical"},{"id":"1095","state":"Massachusetts","insurance_name":"Harvard Pilgrim Health Care","discipline":"Medical"},{"id":"45","state":"Massachusetts","insurance_name":"Harvard Pilgrim HealthCare","discipline":"Deprecated"},{"id":"89","state":"Michigan","insurance_name":"Health Alliance Plan Health Insurance","discipline":"Deprecated"},{"id":"894","state":"Florida","insurance_name":"Health Care District of Palm Beach County","discipline":"Medical"},{"id":"1560","state":"Wisconsin","insurance_name":"Health Choice","discipline":"Medical"},{"id":"767","state":"Arizona","insurance_name":"Health Choice Arizona","discipline":"Medical"},{"id":"895","state":"Florida","insurance_name":"Health First Health Plans (Florida)","discipline":"Medical"},{"id":"805","state":"California","insurance_name":"Health Net","discipline":"Medical"},{"id":"145","state":"California","insurance_name":"Health Net of California","discipline":"Deprecated"},{"id":"26","state":"Oregon","insurance_name":"Health Net of Oregon","discipline":"Deprecated"},{"id":"1055","state":"Maine","insurance_name":"Health New England","discipline":"Medical"},{"id":"1096","state":"Massachusetts","insurance_name":"Health New England","discipline":"Medical"},{"id":"851","state":"Connecticut","insurance_name":"Health New England","discipline":"Medical"},{"id":"1396","state":"Rhode Island","insurance_name":"Health New England","discipline":"Medical"},{"id":"1201","state":"New Hampshire","insurance_name":"Health New England","discipline":"Medical"},{"id":"1486","state":"Vermont","insurance_name":"Health New England","discipline":"Medical"},{"id":"1129","state":"Minnesota","insurance_name":"Health Partners","discipline":"Medical"},{"id":"496","state":"North Carolina","insurance_name":"Health Plan Administrators, Inc.\t\t\t ","discipline":"Deprecated"},{"id":"330","state":"Nevada","insurance_name":"Health Plan of Nevada","discipline":"Deprecated"},{"id":"1187","state":"Nevada","insurance_name":"Health Plan of Nevada","discipline":"Medical"},{"id":"1260","state":"New York","insurance_name":"Health Plus","discipline":"Medical"},{"id":"1354","state":"Oregon","insurance_name":"Health Republic","discipline":"Medical"},{"id":"1216","state":"New Jersey","insurance_name":"Health Republic","discipline":"Medical"},{"id":"1261","state":"New York","insurance_name":"Health Republic","discipline":"Medical"},{"id":"896","state":"Florida","insurance_name":"Health Sun","discipline":"Medical"},{"id":"1067","state":"Maryland","insurance_name":"HealthChoice (Maryland)","discipline":"Medical"},{"id":"1217","state":"New Jersey","insurance_name":"HealthFirst (NY-NJ)","discipline":"Medical"},{"id":"1262","state":"New York","insurance_name":"HealthFirst (NY-NJ)","discipline":"Medical"},{"id":"768","state":"Arizona","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1028","state":"Kansas","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1546","state":"West Virginia","insurance_name":"Healthlink","discipline":"Medical"},{"id":"779","state":"Arkansas","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1036","state":"Kentucky","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1048","state":"Louisiana","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1561","state":"Wisconsin","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1309","state":"North Carolina","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1056","state":"Maine","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1316","state":"North Dakota","insurance_name":"Healthlink","discipline":"Medical"},{"id":"806","state":"California","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1068","state":"Maryland","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1329","state":"Ohio","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1345","state":"Oklahoma","insurance_name":"Healthlink","discipline":"Medical"},{"id":"840","state":"Colorado","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1097","state":"Massachusetts","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1355","state":"Oregon","insurance_name":"Healthlink","discipline":"Medical"},{"id":"852","state":"Connecticut","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1114","state":"Michigan","insurance_name":"Healthlink","discipline":"Medical"},{"id":"860","state":"Delaware","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1377","state":"Pennsylvania","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1130","state":"Minnesota","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1136","state":"Mississippi","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1397","state":"Rhode Island","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1150","state":"Missouri","insurance_name":"Healthlink","discipline":"Medical"},{"id":"641","state":"Alabama","insurance_name":"Healthlink","discipline":"Medical"},{"id":"897","state":"Florida","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1410","state":"South Carolina","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1159","state":"Montana","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1416","state":"South Dakota","insurance_name":"Healthlink","discipline":"Medical"},{"id":"651","state":"Alaska","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1169","state":"Nebraska","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1170","state":"Nebraska","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1431","state":"Tennessee","insurance_name":"Healthlink","discipline":"Medical"},{"id":"928","state":"Georgia","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1453","state":"Texas","insurance_name":"Healthlink","discipline":"Medical"},{"id":"946","state":"Hawaii","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1202","state":"New Hampshire","insurance_name":"Healthlink","discipline":"Medical"},{"id":"954","state":"Idaho","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1218","state":"New Jersey","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1477","state":"Utah","insurance_name":"Healthlink","discipline":"Medical"},{"id":"973","state":"Illinois","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1487","state":"Vermont","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1233","state":"New Mexico","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1501","state":"Virginia","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1001","state":"Indiana","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1517","state":"Washington","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1263","state":"New York","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1014","state":"Iowa","insurance_name":"Healthlink","discipline":"Medical"},{"id":"1534","state":"Washington D.C.","insurance_name":"Healthlink","discipline":"Medical"},{"id":"72","state":"Arizona","insurance_name":"HealthNet Health Insurance","discipline":"Deprecated"},{"id":"115","state":"Minnesota","insurance_name":"HealthPartners","discipline":"Deprecated"},{"id":"1454","state":"Texas","insurance_name":"HealthSmart","discipline":"Medical"},{"id":"59","state":"Pennsylvania","insurance_name":"Healthy America Health Insurance","discipline":"Deprecated"},{"id":"1264","state":"New York","insurance_name":"Healthy Families","discipline":"Medical"},{"id":"1577","state":"All","insurance_name":"Healthy Paws","discipline":"Veterinary"},{"id":"567","state":"Wisconsin","insurance_name":"Healthy1 Arise Health Plan\t\t\t ","discipline":"Deprecated"},{"id":"853","state":"Connecticut","insurance_name":"HealthyCT","discipline":"Medical"},{"id":"102","state":"Rhode Island","insurance_name":"Healthypact Plan","discipline":"Deprecated"},{"id":"769","state":"Arizona","insurance_name":"HearPO","discipline":"Medical"},{"id":"1029","state":"Kansas","insurance_name":"HearPO","discipline":"Medical"},{"id":"1547","state":"West Virginia","insurance_name":"HearPO","discipline":"Medical"},{"id":"1049","state":"Louisiana","insurance_name":"HearPO","discipline":"Medical"},{"id":"1562","state":"Wisconsin","insurance_name":"HearPO","discipline":"Medical"},{"id":"1310","state":"North Carolina","insurance_name":"HearPO","discipline":"Medical"},{"id":"807","state":"California","insurance_name":"HearPO","discipline":"Medical"},{"id":"1069","state":"Maryland","insurance_name":"HearPO","discipline":"Medical"},{"id":"1330","state":"Ohio","insurance_name":"HearPO","discipline":"Medical"},{"id":"1346","state":"Oklahoma","insurance_name":"HearPO","discipline":"Medical"},{"id":"854","state":"Connecticut","insurance_name":"HearPO","discipline":"Medical"},{"id":"1115","state":"Michigan","insurance_name":"HearPO","discipline":"Medical"},{"id":"1378","state":"Pennsylvania","insurance_name":"HearPO","discipline":"Medical"},{"id":"1151","state":"Missouri","insurance_name":"HearPO","discipline":"Medical"},{"id":"642","state":"Alabama","insurance_name":"HearPO","discipline":"Medical"},{"id":"898","state":"Florida","insurance_name":"HearPO","discipline":"Medical"},{"id":"1411","state":"South Carolina","insurance_name":"HearPO","discipline":"Medical"},{"id":"1432","state":"Tennessee","insurance_name":"HearPO","discipline":"Medical"},{"id":"929","state":"Georgia","insurance_name":"HearPO","discipline":"Medical"},{"id":"1188","state":"Nevada","insurance_name":"HearPO","discipline":"Medical"},{"id":"1455","state":"Texas","insurance_name":"HearPO","discipline":"Medical"},{"id":"1219","state":"New Jersey","insurance_name":"HearPO","discipline":"Medical"},{"id":"974","state":"Illinois","insurance_name":"HearPO","discipline":"Medical"},{"id":"1002","state":"Indiana","insurance_name":"HearPO","discipline":"Medical"},{"id":"1015","state":"Iowa","insurance_name":"HearPO","discipline":"Medical"},{"id":"1116","state":"Michigan","insurance_name":"Heritage Vision Plans","discipline":"Medical"},{"id":"975","state":"Illinois","insurance_name":"HFN","discipline":"Medical"},{"id":"976","state":"Illinois","insurance_name":"HFS Medical Benefits","discipline":"Medical"},{"id":"861","state":"Delaware","insurance_name":"HighMark Blue Cross Blue Shield","discipline":"Medical"},{"id":"1379","state":"Pennsylvania","insurance_name":"HighMark Blue Cross Blue Shield","discipline":"Medical"},{"id":"808","state":"California","insurance_name":"Hill Physicians Medical Group","discipline":"Medical"},{"id":"458","state":"New York","insurance_name":"HIP Health Plan of New York\t\t\t\t\t ","discipline":"Deprecated"},{"id":"698","state":"All","insurance_name":"HMA (Health Management Associates)","discipline":"Medical"},{"id":"372","state":"New Jersey","insurance_name":"Horizon Blue Cross Blue Shield of New Jersey","discipline":"Deprecated"},{"id":"1220","state":"New Jersey","insurance_name":"Horizon Blue Cross Blue Shield of New Jersey","discipline":"Medical"},{"id":"459","state":"New York","insurance_name":"Horizon Healthcare of New York\t\t\t\t ","discipline":"Deprecated"},{"id":"1221","state":"New Jersey","insurance_name":"Horizon NJ Health","discipline":"Medical"},{"id":"1265","state":"New York","insurance_name":"Hudson Health Plan","discipline":"Medical"},{"id":"699","state":"All","insurance_name":"Humana","discipline":"Medical"},{"id":"440","state":"Indiana","insurance_name":"Humana One Health Insurance\t\t\t\t\t ","discipline":"Deprecated"},{"id":"531","state":"Kansas","insurance_name":"Humana One Health Insurance\t\t\t\t ","discipline":"Deprecated"},{"id":"549","state":"Ohio","insurance_name":"Humana One Health Insurance\t\t\t\t ","discipline":"Deprecated"},{"id":"400","state":"Illinois","insurance_name":"Humana One Health Insurance\t\t\t\t ","discipline":"Deprecated"},{"id":"497","state":"North Carolina","insurance_name":"Humana One Health Insurance\t\t\t\t ","discipline":"Deprecated"},{"id":"417","state":"New Mexico","insurance_name":"Humana One Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"568","state":"Wisconsin","insurance_name":"Humana One Health Insurance\t\t ","discipline":"Deprecated"},{"id":"585","state":"Kentucky","insurance_name":"Humana One Health Insurance\t\t ","discipline":"Deprecated"},{"id":"260","state":"Florida","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"7","state":"Alabama","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"276","state":"Nebraska","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"296","state":"Texas","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"73","state":"Arizona","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"329","state":"Nevada","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"342","state":"Utah","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"599","state":"Wyoming","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"90","state":"Michigan","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"614","state":"Louisiana","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"630","state":"Oaklahoma","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"130","state":"South Carolina","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"155","state":"Mississippi","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"201","state":"Missouri","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"223","state":"Tennessee","insurance_name":"Humana One Health Insurance","discipline":"Deprecated"},{"id":"441","state":"Indiana","insurance_name":"IHC Standard Security Health Insurance\t\t ","discipline":"Deprecated"},{"id":"532","state":"Kansas","insurance_name":"IHC Standard Security Health Insurance\t ","discipline":"Deprecated"},{"id":"550","state":"Ohio","insurance_name":"IHC Standard Security Health Insurance\t ","discipline":"Deprecated"},{"id":"401","state":"Illinois","insurance_name":"IHC Standard Security Health Insurance\t ","discipline":"Deprecated"},{"id":"480","state":"Iowa","insurance_name":"IHC Standard Security Health Insurance\t ","discipline":"Deprecated"},{"id":"498","state":"North Carolina","insurance_name":"IHC Standard Security Health Insurance\t ","discipline":"Deprecated"},{"id":"261","state":"Florida","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"8","state":"Alabama","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"277","state":"Nebraska","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"297","state":"Texas","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"569","state":"Wisconsin","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"60","state":"Pennsylvania","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"316","state":"Georgia","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"74","state":"Arizona","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"331","state":"Nevada","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"600","state":"Wyoming","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"91","state":"Michigan","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"631","state":"Oaklahoma","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"131","state":"South Carolina","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"418","state":"New Mexico","insurance_name":"IHC Standard Security Health Insurance ","discipline":"Deprecated"},{"id":"166","state":"South Dakota","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"202","state":"Missouri","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"224","state":"Tennessee","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"235","state":"Montana","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"511","state":"West Virginia","insurance_name":"IHC Standard Security Health Insurance","discipline":"Deprecated"},{"id":"977","state":"Illinois","insurance_name":"Illinicare","discipline":"Medical"},{"id":"978","state":"Illinois","insurance_name":"Illinois Workers\' Compensation Commission","discipline":"Medical"},{"id":"1380","state":"Pennsylvania","insurance_name":"Independence Blue Cross","discipline":"Medical"},{"id":"1266","state":"New York","insurance_name":"Independent Health","discipline":"Medical"},{"id":"1003","state":"Indiana","insurance_name":"Indiana Health Network (IHN)","discipline":"Medical"},{"id":"809","state":"California","insurance_name":"Inter Valley Health Plan","discipline":"Medical"},{"id":"343","state":"Utah","insurance_name":"InterMountain (IHC) Health Plans","discipline":"Deprecated"},{"id":"939","state":"Global","insurance_name":"International Medical Group (IMG)","discipline":"Medical"},{"id":"899","state":"Florida","insurance_name":"JMH Health Plan","discipline":"Medical"},{"id":"1267","state":"New York","insurance_name":"Johns Hopkins Employer Health Programs","discipline":"Medical"},{"id":"810","state":"California","insurance_name":"Kaiser Permanente","discipline":"Medical"},{"id":"1070","state":"Maryland","insurance_name":"Kaiser Permanente","discipline":"Medical"},{"id":"1331","state":"Ohio","insurance_name":"Kaiser Permanente","discipline":"Medical"},{"id":"841","state":"Colorado","insurance_name":"Kaiser Permanente","discipline":"Medical"},{"id":"1356","state":"Oregon","insurance_name":"Kaiser Permanente","discipline":"Medical"},{"id":"349","state":"Hawaii","insurance_name":"Kaiser Permanente","discipline":"Deprecated"},{"id":"930","state":"Georgia","insurance_name":"Kaiser Permanente","discipline":"Medical"},{"id":"947","state":"Hawaii","insurance_name":"Kaiser Permanente","discipline":"Medical"},{"id":"1502","state":"Virginia","insurance_name":"Kaiser Permanente","discipline":"Medical"},{"id":"1518","state":"Washington","insurance_name":"Kaiser Permanente","discipline":"Medical"},{"id":"1535","state":"Washington D.C.","insurance_name":"Kaiser Permanente","discipline":"Medical"},{"id":"27","state":"Oregon","insurance_name":"Kaiser Permanente Northwest","discipline":"Deprecated"},{"id":"146","state":"California","insurance_name":"Kaiser Permanente of California","discipline":"Deprecated"},{"id":"177","state":"Colorado","insurance_name":"Kaiser Permanente of Colorado ","discipline":"Deprecated"},{"id":"317","state":"Georgia","insurance_name":"Kaiser Permanente of Georgia","discipline":"Deprecated"},{"id":"551","state":"Ohio","insurance_name":"Kaiser Permanente of Ohio\t\t\t\t ","discipline":"Deprecated"},{"id":"469","state":"Washington DC","insurance_name":"Kaiser Permanente of the Mid Atlantic States","discipline":"Deprecated"},{"id":"18","state":"Maryland","insurance_name":"Kaiser Permanente of the Mid-Atlantic","discipline":"Deprecated"},{"id":"384","state":"Virginia","insurance_name":"Kaiser Permanente of the Mid-Atlantic States ","discipline":"Deprecated"},{"id":"1381","state":"Pennsylvania","insurance_name":"Keystone First","discipline":"Medical"},{"id":"427","state":"Washington","insurance_name":"KPS Health Plan\t\t\t\t\t","discipline":"Deprecated"},{"id":"1519","state":"Washington","insurance_name":"KPS Health Plans","discipline":"Medical"},{"id":"811","state":"California","insurance_name":"L.A. Care Health Plan","discipline":"Medical"},{"id":"979","state":"Illinois","insurance_name":"Land of Lincoln Health Insurance Co-Op","discipline":"Medical"},{"id":"1268","state":"New York","insurance_name":"Liberty Health Advantage","discipline":"Medical"},{"id":"700","state":"All","insurance_name":"Liberty Mutual","discipline":"Medical"},{"id":"1520","state":"Washington","insurance_name":"LifeWise","discipline":"Medical"},{"id":"28","state":"Oregon","insurance_name":"LifeWise Health Plan of Oregon","discipline":"Deprecated"},{"id":"428","state":"Washington","insurance_name":"LifeWise Health Plan of Washington","discipline":"Deprecated"},{"id":"1382","state":"Pennsylvania","insurance_name":"Lincoln Financial Group","discipline":"Medical"},{"id":"1004","state":"Indiana","insurance_name":"Lincoln Financial Group","discipline":"Medical"},{"id":"1269","state":"New York","insurance_name":"Lincoln Financial Group","discipline":"Medical"},{"id":"1234","state":"New Mexico","insurance_name":"Lovelace Health Plan","discipline":"Medical"},{"id":"419","state":"New Mexico","insurance_name":"Lovelace iPlan Health Insurance\t\t ","discipline":"Deprecated"},{"id":"701","state":"All","insurance_name":"Loyal American Life Insurance Company","discipline":"Medical"},{"id":"702","state":"All","insurance_name":"Lutheran Preferred","discipline":"Medical"},{"id":"703","state":"All","insurance_name":"Magellan Health Services","discipline":"Medical"},{"id":"900","state":"Florida","insurance_name":"MagnaCare","discipline":"Medical"},{"id":"1222","state":"New Jersey","insurance_name":"MagnaCare","discipline":"Medical"},{"id":"1270","state":"New York","insurance_name":"MagnaCare","discipline":"Medical"},{"id":"704","state":"All","insurance_name":"Mail Handlers Benefit Plan","discipline":"Dentistry"},{"id":"705","state":"All","insurance_name":"Mail Handlers Benefit Plan","discipline":"Medical"},{"id":"706","state":"All","insurance_name":"Managed Health Network (MHN)","discipline":"Medical"},{"id":"901","state":"Florida","insurance_name":"Manatee Your Choice Health Plan","discipline":"Dentistry"},{"id":"902","state":"Florida","insurance_name":"Manatee Your Choice Health Plan","discipline":"Medical"},{"id":"707","state":"All","insurance_name":"March Vision Care","discipline":"Medical"},{"id":"770","state":"Arizona","insurance_name":"Maricopa Health Plan","discipline":"Medical"},{"id":"1071","state":"Maryland","insurance_name":"Maryland Health Insurance Plan","discipline":"Medical"},{"id":"1072","state":"Maryland","insurance_name":"Maryland Medical Assistance (Medicaid)","discipline":"Medical"},{"id":"1073","state":"Maryland","insurance_name":"Maryland Physicians Care","discipline":"Medical"},{"id":"1074","state":"Maryland","insurance_name":"Maryland Workers\' Compensation","discipline":"Medical"},{"id":"1098","state":"Massachusetts","insurance_name":"MassHealth","discipline":"Medical"},{"id":"1117","state":"Michigan","insurance_name":"McLaren Health Plan","discipline":"Medical"},{"id":"903","state":"Florida","insurance_name":"MCM Maxcare","discipline":"Medical"},{"id":"829","state":"Canada","insurance_name":"Medi-Cal","discipline":"Medical"},{"id":"116","state":"Minnesota","insurance_name":"Medica","discipline":"Deprecated"},{"id":"167","state":"South Dakota","insurance_name":"Medica","discipline":"Deprecated"},{"id":"1563","state":"Wisconsin","insurance_name":"Medica (Minnesota)","discipline":"Medical"},{"id":"1317","state":"North Dakota","insurance_name":"Medica (Minnesota)","discipline":"Medical"},{"id":"1131","state":"Minnesota","insurance_name":"Medica (Minnesota)","discipline":"Medical"},{"id":"1417","state":"South Dakota","insurance_name":"Medica (Minnesota)","discipline":"Medical"},{"id":"518","state":"North Dakota","insurance_name":"Medica Health Insurance\t\t\t\t\t ","discipline":"Deprecated"},{"id":"904","state":"Florida","insurance_name":"Medica HealthCare Plans (Florida)","discipline":"Medical"},{"id":"708","state":"All","insurance_name":"Medicaid","discipline":"Medical"},{"id":"812","state":"California","insurance_name":"Medicaid Medi-Cal Dual Eligible","discipline":"Medical"},{"id":"813","state":"California","insurance_name":"Medical Eye Services (MES Vision)","discipline":"Medical"},{"id":"1332","state":"Ohio","insurance_name":"Medical Mutual","discipline":"Medical"},{"id":"552","state":"Ohio","insurance_name":"Medical Mutual of Ohio\t\t\t\t\t ","discipline":"Deprecated"},{"id":"709","state":"All","insurance_name":"Medicare","discipline":"Medical"},{"id":"1536","state":"Washington D.C.","insurance_name":"MedStar Family Choice","discipline":"Medical"},{"id":"1075","state":"Maryland","insurance_name":"MedStar Family Choice","discipline":"Medical"},{"id":"710","state":"All","insurance_name":"Mega Life and Health Insurance Company","discipline":"Medical"},{"id":"1333","state":"Ohio","insurance_name":"Merchants Insurance Group","discipline":"Medical"},{"id":"1099","state":"Massachusetts","insurance_name":"Merchants Insurance Group","discipline":"Medical"},{"id":"1118","state":"Michigan","insurance_name":"Merchants Insurance Group","discipline":"Medical"},{"id":"1383","state":"Pennsylvania","insurance_name":"Merchants Insurance Group","discipline":"Medical"},{"id":"1398","state":"Rhode Island","insurance_name":"Merchants Insurance Group","discipline":"Medical"},{"id":"1203","state":"New Hampshire","insurance_name":"Merchants Insurance Group","discipline":"Medical"},{"id":"1223","state":"New Jersey","insurance_name":"Merchants Insurance Group","discipline":"Medical"},{"id":"1271","state":"New York","insurance_name":"Merchants Insurance Group","discipline":"Medical"},{"id":"771","state":"Arizona","insurance_name":"Mercy Care","discipline":"Medical"},{"id":"203","state":"Missouri","insurance_name":"Mercy Health Plan Health Insurance","discipline":"Deprecated"},{"id":"1119","state":"Michigan","insurance_name":"Meridian Health Plan","discipline":"Medical"},{"id":"1204","state":"New Hampshire","insurance_name":"Meridian Health Plan","discipline":"Medical"},{"id":"980","state":"Illinois","insurance_name":"Meridian Health Plan","discipline":"Medical"},{"id":"1016","state":"Iowa","insurance_name":"Meridian Health Plan","discipline":"Medical"},{"id":"772","state":"Arizona","insurance_name":"Meritus Arizona","discipline":"Medical"},{"id":"711","state":"All","insurance_name":"MetLife","discipline":"Medical"},{"id":"1272","state":"New York","insurance_name":"Metro Plus","discipline":"Medical"},{"id":"1132","state":"Minnesota","insurance_name":"Metropolitan Health Plan","discipline":"Medical"},{"id":"1537","state":"Washington D.C.","insurance_name":"MHealth","discipline":"Medical"},{"id":"1120","state":"Michigan","insurance_name":"Midwest Health Plan","discipline":"Medical"},{"id":"442","state":"Indiana","insurance_name":"Midwest Security\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"553","state":"Ohio","insurance_name":"Midwest Security\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"402","state":"Illinois","insurance_name":"Midwest Security\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"481","state":"Iowa","insurance_name":"Midwest Security\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"570","state":"Wisconsin","insurance_name":"Midwest Security \t\t\t\t\t ","discipline":"Deprecated"},{"id":"814","state":"California","insurance_name":"Mills-Peninsula Medical Group","discipline":"Medical"},{"id":"1152","state":"Missouri","insurance_name":"Missouri Care","discipline":"Medical"},{"id":"1153","state":"Missouri","insurance_name":"Missouri Employers Mutual Insurance","discipline":"Medical"},{"id":"1154","state":"Missouri","insurance_name":"MO HealthNet","discipline":"Medical"},{"id":"1357","state":"Oregon","insurance_name":"Moda Health","discipline":"Medical"},{"id":"652","state":"Alaska","insurance_name":"Moda Health","discipline":"Medical"},{"id":"1521","state":"Washington","insurance_name":"Moda Health","discipline":"Medical"},{"id":"1564","state":"Wisconsin","insurance_name":"Molina Healthcare","discipline":"Medical"},{"id":"815","state":"California","insurance_name":"Molina Healthcare","discipline":"Medical"},{"id":"1334","state":"Ohio","insurance_name":"Molina Healthcare","discipline":"Medical"},{"id":"1121","state":"Michigan","insurance_name":"Molina Healthcare","discipline":"Medical"},{"id":"905","state":"Florida","insurance_name":"Molina Healthcare","discipline":"Medical"},{"id":"1456","state":"Texas","insurance_name":"Molina Healthcare","discipline":"Medical"},{"id":"1478","state":"Utah","insurance_name":"Molina Healthcare","discipline":"Medical"},{"id":"1235","state":"New Mexico","insurance_name":"Molina Healthcare","discipline":"Medical"},{"id":"981","state":"Illinois","insurance_name":"Molina Healthcare","discipline":"Medical"},{"id":"1522","state":"Washington","insurance_name":"Molina Healthcare","discipline":"Medical"},{"id":"712","state":"All","insurance_name":"Motion Picture Industry Health Plan","discipline":"Medical"},{"id":"510","state":"West Virginia","insurance_name":"Mountain State Blue Cross Blue Shield ","discipline":"Deprecated"},{"id":"39","state":"Alaska","insurance_name":"Multiflex Dental","discipline":"Deprecated"},{"id":"1273","state":"New York","insurance_name":"Multiplan PHCS","discipline":"Medical"},{"id":"1171","state":"Nebraska","insurance_name":"Mutual of Omaha","discipline":"Medical"},{"id":"1189","state":"Nevada","insurance_name":"Mutual of Omaha","discipline":"Medical"},{"id":"460","state":"New York","insurance_name":"MVP Health Care\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"358","state":"Vermont","insurance_name":"MVP Health Care","discipline":"Deprecated"},{"id":"1205","state":"New Hampshire","insurance_name":"MVP Health Care","discipline":"Medical"},{"id":"1206","state":"New Hampshire","insurance_name":"MVP Health Care","discipline":"Medical"},{"id":"1488","state":"Vermont","insurance_name":"MVP Health Care","discipline":"Medical"},{"id":"1489","state":"Vermont","insurance_name":"MVP Health Care","discipline":"Medical"},{"id":"1274","state":"New York","insurance_name":"MVP Health Care","discipline":"Medical"},{"id":"713","state":"All","insurance_name":"National Capital","discipline":"Medical"},{"id":"714","state":"All","insurance_name":"National Vision Administrators","discipline":"Medical"},{"id":"715","state":"All","insurance_name":"Nationwide","discipline":"Medical"},{"id":"1311","state":"North Carolina","insurance_name":"NCAS","discipline":"Medical"},{"id":"1076","state":"Maryland","insurance_name":"NCAS","discipline":"Medical"},{"id":"1503","state":"Virginia","insurance_name":"NCAS","discipline":"Medical"},{"id":"1100","state":"Massachusetts","insurance_name":"Neighborhood Health Plan (Massachusetts)","discipline":"Medical"},{"id":"1275","state":"New York","insurance_name":"Neighborhood Health Providers (NY)","discipline":"Medical"},{"id":"1101","state":"Massachusetts","insurance_name":"Network Health","discipline":"Medical"},{"id":"1190","state":"Nevada","insurance_name":"Nevada Health CO-OP","discipline":"Medical"},{"id":"1191","state":"Nevada","insurance_name":"Nevada Preferred","discipline":"Medical"},{"id":"1384","state":"Pennsylvania","insurance_name":"New Era","discipline":"Medical"},{"id":"1172","state":"Nebraska","insurance_name":"New Era","discipline":"Medical"},{"id":"1457","state":"Texas","insurance_name":"New Era","discipline":"Medical"},{"id":"1276","state":"New York","insurance_name":"NewYork-Presbyterian Community Health Plan","discipline":"Medical"},{"id":"940","state":"Global","insurance_name":"Nippon Life Benefits","discipline":"Medical"},{"id":"1277","state":"New York","insurance_name":"North Shore LIJ CareConnect","discipline":"Medical"},{"id":"716","state":"All","insurance_name":"NovaNet","discipline":"Medical"},{"id":"1278","state":"New York","insurance_name":"NY State No-Fault","discipline":"Medical"},{"id":"1279","state":"New York","insurance_name":"NY State Workers\' Compensation Board","discipline":"Medical"},{"id":"29","state":"Oregon","insurance_name":"ODS Health Plan Health Insurance","discipline":"Deprecated"},{"id":"1335","state":"Ohio","insurance_name":"Ohio State University Health Plan","discipline":"Medical"},{"id":"1538","state":"Washington D.C.","insurance_name":"OneNet PPO, LLC","discipline":"Medical"},{"id":"1548","state":"West Virginia","insurance_name":"OneNet PPO, LLC","discipline":"Medical"},{"id":"1312","state":"North Carolina","insurance_name":"OneNet PPO, LLC","discipline":"Medical"},{"id":"1077","state":"Maryland","insurance_name":"OneNet PPO, LLC","discipline":"Medical"},{"id":"862","state":"Delaware","insurance_name":"OneNet PPO, LLC","discipline":"Medical"},{"id":"1385","state":"Pennsylvania","insurance_name":"OneNet PPO, LLC","discipline":"Medical"},{"id":"1504","state":"Virginia","insurance_name":"OneNet PPO, LLC","discipline":"Medical"},{"id":"717","state":"All","insurance_name":"OptiCare Managed Vision","discipline":"Medical"},{"id":"1479","state":"Utah","insurance_name":"Opticare of Utah","discipline":"Medical"},{"id":"1505","state":"Virginia","insurance_name":"OptimaHealth","discipline":"Medical"},{"id":"906","state":"Florida","insurance_name":"Optimum HealthCare","discipline":"Medical"},{"id":"941","state":"Global","insurance_name":"Optum Health","discipline":"Medical"},{"id":"1358","state":"Oregon","insurance_name":"Oregon\'s Health Co-Op","discipline":"Medical"},{"id":"1280","state":"New York","insurance_name":"Oscar Health Insurance Co.","discipline":"Medical"},{"id":"189","state":"Connecticut","insurance_name":"Oxford","discipline":"Deprecated"},{"id":"1281","state":"New York","insurance_name":"Oxford (UnitedHealthcare)","discipline":"Medical"},{"id":"855","state":"Connecticut","insurance_name":"Oxford (UnitedHealthcare)","discipline":"Medical"},{"id":"1224","state":"New Jersey","insurance_name":"Oxford (UnitedHealthcare)","discipline":"Medical"},{"id":"461","state":"New York","insurance_name":"Oxford Health Plans \t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"373","state":"New Jersey","insurance_name":"Oxford Health Plans","discipline":"Deprecated"},{"id":"364","state":"Idaho","insurance_name":"Pacific Source Health Plan","discipline":"Deprecated"},{"id":"298","state":"Texas","insurance_name":"PacifiCare","discipline":"Deprecated"},{"id":"332","state":"Nevada","insurance_name":"PacifiCare","discipline":"Deprecated"},{"id":"147","state":"California","insurance_name":"PacifiCare of California","discipline":"Deprecated"},{"id":"178","state":"Colorado","insurance_name":"PacifiCare of Colorado","discipline":"Deprecated"},{"id":"30","state":"Oregon","insurance_name":"PacifiCare of Oregon","discipline":"Deprecated"},{"id":"1359","state":"Oregon","insurance_name":"PacificSource Health Plans","discipline":"Medical"},{"id":"1160","state":"Montana","insurance_name":"PacificSource Health Plans","discipline":"Medical"},{"id":"955","state":"Idaho","insurance_name":"PacificSource Health Plans","discipline":"Medical"},{"id":"1523","state":"Washington","insurance_name":"PacificSource Health Plans","discipline":"Medical"},{"id":"1458","state":"Texas","insurance_name":"Parkland Community Health Plan","discipline":"Medical"},{"id":"931","state":"Georgia","insurance_name":"Peach State Health Plan","discipline":"Medical"},{"id":"932","state":"Georgia","insurance_name":"PeachCare for Kids","discipline":"Medical"},{"id":"718","state":"All","insurance_name":"Penn National Insurance","discipline":"Medical"},{"id":"1578","state":"All","insurance_name":"PetFirst","discipline":"Veterinary"},{"id":"1580","state":"All","insurance_name":"Petplan","discipline":"Veterinary"},{"id":"1579","state":"All","insurance_name":"Pets Best","discipline":"Veterinary"},{"id":"773","state":"Arizona","insurance_name":"Phoenix Health Plan","discipline":"Medical"},{"id":"443","state":"Indiana","insurance_name":"PHP - Physicians Health Plan of Northern Indiana","discipline":"Deprecated"},{"id":"816","state":"California","insurance_name":"Physicians Medical Group of San Jose","discipline":"Medical"},{"id":"1173","state":"Nebraska","insurance_name":"Physicians Mutual","discipline":"Dentistry"},{"id":"1174","state":"Nebraska","insurance_name":"Physicians Mutual","discipline":"Medical"},{"id":"571","state":"Wisconsin","insurance_name":"Physicians Plus Health Insurance\t ","discipline":"Deprecated"},{"id":"1282","state":"New York","insurance_name":"POMCO","discipline":"Medical"},{"id":"907","state":"Florida","insurance_name":"Preferred Care Partners","discipline":"Medical"},{"id":"908","state":"Florida","insurance_name":"Preferred Medical Plan","discipline":"Medical"},{"id":"1565","state":"Wisconsin","insurance_name":"Preferred Network Access (PNA)","discipline":"Medical"},{"id":"982","state":"Illinois","insurance_name":"Preferred Network Access (PNA)","discipline":"Medical"},{"id":"1005","state":"Indiana","insurance_name":"Preferred Network Access (PNA)","discipline":"Medical"},{"id":"1017","state":"Iowa","insurance_name":"Preferred Network Access (PNA)","discipline":"Medical"},{"id":"117","state":"Minnesota","insurance_name":"Preferred One Health Insurance","discipline":"Deprecated"},{"id":"1133","state":"Minnesota","insurance_name":"PreferredOne","discipline":"Medical"},{"id":"429","state":"Washington","insurance_name":"Premera Blue Cross\t\t\t\t","discipline":"Deprecated"},{"id":"653","state":"Alaska","insurance_name":"Premera Blue Cross","discipline":"Medical"},{"id":"1524","state":"Washington","insurance_name":"Premera Blue Cross","discipline":"Medical"},{"id":"40","state":"Alaska","insurance_name":"Premera Blue Cross Blue Shield of Alaska","discipline":"Deprecated"},{"id":"420","state":"New Mexico","insurance_name":"Presbyterian Health Insirance\t\t\t ","discipline":"Deprecated"},{"id":"1236","state":"New Mexico","insurance_name":"Presbyterian Health Plan\/Presbyterian Insurance Company","discipline":"Medical"},{"id":"909","state":"Florida","insurance_name":"Prestige Health Choice","discipline":"Medical"},{"id":"719","state":"All","insurance_name":"Prime Health Services, Inc","discipline":"Medical"},{"id":"720","state":"All","insurance_name":"Principal Financial Group","discipline":"Medical"},{"id":"572","state":"Wisconsin","insurance_name":"Principal Life\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"19","state":"Maryland","insurance_name":"Principal Life","discipline":"Deprecated"},{"id":"41","state":"Alaska","insurance_name":"Principal Life","discipline":"Deprecated"},{"id":"318","state":"Georgia","insurance_name":"Principal Life","discipline":"Deprecated"},{"id":"601","state":"Wyoming","insurance_name":"Principal Life","discipline":"Deprecated"},{"id":"92","state":"Michigan","insurance_name":"Principal Life","discipline":"Deprecated"},{"id":"385","state":"Virginia","insurance_name":"Principal Life","discipline":"Deprecated"},{"id":"132","state":"South Carolina","insurance_name":"Principal Life","discipline":"Deprecated"},{"id":"470","state":"Washington DC","insurance_name":"Principal Life","discipline":"Deprecated"},{"id":"1122","state":"Michigan","insurance_name":"Priority Health","discipline":"Medical"},{"id":"1078","state":"Maryland","insurance_name":"Priority Partners","discipline":"Medical"},{"id":"721","state":"All","insurance_name":"Progressive","discipline":"Medical"},{"id":"31","state":"Oregon","insurance_name":"Providence Health Insurance","discipline":"Deprecated"},{"id":"722","state":"All","insurance_name":"Providence Health Plans","discipline":"Medical"},{"id":"983","state":"Illinois","insurance_name":"Public Aid (Illinois Medicaid)","discipline":"Medical"},{"id":"1283","state":"New York","insurance_name":"QualCare","discipline":"Medical"},{"id":"1386","state":"Pennsylvania","insurance_name":"QualCare","discipline":"Medical"},{"id":"1225","state":"New Jersey","insurance_name":"QualCare","discipline":"Medical"},{"id":"1284","state":"New York","insurance_name":"Quality Health Plans of New York","discipline":"Medical"},{"id":"984","state":"Illinois","insurance_name":"Ravenswood Physicians Associates (RPA)","discipline":"Medical"},{"id":"1360","state":"Oregon","insurance_name":"Regence Blue Cross Blue Shield","discipline":"Medical"},{"id":"956","state":"Idaho","insurance_name":"Regence Blue Cross Blue Shield","discipline":"Medical"},{"id":"1480","state":"Utah","insurance_name":"Regence Blue Cross Blue Shield","discipline":"Medical"},{"id":"1525","state":"Washington","insurance_name":"Regence Blue Cross Blue Shield","discipline":"Medical"},{"id":"366","state":"Idaho","insurance_name":"Regence Blue Shield","discipline":"Deprecated"},{"id":"32","state":"Oregon","insurance_name":"Regence BlueCross BlueShield of Oregon","discipline":"Deprecated"},{"id":"344","state":"Utah","insurance_name":"Regence BlueCross BlueShield of Utah","discipline":"Deprecated"},{"id":"430","state":"Washington","insurance_name":"Regence BlueShield of Washington","discipline":"Deprecated"},{"id":"910","state":"Florida","insurance_name":"Renaissance Health Systems","discipline":"Medical"},{"id":"103","state":"Rhode Island","insurance_name":"Rite Share","discipline":"Deprecated"},{"id":"723","state":"All","insurance_name":"Rockport Healthcare","discipline":"Medical"},{"id":"842","state":"Colorado","insurance_name":"Rocky Mountain Health Plans","discipline":"Medical"},{"id":"724","state":"All","insurance_name":"SafeCo","discipline":"Medical"},{"id":"725","state":"All","insurance_name":"SafeGuard","discipline":"Medical"},{"id":"1006","state":"Indiana","insurance_name":"Sagamore Health Network","discipline":"Medical"},{"id":"1192","state":"Nevada","insurance_name":"Saint Mary\'s Health Plans","discipline":"Medical"},{"id":"817","state":"California","insurance_name":"San Francisco Health Plan","discipline":"Medical"},{"id":"818","state":"California","insurance_name":"Santa Clara County IPA (SCCIPA)","discipline":"Medical"},{"id":"819","state":"California","insurance_name":"SCAN Health Plan","discipline":"Medical"},{"id":"1459","state":"Texas","insurance_name":"Scott & White Health Plan","discipline":"Medical"},{"id":"533","state":"Kansas","insurance_name":"Security Life\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"444","state":"Indiana","insurance_name":"Security Life\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"519","state":"North Dakota","insurance_name":"Security Life\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"554","state":"Ohio","insurance_name":"Security Life\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"403","state":"Illinois","insurance_name":"Security Life\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"421","state":"New Mexico","insurance_name":"Security Life\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"482","state":"Iowa","insurance_name":"Security Life\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"573","state":"Wisconsin","insurance_name":"Security Life\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"587","state":"Kentucky","insurance_name":"Security Life\t\t\t\t\t ","discipline":"Deprecated"},{"id":"431","state":"Washington","insurance_name":"Security Life\t\t\t\t\t ","discipline":"Deprecated"},{"id":"278","state":"Nebraska","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"33","state":"Oregon","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"42","state":"Alaska","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"299","state":"Texas","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"61","state":"Pennsylvania","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"319","state":"Georgia","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"333","state":"Nevada","insurance_name":"Security Life ","discipline":"Deprecated"},{"id":"345","state":"Utah","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"602","state":"Wyoming","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"350","state":"Hawaii","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"615","state":"Louisiana","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"365","state":"Idaho","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"110","state":"Arkansas","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"118","state":"Minnesota","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"632","state":"Oaklahoma","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"386","state":"Virginia","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"133","state":"South Carolina","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"148","state":"California","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"156","state":"Mississippi","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"179","state":"Colorado","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"204","state":"Missouri","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"471","state":"Washington DC","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"225","state":"Tennessee","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"231","state":"Montana","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"246","state":"Delaware","insurance_name":"Security Life","discipline":"Deprecated"},{"id":"820","state":"California","insurance_name":"See Change Health Ins. Co","discipline":"Medical"},{"id":"843","state":"Colorado","insurance_name":"See Change Health Ins. Co","discipline":"Medical"},{"id":"1285","state":"New York","insurance_name":"Select Care","discipline":"Medical"},{"id":"346","state":"Utah","insurance_name":"Select Health Insurance","discipline":"Deprecated"},{"id":"726","state":"All","insurance_name":"Select Health Network","discipline":"Medical"},{"id":"957","state":"Idaho","insurance_name":"SelectHealth","discipline":"Medical"},{"id":"1481","state":"Utah","insurance_name":"SelectHealth","discipline":"Medical"},{"id":"1460","state":"Texas","insurance_name":"Sendero Health Plans","discipline":"Medical"},{"id":"1286","state":"New York","insurance_name":"Senior Whole Health","discipline":"Medical"},{"id":"1461","state":"Texas","insurance_name":"Seton Health Plan","discipline":"Medical"},{"id":"727","state":"All","insurance_name":"Seven Corners","discipline":"Medical"},{"id":"821","state":"California","insurance_name":"Sharp Health Plan","discipline":"Medical"},{"id":"1193","state":"Nevada","insurance_name":"Sierra Health and Life","discipline":"Medical"},{"id":"774","state":"Arizona","insurance_name":"SightCare","discipline":"Medical"},{"id":"1387","state":"Pennsylvania","insurance_name":"Significa","discipline":"Medical"},{"id":"911","state":"Florida","insurance_name":"Simply Healthcare","discipline":"Medical"},{"id":"1526","state":"Washington","insurance_name":"Sound Health & Wellness Trust","discipline":"Medical"},{"id":"912","state":"Florida","insurance_name":"South Florida Community Care Network","discipline":"Medical"},{"id":"728","state":"All","insurance_name":"Spectera","discipline":"Medical"},{"id":"729","state":"All","insurance_name":"Standard Life and Accident Insurance Company","discipline":"Medical"},{"id":"730","state":"All","insurance_name":"Starmark","discipline":"Medical"},{"id":"1361","state":"Oregon","insurance_name":"State Accident Insurance Fund Corporation (SAIF)","discipline":"Medical"},{"id":"822","state":"California","insurance_name":"State Compensation Insurance Fund","discipline":"Medical"},{"id":"731","state":"All","insurance_name":"State Farm\u00ae","discipline":"Medical"},{"id":"1287","state":"New York","insurance_name":"Sterling Insurance","discipline":"Medical"},{"id":"732","state":"All","insurance_name":"Stratose","discipline":"Medical"},{"id":"555","state":"Ohio","insurance_name":"SumaCare of Ohio\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"633","state":"Oaklahoma","insurance_name":"SumaCare of Ohio","discipline":"Deprecated"},{"id":"1336","state":"Ohio","insurance_name":"SummaCare","discipline":"Medical"},{"id":"733","state":"All","insurance_name":"Summit Health","discipline":"Medical"},{"id":"913","state":"Florida","insurance_name":"Sunshine State Health Plan","discipline":"Medical"},{"id":"1462","state":"Texas","insurance_name":"Superior HealthPlan","discipline":"Medical"},{"id":"823","state":"California","insurance_name":"Superior Vision","discipline":"Medical"},{"id":"734","state":"All","insurance_name":"SutterSelect","discipline":"Medical"},{"id":"1194","state":"Nevada","insurance_name":"Teachers Health Trust","discipline":"Medical"},{"id":"1463","state":"Texas","insurance_name":"TexanPlus","discipline":"Medical"},{"id":"1464","state":"Texas","insurance_name":"Texas Children\'s Health Plan","discipline":"Medical"},{"id":"1465","state":"Texas","insurance_name":"Texas Community Care","discipline":"Medical"},{"id":"1466","state":"Texas","insurance_name":"Texas Healthcare Foundation","discipline":"Medical"},{"id":"1467","state":"Texas","insurance_name":"Texas TrueChoice","discipline":"Medical"},{"id":"1468","state":"Texas","insurance_name":"Texas Women\'s Health Program","discipline":"Medical"},{"id":"856","state":"Connecticut","insurance_name":"The Hartford","discipline":"Medical"},{"id":"445","state":"Indiana","insurance_name":"Time Insurance Health Insurance\t\t\t\t ","discipline":"Deprecated"},{"id":"520","state":"North Dakota","insurance_name":"Time Insurance Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"534","state":"Kansas","insurance_name":"Time Insurance Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"408","state":"Illinois","insurance_name":"Time Insurance Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"483","state":"Iowa","insurance_name":"Time Insurance Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"499","state":"North Carolina","insurance_name":"Time Insurance Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"422","state":"New Mexico","insurance_name":"Time Insurance Health Insurance\t\t ","discipline":"Deprecated"},{"id":"512","state":"West Virginia","insurance_name":"Time Insurance Health Insurance\t ","discipline":"Deprecated"},{"id":"574","state":"Wisconsin","insurance_name":"Time Insurance Health Insurance\t ","discipline":"Deprecated"},{"id":"588","state":"Kentucky","insurance_name":"Time Insurance Health Insurance\t ","discipline":"Deprecated"},{"id":"262","state":"Florida","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"9","state":"Alabama","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"20","state":"Maryland","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"279","state":"Nebraska","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"34","state":"Oregon","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"300","state":"Texas","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"62","state":"Pennsylvania","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"320","state":"Georgia","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"75","state":"Arizona","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"334","state":"Nevada","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"347","state":"Utah","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"603","state":"Wyoming","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"93","state":"Michigan","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"355","state":"New Hampshire","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"616","state":"Louisiana","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"367","state":"Idaho","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"119","state":"Minnesota","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"634","state":"Oaklahoma","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"640","state":"Maine","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"134","state":"South Carolina","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"157","state":"Mississippi","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"168","state":"South Dakota","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"432","state":"Washington","insurance_name":"Time Insurance Health Insurance ","discipline":"Deprecated"},{"id":"205","state":"Missouri","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"226","state":"Tennessee","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"236","state":"Montana","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"247","state":"Delaware","insurance_name":"Time Insurance Health Insurance","discipline":"Deprecated"},{"id":"1288","state":"New York","insurance_name":"Today\'s Options of New York","discipline":"Medical"},{"id":"824","state":"California","insurance_name":"Torrance Hospital IPA","discipline":"Medical"},{"id":"1289","state":"New York","insurance_name":"Total Health Care","discipline":"Medical"},{"id":"1388","state":"Pennsylvania","insurance_name":"Total Health Care","discipline":"Medical"},{"id":"1226","state":"New Jersey","insurance_name":"Total Health Care","discipline":"Medical"},{"id":"1290","state":"New York","insurance_name":"Touchstone Health","discipline":"Medical"},{"id":"735","state":"All","insurance_name":"Travelers","discipline":"Medical"},{"id":"736","state":"All","insurance_name":"Tricare","discipline":"Medical"},{"id":"1391","state":"Puerto Rico","insurance_name":"Triple-S Salud: Blue Cross Blue Shield of Puerto Rico","discipline":"Medical"},{"id":"1581","state":"All","insurance_name":"Trupanion","discipline":"Veterinary"},{"id":"1102","state":"Massachusetts","insurance_name":"Tufts Associated Health Plans, Inc.","discipline":"Medical"},{"id":"1399","state":"Rhode Island","insurance_name":"Tufts Associated Health Plans, Inc.","discipline":"Medical"},{"id":"1566","state":"Wisconsin","insurance_name":"UCare","discipline":"Medical"},{"id":"1134","state":"Minnesota","insurance_name":"UCare","discipline":"Medical"},{"id":"446","state":"Indiana","insurance_name":"UNICARE\t\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"557","state":"Ohio","insurance_name":"UNICARE\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"404","state":"Illinois","insurance_name":"UNICARE\t\t\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"1030","state":"Kansas","insurance_name":"UniCare","discipline":"Medical"},{"id":"1549","state":"West Virginia","insurance_name":"UniCare","discipline":"Medical"},{"id":"301","state":"Texas","insurance_name":"UNICARE","discipline":"Deprecated"},{"id":"335","state":"Nevada","insurance_name":"UNICARE","discipline":"Deprecated"},{"id":"1103","state":"Massachusetts","insurance_name":"UniCare","discipline":"Medical"},{"id":"94","state":"Michigan","insurance_name":"UNICARE","discipline":"Deprecated"},{"id":"1123","state":"Michigan","insurance_name":"UniCare","discipline":"Medical"},{"id":"111","state":"Arkansas","insurance_name":"UNICARE","discipline":"Deprecated"},{"id":"387","state":"Virginia","insurance_name":"UNICARE","discipline":"Deprecated"},{"id":"1469","state":"Texas","insurance_name":"UniCare","discipline":"Medical"},{"id":"985","state":"Illinois","insurance_name":"UniCare","discipline":"Medical"},{"id":"1527","state":"Washington","insurance_name":"Uniform Medical Plan","discipline":"Medical"},{"id":"1291","state":"New York","insurance_name":"Union","discipline":"Medical"},{"id":"986","state":"Illinois","insurance_name":"Union Health Services, Inc","discipline":"Medical"},{"id":"737","state":"All","insurance_name":"Union Pacific Railroad Employees Health Systems (UPREHS)","discipline":"Medical"},{"id":"1539","state":"Washington D.C.","insurance_name":"Unison Health Plan","discipline":"Medical"},{"id":"1337","state":"Ohio","insurance_name":"Unison Health Plan","discipline":"Medical"},{"id":"863","state":"Delaware","insurance_name":"Unison Health Plan","discipline":"Medical"},{"id":"1389","state":"Pennsylvania","insurance_name":"Unison Health Plan","discipline":"Medical"},{"id":"1412","state":"South Carolina","insurance_name":"Unison Health Plan","discipline":"Medical"},{"id":"1433","state":"Tennessee","insurance_name":"Unison Health Plan","discipline":"Medical"},{"id":"1470","state":"Texas","insurance_name":"United American Insurance Company","discipline":"Medical"},{"id":"536","state":"Kansas","insurance_name":"United HealthOne Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"501","state":"North Carolina","insurance_name":"United HealthOne Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"485","state":"Iowa","insurance_name":"United HealthOne Health Insurance\t\t ","discipline":"Deprecated"},{"id":"513","state":"West Virginia","insurance_name":"United HealthOne Health Insurance\t ","discipline":"Deprecated"},{"id":"63","state":"Pennsylvania","insurance_name":"United HealthOne Health Insurance","discipline":"Deprecated"},{"id":"135","state":"South Carolina","insurance_name":"United HealthOne Health Insurance","discipline":"Deprecated"},{"id":"77","state":"Arizona","insurance_name":"United Security Life Health Insurance","discipline":"Deprecated"},{"id":"207","state":"Missouri","insurance_name":"United Security Life Health Insurance","discipline":"Deprecated"},{"id":"449","state":"Indiana","insurance_name":"United Security Life Insurance\t\t\t\t ","discipline":"Deprecated"},{"id":"407","state":"Illinois","insurance_name":"United Security Life Insurance\t\t\t ","discipline":"Deprecated"},{"id":"282","state":"Nebraska","insurance_name":"United Security Life Insurance","discipline":"Deprecated"},{"id":"535","state":"Kansas","insurance_name":"UnitedHealth Care-Golden Rule\t\t\t\t ","discipline":"Deprecated"},{"id":"447","state":"Indiana","insurance_name":"UnitedHealth Care-Golden Rule\t\t\t\t ","discipline":"Deprecated"},{"id":"500","state":"North Carolina","insurance_name":"UnitedHealth Care-Golden Rule\t\t\t\t ","discipline":"Deprecated"},{"id":"546","state":"Ohio","insurance_name":"UnitedHealth Care-Golden Rule\t\t\t ","discipline":"Deprecated"},{"id":"405","state":"Illinois","insurance_name":"UnitedHealth Care-Golden Rule\t\t\t ","discipline":"Deprecated"},{"id":"423","state":"New Mexico","insurance_name":"UnitedHealth Care-Golden Rule\t\t\t ","discipline":"Deprecated"},{"id":"484","state":"Iowa","insurance_name":"UnitedHealth Care-Golden Rule\t\t\t ","discipline":"Deprecated"},{"id":"566","state":"Wisconsin","insurance_name":"UnitedHealth Care-Golden Rule\t\t ","discipline":"Deprecated"},{"id":"508","state":"West Virginia","insurance_name":"UnitedHealth Care-Golden Rule\t\t ","discipline":"Deprecated"},{"id":"589","state":"Kentucky","insurance_name":"UnitedHealth Care-Golden Rule\t ","discipline":"Deprecated"},{"id":"5","state":"Alabama","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"263","state":"Florida","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"21","state":"Maryland","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"280","state":"Nebraska","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"293","state":"Texas","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"43","state":"Alaska","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"56","state":"Pennsylvania","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"321","state":"Georgia","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"76","state":"Arizona","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"336","state":"Nevada","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"604","state":"Wyoming","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"95","state":"Michigan","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"354","state":"New Hampshire","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"617","state":"Louisiana","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"112","state":"Arkansas","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"636","state":"Oaklahoma","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"382","state":"Virginia","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"128","state":"South Carolina","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"158","state":"Mississippi","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"169","state":"South Dakota","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"180","state":"Colorado","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"190","state":"Connecticut","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"206","state":"Missouri","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"221","state":"Tennessee","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"248","state":"Delaware","insurance_name":"UnitedHealth Care-Golden Rule","discipline":"Deprecated"},{"id":"556","state":"Ohio","insurance_name":"UnitedHealth One\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"22","state":"Maryland","insurance_name":"UnitedHealth One","discipline":"Deprecated"},{"id":"302","state":"Texas","insurance_name":"UnitedHealth One","discipline":"Deprecated"},{"id":"96","state":"Michigan","insurance_name":"UnitedHealth One","discipline":"Deprecated"},{"id":"618","state":"Louisiana","insurance_name":"UnitedHealth One","discipline":"Deprecated"},{"id":"159","state":"Mississippi","insurance_name":"UnitedHealth One","discipline":"Deprecated"},{"id":"249","state":"Delaware","insurance_name":"UnitedHealth One","discipline":"Deprecated"},{"id":"448","state":"Indiana","insurance_name":"UnitedHealth One Health Insurance\t\t\t ","discipline":"Deprecated"},{"id":"406","state":"Illinois","insurance_name":"UnitedHealth One Health Insurance\t\t ","discipline":"Deprecated"},{"id":"281","state":"Nebraska","insurance_name":"UnitedHealth One Health Insurance","discipline":"Deprecated"},{"id":"337","state":"Nevada","insurance_name":"UnitedHealth One Health Insurance","discipline":"Deprecated"},{"id":"462","state":"New York","insurance_name":"UnitedHealthcare\t\t\t\t\t\t\t ","discipline":"Deprecated"},{"id":"575","state":"Wisconsin","insurance_name":"UnitedHealthcare\t\t\t\t\t ","discipline":"Deprecated"},{"id":"374","state":"New Jersey","insurance_name":"UnitedHealthcare","discipline":"Deprecated"},{"id":"635","state":"Oaklahoma","insurance_name":"UnitedHealthcare","discipline":"Deprecated"},{"id":"738","state":"All","insurance_name":"UnitedHealthcare","discipline":"Medical"},{"id":"1540","state":"Washington D.C.","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"775","state":"Arizona","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1031","state":"Kansas","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"780","state":"Arkansas","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1050","state":"Louisiana","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1567","state":"Wisconsin","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1079","state":"Maryland","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"844","state":"Colorado","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1104","state":"Massachusetts","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"864","state":"Delaware","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1124","state":"Michigan","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1137","state":"Mississippi","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"643","state":"Alabama","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1155","state":"Missouri","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"914","state":"Florida","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1175","state":"Nebraska","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"933","state":"Georgia","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1195","state":"Nevada","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"948","state":"Hawaii","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1471","state":"Texas","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1227","state":"New Jersey","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1237","state":"New Mexico","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1528","state":"Washington","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"1018","state":"Iowa","insurance_name":"UnitedHealthcare Community Plan","discipline":"Medical"},{"id":"739","state":"All","insurance_name":"UnitedHealthcare Oxford","discipline":"Medical"},{"id":"740","state":"All","insurance_name":"UnitedHealthOne","discipline":"Medical"},{"id":"576","state":"Wisconsin","insurance_name":"Unity Helath Insurance\t\t\t\t ","discipline":"Deprecated"},{"id":"1292","state":"New York","insurance_name":"Univera","discipline":"Medical"},{"id":"1293","state":"New York","insurance_name":"Universal American","discipline":"Medical"},{"id":"776","state":"Arizona","insurance_name":"University Family Care","discipline":"Medical"},{"id":"777","state":"Arizona","insurance_name":"University of Arizona Health Plans","discipline":"Medical"},{"id":"987","state":"Illinois","insurance_name":"University of Chicago Health Plan","discipline":"Medical"},{"id":"1390","state":"Pennsylvania","insurance_name":"UPMC Health Plan","discipline":"Medical"},{"id":"741","state":"All","insurance_name":"US Family Health Plan","discipline":"Medical"},{"id":"742","state":"All","insurance_name":"US Health Group","discipline":"Medical"},{"id":"743","state":"All","insurance_name":"USA Managed Care","discipline":"Medical"},{"id":"744","state":"All","insurance_name":"USAA","discipline":"Medical"},{"id":"825","state":"California","insurance_name":"Valley Health Plan","discipline":"Medical"},{"id":"745","state":"All","insurance_name":"ValueOptions","discipline":"Medical"},{"id":"1582","state":"All","insurance_name":"Veterinary Pet Insurance","discipline":"Veterinary"},{"id":"1506","state":"Virginia","insurance_name":"Virginia Health Network","discipline":"Medical"},{"id":"1507","state":"Virginia","insurance_name":"Virginia Premier Health Plan","discipline":"Medical"},{"id":"1508","state":"Virginia","insurance_name":"Virginia Workers\' Compensation Commission","discipline":"Medical"},{"id":"746","state":"All","insurance_name":"Vision Care Direct","discipline":"Medical"},{"id":"826","state":"California","insurance_name":"Vision Plan of America","discipline":"Medical"},{"id":"1294","state":"New York","insurance_name":"Vista","discipline":"Medical"},{"id":"264","state":"Florida","insurance_name":"Vista Healthplan of South Florida","discipline":"Deprecated"},{"id":"1568","state":"Wisconsin","insurance_name":"Vitality Health & Wellness","discipline":"Medical"},{"id":"1295","state":"New York","insurance_name":"VNS Choice Select","discipline":"Medical"},{"id":"747","state":"All","insurance_name":"VSP","discipline":"Medical"},{"id":"1296","state":"New York","insurance_name":"Vytra","discipline":"Medical"},{"id":"748","state":"All","insurance_name":"Wellcare","discipline":"Medical"},{"id":"486","state":"Iowa","insurance_name":"Wellmark Blue Cross Blue Shield\t\t\t ","discipline":"Deprecated"},{"id":"1418","state":"South Dakota","insurance_name":"Wellmark Blue Cross Blue Shield","discipline":"Medical"},{"id":"170","state":"South Dakota","insurance_name":"Wellmark Blue Cross Blue Shield","discipline":"Deprecated"},{"id":"1019","state":"Iowa","insurance_name":"Wellmark Blue Cross Blue Shield","discipline":"Medical"},{"id":"749","state":"All","insurance_name":"Wells Fargo (Acordia)","discipline":"Medical"},{"id":"827","state":"California","insurance_name":"Western Health Advantage","discipline":"Medical"},{"id":"605","state":"Wyoming","insurance_name":"Win Health Partners Health Insurance","discipline":"Deprecated"},{"id":"750","state":"All","insurance_name":"Workers\' Compensation","discipline":"Medical"},{"id":"450","state":"Indiana","insurance_name":"World Insurance ExpressMed\t\t\t\t\t ","discipline":"Deprecated"},{"id":"521","state":"North Dakota","insurance_name":"World Insurance ExpressMed\t\t\t\t ","discipline":"Deprecated"},{"id":"537","state":"Kansas","insurance_name":"World Insurance ExpressMed\t\t\t\t ","discipline":"Deprecated"},{"id":"558","state":"Ohio","insurance_name":"World Insurance ExpressMed\t\t\t\t ","discipline":"Deprecated"},{"id":"409","state":"Illinois","insurance_name":"World Insurance ExpressMed\t\t\t\t ","discipline":"Deprecated"},{"id":"487","state":"Iowa","insurance_name":"World Insurance ExpressMed\t\t\t\t ","discipline":"Deprecated"},{"id":"514","state":"West Virginia","insurance_name":"World Insurance ExpressMed\t\t\t ","discipline":"Deprecated"},{"id":"578","state":"Wisconsin","insurance_name":"World Insurance ExpressMed\t\t\t ","discipline":"Deprecated"},{"id":"590","state":"Kentucky","insurance_name":"World Insurance ExpressMed\t\t ","discipline":"Deprecated"},{"id":"265","state":"Florida","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"11","state":"Alabama","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"283","state":"Nebraska","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"303","state":"Texas","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"64","state":"Pennsylvania","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"322","state":"Georgia","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"78","state":"Arizona","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"606","state":"Wyoming","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"97","state":"Michigan","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"619","state":"Louisiana","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"637","state":"Oaklahoma","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"136","state":"South Carolina","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"160","state":"Mississippi","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"171","state":"South Dakota","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"208","state":"Missouri","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"228","state":"Tennessee","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"237","state":"Montana","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"250","state":"Delaware","insurance_name":"World Insurance ExpressMed","discipline":"Deprecated"},{"id":"577","state":"Wisconsin","insurance_name":"WPS Health Inssurance\t\t\t\t ","discipline":"Deprecated"},{"id":"751","state":"All","insurance_name":"Zenith","discipline":"Medical"},{"id":"752","state":"All","insurance_name":"Zurich","discipline":"Medical"}]')),
'reseller_current_bundle': "leonardo",
'reseller_companyname' : "Dr. Leonardo",
'reseller_site_built_image_logo_url' : "http://leonardo.dev/logos/leonardo_site_built.png",
'reseller_productname' : "Dr. Leonardo",
'reseller_id' : "117",
'reseller_pricing_type' : "box",
'reseller_purchase_type' : "authnet",
'reseller_exclusive_templates_enabled' : '',
'reseller_cta_active' : "0",
'reseller_trial_period_length' : eval( __proc$Script("360")),
'reseller_promo_period_length' : eval( __proc$Script("24")),
'reseller_promo_discount_amt' : eval( __proc$Script("495")),
'in_trial_period' : true,
'in_promo_period' : true,
'time_until_trial_over' : {
days: "14",
hours: "23",
minutes: "59",
seconds: "49"
},
'time_until_promo_over' : {
days: "0",
hours: "23",
minutes: "59",
seconds: "49"
},
'opt_in_box_model_user' : 0,
'opt_in_user' : 0,
'wl_folder' : "http://172.17.8.101/public/bundles/leonardo/l_images/leonardo/",
'referral_codes' : eval( __proc$Script('[{"id":"1","salesperson":"Michael Antosy","code":"MANTOSY","created_at":"2014-10-22 12:24:07","updated_at":"0000-00-00 00:00:00","reseller_id":"116"},{"id":"2","salesperson":"Jay Erickson","code":"JERICKSON","created_at":"2014-10-22 12:24:07","updated_at":"0000-00-00 00:00:00","reseller_id":"116"},{"id":"3","salesperson":"Rob Antosy","code":"RANTOSY","created_at":"2014-10-22 12:24:07","updated_at":"0000-00-00 00:00:00","reseller_id":"116"},{"id":"4","salesperson":"Nick Falcone","code":"NFALCONE","created_at":"2014-12-04 17:17:09","updated_at":"2014-12-04 17:17:09","reseller_id":"116"},{"id":"5","salesperson":"Salmin Khalid","code":"SKHALID","created_at":"2014-12-04 17:17:55","updated_at":"2014-12-04 17:17:55","reseller_id":"116"}]')),
'paymentOptions' : [
{
icon: 'http://leonardo.dev/images/visa.png',
name: 'Visa',
id : 1
},
{
icon: 'http://leonardo.dev/images/mc.png',
name: 'Mastercard',
id : 2
},
{
icon: 'http://leonardo.dev/images/check.png',
name: 'Personal Chk.',
id: 5
},
{
icon: 'http://leonardo.dev/images/discover.png',
name: 'Discover',
id : 4
},
{
icon: 'http://leonardo.dev/images/ae.png',
name: 'American Express',
id : 3
}
],
'financeOptions' : [
{
icon: 'http://leonardo.dev/images/care-credit.png',
name: 'Care Credit',
id : 1
}
],
'disciplines' : eval( __proc$Script('([{"id":"1","name":"Dentistry"},{"id":"3","name":"Medical"},{"id":"2","name":"Veterinary"}])')),
'specialty' : eval( __proc$Script('([])')),
'templateObj' : eval( __proc$Script('({"id":"1066","template_id":"1059","highlights_transparent":"0","sub_header_color":"#666666","top_header_color":"#444444","font_family":"Arial,Tahoma,Helvetica,sans-serif","font_size":"15px","body_text_color":"#333333","navigation_color":"#FFFFFF","sub_navigation_color":"#AAAAAA","content_header_color":"#888888","sidebar_header_color":"#333333","logo_image":"false","logo_width":"80px","highlights":"false","highlights_num":"4","highlights_type":"2","highlights_gradient":"false","social_media_top":"false","social_media_bottom":"false","footer_navigation":"true","created_at":"2017-04-13 18:15:33","updated_at":"2017-04-13 18:15:33","slogan_position":"2","slogan_color":"#888888","banner_images_only":"false","slogans_only":"false","advanced_mode":"false","content_primary_header_color":"#333333","content_secondary_header_color":"#777777","sidebar_primary_header_color":"#333333","sidebar_secondary_header_color":"#777777","body_link_color":"#AAAAAA","img_border_color":"#CCCCCC","sidebar_text_color":"#333333","sidebar_link_color":"#888888","form_color":"#FFFFFF","footer_legal_color":"#FFFFFF","footer_navigation_color":"#FFFFFF","mobile_header_bg_image":"false","mobile_header_bg_color":"#3F889C","mobile_controls_bg_image":"false","mobile_controls_bg_color":"#CCCCCC","mobile_controls_light_icons":"false","mobile_nav_bg_color":"#555555","mobile_nav_link_color":"#CCCCCC","mobile_sub_nav_bg_color":"#444444","mobile_sub_nav_link_color":"#AAAAAA","mobile_footer_bg_image":"false","mobile_footer_text_color":"#FFFFFF","mobile_footer_bg_color":"#777777","mobile_content_bg_image":"false","mobile_content_bg_color":"#FFFFFF","phone_color":"#444444","address_color":"#666666","form_submit_bg_color":"#CCCCCC","form_submit_text_color":"#595959","practice_name_font":"","slogan_font":"","content_header_font":"","content_secondary_header_font":"","doctor_name_text_color":"white","doctor_specialty_text_color":"white","top_navbg_color":"#3F889C","footer_wrapbg_color":"#3F889C","alternative_odd_rowbg_color":"#3F889C","location_hrline_color":"#3F889C"})')),
'template' : eval( __proc$Script('({"id":"1059","name":"FilmSpot_Light","creator":"DevUser","layout":"13","path":"..\/leonardo_design_files\/leonardo_tmpls\/FilmSpot_Light","hidden":"0","approved":"1","description":"No Description","exclusive_user":null,"created_at":"2017-04-13 18:15:33","updated_at":"2017-04-14 10:23:49","requested_approval_at":"2017-04-14 10:23:49","type":null,"isresponsive":"1"})')),
'site_url' : "http://leonardo.dev",
'url_to_logout' : "http://leonardo.dev/admin/logout",
'open_image_editor' : "false",
'checkout_terms_modal_caller' : 'publish',
'is_webform': 0,
'build_type':'provider',
"webfonts" : [ 'Abel', 'Crafty Girls' , 'Lato' , 'Average', 'Corben', 'Quicksand', 'Josefin Sans', 'Allura', 'Cantarell', 'EB Garamond', 'Droid Serif', 'Roboto Condensed', 'Roboto', 'Dancing Script', 'Oswald', 'Open Sans', 'Open Sans Condensed', 'Leckerli One', 'Oxygen', 'Andada', 'Quattrocento', 'Varela']
};
</script>
<!-- Google Conversion Code -->
<script src="http://leonardo.dev/js/app/editor_panel/dist/editor_panel_package.min.js"></script>
<script src="http://leonardo.dev/js/app/onboardpreview/dist/onboardpreview.min.js"></script>
<script>
var ua = window.navigator.userAgent;
var msie = ua.indexOf("MSIE");
var disableLazyLoad = false;
if ( msie > 0 ) {
disableLazyLoad = true;
}
var uploadifyFallBack = true;
if(window.swfobject && window.swfobject.hasFlashPlayerVersion("9.0.115")){
uploadifyFallBack = false;
}
</script>
<!--[if lt IE 9]>
<script src="http://leonardo.dev/lib/css3-mediaqueries.js"></script>
<![endif]-->
<noscript>
&lt;div style="display:inline;"&gt;
&lt;img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/972403350/?label=9dCSCJK67wcQluXWzwM&amp;amp;guid=ON&amp;amp;script=0"/&gt;
&lt;/div&gt;
</noscript>
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet" type="text/css">
<!-- Footer Section -->
<div id="footer" class="holder"><div class="wrapper"><div class="container"><div class="content">
<footer>
<a target="_top" href="http://www.dr-leonardo.com/" target-hammerhead-stored-value="_blank"><img src="http://leonardo.dev/logos/leonardo_footer_logo.png" alt="Logo" id="plate"></a>
<p class="alignleft">® 2017 Dr. Leonardo&nbsp;&nbsp;<span class="div">|</span>&nbsp;&nbsp;All Rights Reserved.</p>
<p id="footerlinks">
<a target="_top" href="http://www.dr-leonardo.com/terms-of-use" target-hammerhead-stored-value="_blank">Terms of Use</a>
</p>
</footer>
</div></div></div></div>
<!-- End of Footter section -->
<!-- End Trimming DIV -->
<!--[if IE 6]> <div id="ie6alert"><p>You are currently viewing this website in Internet Explorer 6. To enhance your browsing experience, please upgrade to a more current browser such as <a href="http://www.mozilla.com/firefox" target="_blank" style="color:#E45B0A">Firefox</a>, <a href="http://www.apple.com/safari/" target="_blank" style="color:#3E9FDA">Safari</a> or update to <a href="http://www.microsoft.com/windows/Internet-explorer" target="_blank" style="color:#B4D2EF">Internet Explorer 9</a>. Click on the browser of your choice to upgrade now.</p> </div> <![endif]-->
<!--[if IE 7]> <div id="ie6alert"> <p>
You are currently viewing this website in Internet Explorer 7. To enhance your browsing experience, please upgrade to a more current browser such as <a href="http://www.mozilla.com/firefox" target="_blank" style="color:#E45B0A">Firefox</a>, <a href="http://www.apple.com/safari/" target="_blank" style="color:#3E9FDA">Safari</a> or update to <a href="http://www.microsoft.com/windows/Internet-explorer" target="_blank" style="color:#B4D2EF">Internet Explorer 9</a>. Click on the browser of your choice to upgrade now.</p> </div><![endif]-->
<div id="cboxOverlay" style="display: none;"></div><div id="colorbox" class="" role="dialog" tabindex="-1" style="display: none;"><div id="cboxWrapper"><div><div id="cboxTopLeft" style="float: left;"></div><div id="cboxTopCenter" style="float: left;"></div><div id="cboxTopRight" style="float: left;"></div></div><div style="clear: left;"><div id="cboxMiddleLeft" style="float: left;"></div><div id="cboxContent" style="float: left;"><div id="cboxTitle" style="float: left;"></div><div id="cboxCurrent" style="float: left;"></div><button type="button" id="cboxPrevious"></button><button type="button" id="cboxNext"></button><button id="cboxSlideshow"></button><div id="cboxLoadingOverlay" style="float: left;"></div><div id="cboxLoadingGraphic" style="float: left;"></div></div><div id="cboxMiddleRight" style="float: left;"></div></div><div style="clear: left;"><div id="cboxBottomLeft" style="float: left;"></div><div id="cboxBottomCenter" style="float: left;"></div><div id="cboxBottomRight" style="float: left;"></div></div></div><div style="position: absolute; width: 9999px; visibility: hidden; display: none; max-width: none;"></div></div></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment