Chiropractic patient intake forms have a recurring structure: a long demographic and history block, a pain assessment with body-region selection, a treatment expectations section, and an informed consent appendix. The forms are usually completed in the waiting room on a tablet or sent ahead of time via email link. SDC support and rendering polish matter more here than raw FHIR conformance, since the patient-facing UX is what the practice owner actually evaluates.
For the broader catalog, see the FHIR architecture archive and the parent FHIR form builders buyer's guide for wellness intake.
The 6 Builders Worth Knowing
- Aidbox Forms. The commercial pick when the practice software runs on Aidbox. The editor is polished enough for office managers to maintain without engineering involvement, and rendering quality on tablets is consumer-grade.
- Formbox. The commercial-only form builder, common in mid-market chiropractic chains. SDC conformance is solid and the renderer ships with theming hooks for brand customization.
- LHC Forms. The open-source reference renderer with strong SDC conformance. Common in chiropractic groups with internal engineering capacity that want a permissive license.
- Medplum's Questionnaire renderer. The fit when the chiropractic SaaS is built on Medplum. Tight FHIR integration simplifies the QuestionnaireResponse-to-Observation extraction step.
- MetaForms. The open-source alternative for groups that need more layout control. Common in chiropractic networks with strong frontend engineering teams.
- JotForm HIPAA tier. Not FHIR-native, but adopted by smaller chiropractic practices that prioritize rendering polish over standards conformance. Integration into the FHIR server happens via a custom adapter.
What the Chiropractic Intake Workload Demands
Three patterns drive most of the builder-selection arguments:
- Body-region pain selection that requires either a custom widget or a value-set-driven multi-select keyed to a body-region taxonomy
- Branching history questions keyed by prior injury, work-related cause, and motor vehicle accident involvement
- Informed consent rendering with signature capture that has to satisfy state-level documentation requirements
A few operational notes worth flagging during evaluation:
- The renderer should support custom widgets or escape hatches for body-region selection, since standard SDC controls do not cover this case well
- Form versioning should be supported so historical intake responses remain auditable against the form version at the time
- The QuestionnaireResponse should round-trip cleanly into both Observation resources for pain scores and Procedure resources for consent capture
How the Decision Usually Goes
Single-clinic chiropractic deployments tend to pick LHC Forms or Medplum depending on whether the team values open-source flexibility or tight FHIR integration. Mid-market chiropractic chains usually pick Aidbox Forms or Formbox. Enterprise chiropractic groups embedded in larger health systems often inherit whatever the parent system uses, which is most often the EHR vendor's built-in intake module rather than a standalone form builder.
Worth noting: many chiropractic practices still rely on PDF intake forms scanned and uploaded as DocumentReference resources. Migrating to a FHIR form builder is usually a multi-quarter project, and the form builder choice has to support a hybrid mode during the transition.
For an adjacent intake pattern with similar body-region selection requirements, the Top 5 FHIR Form Engines for Sleep Study Intake Workflows writeup covers parallel ground.
Sources
- Questionnaires and Structured Data Capture with examples - PDF slides, DevDays, 2022
- LHC-Forms Form-Rendering Widget - HTML, NIH NLM LHNCBC, evergreen
- SDC Implementations registry - HTML, HL7 Confluence, evergreen








