scientific-skills/clinical-reports/references/README.md
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.
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 manuscriptscase_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 verificationvalidate_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 abbreviationscd .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.md
python validate_case_report.py my_case_report.md
python check_deidentification.py my_case_report.md
python validate_trial_report.py my_csr.md
> 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
python generate_report_template.py --type case_reportpython validate_case_report.py case_report.mdpython check_deidentification.py case_report.mdpython generate_report_template.py --type saepython validate_trial_report.py sae_report.mdā 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:
For issues or questions about the clinical-reports skill:
Part of the Claude Scientific Writer project. See main LICENSE file.