A chronic care program runs the same FHIR Questionnaire against the same patient repeatedly over months or years. The Questionnaire tool underneath has to handle versioning, longitudinal answer comparison, and renderer consistency across the many devices a long-running patient touches. The seven tools below cover the realistic options for chronic care Questionnaire workflows in 2026. For broader context, see the SDC and forms reference.
The 7 FHIR Questionnaire Tools to Know
- LHC-Forms. The NLM-maintained renderer with strong SDC behavior coverage and a long deployment history in public health programs. Where it shines is conformance and zero licensing cost; where it falls short is the absence of a managed back end, which chronic care programs have to provide separately.
- Smile Digital Health Forms. A managed Questionnaire surface over Smile CDR, with explicit versioning, longitudinal comparison views, and patient-portal renderers tuned for repeat administration. The right answer when chronic care is run inside the Smile operational footprint.
- Medplum Forms. A typed Questionnaire implementation paired with Medplum's bots framework. Useful when the engineering team needs to bind form completion to downstream automation in TypeScript without a separate workflow layer.
- Open Health Hub Forms. A patient-facing-first Questionnaire renderer designed around remote monitoring and self-administered chronic care surveys. Strong fit when the program leans heavily on patient-reported outcomes.
- Firely Forms with .NET Stack. A renderer and persistence layer that integrates cleanly with Microsoft Cloud for Healthcare and Azure-hosted chronic care platforms. The right answer for .NET-aligned shops.
- Aidbox Forms with Custom Renderer. A FHIR-native form layer with multi-tenant isolation, which suits chronic care platforms serving multiple sponsors from one stack. Where it shines is the tenancy model; where it falls short is the renderer, which is typically replaced with a per-program custom one.
- Ontoserver-Backed Questionnaire Engine. Not a complete form platform, but the CSIRO terminology server's `answerValueSet` integration is what some chronic care programs lean on for SNOMED CT and LOINC binding under load. Useful as the terminology spine for a custom Questionnaire stack.
Chronic care programs that pair Questionnaire administration with pre-op screening workflows or immunization intake often evaluate the related rosters: the FHIR intake tools for pre-op screening roundup and the FHIR form builders for immunization registry intake roundup cover those adjacent use cases.
How to Pick the Right Tool
Three questions narrow the field. The first is the patient-facing surface requirement. Chronic care programs that depend on patient self-administration of forms need tools with strong mobile and patient-portal renderers. Programs that administer forms only at clinical visits can lean on the simpler clinician-facing options.
The second is the longitudinal-analysis profile. Chronic care produces a multi-year time series of QuestionnaireResponse instances. Tools with strong versioning and answer-comparison views let analysts find drift; tools without it produce time series that nobody can interpret cleanly.
The third is the renderer-vs-published-behavior trade-off. Programs comfortable with a single managed renderer get faster time to value from the bundled options. Programs that need custom renderers across multiple consumer apps need a tool that publishes the SDC behavior cleanly enough for those renderers to honor it.
A working chronic care Questionnaire tool fades into the background of the program. The wrong one shows up as inconsistent answer scoring across visits and patient confusion about whether the form they are seeing this month is the same one they answered last month. Selection ends up matching the tool's strengths to the program's actual patient-facing surface, longitudinal-analysis needs, and renderer profile.
Sources
- SDC Introduction - IG, HL7, 2024
- LHC-Forms - GitHub, NLM LHNCBC, 2025
- LHC-Forms documentation site - Web, NLM LHNCBC, 2025
