
The SDC versus HTML intake form question shows up early in any clinical intake modernization, and the answer in 2026 is no longer as one-sided as it was a few years ago. SDC has matured into a production-ready path; the HTML-form path still has a place in narrow cases. The trade-off is worth examining before the architectural commitment hardens. For broader EHR connectivity context, see additional EHR connectivity walkthroughs.
The general landscape sits in the complete FHIR intake forms guide; this comparison narrows it to the choice between SDC and traditional HTML at the form layer.
Where SDC Forms Win Clinical Workflows
SDC forms carry FHIR Questionnaire and QuestionnaireResponse semantics from the form layer all the way through to the clinical FHIR store. The structural advantages are real: the form definition is a portable FHIR resource, the response is a portable FHIR resource, and the conditional logic is encoded in the spec rather than in a JavaScript bundle.
The win in clinical workflows comes from three places. The first is portability. An SDC Questionnaire authored once can be rendered by any SDC-compliant engine; the form definition is not locked into the vendor that built the original UI. The second is downstream extraction. QuestionnaireResponse extraction into Observation, Condition, and other clinical resources is a standardized pattern, not a per-form integration project. The third is audit. The Questionnaire version, the conditional logic, and the response payload are all standard FHIR; the audit trail is uniform across forms.
Where HTML Intake Forms Still Fit
HTML intake forms are the older approach: a custom web form built in the organization's preferred framework, with backend logic that translates the submission into whatever clinical store the system uses. The approach is still common in 2026 in three cases.
The first is highly branded patient-facing flows where the UX requirements exceed what an SDC renderer can produce out of the box. The second is forms that capture data outside the FHIR scope, where the SDC translation adds overhead without benefit. The third is greenfield startups that have not yet committed to a FHIR-anchored architecture and want the engineering simplicity of a direct form-to-database flow.
How The Trade-Off Reads In 2026
Three factors carry most of the decision weight. The first is whether the data captured is fundamentally clinical. Clinical data in 2026 belongs in the FHIR store; the SDC path is the path of least friction for getting it there. The second is the form authoring volume. Organizations authoring dozens of forms benefit from the SDC tooling chain; organizations with one or two forms can sometimes hand-roll HTML cheaper.
The third is the procurement horizon. An organization expecting to operate the same intake flow for five years should pick SDC for the durability; an organization running a one-quarter pilot can pick HTML for the speed. The surgical pre-op intake walkthrough covers a concrete clinical workflow where the SDC path is clearly the right choice; the open-source versus commercial walkthrough covers the follow-on procurement decision once SDC has been chosen.
Sources
- Form Behavior and Calculation (foundational) - HTML, HL7 SDC IG, 2025
- FHIR Questionnaire spec (foundational) - HTML, HL7 build.fhir.org, 2025
- SDC with Examples - PDF, DevDays, Brian Postlethwaite, 2022












