You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For UW re-opening projects, the most stable identifier to match participants is the UW NetID.
We hash the stripped and lowercase netid field to create the individual identifier.
If any piece of the information listed above is missing, then we create an individual identifier by hashing the REDCap URL, project ID, and record ID.
Note: When creating a unique identifier, there are very important considerations when hashing, such as normalization of each data point going into the hash, how missing data is handled, and how a secret is incorporated to prevent PII-leakage.
FHIR
We represent an ID3C Individual in HL7 FHIR vocabulary as a Patient Resource.