FHIR intake forms in 2026 ride on top of the Structured Data Capture implementation guide, with the Questionnaire and QuestionnaireResponse resources as the structural core. A modern intake form is no longer a PDF or a custom HTML page; it is a FHIR Questionnaire rendered in a SDC-aware engine and submitted as a QuestionnaireResponse that posts straight into the clinical FHIR store. For more on the SDC and form-building space, see the FHIR forms and SDC reference.
This guide covers the architectural choices, the vendor landscape, and the procurement criteria that matter for US healthcare organizations selecting an intake-form solution in 2026.
The FHIR-Native Architecture Of Intake In 2026
A FHIR intake form has four moving parts.
- The Questionnaire resource, which holds the structural definition of the form, the items, the cardinality, and any conditional logic.
- The rendering engine, which interprets the Questionnaire and produces the rendered form for patient or staff input. The engine handles SDC extensions for display behavior, conditional show-hide rules, and prefill.
- The QuestionnaireResponse resource, which captures the submitted answers and is the canonical record of the patient's input.
- The downstream extraction pipeline, which transforms QuestionnaireResponse data into FHIR clinical resources such as Observation, Condition, or Patient updates. The top SDC form builders for hospital admission workflows walkthrough covers the engines that handle this end-to-end.
This four-part shape is what separates FHIR-native intake from earlier electronic-form approaches, where the form data lived in a vendor-proprietary store and reached FHIR through bespoke export jobs.
Where The Vendor Landscape Settles In 2026
The market sorts into three classes. The first is the open-source SDC engine class, where LHC-Forms (the NIH-NLM Lhc-Forms widget and tooling), the HL7 SDC reference renderer, and several open-source community engines live. These fit buyers with engineering staff and a preference for open dependencies.
The second is the commercial SDC-platform class, including Smile Digital Health's form module, Aidbox's Forms layer, Firely's SDK-based form tooling, and several smaller specialty vendors. These fit buyers that want vendor accountability and a contractually supported form layer.
The third is the embedded-EHR forms class, where major EHR vendors expose FHIR-shaped forms inside their own platforms. These fit buyers fully committed to a single EHR; the trade-off is reduced portability of the form definitions.
What Procurement Should Test Specifically
Procurement teams that focus on three test cases tend to land on a server that holds up in production. The first is conditional logic depth: the engine must handle nested `enableWhen` expressions and complex skip patterns without flattening them to client-side scripts.
The second is HIPAA consent and audit handling; the HIPAA consent workflow walkthrough covers the specific test cases. The third is prefill from existing FHIR resources, which is the feature that separates a modern intake engine from a digitized paper form: the engine must populate the form with current patient data so the patient confirms rather than re-enters.
For organizations weighing whether to adopt SDC at all rather than continue with HTML intake forms, the SDC vs HTML intake forms comparison covers the architectural argument. The short version in 2026 is that the SDC path has matured to the point where the engineering cost of going custom no longer pays back for most healthcare organizations.
Sources
- Questionnaires and Structured Data Capture with Examples - PDF, DevDays, Brian Postlethwaite, 2022 (published 2023)
- FHIR Questionnaire spec v6.0.0-ballot4 (foundational) - HTML, HL7 build.fhir.org, 2025
- NLM FHIR Questionnaire Tools - PDF, DevDays, Ye Wang (NLM), 2024



