-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
Description
Allow users to set PHI fields at the site level and project level
- Will follow basic structure of rules
- New Mongo Collection of custom PHI lists?
Site level
- Site admins are allowed to modify the site level PHI fields
- New endpoints to get/add/remove PHI fields at the site level
Project level
- Project admins can modify
- The list of PHI fields should be the union of site level and project level
- Project level cannot override site level fields
- When creating a new project, user should be prompted to enable PHI settings for that project
- New endpoints to get/add/remove PHI fields at the project level
Logging
- May require changes to logging based on what users can declare as PHI
nagem