The US Core Data for Interoperability, or USCDI, is the data set ONC expects certified health IT to support. Versions have crept up through v4 and beyond, adding social determinants of health, advance directives, and clinical notes. For a form builder, "handling USCDI fields right" means more than rendering the inputs. It means binding the value sets to the right code systems, validating against the USCDI-aligned profile, and extracting the QuestionnaireResponse into the right resource shape for the EHR.
Here are seven medical form builders that do that work well in 2026, with notes on the USCDI-specific strengths. The complete guide to SDC form builders for US healthcare in 2026 gives the larger context, and the interoperability hub hosts the rest.
LHC-Forms With USCDI-Aligned Bindings
LHC-Forms has a long history of supporting CMS-aligned data capture, and the NIH-hosted terminology services it talks to are USCDI-aware out of the box. For a team that wants USCDI extraction without writing the mapping themselves, LHC-Forms with a pre-built USCDI profile is a reasonable default. The team will still own the QuestionnaireResponse-to-Observation extraction pipeline, but the value sets and code-system lookups are taken care of.
Smile Digital Health With Profile Validation
Smile validates incoming QuestionnaireResponse against the IG profiles registered on the server, and the USCDI profiles are well supported in the package library. For a US health system that needs the audit-side assurance that all incoming data conforms to USCDI, Smile's validation layer is one of the more thorough in the field.
Medplum's USCDI Conformance Mode
Medplum has invested in USCDI conformance as part of its enterprise positioning. Customers can publish a USCDI profile and have the FHIR server reject data that does not conform, with reasonably clear error messages. For a digital-health team that needs to demonstrate USCDI conformance for an ONC certification, the Medplum stack shortens the path.
Firely's Strict Validator
Firely earns its reputation on validation, and the USCDI implementation guides are first-class in the Firely tooling. The fit is for teams that prefer to catch USCDI conformance issues at the server boundary rather than worry about them downstream in the warehouse. Firely is heavier on the validation surface than on the rendering surface, which is fine for a team that owns the rendering elsewhere.
HAPI FHIR With Da Vinci Validator Packages
A common DIY setup is HAPI FHIR with the Da Vinci validator packages loaded against USCDI profiles. The licensing line is zero and the operational line is reasonable for a team that already runs HAPI in production. USCDI v4 profiles are available as IG packages and load cleanly into HAPI's validator infrastructure.
Formbox With Managed Value Sets
Formbox has positioned itself as a commercial FHIR-native form builder with managed USCDI-aligned value sets behind the dropdowns. For a hospital or clinic team that wants to skip the terminology-server procurement step, the managed value sets handle ICD-10-CM, SNOMED CT, LOINC, and RxNorm bindings as USCDI requires. The trade-off is the usual commercial-product price tag.
AEHRC Form Builder With US Profile Layer
The Australian e-Health Research Centre form builder is open source and SDC-thorough, and a US-deployment team can layer USCDI profiles onto it without modifying the core. The fit is for teams that want a strict SDC implementation as the base and treat USCDI as a profile overlay. For some research groups in the US that already run AEHRC in trials, extending it to USCDI for clinical workflows is a smaller jump than picking a new vendor.
How to Pick for USCDI Conformance
The deciding factor is whether the team treats USCDI as a binding contract to validate or as a target shape to extract toward. Validation-heavy approaches lean Smile, Firely, HAPI with Da Vinci packages, or Medplum's strict mode. Extraction-heavy approaches lean LHC-Forms, Formbox, or AEHRC with custom mapping logic. The Top 5 FHIR form engines for multi-site hospital networks takes the multi-site angle on the same set of decisions.
Sources
- USCDI in US Core CMS Connectathon (Brett Marquard) - PDF slides, HL7 Confluence, 2024
- Enabling USCDI with FHIR US Core and C-CDA - PDF slides, HIMSS 2023, HL7
- Interoperability Standards Advisory Reference Edition - PDF reference, ONC, 2023
