Wellness intake workflows are unusual in the FHIR form builder market. The forms themselves are long, structured, and mostly patient-facing, with conditional logic that branches based on prior answers and downstream Observation creation that feeds care plan personalization. Picking a form builder for this segment means weighing SDC conformance against rendering polish on patient-facing devices and integration depth with the surrounding FHIR server.
For a wider entry point, see the FHIR engineering reference.
What Wellness Intake Workloads Actually Demand
Two patterns dominate. The first is long-form patient intake, often 30 to 80 questions with conditional logic and answer-list-driven branching. The second is short, repeated check-ins (weekly mood, sleep, energy, habit adherence) that feed continuous Observation streams into the wellness platform's recommendation engine. A form builder that handles one cleanly does not always handle the other. Builders tuned for clinical assessment tend to feel heavy in the daily check-in case, and lightweight habit-tracking builders often lack the SDC conformance needed for clinical intake.
A short list of the form builder capabilities that matter most for wellness intake:
- Native FHIR SDC support, including `Questionnaire.item.enableWhen` and answer-list-driven branching
- QuestionnaireResponse round-tripping with `Observation` extraction for downstream care plan logic
- Patient-facing rendering polish on mobile web and native app surfaces
- Multi-language support with deep value-set-driven question localization
- Form versioning so historical responses can be re-rendered against the form in force at the time
Form Builder Categories Worth Comparing
The 2026 wellness intake market splits across a few archetypes. LHC Forms from NIH NLM is the open-source reference renderer for SDC Questionnaires. NLM Form Builder is the companion authoring tool. Aidbox Forms wraps SDC authoring with a polished editor and tight integration with Aidbox storage. Formbox from Health Samurai is the commercial-only form-builder product common in mid-market wellness deployments. Medplum ships a built-in Questionnaire renderer for teams already on Medplum FHIR storage. MetaForms is the open-source alternative for groups that want more layout control than LHC Forms provides.
For feature-by-feature views in adjacent specialties, the Top 5 FHIR Form Builders for Occupational Health Screening walkthrough is a natural companion. Chiropractic intake patterns are covered in the Best SDC Form Builders for Chiropractic Patient Intake writeup.
How to Decide
The decision usually narrows on three constraints: SDC conformance depth, rendering polish on patient-facing surfaces, and integration with the surrounding FHIR server. Self-hosting LHC Forms gives the most control but the rendering UX is reference-grade rather than consumer-polished. Aidbox Forms and Formbox ship more consumer-grade rendering. Medplum's renderer is the right pick when the FHIR storage is already Medplum.
Where it falls short for some teams is in offline support. Patient-facing wellness intake forms often have to work over flaky network conditions, especially in rural deployments or for older patient demographics with inconsistent connectivity. Most form builders assume a live connection to the FHIR server, and the offline-first pattern still requires custom work regardless of which builder the team picks. Aidbox Forms and Medplum have made progress here, but it is worth probing during proof-of-concept before committing.
Sources
- SDC Extract / Pre-populate by Brian Postlethwaite - PDF slides, DevDays, 2023
- Questionnaires and Structured Data Capture with examples - PDF slides, DevDays, 2022
- SDC Implementations - HTML, HL7 Confluence, evergreen








