Skip to content

Releases: all-of-us/aou-ehr-file-check

Version 2023.06.20

20 Jun 15:58
dc0540e
Compare
Choose a tag to compare

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

20 Oct 18:50
aac6cb5
Compare
Choose a tag to compare

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

02 Aug 14:29
f3d9ab6
Compare
Choose a tag to compare

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

11 Aug 19:17
646a0c9
Compare
Choose a tag to compare

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

11 Aug 19:14
02a42a0
Compare
Choose a tag to compare
cdm-v5.2

stopped replacing nulls on each loop (#12)