Skip to content

Commit

Permalink
feat: add Medication to duckdb schema list (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikix authored Nov 28, 2023
1 parent d65bbe0 commit f2aafcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cumulus_library/databases.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def read_ndjson_dir(path: str) -> dict[str, pyarrow.Table]:
"DocumentReference",
"Encounter",
"Immunization",
"Medication",
"MedicationRequest",
"Observation",
"Patient",
Expand Down

0 comments on commit f2aafcd

Please sign in to comment.