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