Changes between Version 15 and Version 16 of Onyx to PDO
- Timestamp:
- 05/09/15 13:37:17 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Onyx to PDO
v15 v16 2 2 This is a discussion document and work in progress. 3 3 4 Detailed below are the assumptions underlying importing facts from the BRICCSquestionnaire into i2b2. The primary focus here is on participant data. All assumptions are open for discussion.4 Detailed below are the assumptions underlying importing facts from the [[BRICCS Study]] questionnaire into i2b2. The primary focus here is on participant data. All assumptions are open for discussion. 5 5 6 6 === The Target : i2b2 CRC Cell === … … 23 23 The '''__patient mapping__''' maps external identifiers (eg: s-number or bpt-number) to an internal i2b2 patient identifier. The favoured way of populating this is via the web service that invokes the CRC loader facility. The alternative is to use a manually supplied number. Either way, the contents of this is relatively uncontroversial. 24 24 25 The '''__event mapping__''' (or visit mapping or encounter mapping) maps external identifiers of a visit to an internal i2b2 event identifier. The latter internal event identifier is similarly uncontroversial to the patient mapping (see above). But the external identifier is a somewhat hazy idea. What constitutes a unique identifier for an event in the BRICCSquestionnaire (or for that matter a pathology test)?25 The '''__event mapping__''' (or visit mapping or encounter mapping) maps external identifiers of a visit to an internal i2b2 event identifier. The latter internal event identifier is similarly uncontroversial to the patient mapping (see above). But the external identifier is a somewhat hazy idea. What constitutes a unique identifier for an event in the [[BRICCS Study]] questionnaire (or for that matter a pathology test)? 26 26 27 27 That leaves just three tables to consider, and these are the main ones: 28 28 29 The '''__visit dimension__''' holds one row for every visit/encounter/event that a patient is involved in. What is an event with respect to the BRICCSquestionnaire? Currently, the process creates just one event for each participant in the questionnaire.29 The '''__visit dimension__''' holds one row for every visit/encounter/event that a patient is involved in. What is an event with respect to the [[BRICCS Study]] questionnaire? Currently, the process creates just one event for each participant in the questionnaire. 30 30 31 31 The '''__patient dimension__''' holds one row for every patient (ie: for every participant interviewed in the questionnaire).