Changes between Version 4 and Version 5 of LEGACY - i2b2 - The algorithms applied to importing a PDO


Ignore:
Timestamp:
12/21/11 12:03:17 (13 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - i2b2 - The algorithms applied to importing a PDO

    v4 v5  
    1515   <!-- patient identifier set -->
    1616   <pdo:pid_set>
     17      <!-- Identifies a patient in a source system -->
    1718      <pid> </pid>
    1819   </pdo:pid_set>
     
    2021   <!-- event identifier set -->
    2122   <pdo:eid_set>
     23      <!-- Identifies an event/occurrence/visit in a source system -->
    2224      <eid> </eid>
    2325   </pdo:eid_set>
    2426   
    2527   <pdo:patient_set>
     28      <!-- Basic patient details -->
    2629      <patient> </patient>
    2730   </pdo:patient_set>
    2831   
    2932   <pdo:event_set>
     33      <!-- Basic event details -->
    3034      <event> </event>
    3135   </pdo:event_set>
    3236   
    3337   <pdo:concept_set>
     38      <!-- Usually present only on queries -->
    3439      <concept> </concept>
    3540   </pdo:concept_set>
    3641     
    3742   <pdo:observation_set>
     43      <!-- A single fact concerning one patient -->
    3844      <observation> </observation>
    3945   </pdo:observation_set>