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


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

--

Legend:

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

    v5 v6  
    1616   <pdo:pid_set>
    1717      <!-- Identifies a patient in a source system -->
    18       <pid> </pid>
     18      <pid>... details  here ...</pid>
    1919   </pdo:pid_set>
    2020   
     
    2222   <pdo:eid_set>
    2323      <!-- Identifies an event/occurrence/visit in a source system -->
    24       <eid> </eid>
     24      <eid>... details  here ...</eid>
    2525   </pdo:eid_set>
    2626   
    2727   <pdo:patient_set>
    2828      <!-- Basic patient details -->
    29       <patient> </patient>
     29      <patient>... details  here ...</patient>
    3030   </pdo:patient_set>
    3131   
    3232   <pdo:event_set>
    3333      <!-- Basic event details -->
    34       <event> </event>
     34      <event>... details  here ...</event>
    3535   </pdo:event_set>
    3636   
    3737   <pdo:concept_set>
    3838      <!-- Usually present only on queries -->
    39       <concept> </concept>
     39      <concept>... details  here ...</concept>
    4040   </pdo:concept_set>
    4141     
    4242   <pdo:observation_set>
    4343      <!-- A single fact concerning one patient -->
    44       <observation> </observation>
     44      <observation>... details  here ...</observation>
    4545   </pdo:observation_set>
    4646