Changes between Version 1 and Version 2 of LEGACY - ProcessingPidSet


Ignore:
Timestamp:
12/30/11 16:16:25 (12 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LEGACY - ProcessingPidSet

    v1 v2  
    11== Processing the Patient Identifer Set during a Load ==
     2
     3=== Cardinality, with some examples ===
     4
     5First of all, this is wrong. Every pid must have a patient_id.
     6{{{
     7<pid>
     8   <patient_map_id source="BRICCS">BPt00000040</patient_map_id>
     9   <patient_map_id source="UHLT">S0000040</patient_map_id>
     10</pid>
     11}}}
     12
     13This is acceptable:
     14{{{
     15<pid>
     16   <patient_id source="BRICCS" status="Active">BPt00000040</patient_id>
     17   <patient_map_id source="UHLT">S0000040</patient_map_id>
     18</pid>
     19}}}