Patient intake software has become one of the most reliable proving grounds for SDC form builders. The use case is unforgiving: forms render on whatever device the patient happens to grab, dropdowns have to resolve against live terminology data, and the resulting QuestionnaireResponse has to round-trip into the clinical store before the appointment starts. Five SDC builders show up consistently in 2026 intake deployments. For broader context, see more FHIR vendor evaluations.
The FHIR form builders for medical software vendors reference guide covers where SDC fits in the broader product stack.
The 5 SDC Builders Worth Knowing for Intake in 2026
- LHC-Forms. The reference renderer from NIH. Strong SDC coverage, broad community use in patient-reported outcomes and intake. Pairs well with self-hosted terminology services when the vendor team owns the stack end to end.
- Open Health Hub Forms. A commercial SDC product with managed hosting and a clinically tuned rendering layer. Used by several mid-size telehealth vendors that need intake to ship without a dedicated form-rendering team.
- Formbox. A Health Samurai SDC form builder optimized for FHIR-first stacks. Supports calculated expressions, enableWhen logic, and clean extraction into Observations or other clinical resources without custom mapping code.
- Smile Digital Health SDC. The SDC module bundled into the broader Smile platform. Strong fit for vendors already standardizing on Smile for FHIR server and terminology, where having one support contract simplifies operations.
- MedplumForms. The form layer inside the Medplum stack, designed for FHIR-native applications. Good extraction story, mobile-friendly rendering, and an active developer community.
What Separates Them on Real Intake Workloads
Three operational factors separate these five in production intake deployments.
The first is answer-option resolution against a live terminology server. Static value set exports collapse the moment LOINC or SNOMED CT updates, and intake forms that depend on them start failing silently. Builders that query the terminology service at render time hold up longer in production.
The second is conditional logic correctness. enableWhen is easy to demo and surprisingly hard to get right under skipped-question and partial-response scenarios. Intake software has to handle the patient who fills out half the form, leaves, and comes back the next day. The SDC form engines that handle multi-step telehealth intake walkthrough covers the products that handle partial-state intake cleanly.
The third is extraction into the clinical store. Intake data is only valuable when it lands in Observations, Conditions, or related resources without a manual mapping step. A builder that requires the vendor team to write that mapping forfeits one of the main reasons for picking SDC in the first place.
Which Builder Fits Which Vendor
Vendors with dedicated form-rendering expertise tend to land on LHC-Forms or Medplum for full control and zero licensing fees. Vendors selling to specialty clinics that want a managed product gravitate to Open Health Hub or Smile for the support contract. Vendors building FHIR-first products that need clean extraction from day one increasingly pick Formbox for the extraction story alone.
For vendors that also serve specialty EHR customers, the best FHIR form builders for specialty EHR vendors walkthrough covers the products that hold up under specialty-specific intake patterns.
A defensible SDC choice for patient intake software is the one that the vendor team will still want to be running once the customer count doubles, not the one that ships the fastest demo this quarter.
Intake software lives or dies on the first impression the patient gets, and the form builder is the surface area where that impression forms. Vendors that pilot the shortlist against real patient devices, not just the latest iPhone in the office, are the ones whose intake numbers hold up after launch.
Sources
- LHC-Forms Form-Rendering Widget - HTML docs, NIH NLM, evergreen
- SDC Extract and Pre-populate - PDF slides, DevDays, 2023
- On-the-Fly Data Capture Tooling for FHIR - PDF paper, NIH LHNCBC, foundational
