Dialysis tracking puts a specific kind of pressure on an SDC form builder. Treatment sessions happen three times a week per patient, each session captures Kt/V, URR, fluid removal, blood pressure pre and post, and a handful of access-site observations. Over a year that is hundreds of QuestionnaireResponses per patient, each one needing to roll up into a Patient summary and a CMS-mandated quality report. For additional FHIR architecture notes, the broader reference covers adjacent capture patterns.
The Six SDC Builders Holding Up in 2026 Dialysis Workflows
- LHC-Forms. The NLM SDC reference renderer. Strong fit for dialysis units that already use it for general intake. Calculated-expression support is solid for Kt/V derivations from pre/post BUN measurements. The trade-off is the lean default UI, which most dialysis centers re-skin.
- MedicalMine SDC Pro. Earned a place in dialysis by handling repeating-group instances cleanly, which matters when a single QuestionnaireResponse captures an entire week of sessions in one Bundle.
- Smile Digital Health Forms. Best when the unit already runs Smile CDR. Access-site assessments map cleanly into Observation resources with body-site coded with SNOMED CT in the same server.
- Form.io with FHIR plugins. Wins on the patient-portal side, where in-center patients fill a pre-session symptom check on a kiosk tablet. The form engine pushes results into the FHIR store via a thin adapter.
- Open Health Hub Forms. Used by several European dialysis networks; has matured in 2026 to the point that US in-center programs are evaluating it for CKD-stage tracking that links to dialysis induction.
- HAPI FHIR with custom SDC layer. The build-it-yourself path. Worth it for dialysis chains with their own engineering team that want full control over the rendering and extraction layers.
The six cover the realistic options for in-center hemodialysis and home dialysis programs that need to feed CMS ESRD reporting.
What to Test in a Real Dialysis Pilot
A dialysis center evaluating an SDC tool should test three workflow patterns specifically. Pre/post comparison logic: pre-dialysis BUN and post-dialysis BUN have to combine into a Kt/V observation without the staff retyping anything. Access-site change tracking: the form has to flag a delta from the previous session, not just record the current state. Compliance reporting: the SDC tool should produce the QuestionnaireResponse-derived Observations that map directly to the CMS Kt/V and URR fields without a custom extract job.
A dialysis unit that runs one shift of patients through a candidate tool will surface most of the operational issues within a week. The cardiology cornerstone covers the broader evaluation framework, and the skilled nursing facility intake walkthrough shows how the same patterns adapt to a longer-stay setting.
Why Long-Term Stability Wins Here
Dialysis tracking is one of the most chart-heavy specialties in nephrology, and the form engine touches every session. Picking a tool that has a multi-year track record matters more than picking the one with the freshest features. All six above clear that bar in 2026 deployments, which is the main reason they made the cut.
Dialysis units that run a real shift against a candidate tool catch the operational issues early. The Kt/V calculation path, the access-site change-tracking, and the CMS-aligned extraction together stress the SDC tool in ways a generic intake form never would. Getting those right at pilot stops the slow grind of one-off scripts in production.
Beyond the six tools above, dialysis software vendors are starting to ship their own SDC-aligned form layers as part of the dialysis-management platform itself. That blurs the line between EHR-bundled forms and standalone SDC tools, and the trade-offs are worth re-examining once the platform's roadmap is clearer.
Sources
- HL7 FHIR SDC IG (STU 3.0.0)
- NLM LHC-Forms repository for SDC Questionnaire rendering
- base for all dialysis SDC capture - HL7 FHIR R5 Questionnaire resource
