Releases: all-of-us/aou-ehr-file-check
Releases · all-of-us/aou-ehr-file-check
Version 2023.06.20
What's Changed
- Version 2023.06.20 by @jp3477 in #32
- Added flag to script to optionally restrict number of rows on which checks are run.
Full Changelog: v2022.10.20...v2023.06.20
Version 2022.10.20
What's Changed
- Change python version requirement to Python >=3.6 by @jp3477 in #26
- Fix bug with parsing fields with mixed datatypes
Full Changelog: v2022.08.02...v2022.10.20
Version 2022.08.02
What's Changed
- Added check for JSONL note file
- Moved verbose errors from command line to results file and relaxed datetime requirements
- [EOPS-647] Update EHR file check script to not output an error for every row in a file by=
- [DC-1308] Add pii_* files to aou-ehr-file-check script
- Add JSON file to define participant_match table
- [EOPS-661] Remove Lowering of CSV Headers
- Fix encoding error
- Suppress Excessive Errors in File Check Script
OMOP Common Data Model Version 5.3.1
Upgrading the file check repo to process schema for OMOP CDM v5.3.1.
Changes include:
- A new visit_detail table
- Addition of multiple visit_detail_id foreign keys
- Renamed fields in procedure_occurrence and provider
- Addition of a measurement_time column in measurement table
- Conversions of date fields to timestamp in condition_era, dose_era, and drug_era
- Small additional changes
OMOP Common Data Model Version 5.2
cdm-v5.2 stopped replacing nulls on each loop (#12)