Configuration Studio
The pathway templates — the rules a care gate checks. These are the 4 real signed NICE packs, loaded live. View and draft-edit the rules here; publishing a new signed version is the CI pipeline (canonicalise → sign → deploy). A pack that doesn't verify is rejected fail-closed, so verdicts stay deterministic and tamper-evident.
Preoperative assessment
NICE NG45 · pack surgical-readiness@1.0.0 · gate gate.surgical-readiness
Readiness before planned surgery — renal function, consent, pre-op + anaesthetic review, bloods.
| Rule | Fact key | Condition | Blocking | |
|---|---|---|---|---|
egfr-adequate | ||||
consent-signed | ||||
preop-complete | ||||
anaesthetic-review | ||||
fbc-recent |
Analyse dataset
Drop one or many files of any mix — CSV, Excel, JSON, text, scanned PDF. Each is extracted + mapped to this pathway's facts so you can design the rules. This is a design-time preview — it does not run the engine or save a verdict (use /upload for that).
Test run — a patient against this draft
Load a synthetic patient (or edit the facts), then run it against the 5 draft rules above using the real deterministic engine. This is a design-time preview (INV-1) — nothing is signed or saved; publishing a signed version is the CI pipeline.
| Fact key | Value | Type |
|---|---|---|
| renal.egfr | number | |
| consent.signed | string | |
| preop.assessment.completed | boolean | |
| anaesthetic.review.completed | boolean | |
| bloods.fbc.done | boolean |
The full authoring loop: Analyse a dataset → Add the candidate facts as draft rules → correct them above → Test run a patient against the draft (design-time preview). To run patients operationally with a saved verdict, use Upload or the Playground. Publishing a new signed pack version is the CI signing pipeline.