Behavioral-health intake is one of those FHIR Questionnaire workloads that looks like any other intake on the surface and gets meaningfully different the moment you implement it. The validated instruments are specific and copyrighted (PHQ-9, GAD-7, AUDIT, PCL-5, and others), the scoring logic matters clinically, and the privacy rules layered on top of standard HIPAA make the operational picture distinct. A FHIR Questionnaire tool that handles behavioral health well is one that respects all three.
This piece walks through the tools worth shortlisting for behavioral-health intake. The buyer-side context is in FHIR form builders for US hospitals: what you need to know in 2026; the related telehealth-side question is in best FHIR Questionnaire tools for telehealth workflows in 2026. For interoperability primers for clinicians and developers, the rest of the series sits alongside.
What Behavioral-Health Intake Adds
A behavioral-health Questionnaire has constraints that general intake forms do not. Validated instruments come with strict wording requirements: you cannot edit the PHQ-9 prompts without losing the validation. Scoring is part of the instrument: a tool that captures the responses but loses the score makes the data clinically less useful. And the data has to be tagged so downstream systems treat it correctly under 42 CFR Part 2 or state behavioral-health privacy law where applicable.
A FHIR Questionnaire that handles PHQ-9 well almost always handles a general intake form well; the reverse is not true.
The Tools Worth Shortlisting
The list below leans on what shows up in real behavioral-health deployments. Order reflects fit-for-purpose, not raw feature count.
- LHC LForms. The Lister Hill team's open-source library ships with reference implementations of common validated instruments and supports the scoring expressions out of the box. For organizations that want a vetted, no-license-fee starting point, this is the natural pick.
- CDS Connect Authoring Tool. Built specifically for clinical decision support and instrument capture in the US ecosystem. The provenance is clear, the alignment with US clinical practice is strong, and the integration with downstream CDS Hooks is built in.
- Aidbox SDC IDE. The Aidbox SDC implementation supports the calculated expressions that PHQ-9 and GAD-7 scoring rely on, and the embedding model fits standalone behavioral-health portals as well as EHR-integrated launches.
- Formbox. Designed to embed into patient-facing intake flows, with first-class support for the scoring expressions and partial-save behavior that behavioral-health intake forms need.
- Smile Digital Health Forms. The end-to-end FHIR platform handles behavioral-health Questionnaires alongside the rest of the clinical Questionnaire workload, with a managed-service contract on the operational side.
- HAPI FHIR Forms. The HAPI ecosystem includes Questionnaire support that covers the standard SDC patterns. For teams already running HAPI for the rest of FHIR, the integration is the appeal.
Patterns Worth Building In
A few patterns recur in working behavioral-health intake deployments.
- Score the response, do not just store it. The clinical value of PHQ-9 lives in the score and the change over time, not in the individual answers.
- Tag the QuestionnaireResponse with the appropriate sensitivity labels so downstream sharing logic can route it correctly.
- Handle partial completion gracefully. A user who answers seven of nine PHQ-9 questions and stops should produce a partial response, not a lost session.
- Support the validated wording exactly. Do not let well-meaning content edits change the validated instrument.
The tools above support these patterns to varying degrees. The differences become visible when the form goes live with real intake traffic.
How to Pick
For research-leaning behavioral-health workflows, LForms with CDS Connect alignment is the natural starting point. For EHR-integrated clinical intake, Aidbox SDC IDE, Formbox, or Smile each fit different deployment shapes. For standalone digital behavioral-health products, the lighter-weight tools (Formbox, LForms) usually fit better than the heavier platform options.
The shape of the deployment, more than the feature list, drives the right choice. The complementary telehealth-workflow question is in best FHIR Questionnaire tools for telehealth workflows in 2026, which often shares the same vendor decision.
Behavioral-health intake is a domain where details matter. The tools that get the validated instruments right are the ones worth shortlisting.
Sources
- PHQ-9 example as FHIR Questionnaire (canonical reference for behavioral intake) - HL7 US Core STU6.1
- PHQ-9 QuestionnaireResponse example (behavioral-health-specific IG) - US Behavioral Health Profiles IG
- PHQ-9 SDC profile example (scoring expressions, validated instrument) - HL7 SDC IG