clinical-reports

Write clinical case reports, diagnostic reports, trial reports, and patient documentation with templates and validation.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/svpfahad/RES200 --skill clinical-reports-svpfahad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clinical-reports
Source: https://github.com/svpfahad/RES200/tree/main/claude-scientific-writer-main/.claude/skills/clinical-reports
Command: npx skills add https://github.com/svpfahad/RES200 --skill clinical-reports-svpfahad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Writing clinical documentation that meets CARE guidelines, ICH-E3 structure, HIPAA de-identification rules, and FDA/ICH-GCP regulatory requirements is time-consuming and error-prone. This Skill provides structured templates, reference standards, and automated validation scripts to produce compliant clinical reports. ## Core Features & Use Cases - Four Report Categories: Clinical case reports (CARE guidelines), diagnostic reports (radiology ACR, pathology CAP, laboratory CLSI), clinical trial reports (SAE, ICH-E3 CSR, CONSORT), and patient documentation (SOAP notes, H&P, discharge summaries, consult notes). - 12 Professional Templates: Ready-to-use Markdown templates for case reports, SOAP notes, radiology/pathology/lab reports, SAE forms, and HIPAA compliance checklists. - 8 Validation Scripts: Python tools to check CARE compliance, scan for 18 HIPAA identifiers, validate ICH-E3 structure, format adverse event tables, and flag prohibited abbreviations. - Use Case: A physician needs to publish a case report on an atypical appendicitis presentation. Generate the CARE-compliant template, draft the report, then run validate_case_report.py and check_deidentification.py to confirm guideline compliance and privacy protection before journal submission. ## Quick Start Ask the AI to create a CARE-compliant clinical case report for a patient with an unusual presentation, then validate it for HIPAA de-identification.

Frequently Asked Questions about clinical-reports

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

FAQPage Schema
How do I write a CARE-compliant clinical case report?

Generate the case report template, then follow the 17-item CARE checklist covering title, abstract, patient information, timeline, diagnostic assessment, interventions, outcomes, and informed consent. Run validate_case_report.py to verify completeness before submission.

How to check a clinical report for HIPAA identifiers?

Run check_deidentification.py on your report file to scan for all 18 HIPAA identifiers including names, dates, phone numbers, MRNs, and SSNs. It classifies violations by severity and flags ages over 89 that require aggregation.

What templates are included for clinical documentation?

Twelve templates cover case reports, SOAP notes, history and physical exams, discharge summaries, consult notes, radiology reports, pathology reports with CAP synoptic elements, lab reports, SAE forms, ICH-E3 CSR outlines, and quality and HIPAA checklists.

Does this support clinical trial SAE reporting timelines?

Yes, the SAE template and clinical trial reporting reference document the 7-day and 15-day regulatory reporting timelines, causality assessment methods like WHO-UMC and Naranjo, and MedDRA coding for adverse events.

What are the limitations of automated HIPAA de-identification checks?

Pattern-based scanning may miss context-dependent identifiers like rare disease combinations or unique characteristics that enable re-identification. Always perform a final manual review, especially for rare conditions and images containing identifying features.