I have a previously converted CDM database that I am trying to use with Achilles. I got some errors like a “column does not exist” or a table does not exist. Example:
column “payer_concept_id” does not exist
I am using the next cmd to run Achilles:
achilles(connectionDetails,
cdmDatabaseSchema = “mdcr2003_2016”,
resultsDatabaseSchema = “atlas_results”,
scratchDatabaseSchema = “achilles_scratch”,
vocabDatabaseSchema = “mdcr2003_2016”,
numThreads = 1,
sourceName = “AchilesAtlas”,
cdmVersion = “5.0.1”,
runHeel = FALSE,
runCostAnalysis = FALSE,
tempAchillesPrefix = ‘ta’,
optimizeAtlasCache = TRUE,
createIndices = TRUE)
My question is, where can I find the specs for the tables that Achilles need to use to run the previous cmd?
Thanks