phenoml-workflow

Create and execute PhenoML workflows for healthcare data processing.

2|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/PhenoML/phenoml-skills --skill phenoml-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phenoml-workflow
Source: https://github.com/PhenoML/phenoml-skills/tree/main/skills/phenoml-workflow
Command: npx skills add https://github.com/PhenoML/phenoml-skills --skill phenoml-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires phenoml, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the complexity and manual effort involved in setting up and managing healthcare data pipelines. It provides a guided, conversational experience to create, configure, and test PhenoML workflows, allowing developers to rapidly build solutions for processing clinical notes, registering patients, and integrating with FHIR providers without deep API knowledge.

Core Features & Use Cases

  • Guided Workflow Creation: Interactively set up PhenoML workflows for diverse healthcare data tasks, from scratch.
  • FHIR Provider Integration: Seamlessly connect and configure various FHIR servers (Medplum, Athena, Epic, Cerner) using a step-by-step process.
  • Clinical Data Processing: Develop workflows to extract structured conditions from unstructured clinical notes or manage patient registration with automatic deduplication.
  • Use Case: A healthcare data engineer needs to quickly implement a system that processes incoming patient notes and converts them into FHIR Condition resources. This Skill guides them through connecting to their FHIR server, defining the workflow logic, and testing it with example data, all through an intuitive, conversational interface.

Quick Start

Help me create a new PhenoML workflow to process clinical notes and register new patients.

Frequently Asked Questions about phenoml-workflow

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

FAQPage Schema
How do I automate clinical data processing from notes into FHIR resources?

Automate clinical data processing by creating a PhenoML workflow that extracts structured conditions from unstructured clinical notes and converts them into FHIR-compliant resources. The Skill guides you through FHIR provider setup, workflow configuration, and end-to-end testing with sample data.

Can I integrate PhenoML workflows with FHIR servers like Medplum or Epic?

Yes. PhenoML workflows seamlessly connect to multiple FHIR providers including Medplum, Athena, Epic, and Cerner through a step-by-step configuration process. The Skill handles provider ID management and shared or dedicated instance setup without requiring deep API knowledge.

What's the best way to set up patient registration with automatic deduplication?

Use PhenoML workflows to manage patient registration with built-in deduplication logic. The Skill provides guided workflow creation, parameterized configuration for patient demographics and lab results, and reusable Python scripts for end-to-end execution.

Do I need Python and environment configuration to run PhenoML workflows?

Yes. PhenoML workflows require Python and python-dotenv for environment variable management. The Skill includes dependency checks and environment validation steps to ensure your setup is correct before workflow creation and testing.

How do I test a PhenoML workflow before deploying it to production?

Test workflows using sample clinical data integrated into the workflow configuration process. The Skill enables parameterized testing with example patient notes and lab results, executed via reusable Python scripts that validate your pipeline end-to-end.

What happens if I need to modify workflow logic after initial setup?

PhenoML workflows support refinement through parameterized configuration of instructions, sample data, and dynamic generation settings. The Skill guides you through workflow modification, re-testing with updated logic, and re-execution without rebuilding from scratch.