Health365+ — Quote Stripper → Prelim (Team, Offline)
Health365+ — Quote Stripper → Prelim
Upload HIT Quote PDF → auto‑pull header, counts, rates, and Annual Fixed/Funding/Max → printable prelim.
1) Upload HIT Quote (PDF)
“Medical Quote Detail” with the Plan / EE / ES / EC / EF / Annual Fixed / Annual Funding / Annual Max table.
2) Options
3) Preview (prints exactly as shown)
Health365+ Preliminary Proposal
Client—
Effective—
Total Lives—
Network—
TPA—
Quote #—
Executive Summary
Rate & Funding — All Plans (from HIT)
Health365+ Plan Designs
Static (editable below). These print in the final PDF.
4) Plan Design Editor
Fill out once; renders above. Deductible, OOP, Coinsurance, Copays, Rx.
`;
const blob=new Blob([html],{type:'text/html'});
const a=document.createElement('a'); a.href=URL.createObjectURL(blob);
a.download=(state.meta.client? state.meta.client.replace(/\s+/g,'_'):'proposal')+'_Health365_Prelim.doc';
a.click();
}
/* demo mode for screenshots/testing */
function loadDemo(){
state.meta={client:'West Salem Tool & Die, Inc.',effDate:'2025-10-01',totalLives:'40',network:'HPN National',tpa:'Marpai Health',carrier:'5Rivers',quote:'73572 - FINAL',aggBasis:'12/18',aggMax:'1,000,000',specDed:'40,000'};
state.counts={EE:8,ES:3,EC:2,EF:5};
state.plans=[
{name:'eDIYBS Bronze H405',ee:560.67,es:1136.07,ec:1038.19,ef:1539.18,fixed:125679.36,funding:86310.84,max:211990.20},
{name:'eDIYBS Bronze H404',ee:539.23,es:1068.85,ec:978.76,ef:1439.90,fixed:120683.52,funding:79445.40,max:200128.92},
{name:'eDIYBS Bronze H403',ee:580.59,es:1198.48,ec:1093.37,ef:1631.37,fixed:130319.16,funding:92685.84,max:223005.00},
{name:'eDIYBS Silver H303',ee:651.06,es:1419.34,ec:1288.65,ef:1957.58,fixed:146736.60,funding:115243.80,max:261980.40},
{name:'eDIYBS Silver H302',ee:651.57,es:1420.93,ec:1290.07,ef:1959.94,fixed:146854.68,funding:115407.60,max:262262.28},
{name:'eDIYBS Gold H203',ee:732.26,es:1673.80,ec:1513.64,ef:2333.43,fixed:165650.52,funding:141236.40,max:306886.92},
{name:'eDIYBS Gold H202',ee:699.56,es:1571.36,ec:1423.07,ef:2182.14,fixed:158035.32,funding:130773.48,max:288808.80},
{name:'eDIYBS Gold H201',ee:699.05,es:1569.77,ec:1421.67,ef:2179.78,fixed:157917.12,funding:130610.28,max:288527.40},
{name:'eDIYBS Gold H200',ee:729.18,es:1664.19,ec:1505.15,ef:2319.25,fixed:164935.92,funding:140254.80,max:305190.72},
{name:'eDIYBS Platinum H102',ee:769.53,es:1790.63,ec:1616.95,ef:2505.99,fixed:174335.16,funding:153168.60,max:327503.76},
{name:'eDIYBS Platinum H101',ee:754.20,es:1742.61,ec:1574.49,ef:2435.08,fixed:170764.68,funding:148265.04,max:319029.72},
{name:'eDIYBS Platinum H100',ee:802.22,es:1893.06,ec:1707.49,ef:2657.27,fixed:181948.32,funding:163630.92,max:345579.24}
];
render();
}