��<!DOCTYPE HTML > <html lang='en'> <head> <title>Capzule PHR: Your Family Health Data in One App. (Personal Medical/Health Records)</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Capzule PHR Your Personal Health Records for iPad, iPhone and iPod touch"> <meta name="keywords" content="PHR, Personal Health Record, Personal Medical Record, iPad"> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta property="og:title" content="CAPZULE"/> <meta property="og:image" content="phr/images/app_icon2.png"/> <meta property="og:description" content="Capzule PHR: Your Family Health Data in One App."/> <style> body {padding:0px; background-color:#FAFAFA;} .homebg {background-image:url('phr/images/singleapp_l.jpg'); background-size:100%;} .cSld {position:relative;display:block;height:35px; text-align:center; width:105px; font:normal 15 helvetica; color:#6B7789;color:#606060;padding-top:10px;border-top:0px silver solid; cursor:pointer;} .cSldS {position:relative;display:block;height:35px; text-align:center;width:105px; top:-2px; font:100 15 Helvetica; color:#1A2B45;padding-top:10px;border-top:0px gray solid; cursor:pointer;} .sldI {text-align:right;vertical-align:top; } .sldHd {text-align:left; font:bold 60px arial; letter-spacing: -2px; color:#404040; padding:10px;margin-top:30px;margin-bottom:40px; max-width: 500px;} .sldD {font:100 18px helvetica; line-height:30px; width:400px; color:#707070;padding:10px; padding-left:30px;vertical-align:top;text-align:left; display:inline-block;margin-right:20px; } .sldD b {color:black;} .slddv {display:block;position:absolute;text-align:center;width:900px;margin-top:30px;} .cpy { font:100 11px helvetica; color:#DADADA;} A img {border:0;display: inline-block} 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:0px solid #DADADA; ; margin:10px; padding:15px; margin-bottom:20px; font: normal 12px helvetica; color:gray; text-align:left; border-radius:12px; text-align:left;} .fetr{display:inline-block; border:0px solid #DADADA; background-color:#F5F5F5; flex:1 0 auto; margin:15px; padding:15px; margin-bottom:20px; width:200px; font: normal 12px helvetica; color:gray; text-align:left; border-radius:12px; text-align:left;} .fetrH {font:100 15px helvetica; overflow:hidden;color:#56A5EC;padding-left:10px;padding-top:12px;margin-bottom:10px;height:30px;} .fetrH1 {font:normal 15px helvetica; color:#505050; margin-bottom:10px;padding-bottom:10px;} .fetrB {padding-left:10px;font:100 13px helvetica; color:#707070; line-height:24px} .fetrB2 {padding-left:15px;padding-right:30px;font:100 13px helvetica; color:#505050; line-height:20px;} .fetrB2 li {list-style-position:outside;padding-bottom:10px;margin-left:10px; padding-left:5px;} .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; 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; border-radius:3px; text-align:center;} .secDvd {height:6px; } .secDvd {height:10px; } .fetFrm {position:relative;padding:0px; margin:0px; display:flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align:center; background-color:white; padding: 20px; padding-bottom:30px; margin-top:0px;margin-bottom:15px;box-shadow: 0px 4px 8px #EAEAEA; overflow:auto;} .fetFrmTbl {width:900px; padding-top:10px;margin-top:25px;} .cxDtl {display:block;margin-left:50px;padding:0px;margin-top:15px;color:#707070;font:100 11px helvetica;line-height:16px;text-align:left;} </style> </head> <body id="bodyy" 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='1A2B45'; goSlide(eid); } function mOut(eid) { //document.getElementById('cMn'+eid).style.color='white'; document.getElementById('cMn'+eid).style.color='6B7789'; } function lstn() { if ( window.pageYOffset > 20 ) { } else { } } if ( window.addEventListener ) { window.addEventListener('scroll', lstn, false); } else { window.attachEvent('onscroll', lstn); } </script> <div id=cnxnbg style="display:block;position:fixed;z-index:500;top:0px;left:0px;width:100%;height:100%;margin:0px;padding:0px;border-radius:0px;background-color:rgba(0,0,0,0.95);transition:1.0s;"></div> <div id=cnxnlogo style="display:block;position:fixed;z-index:510;height:200px;width:200px;text-align:left;padding:0px;border-radius:35px;top:50%; left:50%;overflow:hidden;transition:1.5s; transform: translate(-50%, -50%);" > <svg viewBox="0 0 30 30" fill="none" stroke-width="0.3"><circle cx="15" cy="15" r="1" stroke-width="0" stroke="#ee1c24" fill="#f347fa"> <animate attributeName="r" from="1" to="25" dur="0.7s" repeatCount="1" begin="0" fill="freeze"></animate> </circle><path d="M-2 23 L3 18 6 21 13 14 17 16 24 9 27 12 32 7" stroke="rgba(255,255,255,0.5)" stroke-width="3" stroke-dashoffset="65" stroke-dasharray="65"><animate attributeName="stroke-dashoffset" values="65;0" dur="1.5s" repeatCount="1" fill="freeze" begin="1.8"></animate></path><path d="M-2 27.1 L3 22.3 6 25 13.5 17.5 17.2 19.5 24 13.3 27 16 32 12" stroke="rgba(255,255,255,0.3)" stroke-width="3" stroke-dashoffset="65" stroke-dasharray="65"><animate id="lastseg" attributeName="stroke-dashoffset" values="65;0" dur="1.0s" repeatCount="1" fill="freeze" begin="2.6"></animate></path><svg style="overflow:visible;"><circle cx="15" cy="15" r="0" stroke-width="0" stroke="#ee1c24" fill="rgba(255,255,255,0.4)"><animate attributeName="r" from="1" to="22" dur="0.5s" repeatCount="1" begin="1" fill="freeze"></animate></circle><circle cx="15" cy="15" r="0" stroke-width="0" stroke="#ee1c24" fill="rgba(255,255,255,0.6)"><animate attributeName="r" from="1" to="10.5" dur="0.5s" repeatCount="1" begin="0.5" fill="freeze"></animate></circle><path d="M15 15 L15 15" stroke="#dc2e2e" stroke-width="2.3"><animate attributeName="d" from="M15 15 L15 15" to="M10 15 L20 15" dur="0.5s" repeatCount="1" fill="freeze" begin="0.9s"></animate></path><path d="M15 15 L15 15" stroke="#dc2e2e" stroke-width="2.3"><animate attributeName="d" from="M15 15 L15 15" to="M15 10 L15 20" dur="0.5s" repeatCount="1" fill="freeze" begin="0.9s"></animate></path><animate attributeName="x" from="1" to="13" dur="0.5" repeatCount="1" begin="1.5" fill="freeze"></animate></svg></svg> </div> <script> let animateElem = document.getElementById('lastseg'); animateElem.addEventListener('endEvent', function(){ closeAnimation(); }); </script> <div style="position:fixed; display:block;height:104px; width:100%; margin-top:0px; top:0px; background-color:white;z-index:100; overflow:hidden; box-shadow: 0px 2px 15px #DADADA; border-bottom:1px #EAEAEA solid;"> <table align=center border=0 cellpadding=0 cellspacing=0 style="width:96%;" > <tr><td style="padding:0px;"> <table border=0 align=left style="padding-top:13px;" > <tr> <td valign=middle width=60><div style="padding-left:0px;"><a href="http://www.capzule.com"><img style="width: 60px;" src="phr/images/app_icon2.png" title="Capzule PHR"/></a></div></td> <td valign=middle width=300> <div style="padding-left:15px;padding-top:5px;font:100 30px helvetica;letter-spacing:2px;color:#606060;">CAPZULE</div> <div style="margin-top:4px;padding-left:20px; font:100 14px helvetica;font-style:italic;color:#404040;">Your Personal Health Record</div> </td> </tr> </table> </td> </tr></table> </div> <div style="display: inline-block; position: fixed; top: 10px; right: 10px; z-index: 100;"> <div style="float:right;height:40px;width:40px;border-radius:20px; margin:10px;padding:0px; transition: 0.4s; cursor:pointer; background-color:#FE2EC8; border:1px #FE2EC8 solid; font:100 20px helvetica; line-height:40px;color:white;text-align:center;" onClick="location.href='/phr/help.html'" onMouseOver="this.style.backgroundColor='white';this.style.color='#FE2EC8';" onMouseOut="this.style.backgroundColor='#FE2EC8';this.style.color='white';" >?</div> </div> <div style="display: inline-block; position: fixed; bottom: 20px; right: 20px; z-index: 100;"> <a href='http://itunes.apple.com/us/app/itoppeople/id386321118?mt=8'> <img style="margin:5px;height:55px; ;" src="phr/images/getit_as.png" border=0 title="App Store"/> </a> </div> <div id="ldDiv" style="display:none;position:fixed;margin-top:-15px;width:0px;overflow:auto;height:1px;background-color:#FE2EC8;transition:width 6s ease-out;"></div> <img onLoad="document.getElementById('ldDiv').style.display='block';setTimeout(function(){document.getElementById('ldDiv').style.width='100%';},100);" src="phr/images/singleapp_l.jpg" style="display:none;width:0px;"> <div id=simg style="display: flex; align-items: center; text-align:center;padding:0px;margin:0px;margin-top:120px;border-bottom:1px #DADADA solid;opacity:0.2; overflow: hidden; " class=homebg> <img onLoad="this.style.opacity=1;setTimeout(function(){document.getElementById('ldDiv').style.display='none';document.getElementById('simg').style.backgroundImage='none';document.getElementById('simg').style.opacity=1;}, 400);" style="opacity:0;transition:opacity 1.2s linear; width: 100%; " src="phr/images/singleapp.png"> </div> <div class=fetFrm style="display: flex;"> <div class='sldHd' style="line-height:normal;color: #909090; font-size: 70px;" >Using Too Many Health Apps? <br><span style="font-size: 40px; color: #404040;">Consolidate with CAPZULE.</span> </div> <div class='sldD' > <div style="margin-left:10px;margin-top:20px;color:#606060;font:bold 16px helvetica;line-height:28px;"> Stored locally on your device. <br>No web service required. <br>Data in your full control. </div> <div style="margin-left:20px;margin-top:20px;font:100 13px helvetica;color:#404040; line-height:24px;text-shadow:none;"> <li> Touch ID Authentication <li> Today View Widget: My Profile & Reminders <li> Track Glucose, BP or Custom <li> Pill Reminders <li> PDF Summary Report with Graphs <li> Universal App (iPhone & iPad) <li> Backup and Restore (Cloud, Email and Computer) <li> Copy Between Devices & Upload from Computer <li> iCloud Drive, Google Drive & Dropbox enabled <li> Merge data between devices </div> </div> </div> <div style="display:block; overflow: hidden; background-color: #202020; padding: 0px; margin: 0px;"> <div style="display: block; overflow-y: auto;"> <table align=center height=100% cellpadding=0 cellspacing=0><tr> <td><img style="width: 200px; margin:20px; border-radius:15px;" src="phr/images/hlp1/tile_1.png"></td> <td><img style="width: 200px;margin:20px; border-radius:15px;" src="phr/images/hlp1/chart_search.png"></td> <td><img style="width: 200px;margin:20px; border-radius:15px;" src="phr/images/hlp1/chart_tab.png"></td> <td><img style="width: 200px;margin:20px; border-radius:15px;" src="phr/images/hlp1/sett_1.png"></td> </tr></table> </div> </div> <div style="background-color:white;"> <table width=90% cellpadding=0 cellspacing=0 border=0 style="margin-top:0px;"> <tr><td align=center style="font:normal 12px helvetica; padding:15px; color:#FE2EC8;"> Dansk . Nederlands . English . Fran�ais . Deutsch . Italiano . CAA:89 . Espa�ol . Portugu� . �e,g�� . -N�e(�{SO) . \�m��� </td> <td align=center style="font:normal 10px verdana; height:49px; color:#404040; "> <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> </td> </tr> </table> </div> <div class=fetFrm style="display: block;margin:0px; padding:15px;background-color:white;text-align:center;margin-top:5px;border-top:1px #EFEFEF solid;"> <table align=center > <tr> <td width=220 valign=middle> <img width=160 align=center style="margin:10px;" title="iCloud Drive" src ="phr/images/partners/icloud_logo.png"> </td> <td width=180 valign=middle> <img width=150 align=center style="margin:5px;" title="Google Drive" src ="phr/images/partners/drive_logo.png"> </td> <td width=180 valign=middle> <img width=150 align=center style="margin:5px;" title="Dropbox Enabled" src ="phr/images/partners/dropbox_logo.png"> </td> </tr> </table> <div style="color:#505050;font:100 15px helvetica;line-height:30px;text-align:center;"> Save & restore backup. Import & export files. <a href="ppolicy.html" style="color:#56A5EC;text-decoration:underline;">Privacy Policy - Third-party Service Providers</a>. </div> </div> <div class=secDvd></div> <div class=fetFrm > <div class='sldHd'>Secure. Always Accessible. <div class='sldI' style="display:inline-block;"> <img src="phr/images/slide-202-2.png" style="width: 90%;" /> </div> </div> <div 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. </div> </div> <div class=secDvd></div> <div class=fetFrm > <div class='sldHd'>App you would keep forever. <div class='sldI' style="display:inline-block;"> <img src="phr/images/slide-202-3.png" style="width: 90%;" /> </div> </div> <div class='sldD' > <b>Manage Everything</b> <ul style="line-height:28px;"> <li> Track Glucose, BP & more <li> Pill Reminders <li> Appointments <li> Immunization Records <li> Files, Notes & Images <li> Medications & Supplements <li> Physician & Insurance Lists </ul> </div> </div> <div class=secDvd></div> <div class=fetFrm > <div class='sldHd'>Track any chronic condition. <div class='sldI' style="display:inline-block;"> <img src="phr/images/slide-202-4.png" style="width: 90%;" /> </div> </div> <div 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. </div> </div> <div class=secDvd></div> <div class=fetFrm > <div class='sldHd'>Share with family and physicians. <div class='sldI' style="display:inline-block;"> <img src="phr/images/slide-202-5.png" style="margin:20px; width: 75%;" /> </div> </div> <div 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. </div> </div> <div class=secDvd></div> <div class=fetFrm > <div class='sldHd'>Connect, edit and upload files. <div class='sldI' style="display:inline-block;"> <img src="phr/images/slide-202-6.png" style="width: 90%;" /> </div> </div> <div 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. </div> </div> <div class=secDvd></div> <div class=fetFrm > <div class='sldHd'>Data Visualization Timeline. <div class='sldI' style="display:inline-block;"> <img src="phr/images/slide-202-7.png" style="width: 90%;" /> </div> </div> <div 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. </div> </div> <div class=secDvd></div> <div style="margin:30px;text-align:center;display:flex;vertical-align:top; flex-wrap:wrap;align-content:flex-start;" > <div class=fetr> <div class=fetrH>Easy Management</div> <div class=fetrB2> <li>Comprehensive personal medical/health records <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=fetrB2> <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=fetrB2> <li>Set QR codes and/or text for emergency personnel </div> </div> <div class=fetr> <div class=fetrH>Scan Using Camera</div> <div class=fetrB2> <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=fetrB2> <li> Backup/Restore using Mail app <li> Use AirDrop, Dropbox or Google Drive <li> Use any desktop/laptop </div> </div> <div class=fetr> <div class=fetrH>Instant Overview</div> <div class=fetrB2> <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=fetrB2> <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> <div class=fetr> <div class=fetrH>Data Visualization</div> <div class=fetrB2> <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=fetrB2> <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=fetrB2> Easily share data between devices of your family members. </div> </div> <div class=fetr> <div class=fetrH>Privacy</div> <div class=fetrB2> <li>Password protected <li>Reset password when password is lost </div> </div> </div> <div style="display:block;padding:15px;border-top:1px #EAEAEA solid;background-color:white;"> <span style="display:block;;font:100 11px helvetica; color:#ADADAD; text-align:center;"><b>Capzule PHR</b> &copy; 2024 Webahn, Inc.</span> </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.documentElement.clientWidth-165)+'px'; </script> </body> </html> <script > document.getElementById("annouceSec").style.height = "30px"; if ( !window.location.href.startsWith("https://www.capzule.com") ) { window.location.href = "https://www.capzule.com"; } function closeAnimation(){ document.getElementById("cnxnbg").style.opacity=0; document.getElementById("cnxnlogo").style.opacity=0; setTimeout(function(){document.getElementById("cnxnbg").style.display='none';document.getElementById("cnxnlogo").style.display='none';}, 500); } </script> <script> /* (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-9265914-1', 'capzule.com'); ga('send', 'pageview'); */ </script>