Skilled nursing facility intake is the densest single capture event in long-term care. The MDS 3.0 assessment, the admission medication-reconciliation form, the fall-risk and skin-integrity assessments, the cognitive screening tool, and the advance-directive capture all happen within a 72-hour window. A FHIR Questionnaire tool that handles SNF intake has to render long forms cleanly, capture nurse-completed and patient-reported sections separately, and feed the resulting QuestionnaireResponses into both the MDS submission pipeline and the FHIR-based care plan. For more on healthcare integration, the broader reference covers the surrounding workflows.
The Five Tools Holding Up in SNF Production
- LHC-Forms. The NLM-maintained SDC renderer. Strong on long-form intake because of its conditional-rendering layer, which keeps the visible section short while the underlying Questionnaire stays comprehensive. Most SNFs that go FHIR-native start here.
- Smile Digital Health Forms. Bundled with Smile CDR, which lets the MDS-section value sets and the admission terminology live in the same server. The MDS 3.0 item bank maps cleanly into Questionnaire item codings.
- MedicalMine SDC. Has earned a place in SNF intake by handling repeating-group items (multiple medications, multiple wounds) without forcing the staff to add a new Questionnaire instance per item.
- Form.io with FHIR plugins. The patient-portal angle for SNFs that let family members complete the social-history and advance-directive sections at home before admission. Results bundle into the clinic-side Questionnaire.
- Vermonster Healthcare Forms. Used by several academic SNF networks for trial-aligned intake. Strong on extraction so the QuestionnaireResponse fields land directly into Observation, Condition, and Procedure resources without manual mapping.
The five represent the realistic options in 2026 for a SNF that wants to stay FHIR-native while still meeting CMS MDS submission requirements.
What to Stress-Test Before Going Live
A SNF evaluating a Questionnaire tool should put four scenarios through the proof-of-concept. Multi-section persistence: the admission packet has to save partial progress across multiple sessions and clinicians, with no data loss. MDS field mapping: every item that feeds an MDS section should round-trip from the Questionnaire to an Observation that the MDS extractor can pick up. Cognitive-screening tool support: the BIMS or CAM-S has to render with its specific item structure and score correctly inline. Advance-directive capture: the form has to produce a Consent resource, not just store the responses in a Questionnaire.
A SNF that runs five admissions through a candidate tool will surface most of the workflow issues quickly. The cardiology cornerstone covers the broader selection framework, and the home hospice tracking walkthrough shows how similar capture patterns adapt to a related setting.
Why Tool Maturity Matters in SNF
SNFs run thin on IT staff, which means the Questionnaire tool has to work reliably without a dedicated engineer babysitting it. All five of the tools above have multi-year track records in long-term care, which is the main reason they made the list ahead of newer entrants with prettier demos.
SNFs that pilot two tools in parallel for admissions over a month surface most of the operational fit questions. The MDS submission path, the cognitive-screening tool support, and the advance-directive workflow are the three places a misfit will show up first, and the pilot is the right time to learn that.
Beyond the five tools above, the legacy SNF software market includes a handful of point-of-care products that have not adopted SDC yet. A SNF evaluating a tool from that legacy market should ask specifically about the SDC and FHIR roadmap, since the alternative is locking in a workflow that does not interoperate with the broader healthcare data ecosystem.
Sources
- HL7 FHIR SDC IG covering Questionnaire rendering and extraction
- SNF intake reference renderer - NLM LHC-Forms hosted demo
- companion to LHC-Forms for SNF intake authoring - NLM Form Builder repository
