Files
synthea-alldiseases/scripts/README.md

599 B

Utility Scripts

This directory contains utility scripts for working with Synthea modules:

  • analyze_patient_data.py - Analyzes patient data generated by Synthea
  • check_json.py - Validates JSON structure of module files
  • validate_module.py - Performs comprehensive validation of modules
  • test_module_exists.py - Checks if a module exists for a given disease
  • run_module.py - Script to run a specific module with Synthea
  • Other utility scripts for module generation and testing

These scripts complement the core module generator scripts found in the module_generator/ directory.