Limited Dataset (dates shifted)
Create a limited dataset with dates retained for longitudinal analysis.
Problem
You’re preparing a limited dataset for a research collaborator. Under HIPAA, a limited dataset can retain dates and geographic subdivisions (city, state, ZIP) but must still strip the 16 other direct identifiers. You also want to shift the actual dates by a consistent offset so the temporal relationships between studies are preserved (longitudinal integrity) while the absolute dates are no longer identifiable.
Steps
Method A: Manual Date Shift
-
Open your file (⌘O) and switch to Anon mode (⌘2).
-
Enter a date shift offset — find the date shift input (labeled “Date shift in days”). Type a number like
10to shift every date forward by 10 days. -
Apply — click the Apply button.
-
Verify — switch to Edit mode (⌘3) and filter for Study Date. The value should be exactly 10 days later than the original (e.g. original
20051130→20051210).
Method B: Deterministic Auto-Shift (Longitudinal Consistency)
-
Open your file and switch to Anon mode (⌘2).
-
Click the Auto button — this derives a deterministic offset from the Patient ID using a hash. The same Patient ID always produces the same offset, ensuring consistent date shifts across all studies belonging to that patient.
-
Apply the anonymization.
-
Reload the same file (or another study from the same patient ID), run Auto again, and verify the offset is identical — proving longitudinal consistency.
Result
Study Date and every other date field shift by the same offset (the one you typed, or a deterministic per-patient value with Auto), preserving the YYYYMMDD format and the intervals between dates. Auto is repeatable for the same Patient ID, degrades gracefully when Patient ID or Study Date is missing, and rejects malformed dates before they can be saved.