I have a study with an unusual combination of requirements I haven't needed to satisfy before, and am trying to determine the best way to approach it.
My associates would like to post an anonymous link in an email blast to give the recipients the opportunity to sign up for a monthly survey panel. The link has to be anonymous because it is being sent out by another organization, and also needs to be available to potential respondents who don't receive the email blast.
In the survey they want to:
- Include an informed consent question (in order to opt-in/enroll in the study)
- Collect PII name and email address (to use in distributing the subsequent waves of the study)
- Collect personal health information (PHI)
- Assign a random, unique identifier to link responses between monthly waves of the survey.
The catch is that we cannot collect PII and PHI together in any dataset, so I'm looking at conducting two different surveys at the start: one for enrolling in the panel and entering PII, and the other for answer the survey questions with PHI.
My suggestion for the fist wave is to use Actions to email the PHI survey to respondents automatically after the complete the enrollment form, and also build the Contact list for use in subsequent waves. My associates prefer to have the enrollment and first PHI survey essentially completed in a single online session, by inserting a link to the PHI survey within the enrollment form, but I am unsure whether there is a way to assign a random, unique ID to respondents that way. (Maybe there's a way to do this with Authenticators and Random Numbers, but I'm concerned about the same number being assigned to more than one respondent.)
Has anyone had to set up a survey with similar requirements before? If so, what is the best approach? Thanks for any suggestions you can share.