adverse-event-narrative
Generate CIOMS-compliant adverse event narratives for Individual Case Safety Reports (ICSR). Creates structured pharmacovigilance documents following CIOMS I and ICH E2B standards from case data for regulatory submission to health authorities.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aipoch-ai/adverse-event-narrativeAdverse Event Narrative Generator
Overview
Regulatory-grade narrative generation tool that transforms adverse event case data into CIOMS-compliant ICSR narratives suitable for submission to FDA, EMA, and other health authorities.
Key Capabilities:
- CIOMS I Compliance: Standardized narrative structure per international guidelines
- ICH E2B Integration: Electronic submission format compatibility
- Temporal Analysis: Timeline reconstruction and causality assessment
- Medical Accuracy: Clinical terminology and MedDRA coding
- Multi-Case Processing: Batch narrative generation for periodic reporting
- Quality Validation: Automated checks for completeness and consistency
When to Use
✅ Use this skill when:
- Drafting ICSR narratives for regulatory submissions
- Converting safety case data to standardized text
- Preparing adverse event reports for health authorities
- Generating case summaries for signal detection
- Creating pharmacovigilance documentation for clinical trials
- Standardizing narrative format across safety teams
- Training new drug safety associates on narrative writing
❌ Do NOT use when:
- Case requires medical judgment or causality assessment → Use qualified safety physician
- Narrative for litigation or legal proceedings → Use legal documentation standards
- Patient-facing communications → Use
lay-summary-gen - Aggregate safety summaries → Use
safety-summary-reports - Coding MedDRA terms from verbatim → Use
meddra-coder
Integration:
- Upstream:
meddra-coder(MedDRA term coding),clinical-data-cleaner(data preparation) - Downstream:
safety-summary-reports(aggregate analysis),regulatory-submission-prep(FDA/EMA filing)
Core Capabilities
1. CIOMS I Narrative Structure
Generate standardized sections per CIOMS guidelines:
from scripts.narrative_generator import NarrativeGenerator
generator = NarrativeGenerator()
# Generate complete narrative
narrative = generator.generate(
case_data=case_json,
format="cioms_i", # or "ich_e2b", "fda_medwatch"
include_meddra=True
)
narrative.save("ICSR_2024_001_narrative.txt")
Standard Sections:
- Patient Demographics - Age, sex, weight, relevant characteristics
- Medical History - Significant pre-existing conditions
- Concomitant Medications - Other drugs at time of event
- Suspect Drug(s) - Medication(s) in question with dosing
- Adverse Event - Detailed reaction description with MedDRA terms
- Diagnostic Results - Lab values, imaging, procedures
- Treatment - Medical management of the event
- Dechallenge/Rechallenge - Effect of drug withdrawal/reintroduction
- Outcome - Final patient status and sequelae
- Causality Assessment - Reporter's relationship evaluation
2. Temporal Relationship Analysis
Reconstruct timeline and assess temporal plausibility:
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aipoch-ai-adverse-event-narrative": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
mechanism-flowchart
Generates Mermaid flowchart code and visual diagrams for pathophysiological.
reference-style-sync
One-click synchronization and standardization of reference formats in literature management tools, intelligently fixing metadata errors.
metagenomic-krona-chart
Analyze data with `metagenomic-krona-chart` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
pptx-posters
Generate PowerPoint presentations and academic posters from paper abstracts or full paper content, with automatic layout optimization and citation formatting.
anatomy-quiz-master
Generate interactive anatomy quizzes for medical education with multiple question types, difficulty levels, and anatomical regions. Supports gross anatomy, neuroanatomy, and clinical correlations for self-assessment and exam preparation.