From f2aafcdc7dc1f8bb5f9eeeafb1599b67d3858379 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Tue, 28 Nov 2023 09:19:33 -0500 Subject: [PATCH] feat: add Medication to duckdb schema list (#146) --- cumulus_library/databases.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cumulus_library/databases.py b/cumulus_library/databases.py index 0e8485eb..3e2bf2ef 100644 --- a/cumulus_library/databases.py +++ b/cumulus_library/databases.py @@ -175,6 +175,7 @@ def read_ndjson_dir(path: str) -> dict[str, pyarrow.Table]: "DocumentReference", "Encounter", "Immunization", + "Medication", "MedicationRequest", "Observation", "Patient",