Authoring product intake forms
Write product-specific questions and triage rules so patients provide the right information before a UK clinician reviews the case.
Create an active product form so patients answer the right questions before a clinician reviews the case.
Create or update the form
- Open
/practice/catalogue, select a product, then select Intake form. - Enter a form label.
- Edit the Questions JSON array. Supported types are
info,number,single_choice,multi_choice,text, andcontact; contact fields are skipped because the patient is already known. - Edit the Triage rules JSON array. Supported rules compare answers or BMI with
answer_eq,answer_in,answer_gt,answer_gte,answer_lt,answer_lte,bmi_gt,bmi_lt, orflag. - Choose Auto-recommend approval when a qualified answer set with no flags should show an approval signal. The clinician still makes the final decision.
- Leave Active on when patients booking this product should see the form, then select Save.
Rules can return disqualify, qualify, or flag. The first disqualifying rule stops qualification; flags are collected for the clinician. Saving creates a new version and deactivates the previous version, while existing patient answers keep the version they saw.
Check before activating
- Save the form inactive.
- Link a test case to this product through the clinical workflow.
- Check the patient portal, submit answers, and review the recommendation snapshot on the case.
- Activate when the questions and rules are correct.
Patients see the form on /patient/dashboard; clinicians see the answers and recommendation on the case page.