-
This is the script I ran:
```
> #load Libraries
>
> library(SqlRender)
> library(DatabaseConnector)
> library(Achilles)
>
> #Db Connection
>
> path_to_driver
> connectionDetails …
-
#### Issue Description
While working with MIMIC-III and MIMIC-IV datasets, I noticed that the transformation of `subject_id` to `person_id` in `preprocessed_labels.parquet` could lead to inconsiste…
-
Hi,
I noticed a potential issue in the person table where location_id is mapped to strings:
```
self.person['location_id'] = self.labels.source_dataset.map(
…
-
I've noticed that in the final OMOP tables, some measurements are represented using numerical labels. This includes various Glasgow Coma Scale assessments (total, eye opening, verbal, etc.) which are …
-
We are building OMOP CDM 5.4 for a very large patient population. We have a billions of rows in the source data that we would like to load into observation/measurement tables ( all of the data may n…
-
- [x] Golamari, Anusha agz3p@umsystem.edu
- [x] Kallu, Meghana Reddy mkcc6@umsystem.edu
- [x] Paka, Vyshnavi vpknx@umsystem.edu
- [x] Islam, Muhammad Muinul mizq7@health.missouri.edu
- [x] Paul, Tanmo…
-
Hi, thanks for fixing previous issues in such a prompt time! I also found the other issues.
1. Duplicated rows in person table.
There are several duplicate rows for some specific person_id. Some r…
-
**Is your feature request related to a problem? Please describe.**
Often we want to have pure medication concepts, however, using the ingredient descendants, this is not possible because the descenda…
-
**Describe the problem**
So currently the field location_id in person table is 0 always. And if you want to get the location_id you have to get it joining person table with care_site table to get the…
-
Hi,
I can't find the table named 'cost' (mentioned in the data/mimic_iv/tables.json file) in the MIMIC-IV dataset downloaded from here: https://physionet.org/content/mimiciv/2.2/
Can you please …