numbered
Health system or life sciences org
Treatment Pathway Agent
Converts published treatment guidelines into decision logic, and matches each patient to the guideline-concordant next step.
<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);padding:28px 24px"><div style="font-size:12px;color:#8B9086;margin-bottom:18px">Stage II, HER2-positive breast cancer · no prior therapy · NCCN v3.2026</div><div style="display:flex;align-items:stretch;gap:0"><div style="flex:1;background:#FAFAF7;border-radius:10px;padding:16px;text-align:center"><div style="font-size:12px;color:#8B9086;margin-bottom:4px">Step 1</div><div style="font-size:13px;font-weight:700">HER2 status confirmed</div></div><div style="flex:0 0 32px;display:flex;align-items:center;justify-content:center;color:#8B9086;font-size:18px">→</div><div style="flex:1;background:#FAFAF7;border-radius:10px;padding:16px;text-align:center"><div style="font-size:12px;color:#8B9086;margin-bottom:4px">Step 2</div><div style="font-size:13px;font-weight:700">Node-negative, stage II</div></div><div style="flex:0 0 32px;display:flex;align-items:center;justify-content:center;color:#8B9086;font-size:18px">→</div><sc-if value="{{ isDone }}"><div style="flex:1;background:#EAF6C9;border-radius:10px;padding:16px;text-align:center;animation:pop .4s ease both"><div style="font-size:12px;color:#3E4A1B;margin-bottom:4px">Recommended</div><div style="font-size:13px;font-weight:700;color:#3E4A1B">Neoadjuvant THP, 6 cycles</div></div></sc-if><sc-if value="{{ isScanning }}"><div style="flex:1;background:#F3F4F0;border-radius:10px;padding:16px;text-align:center"><div style="font-size:13px;color:#8B9086">Matching...</div></div></sc-if></div><sc-if value="{{ isDone }}"><div style="margin-top:16px;font-size:13px;line-height:1.55;color:#171915;animation:fadeUp .3s ease both">Meets NCCN criteria for HER2-positive, node-negative disease. Reassess with imaging after cycle 4.</div></sc-if></div>
window.HX_DEMOS=window.HX_DEMOS||{};
window.HX_DEMOS["tp"]=function(Base){
const CYCLE_SEC=6;
class Comp_tp 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 scanning=this.state.t<2.5;
return {isScanning:scanning,isDone:!scanning,
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_tp;
};
Try it on a real patient profile →
Free to start. No credit card.
How the Treatment Pathway Agent works
1
Reads the guideline
Reads the guideline
Ingests published treatment guidelines as structured decision logic.
2
Matches the patient profile
Matches the patient profile
Compares the patient's diagnosis, stage, biomarkers, and history against the pathway.
3
Recommends the next step
Recommends the next step
Surfaces the guideline-concordant treatment option, with the supporting criteria shown alongside it.
4
Step label
Logs the rationale
Records which guideline version and criteria drove the recommendation, for audit.
5
Step label
100%
of recommendations tied to the current guideline
2 sec
to generate a recommendation per patient
24 hrs
to reflect a new guideline version
See the guideline logic behind every recommendation.
Start free, we'll run a set of your real patient profiles against current guideline logic.
✓
Every recommendation shows the criteria and citation behind it
✓
Updates automatically as guidelines revise
✓
Free on your first pathway and 50 patients
Starts free
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.