A SDC form builder is one of those tools that looks interchangeable from a feature matrix and then turns out very different once a real NHS-style workflow runs through it. The hard parts are not Questionnaire parsing or basic rendering; they are SNOMED CT UK Edition lookups against Ontoserver, dm+d-aware medication pickers, and conditional logic that does not fall apart when a clinician edits an answer halfway through. The five tools below are the ones that show up most often in 2026 RFPs from NHS trusts and the GP-federation buying groups around them.
Picking one of these is not a casual decision, and the choice usually depends on how much rendering control your team wants to keep. For a wider view of the category and how to think about feature priorities, more FHIR background reading sits at the entry point of the resource set.
The 5 SDC Form Builders for NHS-Style Workflows Worth Shortlisting
- LHC-Forms (LForms). The reference renderer from the US National Library of Medicine, used widely as a baseline because its SDC support is mature and its source is freely available. UK teams pick it when they want an MIT-licensed engine they can wrap inside their own UI and treat as the canonical SDC renderer for cross-checking other implementations. Strengths sit in expression evaluation, value-set autocomplete, and the speed at which a new Questionnaire can be authored and tested. Weaknesses sit in styling, which requires effort to align with NHS visual standards.
- Aehrc Smart Forms. The Smart Forms renderer from CSIRO's Australian e-Health Research Centre has become a popular open-source baseline for SDC-conformant Questionnaire rendering, especially among teams that want close integration with an Ontoserver-style terminology layer. The Australian primary-care heritage makes it a natural fit for UK GP workflows, which share many structural patterns with their RACGP counterparts. NHS teams that already run Ontoserver get the smoothest integration here. Form bundles can pull SNOMED CT UK Edition value sets directly without an intermediate translation layer.
- Medplum Form Renderer. Medplum bundles FHIR storage, an Identity Provider, and a SDC-conformant form renderer in a single open-source platform. The form renderer handles enableWhen, calculated expressions, and value-set lookups out of the box, and the wider platform absorbs a lot of the integration work that other engines push back onto the application team. For startups building an NHS pilot, the bundled approach often beats stitching three separate tools together. For trusts that already own a FHIR server, the renderer can be used standalone, with the rest of the Medplum stack ignored.
- Firely Forms. The Dutch-built Firely Forms product offers a hosted SDC rendering service alongside a developer SDK. NHS England-style integrations are well precedented in northwest European deployments, so the team has answered most of the awkward questions a UK procurement panel will raise. Hosted-service convenience comes with the standard trade-off: less freedom to deeply customise the rendering layer and a recurring fee. Worth shortlisting when forms-as-a-service fits the operating model.
- Smile CDR Forms. Smile CDR layers a commercial SDC renderer on top of the HAPI FHIR server, with a managed terminology service that handles the SNOMED CT UK Edition footprint well. Larger trusts and Integrated Care Systems tend to pick Smile when they want a single vendor across FHIR storage, terminology, and forms. The bundling story is the strength, and the price tag is the obvious trade-off. Worth evaluating against an open-source stack only when the team is comfortable buying support rather than building it.
How to Pick from the Shortlist
The honest test is to load your hardest live form into each candidate and watch what happens at the edges, especially around terminology lookups and enableWhen edits mid-flow. A renderer that handles the messy 5 percent will hold up across the easier 95.
For deeper context on framing the build vs buy decision, the complete guide to FHIR form builders for UK healthcare in 2026 is the starting point worth re-reading. For care-home-specific scenarios where reliability under intermittent connectivity matters more than feature breadth, the top 6 SDC form engines for care-home resident assessments narrows the picture further.
Sources
- SDC Advanced Form Rendering - HTML spec, HL7 build.fhir.org
- Smart Forms React-based SDC renderer - GitHub, Aehrc CSIRO
- LHC-Forms form-rendering widget - HTML docs, NLM Lister Hill Center