US patient portals modernizing in 2026 keep landing on the same realization. The portal cannot keep relying on hand-rolled HTML forms for every survey, intake instrument, and follow-up questionnaire. An SDC renderer that consumes a FHIR Questionnaire and emits a clean QuestionnaireResponse is the layer that lets the portal scale across the long list of forms a US patient interacts with across a year.
This list covers the SDC renderers US patient portals most often pick in 2026. For more on FHIR for US healthcare teams, the broader hub covers the related 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 Renderers for US Patient Portal Modernization
Order tracks how often each shows up in active US patient-portal modernization projects in 2026.
- NLM LHC Forms. The reference SDC renderer, used by US patient portals that want strong conformance and an open-source path.
- Smart Forms. Open-source SDC renderer with strong calculated-expression support and a track record in US patient-portal deployments.
- Medplum Forms. TypeScript-first SDC renderer that fits naturally into the React stacks most US patient portals are built on in 2026.
- Formbox. Commercial SDC renderer with managed terminology integration, picked by US patient portals that want a packaged story across forms and code-system lookups.
- Aidbox Forms. Commercial SDC renderer paired with the Aidbox FHIR backend, common in US patient portals built on the Aidbox stack.
What "Patient-Portal-Ready" Means in 2026
Three concrete behaviors separate a patient-portal-ready SDC renderer from a generic one:
- Mobile-first rendering, because most US patient-portal sessions are on a phone in 2026.
- Smooth conditional-logic transitions, because patient-facing forms break the moment a hide-show flicker becomes visible.
- Save-and-return behavior, because patients abandon forms mid-flow more often than clinical staff do, and the renderer has to recover gracefully.
The five above all clear those bars in US patient-portal production. Several other SDC renderers handle the spec letter-perfect on a desktop but stumble on the mobile-first or save-and-return patterns.
Which Renderer for Which US Portal Modernization
US patient portals built on a React front-end usually pick Medplum Forms or Smart Forms. US portals modernizing on top of a hosted FHIR stack lean toward Formbox or Aidbox Forms for the bundled story. US portals on academic medical-center infrastructure often stay with NLM LHC Forms for the reference-implementation pedigree.
For US outpatient intake specifically, Top 5 SDC form builders for US outpatient intake in 2026 is the more useful adjacent reference. For US pediatric portals, Top 5 SDC renderers for US pediatric practices in 2026 covers the pediatric subset.
How to Pilot an SDC Renderer for a US Patient Portal
Build a representative set of patient-portal Questionnaires, ideally including a long intake form, a screening instrument like PHQ-9, and a post-visit follow-up form. Render each through the candidate SDC renderer on three real US patient devices: a high-end iPhone, a mid-tier Android, and a budget Chromebook. Test save-and-return behavior by abandoning each form and returning the next day. Watch the conditional-logic transitions for jank.
The candidate that handles all three device profiles, the abandoned-form recovery, and the conditional-logic transitions cleanly is the one to short-list. The one that ages badly on the budget device is the one to drop before US patients prove the point in production.
Sources
- Structured Data Capture STU 3 IG - IG, HL7 International, 2024
- LHC-Forms widget for FHIR Questionnaires - tool, NLM / LHNCBC, 2024
- Structured Data Capture library for Android FHIR - docs, Google, 2024
