Changes between Version 2 and Version 3 of i2b2 Data Import PATS Mapping v1


Ignore:
Timestamp:
03/14/13 09:05:50 (11 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 Data Import PATS Mapping v1

    v2 v3  
    55== Text Fields
    66
     7Text fields are mapped to the i2b2 Observation Fact table like this
     8
     9||i2b2 Field||Source||
     10||Encounter_Num||i2b2 Patient ID||
     11||Patient_Num||i2b2 PatientID||
     12||Concept_Cd||Enum lookup value (see below)||
     13||Provider_Id||"@"||
     14||Start_Date||The source table observation date field (see below)||
     15
     16=== Enum Lookup Value
     17
     18The Concept Code to use is found in the table DATA_DICTIONARY_ENUM_VALUES in the DWBRICCS database on UHLDWH server.  This table contains records for concept code keyed on source table name, column name and column value.  NULL column values may be mapped to the field '(empty)'.
     19
     20'''''ACTION (RB): Check if all possible values of column value contain a mapping in the ''DATA_DICTIONARY_ENUM_VALUES'' table.'''''
     21
     22=== Source Table Observation Date Field
     23
     24For each source table in the there is a single field that is used as the start date for all columns from that field.  The observation date field to use for each table is stored in the ''pats_tables'' table in the DWBRICS on the UHLDWH server.
     25
    726== Numeric Fields