Changes between Version 1 and Version 2 of LEGACY - ProcessingPidSet
- Timestamp:
- 12/30/11 16:16:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LEGACY - ProcessingPidSet
v1 v2 1 1 == Processing the Patient Identifer Set during a Load == 2 3 === Cardinality, with some examples === 4 5 First 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 13 This 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 }}}