-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from smart-on-fhir/mikix/i2b2-tweaks
i2b2: change the expected csv filenames
- Loading branch information
Showing
9 changed files
with
12 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...e/i2b2-input/csv_diagnosis/diagnosis2.csv → ...i2b2-input/observation_fact_diagnosis.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"ENCOUNTER_NUM","PATIENT_NUM","CONCEPT_CD","PROVIDER_ID","START_DATE","MODIFIER_CD","INSTANCE_NUM","VALTYPE_CD","TVAL_CHAR","NVAL_NUM","VALUEFLAG_CD","QUANTITY_NUM","UNITS_CD","END_DATE","LOCATION_CD","OBSERVATION_BLOB","CONFIDENCE_NUM","UPDATE_DATE","DOWNLOAD_DATE","IMPORT_DATE","SOURCESYSTEM_CD","UPLOAD_ID","TEXT_SEARCH_INDEX" | ||
21,312345,ICD10:R40.2412,"51",2010-03-01 10:00:00.000,ICD:S,41,T,Final,,@,,,,,"",,,,2021-03-20 00:00:00.000,DIAG_EPIC_ADT,, | ||
212,3123456,ICD10:R40.2412,"512",2010-03-02 10:00:00.000,ICD:S,412,T,Final,,@,,,,,"",,,,2021-03-21 00:00:00.000,DIAG_EPIC_ADT,, |
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...imple/i2b2-input/csv_patient/patient2.csv → ...a/simple/i2b2-input/patient_dimension.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
"PATIENT_NUM","VITAL_STATUS_CD","BIRTH_DATE","DEATH_DATE","SEX_CD","AGE_IN_YEARS_NUM","LANGUAGE_CD","RACE_CD","MARITAL_STATUS_CD","RELIGION_CD","ZIP_CD","STATECITYZIP_PATH","INCOME_CD","PATIENT_BLOB","UPDATE_DATE","DOWNLOAD_DATE","IMPORT_DATE","SOURCESYSTEM_CD","UPLOAD_ID","PCP_PROVIDER_ID" | ||
323456,"0",1982-10-16 12:00:00.000,,M,39,English,White,Single,Other,"02139",,,[NULL],,,,,,"1111111" | ||
3234567,"0",1983-10-16 12:00:00.000,,M,39,English,White,Single,Other,"02139",,,[NULL],,,,,,"1111111" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters