numbered
Health system or health plan
Care Gap Closure Agent
Scans the patient panel against quality measure specs, flags who's due, and drafts the outreach automatically.
<div class="hx-demo-box" style="margin-top:40px;border:1px solid #D2D2CA;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 12px 32px -12px rgba(23,25,21,.18)"><div style="background:#F7F7F3;border-bottom:1px solid #D2D2CA;padding:10px 20px;display:flex;align-items:center;gap:10px"><span style="width:11px;height:11px;border-radius:50%;background:#E4E4DE"></span><span style="width:11px;height:11px;border-radius:50%;background:#E4E4DE"></span><span style="width:11px;height:11px;border-radius:50%;background:#E4E4DE"></span><span style="font-size:12px;color:#8B9086;margin-left:6px">registry.local/measures/HEDIS/A1c-testing</span></div><div style="display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:20px 22px"><div style="border:1px solid #E4E4DE;border-radius:10px;padding:14px;animation:fadeUp .3s ease both"><div style="font-weight:700;font-size:14px;margin-bottom:6px">R. Alvarez</div><div style="font-size:12px;color:#585D54;margin-bottom:10px">A1c 2 months ago</div><div style="font-size:12px;font-weight:600;color:#3E4A1B">Up to date</div></div><sc-if value="{{ r2 }}"><div style="border:1px solid #E4E4DE;border-radius:10px;padding:14px;background:#FCEFED;animation:fadeUp .3s ease both"><div style="font-weight:700;font-size:14px;margin-bottom:6px">M. Chen</div><div style="font-size:12px;color:#585D54;margin-bottom:10px">A1c 7 months ago</div><div style="font-size:12px;font-weight:700;color:#8A2E29">⚠ Gap open</div></div></sc-if><sc-if value="{{ r3 }}"><div style="border:1px solid #E4E4DE;border-radius:10px;padding:14px;animation:fadeUp .3s ease both"><div style="font-weight:700;font-size:14px;margin-bottom:6px">T. Okafor</div><div style="font-size:12px;color:#585D54;margin-bottom:10px">A1c 3 months ago</div><div style="font-size:12px;font-weight:600;color:#3E4A1B">Up to date</div></div></sc-if></div><sc-if value="{{ isDone }}"><div style="margin:0 22px 20px;padding:14px 16px;border-radius:8px;background:#FAFAF7;animation:pop .4s ease both"><div style="font-size:12px;color:#585D54;margin-bottom:6px">Drafted outreach · SMS to M. Chen</div><div style="font-size:14px;line-height:1.5;color:#171915">Hi Maria, it's been over 6 months since your last A1c check. Reply to book a quick lab visit this week, no appointment needed.</div></div></sc-if></div>
window.HX_DEMOS=window.HX_DEMOS||{};
window.HX_DEMOS["cg"]=function(Base){
const CYCLE_SEC=8;
class Comp_cg extends Base {
state={t:0,name:'',email:'',org:'',formSubmitted:false};
componentDidMount(){
this._start=Date.now();
this._iv=setInterval(()=>{
if((Date.now()-this._start)/1000>=CYCLE_SEC){clearInterval(this._iv);return;}
const t=((Date.now()-this._start)/1000)%CYCLE_SEC;
this.setState({t});
},150);
}
componentWillUnmount(){clearInterval(this._iv);}
onName=(e)=>this.setState({name:e.currentTarget.value});
onEmail=(e)=>this.setState({email:e.currentTarget.value});
onOrg=(e)=>this.setState({org:e.currentTarget.value});
submit=()=>this.setState({formSubmitted:true});
renderVals(){
const t=this.state.t;
return {r2:t>=0.8,r3:t>=1.8,isDone:t>=3,
name:this.state.name,onName:this.onName,email:this.state.email,onEmail:this.onEmail,org:this.state.org,onOrg:this.onOrg,submit:this.submit,
formOpen:!this.state.formSubmitted,formSubmitted:this.state.formSubmitted,nameSuffix:this.state.name?', '+this.state.name.split(' ')[0]:''};
}
}
return Comp_cg;
};
Scan your own panel →
Free to start. No credit card.
How the Care Gap Closure Agent works
1
Scans the registry
Scans the registry
Reviews patient panels against quality measure specifications.
2
Flags the gap
Flags the gap
Identifies patients due or overdue for a screening or follow-up.
3
Drafts outreach
Drafts outreach
Generates a personalized outreach message or scheduling link for the patient.
4
Step label
Tracks closure
Marks the gap closed once the screening or visit is completed and documented.
5
Step label
18%
average lift in measure closure rate
3x
more outreach sent per week, same team size
100%
of gaps tracked through to closure
See your open gaps today.
Start free, we'll scan one of your real measures against your panel.
✓
Works against the exact measure spec you report on
✓
Drafts outreach in the patient's preferred channel
✓
Free for your first measure and 500 patients
Starts free
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.