Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Data Protection for certain Data Fields [5] #13093

Open
1 task
Candice-Louw opened this issue Apr 30, 2024 · 0 comments
Open
1 task

Update Data Protection for certain Data Fields [5] #13093

Candice-Louw opened this issue Apr 30, 2024 · 0 comments
Assignees
Labels
change A change of an existing feature (ticket type) lu Adaptations requested by or implemented for Luxembourg

Comments

@Candice-Louw
Copy link
Contributor

Candice-Louw commented Apr 30, 2024

Problem Description

In order to be inline with data protection regulations in Luxembourg, certain data fields have to be updated. Some are applicable to SORMAS overall, while others are applicable only to Luxembourg (see details below).

Proposed Change

Tabs from the data dictionary:


Person


Current:

Field ID Field Type Data protection
Person.birthdateMM birthdateMM Number -

Proposed (for all servers and instances):

Field ID Field Type Data protection
Person.birthdateMM birthdateMM Number Personal

(Apply to all servers).


Location


Current:

Field ID Field Type Data protection
Location.city city Text personal

Proposed (only for Luxembourg instances):

Field ID Field Type Data protection
Location.city city Text -

(Apply removal of data protection restrictions for this field, but only if the server locale is set to Luxembourg)


Case


Current:

Field ID Field Type Data protection
CaseData.healthConditions healthConditions HealthConditions -
CaseData.postpartum postpartum YesNoUnknown -
CaseData.trimester trimester Trimester -

Proposed (for all servers and instances):

Field ID Field Type Data protection
CaseData.healthConditions healthConditions HealthConditions sensitive
CaseData.postpartum postpartum YesNoUnknown sensitive
CaseData.trimester trimester Trimester sensitive

(Apply to all servers).


Task


Current:

Field ID Field Type Data protection
Task.creatorComment creatorComment Text -
Task.assigneeReply assigneeReply Text -

Proposed (for all servers and instances):

Field ID Field Type Data protection
Task.creatorComment creatorComment Text - : Add GDPR notice (pop-up)
Task.assigneeReply assigneeReply Text - : Add GDPR notice (pop-up)

(Apply to all servers).


Event


Current:

Field ID Field Type Data protection
Event.srcFirstName scrFirstName Text -
Event.srcLastName scrLastName Text -
Event.srcTelNo scrTelNo Text -
Event.srcEmail scrEmail Text -

Proposed (for all servers and instances):

Field ID Field Type Data protection
Event.srcFirstName scrFirstName Text sensitive
Event.srcLastName scrLastName Text sensitive
Event.srcTelNo scrTelNo Text sensitive
Event.srcEmail scrEmail Text sensitive

(Apply to all servers).


Action


Current:

Field ID Field Type Data protection
Action.description description Text -

Proposed (for all servers and instances):

Field ID Field Type Data protection
Action.description description Text - : Add GDPR notice (pop-up)
Action.description Comments on execution Text - : Add GDPR notice (pop-up)

(Apply to all servers).


Added Value/Benefit

Enhanced data protection and compliance.

Acceptance Criteria

  • All fields (listed above) have new data protection attributes applied.

Implementation Details

No response

Mockups

No response

Additional Information

No response

@Candice-Louw Candice-Louw added the change A change of an existing feature (ticket type) label Apr 30, 2024
@markusmann-vg markusmann-vg added the lu Adaptations requested by or implemented for Luxembourg label May 2, 2024
@sergiupacurariu sergiupacurariu self-assigned this Sep 30, 2024
@markusmann-vg markusmann-vg changed the title Update Data Protection for certain Data Fields Update Data Protection for certain Data Fields [5] Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change A change of an existing feature (ticket type) lu Adaptations requested by or implemented for Luxembourg
Projects
None yet
Development

No branches or pull requests

3 participants