StochStack

prototype 04

Protocol 问答与逻辑引擎

先按治疗领域选择 protocol,再进行结构化问答、患者入排判断、用药限制校验与 lab manual 存储条件查询,并给出条款依据。

上传 Protocol PDF -> 自动结构化 JSON

上传 protocol PDF 后,会调用通义千问抽取结构化字段,并自动加入当前协议选择列表。

选择 Protocol

Phase 3 First-line NSCLC Combination Therapy

Randomized Phase 3 trial comparing SOC vs investigational combo in first-line metastatic NSCLC.

推荐问题

患者入排判断

用药禁忌判断

Lab Manual 存储查询

未找到精确匹配,已返回 protocol 层面的建议。

知识图谱结构

Patient Profile
I/E Criteria
Medication Rules
Schedule of Activities
Lab Manual
patient -> ie: eligibility check
patient -> med: restriction check
ie -> soa: on-study workflow
soa -> lab: sample handling

入组标准

  • - I1: Age 18-75 years
  • - I2: Histologically confirmed stage IV NSCLC
  • - I3: ECOG performance status 0-1
  • - I4: ANC >= 1.5 x10^9/L, Platelets >= 100 x10^9/L
  • - I5: ALT/AST <= 2.5 x ULN (<=5 x ULN if liver metastases)
  • - I6: Creatinine clearance >= 50 mL/min

排除标准

  • - E1: Untreated or symptomatic CNS metastases
  • - E2: Active uncontrolled infection
  • - E3: Pregnancy or breastfeeding
  • - E4: Prior anti-PD-1/PD-L1 treatment in metastatic setting

update log

Prototype Change Log

  1. 2026-03-01 · v0.4.0

    新增 PDF 上传与自动结构化抽取

    • - 新增 protocol PDF 上传与通义抽取接口。
    • - 抽取结果可直接注入协议选择器。
    • - 增强入排、用药、lab manual 的证据追溯。