questionnaire-everything

Convert clinical forms into FHIR R4 Questionnaire JSON resources using HL7 SDC idioms.

3|2|Updated May 23, 2026
One-click install
npx skills add https://github.com/jmandel/fhir-questionnaires-from-the-web --skill questionnaire-everything
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: questionnaire-everything
Source: https://github.com/jmandel/fhir-questionnaires-from-the-web/tree/main/skills/questionnaire-everything
Command: npx skills add https://github.com/jmandel/fhir-questionnaires-from-the-web --skill questionnaire-everything

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, pdftotext, lynx, w3m, tesseract, fhir-validator-wrapper, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of converting a directory of clinical forms into structured FHIR R4 Questionnaires, saving time and reducing errors in healthcare data conversion.

Core Features & Use Cases

  • Automated Conversion: Convert a wide variety of clinical forms into FHIR R4 Questionnaire JSON resources.
  • HL7 SDC Idioms: Utilizes HL7 SDC idioms for accurate questionnaire construction.
  • Use Case: For a healthcare provider looking to digitize patient intake forms and assessments, this skill can automatically transform those documents into a standardized format suitable for FHIR systems.

Quick Start

Use the questionnaire-everything skill to convert the directory 'patient-forms' into FHIR Questionnaires.

Frequently Asked Questions about questionnaire-everything

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert clinical forms to FHIR R4 Questionnaires?

To convert clinical forms to FHIR R4 Questionnaires, this Skill processes a directory of documents and constructs structured JSON resources using HL7 SDC idioms. It automates the extraction and mapping of patient intake forms and clinical assessments.

What is the best way to digitize patient intake forms into FHIR?

Digitizing patient intake forms into FHIR is best handled by converting clinical documents into standardized FHIR R4 Questionnaire JSON resources. This approach ensures accurate healthcare data conversion using standard HL7 SDC idioms.

Do I need text extraction tools to convert clinical documents to FHIR?

Yes, you need local or external text extraction tools like pdftotext, lynx, w3m, or tesseract to convert clinical documents to FHIR. These dependencies are required to parse the source forms before generating Questionnaire resources.

How does the HL7 SDC idiom structure work for FHIR Questionnaires?

HL7 SDC idioms structure FHIR Questionnaires by providing standardized data capture definitions for clinical forms. This mechanism ensures that converted patient assessments adhere to FHIR R4 validation rules and healthcare interoperability standards.

Can I validate generated FHIR Questionnaires against HL7 standards?

You can validate generated FHIR Questionnaires against HL7 standards using the included fhir-validator-wrapper dependency. This ensures the converted clinical forms strictly comply with FHIR R4 resource specifications before system integration.

Does Bun support processing healthcare forms into FHIR resources?

Bun supports processing healthcare forms into FHIR resources by serving as the runtime environment for the conversion scripts. The Skill leverages Bun alongside text extraction tools to transform clinical documents into FHIR R4 Questionnaires.