ehrdata.dt.synthea27nj_omop#
- ehrdata.dt.synthea27nj_omop(backend_handle, data_path=None)#
Loads the Synthea27Nj dataset in the OMOP Common Data model.
This function loads the Synthea27Nj dataset from the EunomiaDatasets repository. More details: OHDSI/EunomiaDatasets.
- Parameters:
- Return type:
- Returns:
Nothing. Adds the tables to the backend via the handle.
Examples
>>> import ehrdata as ed >>> import duckdb >>> con = duckdb.connect() >>> ed.dt.synthea27nj_omop(backend_handle=con) >>> con.execute("SHOW TABLES;").fetchall()