ÿþ<html lang='en'> <head> <meta name="description" content="Capzule PHR Your Personal Health Record for iPad, iPhone and iPod touch"> <meta name="keywords" content="PHR, Personal Health Record, iPad"> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Capzule PHR: Your Family Health Data in One App.</title> <style> body {padding:0px; background: white;/* url('/phr/images/phrbgmain.jpg') repeat-x top left;*/} .cSld {position:relative;display:block;height:30px;background-color:#FFFFFF; text-align:center; width:105px; font:normal 14 helvetica; color:gray;padding-top:10px;border-top:0px silver solid; border-bottom:4px white solid;cursor:pointer;} .cSldS {position:relative;display:block;height:30px;background-color:#F3F3F3; text-align:center;width:105px; font:normal 15 Helvetica; color:#606060;padding-top:10px;border-top:0px gray solid; border-bottom:4px #606060 solid;cursor:pointer;} .sldI {text-align:center;vertical-align:bottom; height:260px;} .sldHd {text-align:center;font:bold 30 georgia; color:#303030; padding:10px;padding-top:30px;height:120px;} .sldD {font:normal 16 helvetica; width:300px; color:#505050;padding:10px;padding-left:50px;line-height:22px;vertical-align:bottom;}} .sldD b {color:black;} .slddv {display:none;position:absolute;text-align:center;width:900px;} .cpy { font-family:verdana; color:gray; font-size:10px; } A { color: #505050; text-decoration:none;} A:visited { color: #505050; text-decoration:none;} A:active { color: #505050; text-decoration:none;} A:hover { color: red; text-decoration:underline;} .fetrA{display:block; border:1px solid #F0F0F0; background-color:#F0F0F0; margin:10px; padding:15px; margin-bottom:20px; font: normal 12px verdana; color:gray; text-align:left; -moz-border-radius:12px; -webkit-border-radius:12px; text-align:left;} .fetr{display:block; border:1px solid #F0F0F0; background-color:#F0F0F0; background:url('/phr/images/ftab.png') no-repeat right top; background-position:250 -3; margin:10px; padding:15px; margin-bottom:20px; font: normal 12px verdana; color:gray; text-align:left; -moz-border-radius:12px; -webkit-border-radius:12px; text-align:left;} .fetrH {font:bold 15 helvetica; color:#505050;margin-bottom:10px;} .fetrH1 {font:bold 15 helvetica; color:purple; margin-bottom:10px;} .fetrB {padding-left:15px;font:normal 13px helvetica; color:gray; line-height:24px} .hmenu {display:block; border:0px solid silver; padding:8px; background-color:gray; margin-top:8px; font: normal 13px helvetica; color:white; text-align:left; vertical-align:middle; cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px; text-align:left;} .hmenuI {display:block; border:0px solid silver; padding:8px; background-color:red; margin-bottom:10px; font:normal 14 georgia; cursor:pointer; color:white; text-align:left; vertical-align:middle; -moz-border-radius:3px; -webkit-border-radius:3px; text-align:center;} </style> </head> <body style="margin:0px; padding:0px;"> <script type="text/javascript"> var slds = 8; var ndelay = 6000; var tdelay = 12000; var pS = 0; var cS = 0; var sTm; var fTm; function showSlide(sid) { if ( sid < 1 ) sid = slds; if ( pS > 0 ) { if ( document.getElementById('sld'+pS).style.display!='none' ) { document.getElementById('sld'+pS).style.display='none'; } } clearTimeout(sTm); if ( sid > slds ) sid = 1; if ( cS > 0 ) pS = cS; for (i=1; i <= slds; i++ ) { document.getElementById('cMn'+i).className='cSld'; } document.getElementById('cMn'+sid).className='cSldS'; cS = sid; if ( pS == cS ) pS = 0; fadeInSlide(0.0); var nxt = sid+1; if (cS == 8 ) tdelay = 20000; sTm = setTimeout("showSlide(" + nxt + ")", tdelay); if ( tdelay > ndelay ) tdelay = ndelay; } function goSlide(sid) { tdelay = 15000; showSlide(sid); } function fadeInSlide(fd) { var x = fd + 0.1; document.getElementById('sld'+cS).style.opacity = x; document.getElementById('sld'+cS).style.filter = 'alpha(opacity=' + (x*100) + ')'; document.getElementById('sld'+cS).style.display='block'; if ( pS > 0 ) { document.getElementById('sld'+pS).style.opacity = 1 - (x*2); document.getElementById('sld'+pS).style.filter = 'alpha(opacity=' + 100 - ((x*2)*100) + ')'; } if ( x < 1 ) { fTm = setTimeout("fadeInSlide(" + x + ")", 50); } else { clearTimeout(fTm); if ( pS > 0 ) document.getElementById('sld'+pS).style.display='none'; } } function mOver(eid) { //document.getElementById('cMn'+eid).style.color='F0B9C8'; document.getElementById('cMn'+eid).style.color='black'; goSlide(eid); } function mOut(eid) { //document.getElementById('cMn'+eid).style.color='white'; document.getElementById('cMn'+eid).style.color='gray'; } function procArrowKeys(evt) { evt = (evt) ? evt : ((window.event) ? event : null); if (evt) { switch (evt.keyCode) { case 37: goSlide(cS-1); break; case 39: goSlide(cS+1); break; } } } document.onkeyup = procArrowKeys; function lstn() { if ( window.pageYOffset > 20 ) { document.getElementById('asbadge').style.position='fixed'; document.getElementById('asbadge').style.top='10px'; document.getElementById('asbadge').style.left=(document.body.clientWidth-135)+'px'; } else { document.getElementById('asbadge').style.position='absolute'; document.getElementById('asbadge').style.top='10px'; document.getElementById('asbadge').style.left=(document.body.clientWidth-135)+'px'; } } if ( window.addEventListener ) { window.addEventListener('scroll', lstn, false); } else { window.attachEvent('onscroll', lstn); } </script> <div style="height:80px;border-bottom:1px silver solid;margin-top:0px; background-image:url(/phr/images/phrbgmain.jpg); background-repeat:repeat-x;"> <table width=920 border=0 align=center style="margin-top:-10px;"><tr> <td valign=middle width=260><div style="padding-left:10px;"><img src="/phr/images/phrlogo.gif" alt="Capzule PHR"/></div></td> <td><div style='padding-left:0px;padding-top:17px; letter-spacing:1px; font:normal 16px georgia;color:gray;'><i></i></div></td> </tr></table> <div id="asbadge" style="margin:10px;position:absolute;top:10px;left:90%;padding:8px; z-index:1500; text-align:center; -moz-border-radius:10px; border:1px silver solid; -webkit-border-radius:10px; background-color:white;"> <div class=hmenuI onClick="document.location.href='http://itunes.apple.com/app/capzule-phr/id371238604?mt=8';"> Get it today. </div> <a href='http://itunes.apple.com/app/capzule-phr/id371238604?mt=8'><img align=center height=34 src="/phr/images/app_store.png" border=0 title="App Store"/></a> <br><br> <div class=hmenu style="background-color:green;"><a style="color:white;" href="/phr/help.html">Help / FAQ</a></div> <div class=hmenu><a style="color:white;" href="https://www.capzule.com/emr/Contact.jsp">Contact Us</a></div> <div class=hmenu><a style="color:white;" href="/tw">Twitter</a></div> <div class=hmenu><a style="color:white;" href="/fb">Facebook</a></div> </div> </div> </div> <table width=900 border=0 cellpadding=0 cellspacing=0 align=center style="margin-top:0px;"> <tr> <td align=center backgroundcolor=white > <div style="display:block; border-top:0px solid silver; border-left:0px solid silver; border-right:0px solid silver; margin:0px; padding:5px; margin-top:30px; background-color:white; overflow:hidden; font: normal 12px verdana; color:white; text-align:left; line-height:19px; height:360px; width:900px; -moz-border-radius:12px; -webkit-border-radius:12px; text-align:left;"> <div id=sld1 class=slddv style="display:block;"> <table width=95% align=center border=0> <tr> <td> <img src="/phr/images/docpdf.png" style="text-align:center;width:100px;" align=center /> <div style="text-align:left;line-height:18px;font:italic 34px goergia;color:gray;width:240px;"> <span style="font-size:20px;color:purple;">New in v1.0.18.</span> <br><b>Scan Documents to Multi-page PDF Files</b>. </div> </td> <td class='sldI' ><img src="/phr/images/sld/slide-1.jpg" align=center title="Capzule PHR" style="" /></td> </tr> <tr> <td colspan=2 align=center class='sldHd'> All health data in one App. <span style="font-weight:normal;"><i>Your Personal Health Record.</i></span> </tr> </table> </div> <div id=sld2 class=slddv > <table width=95% align=center border=0> <tr> <td class='sldI' ><img src="/phr/images/sld/slide-2.jpg" align=center /></td> <td class='sldD'> Data is stored <b>locally</b> on your device. No web service or internet connection required. <p>Access to emergency information in <b>QR code and text</b> forms when password protected. <p>Edit information directly or from <b>any computer</b> over Wi-Fi. Easily <b>Backup</b> and <b>Restore</b> data. </td> </tr> <tr> <td colspan=2 align=center class='sldHd'> Secure. Always Accessible. </tr> </table> </div> <div id=sld3 class=slddv> <table width=95% align=center border=0> <tr> <td class='sldI' ><img src="/phr/images/sld/slide-3.jpg" align=center /></td> <td class='sldD'> <b>Store Everything</b> <div style="padding-left:15px;font-size:15px;line-height:24px;"> <br>Files & Images <br>Medical Bills <br>Appointments <br>Immunization Records <br>Notes <br>Medications & Supplements </div> </td> </tr> <tr> <td colspan=2 align=center class='sldHd'> An App that you would keep Forever! </tr> </table> </div> <div id=sld4 class=slddv> <table width=95% align=center border=0> <tr> <td class='sldI'><img src="/phr/images/sld/slide-4.jpg" align=center /></td> <td class='sldD'> Create personal sets of health monitoring templates to record variations in health conditions, progress of health goals, and other observations. <p>Now you can <b>replace all those health apps you have</b> for tracking individual conditions with Capzule PHR. </td> </tr> <tr> <td colspan=2 align=center class='sldHd'> Track any chronic condition. </tr> </table> </div> <div id=sld5 class=slddv> <table width=95% align=center border=0> <tr> <td class='sldI' ><img src="/phr/images/sld/slide-5.jpg" align=center /></td> <td class='sldD'> Share data between devices over Wi-Fi. <p>Family members can carry a copy on their iPad, iPhone, or iPod touch. <p>Email data and graph to your physician. </td> </tr> <tr> <td colspan=2 align=center class='sldHd'> Share with your family and physician. </tr> </table> </div> <div id=sld6 class=slddv> <table width=95% align=center border=0> <tr> <td class='sldI' ><img src="/phr/images/sld/slide-6.jpg" align=center /></td> <td class='sldD'> Edit records and transfer files to Capzule PHR over Wi-Fi using any computer browser. <p>Enable password protection while on public Wi-Fi spots, such as doctor's office or hospital. </td> </tr> <tr> <td colspan=2 align=center class='sldHd'> Connect, edit and upload files. </tr> </table> </div> <div id=sld7 class=slddv> <table width=95% align=center border=0> <tr> <td class='sldI' ><img src="/phr/images/sld/slide-7.jpg" align=center /></td> <td class='sldD'> Visualize health data to analyze and compare data and events for any given period of time. <p>View files, appointments and medications from the Timeline. </td> </tr> <tr> <td colspan=2 align=center class='sldHd'> Data Visualization Timeline. </tr> </table> </div> <div id=sld8 class=slddv> <table width=68% align=center border=0> <tr> <td valign=middle class='sldI' style="font:normal 17px georgia;line-height:28px;"> <span style="font-size:19px;color:gray;padding-right:10px;">"<i>..quality of care has improved since I started carrying this app with me to doctor appointments..</i>"</span> <span style="font-size:23px;color:#56A5EC;padding-right:10px;">"<i>..my wall paper instructs whoever finds me in an emergency to open this app and for that reason I never leave my phone..</i>"</span> <span style="font-size:26px;color:gray;padding-right:10px;">"<i>..wipes the pants off the competition..</i>"</span> <span style="font-size:29px;color:#56A5EC;padding-right:10px;">"<i>..easy, thorough, handy..</i>"</span> <span style="font-size:26px;color:gray;padding-right:10px;">"<i>..a must have for anyone with kids or past medical history..</i>"</span> <span style="font-size:38px;color:#56A5EC;padding-right:10px;">"<i>..it saves my life..</i>"</span> </td> </tr> <tr> <td colspan=2 align=center class='sldHd'>App Store Reviews</td> </tr> </table> </div> </div> </td> </tr> </table> <table width=100% cellpadding=0 cellspacing=0 border=0 style="margin-top:70px;"> </tr><td align=center style="border-top:1px gray solid;border-bottom:0px silver solid; background-color:white; "> <div style="z-index:500px;"> <table style='width:900px;margin-left:-10px;;' cellpadding=0 cellspacing=0></tr> <td><div id='cMn1' class=cSld onClick="goSlide(1);" onMouseOver="mOver(1);" onMouseOut="mOut(1);">Unique</div></td> <td><div id='cMn2' class=cSld onClick="goSlide(2);" onMouseOver="mOver(2);" onMouseOut="mOut(2);">Reliable</div></td> <td><div id='cMn3' class=cSld onClick="goSlide(3);" onMouseOver="mOver(3);" onMouseOut="mOut(3);">Complete</div></td> <td><div id='cMn4' class=cSld onClick="goSlide(4);" onMouseOver="mOver(4);" onMouseOut="mOut(4);">Track</div></td> <td><div id='cMn5' class=cSld onClick="goSlide(5);" onMouseOver="mOver(5);" onMouseOut="mOut(5);">Share</div></td> <td><div id='cMn6' class=cSld onClick="goSlide(6);" onMouseOver="mOver(6);" onMouseOut="mOut(6);">Connect</div></td> <td><div id='cMn7' class=cSld onClick="goSlide(7);" onMouseOver="mOver(7);" onMouseOut="mOut(7);">Timeline</div></td> <td><div id='cMn8' class=cSld onClick="goSlide(8);" onMouseOver="mOver(8);" onMouseOut="mOut(8);">Reviews</div></td> </tr></table> </div> </td> </tr> </table> <table width=950 align=center border=0 style="margin-top:40px;"> <tr> <td valign=top width=33% > <div class=fetrA style="height:260px;"> <div class=fetrH1>The Most Comprehensive</div> <div class=fetrB> <li>Track any chronic condition <li> Edit & upload from any Computer <li> Share between devices <li> Add files from other apps <li> Import CSV data <li> Export/Print Summary in PDF <li> Visualize data <li> Reminders <li> Add Family members </div> </div> </td> <td valign=top width=33% > <div class=fetrA style="height:260px;"> <div class=fetrH1>What's New in 1.0.18</div> <div style="text-align:center"> <img src="/phr/images/docpdf.png" style="text-align:center;width:100px;" align=center> </div> <div class=fetrB> <li> Scan documents to PDF using camera <li> Record time in flowsheets </div> </div> </td> <td valign=top width=33% > <div class=fetrA style="height:260px;"> <div class=fetrH1>In the News</div> <div class=fetrB> <a href="http://video.foxnews.com/v/1389384580001/" target=new>Fox News Channel</a> </div> <iframe src="http://video.foxnews.com/v/video-embed.html?video_id=1389384580001&w=250&h=170&loc=capzule.com/phr" width="250" height="170" marginwidth="0" marginheight="0" frameborder="1" scrolling="no"></iframe> </div> </td> </tr></table> <div style="margin-top:20px; text-align:center;padding:10px;font:normal 11px verdana; border-top:1px silver solid;border-bottom:1px silver solid; z-index:500px; color:maroon;line-height:22px;"> Available in<br> <b> Dansk . Nederlands . English . Français . Deutsch . Italiano . CAA:89 . Español . Portuguê . åe,gžŠ . -N‡e(€{SO) . \Õm­´Å </b> <p><div id="google_translate_element"></div><script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en', includedLanguages: 'da,nl,en,fr,de,it,ja,pt,es,ru,ko,zh-CN', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element'); } </script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> </div> <table width=950 align=center border=0 cellpadding=0 cellspacing=0 style='margin-top:30px;'> <tr><td align=center bgcolor=white> <table width=100% align=center border=0> <tr> <td valign=top width=33% > <div class=fetr> <div class=fetrH>Easy Management</div> <div class=fetrB> <li>Keep family, social, and medical history together <li>Manage physician and insurance information <li>Enter notes, upload results and files <li>Medication/supplement section <li>Maintain immunization records <li>Enter vitals in Metric or Standard units <li>Record conditions and allergies </div> </div> <div class=fetr> <div class=fetrH>Organized</div> <div class=fetrB> <li> Categorize Notes and Attachments <li> Medication Reminder <li> Store doctor appointments <li> Create copy of data elements <li> Notification to alert appointments <li> Create custom health screening templates </div> </div> <div class=fetr> <div class=fetrH>Emergency Access</div> <div class=fetrB> <li>Set QR codes and/or text for emergency personnel </div> </div> </td> <td valign=top width=33% > <div class=fetr> <div class=fetrH>Scan Using Camera</div> <div class=fetrB> <li>Scan documents using camera (or select images from device) and save as PDF files. </div> </div> <div class=fetr> <div class=fetrH>Backup & Restore</div> <div class=fetrB> <li> Backup/Restore using Mail app <li> iCloud Backup & Restore <li> Using any desktop/laptop </div> </div> <div class=fetr> <div class=fetrH>Instant Overview</div> <div class=fetrB> <li> Data Visualization via Interactive Timeline <li> Summary & Historical Show All views <li> Summary Reporting Filter </div> </div> <div class=fetr> <div class=fetrH>Import & Export</div> <div class=fetrB> <li> Edit records & upload files from computer <li> Print or download summary from computers <li> Import CSV and files from other Apps <li> Export CSV from desktop/Laptop </div> </div> </td> <td valign=top width=33% > <div class=fetr> <div class=fetrH>Data Visualization</div> <div class=fetrB> <li>Data Visualization via Interactive Timeline <li>Analyze line graphs of vitals and lab results <li>Preferred Graph Selection <li>Low, High & Avg. values in graphs <li> Bar Chart support </div> </div> <div class=fetr> <div class=fetrH>Share Data</div> <div class=fetrB> <li>Email flowsheet data in CSV format along with graphs <li>Email Summary with graphs embedded </div> </div> <div class=fetr> <div class=fetrH>Transfer Between Devices</div> <div class=fetrB> Easily share data between devices of your family members. </div> </div> <div class=fetr> <div class=fetrH>Privacy</div> <div class=fetrB> <li>Password protected <li>Reset password when password is lost </div> </div> </td> </tr></table> </td> </tr></table> <div style="border-top:1px silver solid;"> <table width=900 align=center border=0 cellpadding=0 cellspacing=3 style='margin-top:10px;'> <tr> <td width=450 style="font:bold 15px georgia;color:purple;"></td> </tr> <tr> <td width=400 valign=top align=center style="font:normal 15px georgia;color:#606060;background-color:white;border:1px silver solid;padding:10px;"> </td> </tr></table> </div> <script type="text/javascript"> showSlide(1); </script> <div style="border-top:1px silver solid;height:30px;margin-top:20px;padding:10px;font:10px verdana; color:#5E5E5E; text-align:center;"> <b>Capzule PHR</b> &copy;2012 Webahn, Inc. </div> <script type="text/javascript"> var rff = navigator.userAgent;rff = rff + ';' + escape(document.referrer);document.write('<'+'img src="/emr/phr/prf.jsp?rf=' + rff + '" width=1 height=1 border=0>'); document.getElementById('asbadge').style.left=(document.body.clientWidth-135)+'px'; </script> </body> </html>