外掛標籤
開發者團隊
原文外掛簡介
Stop spending hours building intake forms. FormIQ generates a complete, AHPRA-compliant patient intake form for your specialty in under 60 seconds.
Allied health practitioners across Australia spend 3–5 hours a week manually building, updating, and maintaining patient intake forms. FormIQ eliminates that entirely. Tell it your specialty — psychology, physiotherapy, occupational therapy, speech pathology, dietetics, social work — and it returns a complete, ready-to-use intake form that meets Australian privacy and AHPRA documentation standards.
What FormIQ does
FormIQ connects your WordPress site to an AI form-generation engine purpose-built for allied health. You select your specialty, add any custom instructions (e.g. “include a K10 scale” or “add Medicare and DVA number fields”), and the AI builds your form in under 60 seconds.
Every generated form includes:
Structured patient demographic sections
Presenting concern and history fields appropriate to your specialty
Consent and privacy notice aligned with Australian Privacy Principles
AHPRA compliance flag — so you know before you publish
Who it’s for
Psychologists and counsellors
Physiotherapists and sports physios
Occupational therapists
Speech pathologists
Dietitians and nutritionists
Social workers
Any allied health practitioner registered under AHPRA
How it works
Install and activate FormIQ
Go to FormIQ → Forms in your WordPress admin
Select your specialty and add any custom instructions
Click Generate My Form — your form is ready in under 60 seconds
Review the AHPRA compliance flag and publish to your site
Forms built for your specialty
FormIQ isn’t a generic form builder. It knows the difference between a psychology intake and a physiotherapy intake. Each form is generated from a model that understands the specific information requirements, clinical screening tools, and consent language relevant to each allied health discipline.
Compliance
All generated forms include a compliance check against Australian Privacy Principle 3 (collection of solicited personal information) and AHPRA’s patient record guidelines. Forms that pass the check are flagged AHPRA ✓. Forms that require review are flagged accordingly, with notes on what to check.
Note: FormIQ assists with form structure and compliance guidance. It does not replace legal or clinical advice. Always review generated forms before use in your practice.
Privacy
FormIQ sends form generation requests (specialty + custom instructions) to the FormIQ API hosted on Google Cloud (australia-southeast1 region). No patient data is ever sent to the API. Full privacy policy: https://formiq.cchk.info/privacy
Pro Plan
The free plan includes form generation for all allied health specialties. The Pro plan adds:
Unlimited form generation
Priority AI processing
Bulk export (PDF, JSON)
White-label form headers
Dedicated support
Upgrade at https://formiq.cchk.info/pricing
Source Code
The compiled JavaScript in build/formiq.js is produced from human-readable React/TypeScript source files. All source files are included in this plugin zip:
src/ — React/TypeScript source components
vite.config.ts — Vite build configuration
tsconfig.json — TypeScript configuration
package.json — npm dependencies and build scripts
To build from source:
Install Node.js 18+ and npm
npm install
npm run build
This produces build/formiq.js and build/formiq.css using Vite.
