If a US EHR vendor or integration team is shopping for a FHIR form builder in 2026, the field has grown more than the marketing pages suggest. The strong options run the gamut from the venerable LHC-Forms shipped by the National Library of Medicine to commercial SDC platforms that bundle their own terminology services. Picking among them depends mostly on how deep the EHR integration needs to go and how much rendering work the team wants to own.
Here is a survey of seven FHIR form builders that real US EHR teams shortlist, with notes on where each one fits. The complete guide to SDC form builders for US healthcare in 2026 sets the broader context. For more FHIR development guides and adjacent material, the rest of the series covers the surrounding pieces.
The Open-Source Foundation: LHC-Forms
LHC-Forms from the Lister Hill National Center for Biomedical Communications is the most-deployed open-source FHIR Questionnaire renderer in US healthcare. It runs in the browser, handles enableWhen logic and calculatedExpression, and integrates with terminology lookups. Most NIH-funded studies and many ONC-certified products use it under the hood. The fit is best for teams already comfortable building their own intake stack and willing to wire the EHR side themselves.
The Developer-First Stack: Medplum
Medplum has carved out a niche for developer teams that want a full FHIR-native app stack. Its form-builder component is part of a larger platform that includes a FHIR server, identity, and a React-based UI library. For a US startup building a digital-health product on FHIR, Medplum often shortens time to first working form by months. The trade-off is more lock-in to the Medplum surface area.
The Commercial SDC Veteran: Smile Digital Health
Smile Digital Health, originally built around HAPI FHIR, offers a commercial SDC layer with full enableWhen, calculatedExpression, and value-set binding support. The product is widely deployed in Canadian provincial systems and US enterprise pilots. For a US EHR team that wants a vendor on the hook for support and certification, Smile is a credible choice. Pricing is enterprise-tier.
The European Specialist: Firely
Firely brings deep FHIR expertise from years of contributing to the spec, and its form-related tooling integrates with the Firely Server. The product is heavier on the validation side than on the rendering side, which suits teams that need to ingest QuestionnaireResponse from many sources and want strict checks at the boundary.
The DIY Path: HAPI FHIR With a Custom Renderer
Plenty of US EHR teams pick HAPI FHIR as the FHIR server and bolt a custom React or Vue renderer on top. This path is cheapest on the licensing line and most expensive on the engineering line. It pays off when the team has SDC expertise already on staff and the form library is a strategic product surface.
A Newer Entrant: Formbox
Formbox is positioned as a dedicated FHIR-native form builder with SDC support and a managed terminology layer. It tends to surface in evaluations next to LHC-Forms and Medplum for teams that want a more turnkey UI than the LHC widget gives, with less platform lock-in than Medplum. As with any newer entrant, the practical question is whether the reference customers match the deployment context.
Research and eCRF: AEHRC SDC Form Builder
For US clinical-trial sponsors and CROs, the Australian e-Health Research Centre form builder is worth a look. It is open source and built around FHIR Questionnaire with SDC, and it handles the eCRF use cases that intake-focused tools tend to underserve. Teams running US-based studies under FDA oversight find the export paths useful when bridging FHIR data into CDISC formats.
How to Choose Among These Seven
The honest filter is staffing and integration depth. A team with strong React expertise will be productive on LHC-Forms or HAPI plus a custom renderer. A digital-health startup wanting a full stack will lean Medplum. A hospital system with procurement red tape will narrow to Smile or Firely. A clinical-trial team will weigh AEHRC. The Top 5 FHIR form builders for Medicare and Medicaid workflows drills down into the public-payer scenarios where the choice gets more constrained.
Sources
- LHC-Forms form-rendering widget canonical site - HTML docs, NLM Lister Hill, evergreen
- LHC-Forms project background - HTML, NLM/NIH project page, evergreen
- LHC-Forms FormBuilder source code and docs - GitHub repo, NLM, evergreen