ccda_to_omop.ddl module
OMOP table definitions and domain routing maps.
Provides three key dictionaries used to route parsed records to the correct output table:
config_to_domain_name_dict: maps metadata config names (e.g."Condition") to OMOP domain names (e.g."Condition")domain_name_to_table_name: maps OMOP domain names to CDM table names (e.g."Condition"→"condition_occurrence")Column lists for each OMOP table, used to align DataFrame output to the CDM schema