File: /home/imensosw/public_html/imenso.co/demo/claapp/main.html
<!-- Welcome Section -->
<div id="welcome">
<div class="row padding-10">
<div class="col-md-12">
<h1>Welcome to nThrive Education Incubator</h1>
<p>The Incubator gives you an opportunity to practice coding actual, redacted medical records. Each medical record is provided as a single Incubator to review and assign the correct diagnostic and procedural codes based on the encounter setting. The Incubator will provide you a final analysis of your coding and rationales for all correct codes.</p>
<p>The nThrive Education Incubators are broken into four categories based on encounter settings. The encounter settings are: Inpatient, Same Day Surgery, Emergency Department, and Physician Office. First, select the encounter setting you wish to practice. Next, select the record you want to practice coding. Be sure to review the Coding Instruction document within the record before you begin your coding.</p>
</div>
</div>
</div>
<!-- What we do Section -->
<div id="main-services">
<div class="col-lg-12 center" id="encounter-btns">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 centered" style="padding:5px">
<a href="#" data-name="Inpatient" id="main-ip" border="0" border="0">
<div><img class="image_caption" style="width:100%" src="images/home-btn-ip.png" /></div>
</a>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 centered" style="padding:5px">
<a href="#" data-name="Same Day Surgery" id="main-sds" border="0" border="0">
<div><img class="image_caption" style="width:100%" src="images/home-btn-sds.png" /></div>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 centered" style="padding:5px">
<a href="#" data-name="Emergency Dept." id="main-ed" border="0" border="0">
<div><img class="image_caption" style="width:100%" src="images/home-btn-ed.png" /></div>
</a>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 centered" style="padding:5px">
<a href="#" data-name="Physician Office" id="main-po" border="0"border="0">
<div><img class="image_caption" style="width:100%" src="images/home-btn-po.png" /></div>
</a>
</div>
</div>
</div>
</div>
<div id="support">
<div class="row centered">
<div class="col-lg-12 contact-info">
Have a question or an issue? Contact <a href="mailto:support@nthriveeducation.com">support@nthriveeducation.com</a>
</div>
</div>
</div>