Public health reporting in the US runs on a stack of mandatory forms that have to land in the right state or federal agency, in the right shape, within a tight timeline. Reportable conditions, electronic case reports, immunization data, vital records, and syndromic surveillance each have their own structured data expectations. A SDC form tool that handles any one of them is useful. A tool that handles all five with one shared data backbone is the kind of investment that pays off across a public health department's whole reporting calendar.
This walkthrough covers five SDC form tools worth a serious look for US public health reporting in 2026. For FHIR resources and guides, the homepage has more on the underlying capability set.
What Public Health Reporting Asks of the Form Tool
Public health reporting forms differ from clinical intake forms in three concrete ways. First, the receiver is a state or federal agency, so the output has to conform to a specific implementation guide, usually a US Public Health profile of the FHIR base. Second, the data lineage matters: every field has to be traceable back to a source EHR record. Third, the cadence is event-driven, so the form has to fire automatically when a reportable condition is recorded, not just be available for a human to fill in.
The medical form builders buyer's guide covers the broader capability set. The list below focuses on tools that handle the public health reporting case end to end.
The 5 Tools to Know
LHC-Forms is the open-source NLM-maintained renderer. For a public health department running its own reporting infrastructure, LHC-Forms gives you full SDC coverage and zero licensing cost. The trade-off is that the department owns the end-to-end pipeline, including the transformations that produce eCR-compliant bundles.
Aidbox Forms is part of the wider Aidbox platform. The SDC engine handles complex public health reporting templates, and the underlying FHIR store handles the data lineage cleanly. For a public health team that prefers a single vendor and a managed pipeline, the trade-off is recurring cost.
Smile Digital Health Forms ships with the Smile platform. For a state public health department that wants operational maturity and an SLA, Smile is a defensible pick. The downside is that the procurement cycle is longer and the configuration work for state-specific reporting templates is non-trivial.
HAPI FHIR with a SDC extension is the right answer for a public health team that already runs HAPI for other reasons. The SDC extensions are not as polished as the commercial products, but they handle the underlying spec and they integrate cleanly with HAPI's existing storage and indexing layer.
NLM Form Builder rounds out the list as the visual editor companion to LHC-Forms. The public health departments that maintain their reporting templates without involving engineering get a lot of value from a no-code editor. Complex calculated expressions still need a developer.
Targeted Tests for a Public Health Reporting Use Case
Before standing up any of these tools, run four concrete tests.
- Build the form for a state-required reportable condition template and verify the output conforms to the relevant US Public Health implementation guide.
- Fire the form automatically from a simulated eCR trigger and verify the response reaches the destination within the required timeline.
- Trace every field in a completed response back to its source EHR record and confirm the lineage is intact.
- Generate one hundred responses through the pipeline and verify no fields drop silently in the transformation layer.
Tools that pass those four are tools that will hold up. Tools that fail any of them produce reporting gaps that become audit findings.
How to Pick
For full open-source control, LHC-Forms with NLM Form Builder is the right pick. For a managed end-to-end pipeline, Aidbox Forms or Smile come out ahead. HAPI with SDC extensions is the right fit for teams that already run HAPI. The natural follow-up read for federal-adjacent work is the Top 6 FHIR form tools for Veterans Health Administration settings.
Sources
- Public Health FHIR Playbook - PDF, CDC PHFIC, July 2023
- QuestionnaireResponse extract operation - HTML spec, HL7 FHIR Infrastructure WG, 2025
- Gravity Project Overview slides - PDF, Gravity Project / HL7, 2025