Patient onboarding in a hospital is the moment where the SDC renderer has to perform under realistic conditions: a patient on a tablet in a waiting area, a Questionnaire with conditional branches, prefill from prior visits, and a clean submission into the FHIR back end. The renderers below are the ones US hospital systems converge on in 2026 for that specific moment. For more architecture context, see more on FHIR server architecture.
The general selection picture in the complete FHIR intake forms guide applies, narrowed to the renderer layer rather than the full form platform.
The Renderers That Hold Up Under Onboarding
- LHC-Forms (NLM). The reference open-source SDC renderer. Strong conformance, well-documented behavior, and the renderer most often paired with a homegrown patient-facing front end.
- Smile Digital Health Forms Renderer. The commercial renderer bundled with the Smile FHIR server. Strong support contract and a hospital-aligned product roadmap.
- Aidbox Forms Renderer. The Aidbox-bundled SDC renderer, with multi-tenancy and per-site theming. Common in hospital networks where the same renderer has to serve multiple sites with different branding.
- Firely SDK Forms Renderer. SDK-driven for developer-led hospital teams. Used when the hospital builds the patient-facing UI in-house and needs a tested SDC layer underneath.
- Open Health Hub Renderer. The renderer behind the Open Health Hub Forms platform. UX-led, with strong support for the patient-experience side of onboarding.
- Pathways Forms. A commercial SDC renderer with a focus on patient-facing brand control, used by hospital systems where the onboarding moment is part of the system's patient-acquisition strategy.
What Onboarding Demands From The Renderer
Three demands shape the choice. The first is conditional logic depth. A patient onboarding Questionnaire branches on insurance, on prior visit history, and on the reason for the visit. Renderers that resolve `enableWhen` cleanly produce a coherent onboarding flow; renderers that flatten it to client-side scripts produce inconsistent behavior.
The second is prefill from existing FHIR data. The patient should confirm prior demographics rather than re-enter them, which means the renderer has to read existing Patient, Coverage, and Condition resources and populate the form fields with current data. Renderers without strong prefill support push that work into the hospital's integration team.
The third is responsive rendering across the tablet, kiosk, and phone form factors. Patient onboarding happens on whatever device the hospital deploys; the specialty practices walkthrough covers an adjacent segment where the device mix is even more varied.
How Hospital Onboarding Selection Settles
The choice tracks the existing FHIR stack more than any standalone renderer feature. Hospitals on Smile pick Smile Forms. Hospitals on Aidbox pick Aidbox Forms. Hospitals running their own UI with HAPI underneath pick LHC-Forms or Firely SDK Forms. Hospitals where onboarding is part of a broader patient-experience program pick Open Health Hub or Pathways for the brand-control story. The patient-reported-outcomes follow-on flow, where the same renderer often handles longitudinal data capture after onboarding, is covered in the PRO form tools walkthrough.
Sources
- NLM FHIR Questionnaire Tools - PDF, DevDays, Ye Wang (NLM), 2024
- SDC with Examples - PDF, DevDays, Brian Postlethwaite, 2022
- Form Behavior and Calculation - HTML, HL7 SDC IG, 2025














