ДоземірКлінічний довідник доз · модельна фармакокінетика

Формули та джерела

Кожен розрахунок у цьому застосунку базується на наведених нижче формулах, кожна з яких прив'язана до свого джерела. Це модельні методи для навчання, а не клінічна настанова.

  • Saturable absorption — dose-dependent bioavailability (Emax/Hill)

    Визначення: Per-dose bioavailable fraction F that decreases as dose rises (gabapentin behavior: ~60% at 900 mg/day → ~33% at 3600 mg/day). Emax/Hill kernel applied to the fractional form; for the linear and saturable-elimination models F is a constant parameter.

    Вираз
    F(D) = Emax · D50^n / (D50^n + D^n)
    Для розробників
    Посилання на код
    bioavailability.ts#bioavailability

    Джерела

  • Concentration-time simulation dispatcher (oral Bateman, IV, MM ODE)

    Визначення: Top-level simulate() validates inputs and dispatches by model and route: superposed Bateman for linear/saturable-absorption oral, closed-form multi-dose IV bolus/infusion, and an RK4 integration of the gut+central ODE system for saturable elimination. IV routes force F=1 (absorption bypassed). The Garrett (oral Bateman) and Saganuwan (MM elimination) citations here cover the oral and saturable-elimination paths only; the IV-route closed forms (bolus/infusion) have their own provenance in the ivBolus, ivInfusionDuring, ivInfusionPost, and cssInfusion entries.

    Вираз
    linear/abs: C(t)=Σ bateman(...); iv_bolus: C(t)=Σ (D/V)·e^(−ke·(t−iτ)); MM: dC/dt=(ka·A)/V + R0/V − Vmax·C/(Km+C)
    Для розробників
    Посилання на код
    simulate.ts#simulate

    Джерела

    • Saganuwan SA (2021) (відкривається в новій вкладці) Application of modified Michaelis–Menten equations for determination of enzyme inducing and inhibiting drugs. BMC Pharmacol Toxicol. Ідентифікатор: PMCID PMC8507113 Перевірена цитата
      Дослівно з джерела:
      V0 = Vm × C / (Km + C).
    • Garrett ER (1994) (відкривається в новій вкладці) The Bateman function revisited: A critical reevaluation of the quantitative expressions to characterize concentrations in the one compartment body model as a function of time with first-order invasion and first-order elimination. J Pharmacokinet Biopharm. Ідентифікатор: DOI 10.1007/BF02353864 Перевірена цитата
      Дослівно з джерела:
      The Bateman function, A"(e-k(e)t--e-k(a)t), quantifies the time course of a first-order invasion (rate constant ka) to, and a first-order elimination (rate constant ke) from, a one-compartment body model where A" = (gamma Dose)ka/(ka-ke)V.
    • Henthorn TK, et al. (2021) (відкривається в новій вкладці) Elimination Clearance of Dexmedetomidine: Cross-examining What the Data Say. Anesthesiology / supporting source. Ідентифікатор: consensus 3a8f19bb Цитата очікує перевірки

      Джерело зафіксовано, цитата очікує перевірки.

  • Point concentration sampler

    Визначення: Convenience wrapper that runs simulate() and returns the concentration at the simulated time-grid sample closest to t. Carries no independent math; its provenance is that of simulate() and the underlying closed forms.

    Вираз
    C(t) = simulate(regimen, params) sampled at the grid point nearest t
    Для розробників
    Посилання на код
    concentration.ts#concentration

    Джерела

    • Garrett ER (1994) (відкривається в новій вкладці) The Bateman function revisited. J Pharmacokinet Biopharm. Ідентифікатор: DOI 10.1007/BF02353864 Перевірена цитата
      Дослівно з джерела:
      The Bateman function, A"(e-k(e)t--e-k(a)t), quantifies the time course of a first-order invasion (rate constant ka) to, and a first-order elimination (rate constant ke) from, a one-compartment body model where A" = (gamma Dose)ka/(ka-ke)V.
  • Series metrics — Cmax, Cmin, Tmax, trapezoidal AUC, time-to-steady-state

    Визначення: Cmax/Cmin/Tmax are extrema of the simulated series; AUC is the linear trapezoidal rule over the sampled window; timeToSteadyState is a numerical convergence test on per-cycle peaks (valid for linear, saturable absorption, AND Michaelis–Menten, where the 4–5·t½ rule does not hold).

    Вираз
    AUC = Σ 0.5·(C_i + C_{i−1})·(t_i − t_{i−1}); timeToSteadyState = earliest cycle with |ΔpeakC|/peakC < 5%
    Для розробників
    Посилання на код
    metrics.ts#metrics

    Джерела

    • Rowland M, Tozer TN (2011) (відкривається в новій вкладці) Clinical Pharmacokinetics and Pharmacodynamics: Concepts and Applications (4th ed.). Lippincott Williams & Wilkins (textbook). Ідентифікатор: ISBN 978-0781750097 Стандартний підручник
      Дослівно з джерела:
      The area under the plasma concentration–time curve is commonly estimated by the trapezoidal rule, in which the area between successive sampling times is approximated by that of a trapezoid.
    • Wagner JG (1978) (відкривається в новій вкладці) Time to reach steady state and prediction of steady-state concentrations for drugs obeying Michaelis-Menten kinetics. J Pharmacokinet Biopharm. Ідентифікатор: consensus 6cda5107 Цитата очікує перевірки

      Джерело зафіксовано, цитата очікує перевірки.

  • Two-dose comparison — dose / Cmax / AUC ratios and nonlinearity factor

    Визначення: Simulates two regimens differing only in dose under identical PK and reports the headline ratios. nonlinearityFactor ≈ 1 for linear PK, < 1 for saturable absorption (sub-proportional exposure), > 1 for saturable elimination (supra-proportional exposure) — the single number that operationalizes 'halving the dose ≠ halving the effect.'

    Вираз
    doseRatio = D_B/D_A; aucRatio = AUC_B/AUC_A; nonlinearityFactor = aucRatio / doseRatio
    Для розробників
    Посилання на код
    compareDoses.ts#compareDoses

    Джерела

    • Shargel L, Yu ABC (2016) (відкривається в новій вкладці) Applied Biopharmaceutics & Pharmacokinetics (7th ed.). McGraw-Hill (textbook). Ідентифікатор: ISBN 978-0071830935 Стандартний підручник
      Дослівно з джерела:
      For drugs that follow linear pharmacokinetics, the area under the curve (AUC) is directly proportional to the dose; deviation from dose proportionality indicates nonlinear (capacity-limited) pharmacokinetics.
  • Linear-baseline counterfactual params

    Визначення: Builds the linear-PK counterfactual used to plot 'what naive linear scaling would predict' alongside the active nonlinear model. For saturable elimination the first-order limit at C≪Km gives ke_eff = Vmax/Km (= CL/V).

    Вираз
    saturableAbsorption → freeze F at bioavailability(dose); saturableElimination → ke_eff = Vmax/Km
    Для розробників
    Посилання на код
    linearize.ts#linearize

    Джерела

  • Concentration unit conversion

    Визначення: Definitional conversions among mg/L, µg/mL, g/L, and µmol/L. Molar conversions require a molecular weight (g/mol); a missing MW throws a typed MISSING_MOLECULAR_WEIGHT error.

    Вираз
    mg/L ≡ µg/mL; g/L = mg/L × 1000; µmol/L = (mg/L) × 1000 / MW
    Для розробників
    Посилання на код
    units.ts#convertUnits

    Джерела

  • Elimination half-life (first-order)

    Визначення: First-order elimination half-life. Universal identity following from C(t) = C0·e^(−ke·t).

    Вираз
    t½ = ln(2) / ke
    Для розробників
    Посилання на код
    analytical.ts#halfLife

    Джерела

    • Rowland M, Tozer TN (2011) (відкривається в новій вкладці) Clinical Pharmacokinetics and Pharmacodynamics: Concepts and Applications (4th ed.). Lippincott Williams & Wilkins (textbook). Ідентифікатор: ISBN 978-0781750097 Стандартний підручник
      Дослівно з джерела:
      The half-life is related to the elimination rate constant by the equation t1/2 = 0.693/k.
  • Clearance from volume and elimination rate

    Визначення: One-compartment first-order clearance as the product of distribution volume and elimination rate constant. Universal identity.

    Вираз
    CL = V · ke
    Для розробників
    Посилання на код
    analytical.ts#clearance

    Джерела

    • Rowland M, Tozer TN (2011) (відкривається в новій вкладці) Clinical Pharmacokinetics and Pharmacodynamics: Concepts and Applications (4th ed.). Lippincott Williams & Wilkins (textbook). Ідентифікатор: ISBN 978-0781750097 Стандартний підручник
      Дослівно з джерела:
      Clearance is the product of the volume of distribution and the elimination rate constant, CL = k · V.
  • Analytical Tmax for first-order oral input

    Визначення: Closed-form time of peak concentration for the one-compartment first-order oral (Bateman) model; degenerate ka = ke takes the limit Tmax = 1/ke.

    Вираз
    Tmax = ln(ka/ke) / (ka − ke) [→ 1/ke when ka = ke]
    Для розробників
    Посилання на код
    analytical.ts#tmaxLinear

    Джерела

  • Analytical Cmax for a single linear oral dose

    Визначення: Bateman concentration evaluated at Tmax for a single oral dose; degenerate ka = ke uses (F·D·k/V)·Tmax·e^(−k·Tmax).

    Вираз
    Cmax = (F·D·ka)/(V·(ka−ke)) · (e^(−ke·Tmax) − e^(−ka·Tmax))
    Для розробників
    Посилання на код
    analytical.ts#cmaxLinear

    Джерела

    • Garrett ER (1994) (відкривається в новій вкладці) The Bateman function revisited. J Pharmacokinet Biopharm. Ідентифікатор: DOI 10.1007/BF02353864 Перевірена цитата
      Дослівно з джерела:
      The Bateman function, A"(e-k(e)t--e-k(a)t), quantifies the time course of a first-order invasion (rate constant ka) to, and a first-order elimination (rate constant ke) from, a one-compartment body model where A" = (gamma Dose)ka/(ka-ke)V.
  • Analytical AUC₀→∞ for a single linear oral dose

    Визначення: Total exposure of a single first-order oral dose. Universal closed form; equals F·D divided by clearance.

    Вираз
    AUC₀→∞ = F·D / (V·ke) = F·D / CL
    Для розробників
    Посилання на код
    analytical.ts#aucInfLinear

    Джерела

    • Rowland M, Tozer TN (2011) (відкривається в новій вкладці) Clinical Pharmacokinetics and Pharmacodynamics: Concepts and Applications (4th ed.). Lippincott Williams & Wilkins (textbook). Ідентифікатор: ISBN 978-0781750097 Стандартний підручник
      Дослівно з джерела:
      The total area under the plasma concentration–time curve following a single dose is AUC = F·Dose/CL, where CL is clearance.
    • Garrett ER (1994) (відкривається в новій вкладці) The Bateman function revisited. J Pharmacokinet Biopharm. Ідентифікатор: DOI 10.1007/BF02353864 Перевірена цитата
      Дослівно з джерела:
      When a drug has 100% bioavailability, regression of Dose/V/C on AUC/C in the nonabsorption phase gives ke no matter what is the ratio of m = ka/ke.
  • Average steady-state concentration (multiple-dose linear)

    Визначення: Mean concentration over a dosing interval at steady state for first-order multiple-dose PK; equals the single-dose AUC divided by the interval τ.

    Вираз
    Css_avg = F·D / (CL·τ) = AUC_τ / τ
    Для розробників
    Посилання на код
    analytical.ts#cssAvgLinear

    Джерела

    • Rowland M, Tozer TN (2011) (відкривається в новій вкладці) Clinical Pharmacokinetics and Pharmacodynamics: Concepts and Applications (4th ed.). Lippincott Williams & Wilkins (textbook). Ідентифікатор: ISBN 978-0781750097 Стандартний підручник
      Дослівно з джерела:
      At plateau, the average concentration is Cav = F·Dose/(CL·τ), where τ is the dosing interval.
  • Closed-form steady-state concentration during a dosing interval (linear)

    Визначення: Superposition steady-state Bateman concentration for an oral dose D every τ hours, 0 ≤ t ≤ τ; degenerate ka = ke uses the convergent series limit form.

    Вираз
    Css(t) = (F·D·ka)/(V·(ka−ke)) · [ e^(−ke·t)/(1−e^(−ke·τ)) − e^(−ka·t)/(1−e^(−ka·τ)) ]
    Для розробників
    Посилання на код
    analytical.ts#cssLinear

    Джерела

    • Wijnand HP (1988) (відкривається в новій вкладці) Equations for one- and two-compartment models with equal absorption and elimination rate constants. Pharmacokinetics (supporting source). Ідентифікатор: consensus 537ab9cb Цитата очікує перевірки

      Джерело зафіксовано, цитата очікує перевірки.

    • Garrett ER (1994) (відкривається в новій вкладці) The Bateman function revisited. J Pharmacokinet Biopharm. Ідентифікатор: DOI 10.1007/BF02353864 Перевірена цитата
      Дослівно з джерела:
      The Bateman function and "feathering" fail when the rate constants are equal. The time course is then expressed by C = gamma Dtk e-kt.
  • IV-bolus concentration (one-compartment, first-order)

    Визначення: Single IV-bolus concentration-time profile for one-compartment first-order elimination. Also backs the multi-dose IV-bolus superposition inside simulate().

    Вираз
    C(t) = (D/V) · e^(−ke·t)
    Для розробників
    Посилання на код
    analytical.ts#ivBolus

    Джерела

    • Savva M (2021) (відкривається в новій вкладці) A mathematical treatment of multiple intermittent intravenous infusions in a one-compartment model. Comput Methods Programs Biomed (supporting source). Ідентифікатор: consensus 43e10516 Цитата очікує перевірки

      Джерело зафіксовано, цитата очікує перевірки.

  • Single IV-bolus concentration (alias of ivBolus)

    Визначення: Symmetry alias of ivBolus provided alongside the infusion helpers. Same closed form and provenance as ivBolus.

    Вираз
    C(t) = (D/V) · e^(−ke·t)
    Для розробників
    Посилання на код
    analytical.ts#ivBolusSingle

    Джерела

    • Savva M (2021) (відкривається в новій вкладці) A mathematical treatment of multiple intermittent intravenous infusions in a one-compartment model. Comput Methods Programs Biomed (supporting source). Ідентифікатор: consensus 43e10516 Цитата очікує перевірки

      Джерело зафіксовано, цитата очікує перевірки.

  • Concentration during an ongoing IV infusion

    Визначення: Rising concentration during a constant-rate (R0 mg/h) IV infusion, one-compartment first-order elimination.

    Вираз
    C(t) = (R0 / (V·ke)) · (1 − e^(−ke·t)), 0 ≤ t ≤ T_inf
    Для розробників
    Посилання на код
    analytical.ts#ivInfusionDuring

    Джерела

    • Savva M (2021) (відкривається в новій вкладці) A mathematical treatment of multiple intermittent intravenous infusions in a one-compartment model. Comput Methods Programs Biomed (supporting source). Ідентифікатор: consensus 744a3e72 Цитата очікує перевірки

      Джерело зафіксовано, цитата очікує перевірки.

  • Concentration after an IV infusion stops

    Визначення: Post-infusion decay tPost hours after a constant-rate infusion of duration Tinf has ended, one-compartment first-order elimination.

    Вираз
    C(tPost) = (R0 / (V·ke)) · (1 − e^(−ke·Tinf)) · e^(−ke·tPost)
    Для розробників
    Посилання на код
    analytical.ts#ivInfusionPost

    Джерела

    • Savva M (2021) (відкривається в новій вкладці) A mathematical treatment of multiple intermittent intravenous infusions in a one-compartment model. Comput Methods Programs Biomed (supporting source). Ідентифікатор: consensus 744a3e72 Цитата очікує перевірки

      Джерело зафіксовано, цитата очікує перевірки.

  • Steady-state Css for continuous IV infusion (linear)

    Визначення: Plateau concentration of a continuous constant-rate IV infusion under first-order elimination; the T_inf → ∞ limit of ivInfusionDuring.

    Вираз
    Css = R0 / CL = R0 / (V · ke)
    Для розробників
    Посилання на код
    analytical.ts#cssInfusion

    Джерела

    • Savva M (2021) (відкривається в новій вкладці) A mathematical treatment of multiple intermittent intravenous infusions in a one-compartment model. Comput Methods Programs Biomed (supporting source). Ідентифікатор: consensus 744a3e72 Цитата очікує перевірки

      Джерело зафіксовано, цитата очікує перевірки.

  • Steady-state Css under Michaelis–Menten elimination

    Визначення: Steady-state concentration for a constant dose rate R0 under capacity-limited (Michaelis–Menten) elimination. No steady state exists when R0 ≥ Vmax (toxic accumulation), so the function returns +∞ there.

    Вираз
    Css = (R0 · Km) / (Vmax_mass − R0) [→ +∞ when R0 ≥ Vmax]
    Для розробників
    Посилання на код
    analytical.ts#cssMM

    Джерела

    • Sumarno, Kusumastuti K, Khotib J (2023) (відкривається в новій вкладці) An analysis of the Michaelis-Menten pharmacokinetics of phenytoin in epileptic Indonesian adults. Pharmacy Education. Ідентифікатор: consensus 491dc0d9 Перевірена цитата
      Дослівно з джерела:
      The determination of the Michaelis-Menten kinetic parameters (Vmax and Km) was calculated using the formula (equation) (Shargel & Yu, 2022): R = V max − Km.R/Css … Css: Steady level of drug in plasma … R: Dosage/day or rate of dosing … Vmax: The maximum rate of drug metabolism … Km: Michaelis-Menten constant.
    • Martin E, Tozer TN, Sheiner LB, Riegelman S (1977) (відкривається в новій вкладці) The clinical pharmacokinetics of phenytoin. J Pharmacokinet Biopharm. Ідентифікатор: consensus 10fb327d Перевірена цитата
      Дослівно з джерела:
      For each subject the Cpss values were fitted to a rearranged Michaelis-Menten equation Cpss =KmR/(Vm-R).
  • Personalised Vmax from a single steady-state TDM point

    Визначення: Back-calculates an individual's maximum metabolic rate from one (dose rate R0, steady-state concentration Css1) pair given a population Km — the phenytoin dosage-individualization workflow.

    Вираз
    Vmax_mass = R0 · (Km + Css1) / Css1
    Для розробників
    Посилання на код
    analytical.ts#vmaxFromTDM

    Джерела

    • Nakashima E, et al. (1995) (відкривається в новій вкладці) Systematic Approach to a Dosage Regimen for Phenytoin Based on One-Point, Steady-State Plasma Concentration. Therapeutic Drug Monitoring. Ідентифікатор: consensus d2065368 Перевірена цитата
      Дослівно з джерела:
      This system applies the Michaelis-Menten equation to the initial data pair (D1-Css1) and solves for (a) maximum metabolic rate constant (Vmax) assuming the population mean for the Michaelis constant (Km) (method 1).
  • Predict new MM steady-state from personalised Vmax

    Визначення: Companion to vmaxFromTDM: predicts the steady-state concentration at a new dose rate R0' using the individualized Vmax. Wraps cssMM.

    Вираз
    Css2 = (R0' · Km) / (Vmax_mass − R0')
    Для розробників
    Посилання на код
    analytical.ts#predictCssMM

    Джерела

    • Nakashima E, et al. (1995) (відкривається в новій вкладці) Systematic Approach to a Dosage Regimen for Phenytoin Based on One-Point, Steady-State Plasma Concentration. Therapeutic Drug Monitoring. Ідентифікатор: consensus d2065368 Перевірена цитата
      Дослівно з джерела:
      Accurate predictions of the Css error within 5 micrograms/ml were obtained in 84% of the 25 cases, and in 30% of the 10 cases excluded.
  • Power-law dose–exposure relationship

    Визначення: Empirical power model for sub-proportional dose–exposure (Chen 2013 fit for gabapentin enacarbil, b ≈ 0.925 for bioavailable dose). An alternative to the Emax form when only summary data are available.

    Вираз
    Exposure = a · D^b
    Для розробників
    Посилання на код
    analytical.ts#powerExposure

    Джерела

    • Chen C (2013) (відкривається в новій вкладці) Meta-analyses of dose-exposure relationships for gabapentin following oral administration of gabapentin and gabapentin enacarbil. Eur J Clin Pharmacol. Ідентифікатор: consensus c44283c0 Перевірена цитата
      Дослівно з джерела:
      For gabapentin enacarbil, a power model was most suitable, with a power of 0.925 for bioavailable dose or 0.844 for steady-state concentration.
  • Steady-state accumulation ratio (linear)

    Визначення: Factor by which steady-state Cmax exceeds single-dose Cmax for first-order PK dosed every τ hours. Universal identity from the geometric superposition series.

    Вираз
    R = 1 / (1 − e^(−ke·τ))
    Для розробників
    Посилання на код
    analytical.ts#accumulationRatio

    Джерела

    • Rowland M, Tozer TN (2011) (відкривається в новій вкладці) Clinical Pharmacokinetics and Pharmacodynamics: Concepts and Applications (4th ed.). Lippincott Williams & Wilkins (textbook). Ідентифікатор: ISBN 978-0781750097 Стандартний підручник
      Дослівно з джерела:
      The accumulation index, Rac = 1/(1 − e^(−k·τ)), expresses the extent of accumulation on repeated dosing relative to a single dose.
  • Regimen optimizer (numerical method — NOT a literature PK formula)

    Визначення: METHOD, not a pharmacokinetic law. Searches only the prescribable regimen (dose/interval/#doses) to make a candidate curve resemble a target curve while holding the drug's PK fixed (truthfulness constraint). The math cited here is the optimization method, not a drug formula.

    Вираз
    argmin over (dose, interval, doses) of distance(C_target, C_candidate); 1-D via golden-section search, ≥2-D via Nelder–Mead simplex
    Для розробників
    Посилання на код
    optimize.ts#recommendRegimen

    Джерела

    • Kiefer J (1953) (відкривається в новій вкладці) Sequential minimax search for a maximum. Proc Amer Math Soc (textbook method). Ідентифікатор: DOI 10.1090/S0002-9939-1953-0055639-3 Стандартний підручник
      Дослівно з джерела:
      Golden-section search locates the extremum of a unimodal function on an interval by successively narrowing the bracket using the golden ratio.
    • Nelder JA, Mead R (1965) (відкривається в новій вкладці) A simplex method for function minimization. The Computer Journal (textbook method). Ідентифікатор: DOI 10.1093/comjnl/7.4.308 Стандартний підручник
      Дослівно з джерела:
      A method is described for the minimization of a function of n variables, which depends on the comparison of function values at the (n+1) vertices of a general simplex, followed by the replacement of the vertex with the highest value by another point.
  • Antidepressant dose-equivalence (fluoxetine-equivalent scale)

    Визначення: Approximate acute-phase switching conversion between antidepressants on the published fluoxetine-equivalent scale (Hayasaka 2015 primary-analysis table; citalopram 40 mg ≡ fluoxetine 40 mg added from Furukawa 2019). A population-average switching guide on a surrogate dose scale, NOT bioequivalence or receptor-occupancy equivalence. Furukawa 2019 also supplies the efficacy-plateau flag (above ~40 mg fluox-eq the dose-efficacy curve is flat-to-decreasing). Duloxetine is in neither source and the engine refuses to convert it.

    Вираз
    targetDose = dose × (equivTarget / equivSource), where equivX = mg/day of X ≡ fluoxetine 40 mg
    Для розробників
    Посилання на код
    equivalence/antidepressants.ts#convert

    Джерела

  • Citalopram QT-prolongation maximum-dose ceiling (40 mg/day)

    Визначення: Drug-specific FDA-regulated maximum-dose ceiling, NOT an equivalence ratio. A fluoxetine-equivalent conversion can mathematically land on a citalopram dose above the regulatory maximum (e.g. escitalopram 20 → citalopram 44.4 mg); this entry backs a loud safety overlay (ceilingWarning) on that branch. The engine still returns the math so the clinician sees why it is unsafe — it is a warning, not a refusal. Escitalopram has no equivalent absolute mg ceiling, so the asymmetry is intentional.

    Вираз
    warn when target = citalopram AND computed dose > 40 mg/day (20 mg/day if ≥60 y, hepatic impairment, or CYP2C19 poor metaboliser)
    Для розробників
    Посилання на код
    equivalence/antidepressants.ts#convert

    Джерела

    • McClelland J, Mathys M (2016) (відкривається в новій вкладці) Evaluation of QTc prolongation and dosage effect with citalopram. Ment Health Clin. Ідентифікатор: PMID 29955465; PMCID PMC6007721 Перевірена цитата
      Дослівно з джерела:
      This warning advised against prescribing citalopram at doses >40 mg/day due to 'dose-dependent QT interval prolongation.' This safety warning also decreased the maximum dose to 20 mg in patients ≥60 years old, those with hepatic impairment, those who are CYP2C19 poor metabolizers, and/or those taking cimetidine or other CYP2C19 inhibitors.
  • Antidepressant low-dose (sub-therapeutic) thresholds

    Визначення: Lower-end dose thresholds below which efficacy, while superior to placebo, is inferior to higher doses (a dose-dependency confirmation). Used only as a warning flag for the three drugs Hieronymus 2016 names; no threshold is invented for unnamed drugs.

    Вираз
    flag dose ≤ lower-end floor (citalopram 20 mg, paroxetine 10 mg, sertraline 50 mg)
    Для розробників
    Посилання на код
    equivalence/antidepressants.ts#lowDoseWarning

    Джерела

    • Hieronymus F, Nilsson S, Eriksson E (2016) (відкривається в новій вкладці) A mega-analysis of fixed-dose trials reveals dose-dependency and a low efficacy of citalopram 10 mg, paroxetine 10 mg and sertraline 50 mg as a class for the treatment of depression. Transl Psychiatry. Ідентифікатор: PMID 27271860; PMCID PMC4931602 Перевірена цитата
      Дослівно з джерела:
      Doses below or at the lower end of the usually recommended dose range (citalopram: 10–20 mg, paroxetine: 10 mg; sertraline: 50 mg) were superior to placebo but inferior to higher doses, hence confirming a dose-dependency to be at hand.
  • Statin log-linear LDL-C dose-response

    Визначення: Continuous log-linear model for the additional %LDL-C reduction per doubling of statin dose. The per-statin intercept comes from the Law 2003 anchor table; k ≈ 6 percentage points per doubling is from Oni-Orisan 2018. Drives both the source %reduction and the inverse (dose-for-%reduction) used to map an equivalent target dose.

    Вираз
    %LDL-C reduction(dose) = reduction(ref) + k · log2(dose/ref), k ≈ 6 pp per doubling
    Для розробників
    Посилання на код
    equivalence/statins.ts#equivalentDose

    Джерела

    • Oni-Orisan A, et al. (2018) (відкривається в новій вкладці) Characterization of Statin LDL-C Dose-response Utilizing Electronic Health Records in a Large Population-based Cohort. Circ Genom Precis Med. Ідентифікатор: PMID 30354326; PMCID PMC6214660 Перевірена цитата
      Дослівно з джерела:
      LDL-C was lowered by an additional 6.2% (5.6% after adjustment for covariates) of the original pretreatment LDL-C for each doubling of the statin dose.
  • Per-statin %LDL-C reduction anchor table (Law 2003)

    Визначення: Per-statin, per-dose %LDL-C reduction anchors from the Law 2003 meta-analysis (baseline 4.8 mmol/L), the intercepts the log-linear model is anchored on. Implied potency: rosuvastatin ≈ 2× atorvastatin ≈ 4× simvastatin per mg.

    Вираз
    reduction(statin, dose): e.g. rosuva 10=43, atorva 20=43, simva 40=37 (% from baseline 4.8 mmol/L)
    Для розробників
    Посилання на код
    equivalence/statins.ts#equivalentDose

    Джерела

    • Law MR, Wald NJ, Rudnicka AR (2003) (відкривається в новій вкладці) Quantifying effect of statins on low density lipoprotein cholesterol, ischaemic heart disease, and stroke: systematic review and meta-analysis. BMJ. Ідентифікатор: PMID 12829554; PMCID PMC162260 Перевірена цитата
      Дослівно з джерела:
      Reductions in LDL cholesterol (in the 164 trials) were 2.8 mmol/l (60%) with rosuvastatin 80 mg/day, 2.6 mmol/l (55%) with atorvastatin 80 mg/day, 1.8 mmol/l (40%) with atorvastatin 10 mg/day, lovastatin 40 mg/day, simvastatin 40 mg/day, or rosuvastatin 5 mg/day, all from pretreatment concentrations of 4.8 mmol/l.
  • Statin individual-response band half-width (±15 pp)

    Визначення: Half-width of the displayed equivalence range on the %-reduction scale, from the individual-response SD in VOYAGER (Karlson 2016: 12.8–17.9%, midpoint ≈ 15 pp). An individual-variability spread, NOT a confidence interval on the mean — it widens the displayed range to reflect real between-patient spread before inversion to a dose range.

    Вираз
    displayed range = point %reduction ± 15 percentage points (SD midpoint of 12.8–17.9)
    Для розробників
    Посилання на код
    equivalence/statins.ts#equivalentDose

    Джерела

  • ARB % of licensed maximum dose (Makani 2013; no mg-for-mg conversion)

    Визначення: The only validated ARB (sartan) comparison axis: each ARB normalized to a fraction of its OWN licensed maximum dose, never converted mg-for-mg. The foundational ambulatory-BP meta-analysis (Makani 2013) deliberately avoided absolute-mg equivalence and stratified on 25%/50%/100% of the guideline-defined max dose, giving a shallow pooled dose-response (10.3/6.7, 11.7/7.6, 13.0/8.3 mmHg; doubling adds <2 mmHg). The per-drug licensed maxima (losartan 100, valsartan 320, telmisartan 80, olmesartan 40, candesartan 32, irbesartan 300 mg/day) come from Makani Table 1 with maxima as defined in JNC hypertension guidelines, and are the comparison denominator. This entry also backs the engine's refusal of mg-for-mg conversion (sourceForRefusal). Displayed tier B (A-grade meta-analysis ∧ guideline-defined per-drug maxima).

    Вираз
    percentOfMax = dose / licensedMaxMg × 100; dose-response @ 25/50/100% max → 10.3/6.7, 11.7/7.6, 13.0/8.3 mmHg (doubling adds <2 mmHg)
    Для розробників
    Посилання на код
    equivalence/arb.ts#percentOfMax

    Джерела

    • Makani H, Bangalore S, Supariwala A, Romero J, Argulian E, Messerli FH (2013) (відкривається в новій вкладці) Antihypertensive efficacy of angiotensin receptor blockers as monotherapy as evaluated by ambulatory blood pressure monitoring: a meta-analysis. Eur Heart J. Ідентифікатор: PMID 23966312; PMCID PMC5994844 Перевірена цитата
      Дослівно з джерела:
      the dose–response curve with ARBs was shallow with decrease of 10.3/6.7 (systolic/diastolic), 11.7/7.6, and 13.0/8.3 mmHg with 25% max dose, 50% max dose, and with the max dose of ARBs, respectively. … doubling the dose merely increased the antihypertensive efficacy by <2 mmHg systolic or diastolic.
  • ARB ordinal SUCRA potency rank (Zhang 2024) — badge only, never a ratio

    Визначення: Optional ordinal potency annotation for the ARB comparison: a SUCRA (surface under the cumulative ranking) rank label from the Zhang 2024 network meta-analysis (olmesartan ranked highest for office systolic/diastolic BP reduction; valsartan and losartan ranked lower). It is a DISPLAY badge only — never a conversion ratio and never fed into the %-of-max math or any other number.

    Вираз
    ordinal SUCRA rank: olmesartan highest; valsartan and losartan lower (NEVER a numeric ratio, NEVER fed into any calculation)
    Для розробників
    Посилання на код
    equivalence/arb.ts#percentOfMax

    Джерела

    • Zhang Z, Yang H, Guo H (2024) (відкривається в новій вкладці) Comparative efficacy and safety of six angiotensin receptor blockers in hypertensive patients: a network meta-analysis. Int J Clin Pharm. Ідентифікатор: PMID 38861046 Перевірена цитата
      Дослівно з джерела:
      Olmesartan had the highest surface under the cumulative ranking in reducing office systolic (91.4%) and diastolic blood pressure (87.2%). … Valsartan and losartan were less effective in lowering blood pressure than other drugs.
  • ARB reference data — losartan dose-range + BP effect (Gradman 1995)

    Визначення: Losartan dose-ranging trial (10/25/50/100/150 mg) with supine-trough change-from-baseline BP reductions including the concurrent placebo arm — REFERENCE DATA for ArbComparison.doseEffectReference, never a conversion.

    Вираз
    reference data only — per-drug dose range + BP effect (no formula, no conversion)
    Для розробників
    Посилання на код
    equivalence/arb.ts#percentOfMax

    Джерела

    • Gradman AH, Arcuri KE, Goldberg AI, Ikeda LS, Nelson EB, Snavely DB, Sweet CS (1995) (відкривається в новій вкладці) A randomized, placebo-controlled, double-blind, parallel study of various doses of losartan potassium compared with enalapril maleate in patients with essential hypertension. Hypertension. Ідентифікатор: PMID 7768585; DOI 10.1161/01.hyp.25.6.1345 Перевірена цитата
      Дослівно з джерела:
      After 8 weeks of treatment, mean reductions from baseline in supine systolic/diastolic pressure 24 hours after dosing (trough) for losartan potassium 10, 25, 50, 100, and 150 mg, enalapril maleate 20 mg, and placebo were 7.6/7.9, 7.8/6.8, 13.0/10.1, 8.9/9.9, 10.5/9.7, 14.7/11.2, and 3.8/5.6 mm Hg, respectively.
  • ARB reference data — valsartan dose-range + BP effect (Pool 1998 + Oparil 1996)

    Визначення: Valsartan integrated dose-ranging analysis (10/20/40/80/160/320 mg) with placebo-subtracted per-dose SBP/DBP reductions, plus the Oparil 1996 optimal once-daily dose range — REFERENCE DATA for ArbComparison.doseEffectReference, never a conversion.

    Вираз
    reference data only — per-drug dose range + BP effect (no formula, no conversion)
    Для розробників
    Посилання на код
    equivalence/arb.ts#percentOfMax

    Джерела

  • ARB reference data — candesartan dose-range + BP effect (Reif 1998 + Elmfeldt 1997)

    Визначення: Candesartan cilexetil dose-ranging trial (2/4/8/16/32 mg) with change-from-baseline BP reductions vs the placebo arm, plus the Elmfeldt 1997 placebo-corrected sitting-DBP-by-dose support — REFERENCE DATA for ArbComparison.doseEffectReference, never a conversion.

    Вираз
    reference data only — per-drug dose range + BP effect (no formula, no conversion)
    Для розробників
    Посилання на код
    equivalence/arb.ts#percentOfMax

    Джерела

  • ARB reference data — irbesartan dose-range + BP effect (Pool 1998 + Kassler-Taub 1998)

    Визначення: Irbesartan dose-ranging trial (1/5/10/25/50/100/200/300 mg) with trough seated DBP reductions (systolic not reported per-dose), plus the Kassler-Taub 1998 300 mg irbesartan vs 100 mg losartan differential — REFERENCE DATA for ArbComparison.doseEffectReference, never a conversion.

    Вираз
    reference data only — per-drug dose range + BP effect (no formula, no conversion)
    Для розробників
    Посилання на код
    equivalence/arb.ts#percentOfMax

    Джерела

  • ARB reference data — telmisartan dose-range + BP effect (Sharpe 2001 + Smith 2000)

    Визначення: Telmisartan review reporting supine-trough 'up to' BP reductions across 20-160 mg with maximum effect at 40-80 mg/day (Sharpe 2001), plus the Smith 2000 dose-ranging doses (40/80/120 mg) — REFERENCE DATA for ArbComparison.doseEffectReference, never a conversion.

    Вираз
    reference data only — per-drug dose range + BP effect (no formula, no conversion)
    Для розробників
    Посилання на код
    equivalence/arb.ts#percentOfMax

    Джерела

    • Sharpe M, Jarvis B, Goa KL (2001) (відкривається в новій вкладці) Telmisartan: a review of its use in hypertension. Drugs. Ідентифікатор: PMID 11558835; DOI 10.2165/00003495-200161100-00009 Перевірена цитата
      Дослівно з джерела:
      Telmisartan 20 to 160 mg once daily produced mean reductions in supine trough systolic blood pressure and diastolic blood pressure of up to 15.5 and 10.5 mm Hg, respectively. … Maximum blood pressure reduction occurred with a dosage of 40 to 80 mg/day.
    • Smith DH, Matzek KM, Kempthorne-Rawson J (2000) (відкривається в новій вкладці) Dose response and safety of telmisartan in patients with mild to moderate hypertension. J Clin Pharmacol. Ідентифікатор: PMID 11185637 Перевірена цитата
      Дослівно з джерела:
      After a 28-day placebo run-in period, patients were randomized to 28 days of once-daily, double-blind, double-dummy treatment with telmisartan 40, 80, or 120 mg; enalapril 20 mg; or placebo.
  • ARB reference data — olmesartan dose-range + BP effect (Neutel 2002 + Zannad 2007)

    Визначення: Olmesartan medoxomil dose-ranging trial (5/20/80 mg) with placebo-adjusted 24-h ambulatory SBP/DBP reductions (Neutel 2002), plus the Zannad 2007 finding that olmesartan's Emax was superior to other ARBs — supports the ceilings-differ honesty point. REFERENCE DATA for ArbComparison.doseEffectReference, never a conversion.

    Вираз
    reference data only — per-drug dose range + BP effect (no formula, no conversion)
    Для розробників
    Посилання на код
    equivalence/arb.ts#percentOfMax

    Джерела

    • Neutel JM, Elliott WJ, Izzo JL Jr, Chen CL, Masonson HN (2002) (відкривається в новій вкладці) Antihypertensive efficacy of olmesartan medoxomil, a new angiotensin II receptor antagonist, as assessed by ambulatory blood pressure measurements. J Clin Hypertens (Greenwich). Ідентифікатор: PMID 12368570; DOI 10.1111/j.1524-6175.2002.01051.x Перевірена цитата
      Дослівно з джерела:
      Treatment with olmesartan medoxomil resulted in a significant placebo-adjusted reduction of mean 24-hour ambulatory diastolic blood pressure of 9.6 mm Hg, 12.2 mm Hg, and 10.6 mm Hg in the 5-, 20-, and 80-mg q.d. groups, respectively. … Corresponding reductions in mean ambulatory systolic blood pressure were 14.5 mm Hg, 16.5 mm Hg, and 15.4 mm Hg.
    • Zannad F, Fay R (2007) (відкривається в новій вкладці) Blood pressure-lowering efficacy of olmesartan relative to other angiotensin II receptor antagonists: an overview of randomized controlled studies. Fundam Clin Pharmacol. Ідентифікатор: PMID 17391291; DOI 10.1111/j.1472-8206.2007.00464.x Перевірена цитата
      Дослівно з джерела:
      BP-lowering efficacy defined as Emax was superior with olmesartan, (DBP/SBP mmHg: -9.0/-12.4)
  • Losartan is the weak-coverage ARB outlier (Makani 2013) — inferior 24-h ABPM at start and max dose

    Визначення: Losartan is the ARB-class outlier: the Makani 2013 ambulatory-BP meta-analysis found losartan lowered 24-h ABP less well than the other ARBs at both starting (50 mg) and maximum dose. Backs the web losartan-outlier honesty flag (weaker per-dose + poorer 24-h once-daily coverage). Same paper as arbPercentOfMax. Not a conversion or ratio.

    Вираз
    reference data only — losartan inferior 24-h ambulatory BP coverage vs other ARBs (no formula, no conversion)
    Для розробників
    Посилання на код
    equivalence/arb.ts#percentOfMax

    Джерела

    • Makani H, Bangalore S, Supariwala A, Romero J, Argulian E, Messerli FH (2013) (відкривається в новій вкладці) Antihypertensive efficacy of angiotensin receptor blockers as monotherapy as evaluated by ambulatory blood pressure monitoring: a meta-analysis. Eur Heart J. Ідентифікатор: PMID 23966312; PMCID PMC5994844 Перевірена цитата
      Дослівно з джерела:
      Losartan in the dose of 50 mg lowered ABP less well than other ARBs at 50% max dose by 2.5 mmHg systolic (P < 0.0001) and 1.8 mmHg diastolic (P = 0.0003). … Blood pressure reduction with losartan at starting dose and at max dose was consistently inferior to the other ARBs.
  • ACE-inhibitor WHO DDD-anchored dose-equivalence (low-confidence, tier C)

    Визначення: Low-confidence ACE-inhibitor dose-equivalence anchored on the WHO Defined Daily Dose (oral, group C09AA): captopril 50, enalapril 10, lisinopril 10, perindopril 4, ramipril 2.5 mg/day (so 1-DDD/day: ramipril 2.5 ≈ enalapril 10 ≈ lisinopril 10 ≈ perindopril 4 ≈ captopril 50). The DDD values are verified on-page; the equivalence ratio built from them is an INFERENCE, and WHO explicitly cautions that the DDD is a drug-utilization unit and does NOT reflect equipotency (§9.3). The engine is therefore pinned to tier C and carries the WHO 'not equipotency' caveat plus a duration-of-action note (ramipril/perindopril/lisinopril once-daily; enalapril/captopril often divided — Fischer & Diec 2021) as non-optional fields. The precise-PK ACE conversion (§4.1) stays a refusal and is not modelled.

    Вираз
    eq_dose(Y) = dose(X) × (DDD_Y / DDD_X)
    Для розробників
    Посилання на код
    equivalence/ace.ts#convert

    Джерела

  • Beta-blocker per-drug HFrEF target doses (no cross-agent conversion)

    Визначення: Beta-blockers are pharmacologically heterogeneous (β-selectivity, α-blockade, ancillary effects — Barrese 2013) and the head-to-head COMET trial showed DIFFERENT survival at clinically matched target doses, so there is NO validated mg-for-mg conversion — convert() always refuses (NO_VALIDATED_METHOD) and no mg:mg ratio exists in the module. The only defensible numbers are each agent's own HFrEF trial target dose: bisoprolol 10 mg once daily (CIBIS-II), carvedilol 25 mg twice daily / 25–50 mg bid (COPERNICUS + Newman), and metoprolol SUCCINATE 200 mg once daily (MERIT-HF), consolidated by Newman 2024. Metoprolol succinate and tartrate are distinct keys: only succinate carries the HFrEF anchor — tartrate (COMET's 50 mg bid arm) must never inherit the succinate number.

    Вираз
    targetDose(bisoprolol)=10 mg od; targetDose(carvedilol)=25 mg bid (25–50 mg bid); targetDose(metoprolol succinate)=200 mg od; cross-agent convert() ⇒ REFUSE (no mg:mg ratio)
    Для розробників
    Посилання на код
    equivalence/betaBlocker.ts#targetDose

    Джерела

  • Hard release-controlled class → do-not-split / do-not-crush / do-not-tube

    Визначення: Enteric-coated, modified-release, and multilayer fixed-dose-combination tablets must not be split, crushed, or dispersed for a feeding tube: manipulation destroys the enteric protection / release-controlling matrix (dose dumping) or produces non-uniform fragments. A structured do-not-crush warning database is proven to cut erroneous crushing ~6-fold (van Welie 2016); dispersing for a feeding tube defeats the coating/matrix exactly as crushing does (Bifari 2023). Corroborated for the modified-release split axis by Saran 2022. (The cytotoxic/hazardous class is backed separately by splitCrushCytotoxic — its hazard is OPERATOR exposure, a different mechanism from coating/matrix dose dumping.)

    Вираз
    formulation ∈ {enteric_coated, modified_release, multilayer_FDC} ⇒ split='no', crush='no', tube='no'
    Для розробників
    Посилання на код
    forms/splitCrush.ts#defaultVerdict

    Джерела

    • van Welie S, Wijma L, Beerden T, van Doormaal J, Taxis K (2016) (відкривається в новій вкладці) Effect of warning symbols in combination with education on the frequency of erroneously crushing medication in nursing homes: an uncontrolled before and after study. BMJ Open. Ідентифікатор: BMJ Open 2016;6:e012286 Перевірена цитата
      Дослівно з джерела:
      The crushing error rate decreased from 3.1% (21 wrongly crushed medicines out of 681 administrations) to 0.5% (3/636), RR=0.15 (95% CI 0.05 to 0.51) … Medications which were erroneously crushed included enteric-coated formulations (eg, omeprazole), medication with regulated release systems (eg, Persantin; dipyridamol) and toxic substances (eg, finasteride).
    • Saran AK, Pandya A, Veettil SK, Saokaew S, Kanchanasurakit S (2022) (відкривається в новій вкладці) Concerns regarding tablet splitting: a systematic review. BJGP Open. Ідентифікатор: BJGP Open 2022 (systematic review) Перевірена цитата
      Дослівно з джерела:
      Evidence does support … the inappropriateness of splitting sustained-release preparations, given the potential for alteration of the rate of drug release for some products … sustained-release tablets, which should not be split.
    • Bifari N, Alkhalfan F, Algethami J, et al. (2023) (відкривається в новій вкладці) Unraveling medication errors in enteral tube administration: A cross-sectional study in geriatric patients receiving home health care. Saudi Pharmaceutical Journal (SPJ). Ідентифікатор: Saudi Pharm J 2023 (cross-sectional) Перевірена цитата
      Дослівно з джерела:
      the administration of medications unsuitable for enteral feeding tubes (33.3%), predominantly due to the use of controlled release or enteric-coated formulations.
  • Capsule class → do-not-split; crush='unknown' (open only if monograph allows)

    Визначення: Hard and soft-gel capsules default to do-not-divide; the crush/open axis is 'unknown' (fail-closed) because the manipulation evidence for capsules is thin — Richey 2017's systematic review found NO eligible studies of oral-capsule manipulation, and results cannot be extrapolated between dosage forms or brands. A capsule is opened only when its specific monograph explicitly permits it (curated per-brand override), never by class default.

    Вираз
    formulation ∈ {capsule_hard, capsule_soft_gel} ⇒ split='no', crush='unknown' (fail-closed; open only if the product monograph explicitly allows), tube='unknown'
    Для розробників
    Посилання на код
    forms/splitCrush.ts#defaultVerdict

    Джерела

    • Richey RH, Hughes C, Craig JV, et al. (2017) (відкривається в новій вкладці) A systematic review of the use of dosage form manipulation to obtain required doses to inform use of manipulation in paediatric practice. International Journal of Pharmaceutics. Ідентифікатор: Int J Pharm 2017 (systematic review) Перевірена цитата
      Дослівно з джерела:
      No eligible studies concerning manipulation of oral capsules or liquids, rectal enemas, nebuliser solutions, injections or transdermal patches were identified … The results cannot be extrapolated between dosage forms, methods of manipulation or between different brands of the same drug.
  • Immediate-release class → split='halve_only' iff scored; never quartering

    Визначення: Backs the SPLIT axis for immediate-release uncoated / film-coated / sugar-coated tablets. They may be split only when a score line exists, and only by HALVING — there is no verdict that licenses quartering (a half-score does not make quartering safe). Splitting accuracy is imperfect even for these classes (Helmy 2015: 15–16% of half tablets failed the USP weight/content-uniformity specification), so the split verdict is the conservative 'halve_only', never 'yes'. (The IR CRUSH axis is backed separately by splitCrushImmediateReleaseCrush/Faikoglu 2022, which is the crushability-specific source; Helmy is a splitting content-uniformity study and does not itself license crushing.)

    Вираз
    formulation ∈ {IR_uncoated, IR_film_coated, IR_sugar_coated} ⇒ split='halve_only' iff scored ∈ {half, quarter} else 'no' (a half-score NEVER licenses a quartering 'yes')
    Для розробників
    Посилання на код
    forms/splitCrush.ts#defaultVerdict

    Джерела

    • Helmy SA (2015) (відкривається в новій вкладці) Tablet Splitting: Is It Worthwhile? Analysis of Drug Content and Weight Uniformity for Half Tablets of 16 Commonly Used Medications in the Outpatient Setting. J Manag Care Spec Pharm. Ідентифікатор: J Manag Care Spec Pharm 2015;21(1):76-86 Перевірена цитата
      Дослівно з джерела:
      A total of 52 of 320 half tablets (16.2%) and 48 of 320 half tablets (15.0%) fell outside of the proxy United States Pharmacopeia (USP) specification for weight and drug content … Bromazepam, carvedilol, bisoprolol, losartan, digoxin, and meloxicam half tablets failed the weight and content uniformity test … Tablets containing drugs with a wide therapeutic index and long half-life might be more suitable candidates for division.
  • Immediate-release class → crush='yes' (no bioavailability change on crushing)

    Визначення: Backs the CRUSH axis (and, by extension, the conservative IR tube axis) for immediate-release uncoated / film-coated / sugar-coated tablets. Crushing-specific evidence: Faikoglu 2022 reviews the clinical literature and concludes that crushing uncoated, sugar-coated, or film-coated IR tablets does not alter bioavailability or pharmacokinetics — which is the crushability claim Helmy 2015 (a tablet-SPLITTING content-uniformity study) does not itself license. Tube dispersion stays 'yes' only for uncoated IR; film/sugar-coated default to 'unknown' because the coating may impede uniform dispersion (fail conservative).

    Вираз
    formulation ∈ {IR_uncoated, IR_film_coated, IR_sugar_coated} ⇒ crush='yes'; tube='yes' (IR_uncoated) else 'unknown' (coated, conservative)
    Для розробників
    Посилання на код
    forms/splitCrush.ts#defaultVerdict

    Джерела

    • Faikoglu G, Saygi S, Tuncok Z, Tatar A, Tarkun BB, Demirkapu MJ, Gulec MA, Kantarcı G (2022) (відкривається в новій вкладці) The pharmacological perspective on tablet splitting or crushing. Pharmacy & Pharmacology International Journal. Ідентифікатор: Pharm Pharmacol Int J 2022;10(4) (MedCrave; identifier unconfirmed this session — Consensus record only) Перевірена цитата
      Дослівно з джерела:
      Clinical studies report that the use of uncoated, sugar-coated, or film-coated tablets with the same dose of crushed forms and their use as a whole tablet has the same efficacy and safety data. … Physical manipulations on drugs with these coating properties do not cause any change in bioavailability and pharmacokinetic data.
  • Cytotoxic / hazardous class → do-not-split / do-not-crush / do-not-tube (operator exposure)

    Визначення: Cytotoxic / hazardous tablets must not be split, crushed, or dispersed for a feeding tube. The hazard mechanism is OPERATOR / CAREGIVER occupational exposure — crushing or dispersing aerosolises the drug and contaminates the work surface — NOT loss of a release-controlling coating or matrix (a cytotoxic immediate-release tablet has no such matrix). van Welie 2016 lists 'toxic substances (eg, finasteride)' among the erroneous-crush classes; Lopez 2022 (citing NIOSH 2016 + USP <800>) states crushing such tablets causes an unacceptable risk and mandates closed-system handling. This is the correct mechanism-specific provenance for the cytotoxic axis, distinct from the enteric/MR dose-dumping rationale in splitCrushHardClass.

    Вираз
    formulation = cytotoxic_hazardous ⇒ split='no', crush='no', tube='no' (occupational/aerosol exposure, NOT a release-matrix mechanism)
    Для розробників
    Посилання на код
    forms/splitCrush.ts#defaultVerdict

    Джерела

    • van Welie S, Wijma L, Beerden T, van Doormaal J, Taxis K (2016) (відкривається в новій вкладці) Effect of warning symbols in combination with education on the frequency of erroneously crushing medication in nursing homes: an uncontrolled before and after study. BMJ Open. Ідентифікатор: BMJ Open 2016;6:e012286 Перевірена цитата
      Дослівно з джерела:
      Medications which were erroneously crushed included enteric-coated formulations (eg, omeprazole), medication with regulated release systems (eg, Persantin; dipyridamol) and toxic substances (eg, finasteride).
    • Lopez CV, Boix-Montañes A, Pascual-Carrasco A, et al. (2022) (відкривається в новій вкладці) Hazardous Drug Enteral Device: A Closed System Device for Crushing and Dispersing Hazardous Drug Tablets for Enteral Administration. International Journal of Pharmaceutical Compounding. Ідентифікатор: Int J Pharm Compd 2022 (identifier unconfirmed this session — Consensus record only) Перевірена цитата
      Дослівно з джерела:
      In this list, NIOSH established that crushing tablets or making solutions from them causes an unacceptable risk at hospitals. Furthermore, United States Pharmacopeia <800> and European regulations impose the use of closed system devices and plastic pouches to contain any dust or particles generated during these operations.
  • Modified-release suffix → conservative first-pass MR flag

    Визначення: A conservative first-pass FLAG only, not a verdict. Pharmaceutical companies mark modified-release products with characteristic name suffixes; detecting one is a hint that the product may be modified-release and should be treated conservatively / verified against the registered інструкція. It NEVER emits a final verdict, NEVER relaxes a class default toward 'yes', and NEVER substitutes for a curated per-brand override row (silence ≠ permission). A negative detection asserts nothing.

    Вираз
    name contains an EN/UA modified-release marketing suffix (SR/XR/CR/ER/XL/chrono/prolong/retard/MR/LA/SA/depot; UA ретард/тривалої дії/пролонг) at a word boundary ⇒ flag 'possible modified-release — verify' (biases toward modified_release/no/unknown; never relaxes a verdict toward 'yes')
    Для розробників
    Посилання на код
    forms/mrSuffix.ts#detectMRSuffix

    Джерела

    • Lohmann K, Ferber J, Haefeli MF, Störzinger D, Schwald M, Haefeli WE, Seidling HM (2015) (відкривається в новій вкладці) Knowledge and training needs of nurses and physicians on unsuitable drugs for patients with dysphagia or feeding tubes. Journal of Clinical Nursing. Ідентифікатор: DOI 10.1111/jocn.12910; J Clin Nurs 2015;24(19-20):3016-3019 Перевірена цитата
      Дослівно з джерела:
      in over 60% of sustained-release drugs pharmaceutical companies use specific suffixes in their drug names such as SR, chrono or prolong to highlight specific galenic formulations. Thus, these suffixes may provide a first hint that a drug is potentially inappropriate for drug modification. … Most summaries of product characteristics do not list information regarding drug modification or safety aspects.
  • Cross-statin potency under-dosing caveat (VOYAGER equipotency)

    Визначення: Mandatory caveat for any CROSS-statin conversion (source statin ≠ target statin). The Law-2003 equal-%LDL anchor table gives rosuva 10 ≈ atorva 20 (≈2×); the VOYAGER individual-patient-data equipotency analysis (same author group) gives a higher potency ratio (rosuva ≈ 3–3.5× atorva, ≈ 7–8× simva), so a Law-anchored cross-statin conversion can UNDER-DOSE the target. Surfaced as a caveat (not a model change): the point estimate stays the Law-anchored value; the clinician is told to verify against the patient's achieved LDL-C. Same-statin dose↔%LDL queries do not carry it.

    Вираз
    VOYAGER equipotency: rosuvastatin ≈ 3–3.5× atorvastatin ≈ 7–8× simvastatin (higher than the Law-2003 equal-%LDL table)
    Для розробників
    Посилання на код
    equivalence/statins.ts#equivalentDose

    Джерела

    • Karlson BW, Palmer MK, Nicholls SJ, Lundman P, Barter PJ (2016) (відкривається в новій вкладці) Doses of rosuvastatin, atorvastatin and simvastatin that induce equal reductions in LDL-C and non-HDL-C: results from the VOYAGER meta-analysis. Eur J Prev Cardiol. Ідентифікатор: DOI 10.1177/2047487315598710 Перевірена цитата
      Дослівно з джерела:
      Rosuvastatin 10 mg reduced LDL-C by 44% … Equivalent reductions in LDL-C required atorvastatin 29 mg or simvastatin 72 mg … each rosuvastatin dose is equivalent to doses 3–3.5 times higher for atorvastatin and 7–8 times higher for simvastatin.
  • Combined-use additive-hypotension caution (qualitative, non-numeric)

    Визначення: Non-numeric caution emitted when two or more blood-pressure-lowering drug classes (thiazide, β-blocker, ACE inhibitor, ARB, calcium-channel blocker) are stacked. The Law-354 meta-analysis showed the BP-lowering effects of different drug categories are additive, so stacking carries an additive risk of symptomatic hypotension. The module computes NO combined dose and contains NO dose ceiling — it surfaces the additivity QUALITATIVELY and directs the clinician to titrate each drug against measured BP/HR.

    Вираз
    ΔBP(A+B) ≈ ΔBP(A) + ΔBP(B) — qualitative, non-numeric additive caution; no combined dose, no ceiling
    Для розробників
    Посилання на код
    equivalence/combinedUse.ts#combinedUseCaution

    Джерела

  • Dose-dumping illustration — verapamil crushed-vs-intact 24 h AUC anchor

    Визначення: Empirical magnitude anchor for the E13 dose-dumping illustration. Kumagai 2024 measured that crushing a verapamil tablet raised the initial-24 h AUC to ≈1.7× the intact tablet's. The illustration calibrates two COMPOSED concentration-time profiles (a slow-absorption modified-release 'intact' profile and a fast-absorption 'crushed' profile, both from the shipped simulate()/metrics() engine) so their crushed:intact AUC(0–24) ratio reproduces this measured ≈1.7×. It introduces NO new pharmacokinetic formula — it is a calibrated reuse of the existing engine — and the 1.7× is the verapamil EXEMPLAR of why crushing a modified-release product dumps the dose, never a patient-specific prediction for an arbitrary product.

    Вираз
    AUC_0-24(crushed) ≈ 1.7 × AUC_0-24(intact) — Kumagai 2024 verapamil anchor
    Для розробників
    Посилання на код
    forms/doseDumping.ts#doseDumpingIllustration

    Джерела

    • Kumagai S, et al. (2024) (відкривається в новій вкладці) Comparative analysis of verapamil pharmacokinetics: simple suspension and crushing. J Clin Med. Ідентифікатор: Consensus record 035221cda10f5a5f9ce549d3e142d945 Перевірена цитата
      Дослівно з джерела:
      the area under the curve for verapamil during the initial 24 h period was 1.7 and 1.3 times greater in the crushed and simple suspension groups, respectively, than in the tablet group.
  • Antipsychotic dose-equivalence (olanzapine-equivalent, Classical Mean Dose)

    Визначення: Approximate population-average dose equivalence between antipsychotics on the Leucht 2015 Classical-Mean-Dose olanzapine-equivalent scale (Table 1: mg/day of each drug equivalent to 1 mg/day olanzapine; a HIGHER value = a LESS potent drug). A switching guide on a surrogate dose scale, NOT bioequivalence or receptor-occupancy equivalence — the authors explicitly state a gold standard method does not exist. Clozapine's ratio is carried but accompanied by a mandatory TDM / agranulocytosis-monitoring caution (a pharmacologist may upgrade it to a hard refusal). Implemented data-only via the generic _package.ts ratio factory; this engine adds no arithmetic of its own.

    Вираз
    targetDose = dose × (olanzEq_target / olanzEq_source), where olanzEq_X = mg/day of X ≡ 1 mg olanzapine
    Для розробників
    Посилання на код
    equivalence/antipsychotics.ts#convert

    Джерела

    • Leucht S, Samara M, Heres S, Patel MX, Furukawa T, Cipriani A, Geddes J, Davis JM (2015) (відкривається в новій вкладці) Dose Equivalents for Second-Generation Antipsychotic Drugs: The Classical Mean Dose Method. Schizophr Bull. Ідентифікатор: PMID 25841041; PMCID PMC4601707 Перевірена цитата
      Дослівно з джерела:
      We calculated the mean doses of each drug weighted by sample size and divided them by the weighted mean olanzapine dose to obtain olanzapine equivalents. … The doses equivalent to 1 mg/d olanzapine were: amisulpride 38.3 mg/d, aripiprazole 1.4 mg/d, asenapine 0.9 mg/d, chlorpromazine 38.9 mg/d, clozapine 30.6 mg/d, haloperidol 0.7 mg/d, quetiapine 32.3mg/d, risperidone 0.4 mg/d, sertindole 1.1 mg/d, ziprasidone 7.9 mg/d, zotepine 13.2 mg/d. … Table 1 (mean, SD): risperidone 0.38 (0.12), haloperidol 0.74 (0.22), chlorpromazine 38.88 (16.9), quetiapine 32.27 (7.4), aripiprazole 1.41 (0.3), ziprasidone 7.92 (1.56), amisulpride 38.33 (8.76), clozapine 30.62 (18.64), sertindole 1.08 (0.2), asenapine 0.89, zotepine 13.24.

Поширені запитання

Звідки взяті формули та числа в цьому застосунку?
Кожен розрахунок у цьому застосунку базується на наведених нижче формулах, кожна з яких прив'язана до свого джерела. Це модельні методи для навчання, а не клінічна настанова.
Чи є це клінічною порадою? Чи можна змінювати дозу на його основі?
Освітня ФК-модель — не є клінічною настановою. Підтверджуйте будь-яку зміну дози з лікарем або фармацевтом.
Як застосунок оцінює еквівалентну дозу при заміні препарату?
Оцініть еквівалентну дозу при переході між препаратами одного класу. Результати — це модельні оцінки на основі введених вами параметрів.
Чи можна ділити, кришити або розчиняти таблетку?
Перевірте, чи можна таблетку ділити, кришити чи розчиняти для зонда для годування. Відповіді змодельовані з лікарської форми препарату та курованих джерел з інструкції — завжди звіряйте з інструкцією для медичного застосування та з фармацевтом.
Освітня ФК-модель — не є клінічною настановою. Підтверджуйте будь-яку зміну дози з лікарем або фармацевтом.