US outpatient practices in 2026 expect a patient to complete intake on a phone before the visit, in the waiting room, or from home the night before. The form builder that powers that flow has to handle the SDC spec correctly and also feel like a 2026 mobile experience, not a 2014 web form. Outpatient intake is unforgiving: drop-off rates climb the moment the form feels slow or confused.
This list covers the SDC form builders US outpatient practices most often pick in 2026. For related FHIR explainers, the broader hub covers the surrounding topics.
For the architectural context first, the complete guide to FHIR-driven intake forms for US health systems in 2026 frames the field this list narrows into.
Five SDC Form Builders Built for US Outpatient Intake
Order tracks how often each shows up in active US outpatient intake deployments in 2026.
- NLM LHC Forms. The reference open-source SDC renderer from the National Library of Medicine. The first pick when SDC conformance matters and the team is comfortable owning the operational layer.
- Smart Forms. Open-source SDC renderer with strong calculated-expression support and a track record in US outpatient intake projects.
- Formbox. Commercial SDC form builder with managed terminology integration and pre-built intake instruments, common in US digital-health platforms supporting outpatient clinics.
- Aidbox Forms. Commercial product paired with the Aidbox FHIR stack, used by US outpatient practices that want a single-vendor story across forms and storage.
- Medplum Forms. TypeScript-friendly SDC form layer that fits cleanly into a Medplum-backed US outpatient stack.
What "Built for US Outpatient Intake" Means
Three concrete behaviors separate an outpatient-intake-ready SDC form builder from a generic one:
- Strong mobile rendering, because US outpatient patients increasingly complete intake on a phone before the visit.
- Live terminology integration, so allergy, medication, and condition dropdowns pull from real LOINC, RxNorm, or SNOMED CT value sets at the moment of capture.
- Clean QuestionnaireResponse-to-Observation extraction so screening data lands in the clinical record without a separate import step.
The five above all clear those bars in production deployments. Several technically capable form builders stumble on mobile rendering or push the terminology integration entirely to the application layer.
Which Form Builder for Which Outpatient Pattern
US outpatient practices on a self-hosted FHIR stack with engineering capacity lean toward NLM LHC Forms or Smart Forms. US outpatient groups that want a packaged story tend to land on Formbox. Outpatient practices already on Aidbox or Medplum stay with the matching forms product. Multi-vendor outpatient stacks often pair Smart Forms with a third-party terminology server for flexibility.
For US telehealth-heavy practices where intake happens entirely remotely, Top 4 FHIR Questionnaire engines for US telehealth visits in 2026 is the more useful next read. For US primary-care networks specifically, 6 SDC form tools US primary-care networks adopt in 2026 covers the primary-care angle.
How to Pilot an Outpatient SDC Form Builder
Pick the intake instrument the US outpatient practice actually uses most. Build it as an SDC Questionnaire and render it through the candidate form builder on a real US mobile device, ideally an older phone someone in the office has. Time the rendering, the conditional-logic transitions, and the terminology-bound autocompletes. Measure the drop-off rate at every step.
The candidate that holds up under realistic mobile use and lands the QuestionnaireResponse in the FHIR store cleanly is the one to short-list. The one that feels slow on the older test phone is the one to drop before the outpatient drop-off rate proves the point in production.
Sources
- LHC-Forms project page - webpage, NLM / LHNCBC, 2024
- LHC-Forms (lforms) open-source repository - repo, NLM / LHNCBC, 2024
- SDC Base Questionnaire structure definition - profile, HL7 International, 2024
