All participant-level data should be able to be queried by the same participant ID value. EDC data contains a different set of participant IDs than Raw+ and protocol deviation data so dfSUBJ serves as a go-between because it contains both the Raw+ and EDC sets of participant IDs.
@samussiah do you want to create a PR showing how this should work via updates in mapping? Or should we add more discussion here so someone else can implement?
Feature Details
All participant-level data should be able to be queried by the same participant ID value. EDC data contains a different set of participant IDs than Raw+ and protocol deviation data so
dfSUBJ
serves as a go-between because it contains both the Raw+ and EDC sets of participant IDs.Example Code
Possible Implementation
In the data mapping workflow these steps are needed:
Mapped_SUBJ
onsubjid
andsubject_nsv
.subjectname
=subject_nsv
.subjid
.Additional Comments