School-based health clinics have an unusual mix of constraints that most FHIR Questionnaire tools were not designed for. The patient is a minor. The consent has to come from a parent who is not physically present. The clinical encounter happens during a school day, which means the intake has to fit between classes. And the data has to flow into both the school health system and, where appropriate, the patient's medical home outside school. A FHIR Questionnaire tool either fits this shape or quietly fails the first year.
This is the FHIR Questionnaire tools that come up most often for school-based clinics in 2026, with the rough sense of where each one fits. For related FHIR explainers covering the wider context, the broader catalog is the place to start.
For the upstream picture, the complete guide to FHIR form tools for US clinics in 2026 is the reference.
The 6 Tools Worth Knowing for School-Based Clinics
The shortlist:
- LHC-Forms. The US NLM open-source SDC renderer, used by NIH-funded school health programs and increasingly by state school health initiatives.
- Formbox. Health Samurai's standalone Questionnaire rendering and extraction tool, picked by larger school health systems that need a clean SDC layer plus consent capture.
- Smile Digital Health Forms. A commercial Questionnaire layer paired with the Smile FHIR server, used in school health programs that already store clinical data there.
- Aidbox FHIR Forms. A managed SDC form layer on top of Aidbox, useful when a school health program wants one vendor across forms and storage.
- NLM Form Builder. The companion design tool to LHC-Forms, used by school health informaticists who want to author the Questionnaire resources directly.
- Pathways Forms. A research-leaning Questionnaire tool used by school-based programs that double as research sites for adolescent health studies.
What Matters Most in a School-Based Setting
Three things tend to drive the choice:
- Consent capture and proxy authorization. The form has to support a parent or guardian consent flow that does not require the parent to be in the room, often via a separate signature link.
- Adolescent confidentiality. State law in many places gives adolescents specific rights over their own behavioral and sexual health data, and the form layer has to support per-question privacy flags that downstream systems honor.
- Brief-encounter rendering. The intake has to fit between classes, which means the form has to render fast and never block on a slow terminology lookup.
Most builders support consent on paper. Fewer get the per-question privacy flags right. Brief-encounter performance done well is where the field thins out.
Which One Fits Which School Program
A research-heavy school health program tends to land on LHC-Forms plus the NLM Form Builder for the flexibility and lower cost. A mid-size school health network with developer capacity usually picks Formbox. A larger state-level program with a managed-services preference often picks Smile or Aidbox Forms. A program embedded in adolescent health research leans toward Pathways for the adaptive-form behavior.
How to Run a Real School Health Evaluation
Vendor demos rarely include a real adolescent consent flow that respects state law. Ask each tool to render a real intake Questionnaire with embedded parent consent, capture a session in under six minutes, mark a per-question privacy flag, and extract the response into clean FHIR resources. The output of that exercise tells you more than any spec sheet.
For nearby clinic profiles where similar capabilities matter, the top 7 FHIR Questionnaire tools for emergency department intake and FHIR Questionnaire vs survey platforms for patient-reported outcomes walk through how the same vendors stack up.
Sources
- FHIR Questionnaire WG track notes - HL7 Confluence, January 2024
- LHC-Forms SMART on FHIR app - GitHub repo, NLM Lister Hill Center
- SDC Implementations registry - HL7 Confluence