Pure Julia implementation of the OMOP Common Data Model (CDM).
Please see the documentation.
OMOP CDM versions 5.4.1 and 5.3.1 are supported.
The value for OMOP_CDM_VERSION is read from the Julia environment, with v5.4.1 being the default value.
using CSV, DataFrames, OMOPCommonDataModel
CSV.File("person.csv",types=[Person.types...]) |> DataFrame