Care-home resident assessments are an awkward fit for most SDC form engines built around glossy outpatient demos. The connectivity is unreliable, the staff often work on shared tablets, the assessments themselves are long, and the data has to round-trip into a wider clinical record without anyone re-keying it. The six engines below have a track record of holding up against that combination, which is a higher bar than feature-list parity.
For the broader landscape of FHIR-aware form tooling and where care-home use cases sit within it, additional FHIR walkthroughs gives the supporting context.
What Makes Care-Home Assessment Different
The assessment style itself is recognisable: comprehensive geriatric assessments, falls risk batteries, malnutrition screening tools, and longitudinal cognitive scoring. The technical demands are different from outpatient intake:
- Forms must work offline or near-offline, with reliable draft persistence on the device.
- enableWhen logic has to handle long Questionnaires where staff may skip back to fix earlier answers.
- The renderer has to scale fonts and tap targets for staff using the tablet at arm's length while supporting a resident.
Engines that nail the first point in particular tend to win in this market.
The 6 SDC Form Engines for Care-Home Resident Assessments Worth Shortlisting
- Aehrc Smart Forms. Smart Forms remain a strong default, with predictable enableWhen behaviour and a rendering footprint light enough to run on the older tablets that turn up in care-home estates. The integration story with an Ontoserver-style terminology layer means that SNOMED CT UK Edition value sets behave cleanly even when the device's connection drops mid-form.
- LHC-Forms. LHC-Forms continues to be a credible pick because the renderer is small, deterministic, and freely available. A care-group IT team can wrap it inside a Progressive Web App or a hybrid mobile shell and own the entire stack. The styling work needed to make the forms feel comfortable on shared tablets is real but bounded.
- Medplum Form Renderer. Medplum's renderer benefits from being part of a bundled stack: when an assessment is paused, the underlying QuestionnaireResponse is held against a FHIR identity that the platform manages, and the resume experience the next shift is reliable. Care-home groups running multi-site deployments find the bundled approach reduces the integration surface considerably.
- Firely Forms. Firely Forms suits care-home operators that prefer a hosted service over a self-managed stack. The hosted-rendering model means the rendering layer is always up to date with SDC changes, which a small IT team would otherwise struggle to keep current. The trade-off is offline behaviour, which is less robust than self-hosted alternatives.
- Smile CDR Forms. Smile CDR's commercial offering is a fair pick for larger care-home groups that already plan to centralise on a single FHIR vendor for storage and terminology. The forms layer benefits from the same managed terminology service used elsewhere in the stack, and a single support contract often beats juggling three.
- Open Health Foundation Form Engine. The community-maintained reference engine deserves a place on this list because its licensing model removes a category of procurement friction for smaller care-home operators, particularly charity-run providers. The update cadence is slower than the commercial options, but the SDC features that matter for resident assessments are present and stable.
Procurement Tips for Care-Home Operators
The single most useful test is to take the heaviest assessment your team uses today and run it through each candidate on the oldest tablet in your estate. Pay attention to three behaviours: how the engine handles a network drop mid-form, how it renders calculated scores on small screens, and how it recovers a draft after the tablet has been used by another resident's session.
For the broader build vs buy framing and how the form-builder choice fits into a wider FHIR stack, the complete guide to FHIR form builders for UK healthcare in 2026 gives the strategic view. For the parallel shortlist tuned to acute and outpatient NHS settings, the top 5 SDC form builders for NHS-style workflows in 2026 is the natural companion.
Sources
- Smart Forms Questionnaires overview - HTML docs, CSIRO Aehrc
- LHC-Forms widget - HTML docs, NLM Lister Hill Center
- Smart Health Checks Implementation Guide (SDC reference impl) - HTML IG, CSIRO Aehrc