Changes between Version 27 and Version 28 of i2b2 Database Structure


Ignore:
Timestamp:
02/21/11 10:56:41 (14 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 Database Structure

    v27 v28  
    140140Columns UPDATE_DATE, DOWNLOAD_DATE, IMPORT_DATE, SOURCESYSTEM_CD and UPLOAD_ID are administrative/info columns only. Ignore these.
    141141
    142 ||= Key  =||= Column Name =||= Column Definition               =||= Nullable (default=YES) =||
    143 || PK     || encounter_num || Encoded i2b2 patient visit number ||           NO             ||
    144 ||        || patient_num   || Encoded i2b2 patient number       ||           NO             ||
    145 || PK     || concept_cd    || Code for observation of interest  ||           NO             ||
    146 || PK     || provider_id   || Practitioner id or provider id    ||           NO             ||
    147 || PK     || start_date    || Starting date-time of observation (mm/dd/yyyy) ||    NO       ||
     142||= Key =||= Column Name =||= Column Definition               =||= Nullable (default=YES) =||
     143|| PK    || encounter_num || Encoded i2b2 patient visit number ||           NO             ||
     144||       || patient_num   || Encoded i2b2 patient number       ||           NO             ||
     145|| PK    || concept_cd    || Code for observation of interest  ||           NO             ||
     146|| PK    || provider_id   || Practitioner id or provider id    ||           NO             ||
     147|| PK    || start_date    || Starting date-time of observation (mm/dd/yyyy) ||    NO       ||
     148||       || modifier_cd   || Code for modifier of interest (i.e. “ROUTE”,” DOSE”), note that value columns are often used to hold the amounts such as “100” (mg) or “PO” ||  YES  ||