Protocol Library
A clinical library that grows without losing determinism.
Deterministic does not mean static. Auddax protocols are expandable clinical software modules. New
protocols can be authored, reviewed, tested, compiled, versioned, and released without turning the
diagnostic pathway back into open-ended model generation.
Auddax maintains a growing library of deterministic protocol modules developed with clinical review and
grounded in referenced guidelines, care pathways, and safety requirements. Each protocol defines its
intended use, supported population, required facts, exclusion criteria, red flags, output states, and trace
requirements.
Customers can add protocols through the same governed release path used by the Auddax library: source
anchoring, clinician review, simulation, safety gates, behavior diffing, evidence generation, release
signoff, and post-launch monitoring.
-
Auddax-maintained library
Clinician-reviewed modules for common diagnostic and triage workflows.
-
Customer-authored extensions
Institution-specific and product-specific protocols enter the same governed release path.
-
Source anchored
Every rule links to a guideline, protocol, policy, or clinical rationale.
-
Compiled and tested
Protocols become deterministic runtime artifacts with coverage for rules, red flags, exclusions, and states.
-
Diffed and versioned
Every release shows what clinical behavior changed and every encounter records the exact version used.
-
Scoped
Protocols define where they apply and where they must hand off.
protocol supply chain
governed release path
$ auddax protocol create adult_sinusitis --template diagnostic_pathway
created protocols/adult_sinusitis.ax
created evals/adult_sinusitis/red_flags.yaml
created sources/adult_sinusitis.bib
$ auddax protocol lint protocols/adult_sinusitis.ax --require-sources
rules: 64
source_anchored: 64
missing_rationale: 0
clinical_review_required: true
$ auddax release diff adult_sinusitis@0.1.0..adult_sinusitis@0.2.0
changed_questions: 4
changed_dispositions: 2
new_exclusions: 1
requires_signoff: clinical, safety