Back to Dashboard
Loading...
← Dashboard 💳 Billing 📋 Clinical
68,000+
ICD-10 Codes
150+
Home Health Common
0
Your Favorites
0
Recently Used
🔍 Search ICD-10 Diagnosis Codes
Search by code, diagnosis name, or symptom — 68,000+ codes updated for 2025
📑
Select a code
Click any ICD-10 code to see full details, Medicare coverage rules, documentation requirements, and AI clinical insights
'); w.document.close(); setTimeout(function(){w.print();},500); } // ============================================================ // UPDATE STATS // ============================================================ function updateStats(){ eid('s-favorites').textContent = favorites.length; eid('s-recent').textContent = recentCodes.length; } // ============================================================ // LOAD // ============================================================ function loadAll(){ if(token){ fetch(API+'/api/my/agency',{headers:{'Authorization':'Bearer '+token}}) .then(function(r){return r.json();}) .then(function(a){ eid('agency-pill').textContent=a.name||'AccessPro'; }) .catch(function(){}); } updateStats(); showCategory('common'); } loadAll();