OMOP test fixtures

These fixtures are derived from the OHDSI Eunomia example dataset:

This directory intentionally contains two different kinds of OMOP input fixtures used by the test suite.

1. Full SQL fixture

This is the larger PostgreSQL dump fixture used for:

Note:

2. Reduced plain CSV fixtures

These are lightweight plain-CSV fixtures used to exercise the OMOP CLI/API paths without relying on a full OMOP export.

Important notes:

These reduced CSV fixtures are currently covered by the CLI regression test:

with a non-stream command equivalent to:

../../../bin/convert-pheno -iomop PERSON.csv CONCEPT.csv DRUG_EXPOSURE.csv \
  -obff individuals_csv.json --test

3. Reduced MIMIC specimen fixture

These files are a reduced fixture derived from the public MIMIC-IV demo OMOP CSV export hosted by PhysioNet:

Source files used:

Important notes:

These reduced MIMIC specimen CSV fixtures are covered by:

Provenance details for mimic_specimen/:

4. Gzipped CSV fixtures

These are the fixtures used for streamed OMOP CSV regressions.

They are covered by:

with a command equivalent to:

../../../bin/convert-pheno -iomop gz/PERSON.csv.gz gz/CONCEPT.csv.gz gz/DRUG_EXPOSURE.csv.gz \
  -obff individuals_csv.json.gz --stream --ohdsi-db --sep $'\t' --max-lines-sql 2700 --test