Changes between Version 5 and Version 6 of LEGACY - i2b2 - The algorithms applied to importing a PDO
- Timestamp:
- 12/21/11 12:03:33 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LEGACY - i2b2 - The algorithms applied to importing a PDO
v5 v6 16 16 <pdo:pid_set> 17 17 <!-- Identifies a patient in a source system --> 18 <pid> 18 <pid>... details here ...</pid> 19 19 </pdo:pid_set> 20 20 … … 22 22 <pdo:eid_set> 23 23 <!-- Identifies an event/occurrence/visit in a source system --> 24 <eid> 24 <eid>... details here ...</eid> 25 25 </pdo:eid_set> 26 26 27 27 <pdo:patient_set> 28 28 <!-- Basic patient details --> 29 <patient> 29 <patient>... details here ...</patient> 30 30 </pdo:patient_set> 31 31 32 32 <pdo:event_set> 33 33 <!-- Basic event details --> 34 <event> 34 <event>... details here ...</event> 35 35 </pdo:event_set> 36 36 37 37 <pdo:concept_set> 38 38 <!-- Usually present only on queries --> 39 <concept> 39 <concept>... details here ...</concept> 40 40 </pdo:concept_set> 41 41 42 42 <pdo:observation_set> 43 43 <!-- A single fact concerning one patient --> 44 <observation> 44 <observation>... details here ...</observation> 45 45 </pdo:observation_set> 46 46