Building FHIR forms for the Veterans Health Administration sits in its own category of difficulty. The VA's procurement constraints, the legacy connections to VistA and Cerner Millennium, the strong accessibility requirements, and the chain-of-custody expectations for veteran health data mean that not every commercially available form tool is a fit. Picking the wrong one usually shows up in the third month of the contract, not the first.
This list covers six FHIR form tools that have a realistic story for VHA settings in 2026. For more on FHIR for US healthcare teams, the broader product walk-throughs cover the underlying capabilities.
What Makes the VHA Use Case Different
VHA settings differ from a private-sector practice in three concrete ways. First, accessibility is not a nice-to-have; the procurement language is explicit and forms have to clear Section 508 in production, not just in a vendor video. Second, the data has to round-trip cleanly with the VA's evolving FHIR infrastructure as Cerner Millennium rolls out across regions. Third, the audit trail for veteran records carries weight that most commercial products underweight.
For a wider picture of the capability set, the medical form builders buyer's guide is a good companion read. The list below is opinionated about products that fit the VHA constraints specifically.
The 6 Tools to Know
LHC-Forms is the natural first answer for a VHA-adjacent project. It is maintained by the NLM, it ships with strong SDC support, and the codebase is something a VA contractor can actually inspect end-to-end. The trade-off is that the visual editing experience is thinner than commercial products.
Aidbox Forms appears on the list because its SDC implementation is mature and the extraction layer handles QuestionnaireResponse-to-Observation cleanly. For a VA program building a FHIR-native data store alongside the Cerner Millennium rollout, that matters more than a polished WYSIWYG. Cost is the discussion point.
Smile Digital Health bundles forms with a managed FHIR platform. The strength for VHA is the operational maturity and the audit trail across the whole stack. The weakness is that running everything on a vendor-hosted platform requires careful handling of veteran data residency, which the VA contracts spell out in detail.
HAPI FHIR with a SDC extension is the open-source story for teams that want a fully self-hosted answer. HAPI does not have a polished forms layer out of the box, but several open extensions handle Questionnaire rendering and extraction. A VA contractor who already runs HAPI for other reasons saves on integration work here.
Pathways pairs a form engine with Ontoserver for tight terminology binding. For VHA work that involves SNOMED CT-coded screening questions, the runtime value set resolution is convenient. The product is on the heavier side operationally, which is fine if a team already runs Ontoserver.
NLM Form Builder closes the list as the visual editor companion to LHC-Forms. For VA contracts where forms are owned by program staff rather than engineers, the WYSIWYG layer is the right answer. Complex expressions still need a developer.
What to Verify Before Putting a Tool in a VA Pilot
A few non-negotiable checks will tell you whether a candidate tool will survive a VA pilot.
- Run a full Section 508 review with both NVDA and JAWS, not just a passing automated scan.
- Build a realistic veteran intake form with 40-plus items, conditional branching, and a SNOMED-coded condition list, and verify it renders correctly on the VA-issued device targets.
- Generate one thousand QuestionnaireResponses through your downstream pipeline and confirm no fields silently drop.
- Walk through the audit trail with a VA records officer; the chain of custody for each response field has to be defensible.
If a tool fails any of those checks, the cost of the workaround almost always outgrows the cost of switching products.
How to Pick
For a strong open-source posture, LHC-Forms paired with NLM Form Builder is the right starting answer. For deeper FHIR-native data plumbing, Aidbox Forms or HAPI with extensions are the better picks. Smile and Pathways are the right answer when the program prefers a single vendor on the hook. The next companion read is the Top 5 SDC form tools for public health reporting in 2026.
Sources
- FHIR for Federal Health Research Studies - PDF, ACT-IAC Health Sector, May 2024
- LHC-Forms project documentation - HTML docs, NLM Lister Hill Center
- Open Source Implementations index on Confluence - HTML wiki, HL7 FHIR community