Comprehensive skill for writing clinical reports including case reports, diagnostic reports, clinical trial reports, and patient documentation. Provides full support with templates, regulatory compliance, and validation tools.
- Clinical Case Reports - CARE-compliant case reports for medical journal publication
- Diagnostic Reports - Radiology (ACR), pathology (CAP), and laboratory reports
- Clinical Trial Reports - SAE reports, Clinical Study Reports (ICH-E3), DSMB reports
- Patient Documentation - SOAP notes, H&P, discharge summaries, consultation notes
case_report_guidelines.md- CARE guidelines, de-identification, journal requirementsdiagnostic_reports_standards.md- ACR, CAP, CLSI standards, structured reporting systemsclinical_trial_reporting.md- ICH-E3, CONSORT, SAE reporting, MedDRA codingpatient_documentation.md- SOAP notes, H&P, discharge summary standardsregulatory_compliance.md- HIPAA, 21 CFR Part 11, ICH-GCP, FDA regulationsmedical_terminology.md- SNOMED-CT, LOINC, ICD-10, CPT codesdata_presentation.md- Clinical tables, figures, Kaplan-Meier curvespeer_review_standards.md- Review criteria for clinical manuscripts
case_report_template.md- Structured case report following CARE guidelinessoap_note_template.md- SOAP progress note formathistory_physical_template.md- Complete H&P examination templatedischarge_summary_template.md- Hospital discharge documentationconsult_note_template.md- Specialist consultation formatradiology_report_template.md- Imaging report with structured reportingpathology_report_template.md- Surgical pathology with CAP synoptic elementslab_report_template.md- Clinical laboratory test resultsclinical_trial_sae_template.md- Serious adverse event report formclinical_trial_csr_template.md- Clinical study report outline (ICH-E3)quality_checklist.md- Quality assurance for all report typeshipaa_compliance_checklist.md- Privacy and de-identification verification
validate_case_report.py- Check CARE guideline compliance and completenesscheck_deidentification.py- Scan for 18 HIPAA identifiers in reportsvalidate_trial_report.py- Verify ICH-E3 structure and required elementsformat_adverse_events.py- Generate AE summary tables from CSV datagenerate_report_template.py- Interactive template selection and generationextract_clinical_data.py- Parse and extract structured clinical datacompliance_checker.py- Verify regulatory compliance requirementsterminology_validator.py- Validate medical terminology and prohibited abbreviations
cd .claude/skills/clinical-reports/scripts
python generate_report_template.py
# Or specify type directly
python generate_report_template.py --type case_report --output my_case_report.mdpython validate_case_report.py my_case_report.mdpython check_deidentification.py my_case_report.mdpython validate_trial_report.py my_csr.md- Complete CARE checklist coverage
- De-identification verification
- Informed consent documentation
- Timeline creation assistance
- Literature review integration
- HIPAA - Privacy protection, 18 identifier removal, Safe Harbor method
- FDA - 21 CFR Parts 11, 50, 56, 312 compliance
- ICH-GCP - Good Clinical Practice standards
- ALCOA-CCEA - Data integrity principles
- ACR - American College of Radiology reporting standards
- CAP - College of American Pathologists synoptic reporting
- CLSI - Clinical Laboratory Standards Institute
- CONSORT - Clinical trial reporting
- ICH-E3 - Clinical study report structure
- ICD-10-CM - Diagnosis coding
- CPT - Procedure coding
- SNOMED-CT - Clinical terminology
- LOINC - Laboratory observation codes
- MedDRA - Medical dictionary for regulatory activities
> Create a clinical case report for a 65-year-old patient with atypical
presentation of acute appendicitis
> Check this case report for HIPAA compliance
> Validate against CARE guidelines
> Generate a radiology report template for chest CT
> Create a pathology report for colon resection specimen with adenocarcinoma
> Write a laboratory report for complete blood count
> Write a serious adverse event report for hospitalization due to pneumonia
> Create a clinical study report outline for phase 3 diabetes trial
> Generate adverse events summary table from trial data
> Create a SOAP note for follow-up visit
> Generate an H&P for patient admitted with chest pain
> Write a discharge summary for heart failure hospitalization
> Create a cardiology consultation note
- Obtain informed consent from patient
- Generate template:
python generate_report_template.py --type case_report - Write case report following CARE structure
- Validate compliance:
python validate_case_report.py case_report.md - Check de-identification:
python check_deidentification.py case_report.md - Submit to journal with CARE checklist
- Generate SAE template:
python generate_report_template.py --type sae - Complete SAE form within 24 hours of event
- Assess causality using WHO-UMC or Naranjo criteria
- Validate completeness:
python validate_trial_report.py sae_report.md - Submit to sponsor within regulatory timelines (7 or 15 days)
- Notify IRB per institutional policy
✓ Always obtain informed consent for case reports
✓ Remove all 18 HIPAA identifiers before publication
✓ Use de-identification validation scripts
✓ Document consent in manuscript
✓ Consider re-identification risk for rare conditions
✓ Use professional medical terminology
✓ Follow structured reporting templates
✓ Include all required elements
✓ Document chronology clearly
✓ Support diagnoses with evidence
✓ Meet SAE reporting timelines (7-day, 15-day)
✓ Follow ICH-E3 structure for CSRs
✓ Maintain ALCOA-CCEA data integrity
✓ Document protocol adherence
✓ Use MedDRA coding for adverse events
✓ Sign and date all clinical notes
✓ Document medical necessity
✓ Use standard abbreviations only
✓ Avoid prohibited abbreviations (JCAHO "Do Not Use" list)
✓ Maintain legibility and completeness
The clinical-reports skill integrates seamlessly with:
- scientific-writing - For clear, professional medical writing
- peer-review - For quality assessment of case reports
- citation-management - For literature references in case reports
- research-grants - For clinical trial protocol development
- CARE Guidelines: https://www.care-statement.org/
- ICH-E3 Guideline: https://database.ich.org/sites/default/files/E3_Guideline.pdf
- CONSORT Statement: http://www.consort-statement.org/
- HIPAA: https://www.hhs.gov/hipaa/
- ACR Practice Parameters: https://www.acr.org/Clinical-Resources/Practice-Parameters-and-Technical-Standards
- CAP Cancer Protocols: https://www.cap.org/protocols-and-guidelines
- American Medical Association (AMA)
- American College of Radiology (ACR)
- College of American Pathologists (CAP)
- Clinical Laboratory Standards Institute (CLSI)
- International Council for Harmonisation (ICH)
For issues or questions about the clinical-reports skill:
- Check the comprehensive reference files
- Review templates for examples
- Run validation scripts to identify issues
- Consult the SKILL.md for detailed guidance
Part of the Claude Scientific Writer project. See main LICENSE file.