Hospital admission is the densest intake workload in most US health systems. The patient signs in, the system pulls existing records, the registrar reconciles identifiers, the consent module captures HIPAA acknowledgements, and the clinical team kicks off pre-procedure screening. The form layer behind that flow has to handle long Questionnaires, conditional logic that reflects clinical complexity, and a tight handoff to the FHIR clinical store. The builders below show up most often in 2026 hospital-admission shortlists. For broader context, see the FHIR implementation reference.
The selection criteria from the complete FHIR intake forms guide apply, weighted toward throughput and registrar-side workflow features.
The Builders That Anchor Admission Workflows
- Smile Digital Health Forms. A commercial SDC engine tightly integrated with the Smile FHIR server. Strong throughput on long forms, vendor support that hospital procurement teams can put on contract, and a registrar-side interface that handles staff-driven entry as well as patient-driven entry.
- Aidbox Forms. Built on top of the Aidbox FHIR engine; SDC compliance is matched with multi-tenancy that fits hospital networks running admission across multiple sites.
- LHC-Forms (NLM). The reference open-source SDC renderer from the NIH National Library of Medicine. Hospitals with engineering capacity adopt it for the cost shape and the alignment with the NLM tooling chain.
- Firely SDK Forms. A commercial SDK-driven option used by hospitals that build their admission UI in-house and want a tested SDC engine underneath without committing to a full vendor platform.
- Open Health Hub Forms. A commercial form platform with a hospital-focused product line, used by health systems that want a patient-facing intake experience tightly aligned with the admission workflow.
What Admission Workflows Demand From The Form Builder
Three demands stand out. The first is throughput on long forms. Admission Questionnaires routinely run 60 to 120 items; engines that bog down on form length lose to engines that paginate and prefill cleanly.
The second is conditional-logic depth. Admission forms branch by payer, by clinical service, by inpatient or outpatient status, and by prior visit history. Engines that flatten the conditional logic to client-side scripts produce inconsistent behavior across browsers; engines that resolve it server-side hold up better under registrar conditions.
The third is identifier and consent handling at submission. The QuestionnaireResponse has to land cleanly in the FHIR store with the right Patient identifier, the right Encounter context, and the right Consent record attached, or downstream clinical work has to fix the linkage manually. The HIPAA consent workflow walkthrough covers the consent side specifically.
How Admission Selection Lands
Hospital systems with strong engineering teams and a preference for open dependencies lean on LHC-Forms or build on top of Firely. Hospital systems prioritizing vendor accountability and procurement simplicity lean on Smile Forms or Aidbox Forms. Health systems with strong patient-facing brand requirements often layer Open Health Hub Forms on top of an existing FHIR back end. The pre-procedure intake slice, which often feeds the admission flow on the same day, is covered in the surgical pre-op intake walkthrough, where the engines reappear in a slightly different operational shape and the conditional logic depth shifts toward procedure-specific decision trees.
Sources
- Form Behavior and Calculation (foundational) - HTML, HL7 SDC IG v4.0.0-ballot, 2025
- Questionnaires and SDC with Examples - PDF, DevDays, Brian Postlethwaite, 2022
- US Core QuestionnaireResponse Profile - HTML, HL7 US Core v9.0.0, 2025














