FHIR Chat · Data controller field for GDPR purposes · implementers

Stream: implementers

Topic: Data controller field for GDPR purposes


view this post on Zulip Maciej Milczarek (Oct 22 2021 at 08:19):

Hello! I wonder what is the best way to ensure that each company-level FHIR resource has the data controller specified (for the GDPR EU needs). I want to have it on all of my resources. Lloyd suggested it probably should be an extension on the Resource.meta. Do you have any experience / suggestions with dealing with that?

view this post on Zulip René Spronk (Oct 22 2021 at 08:34):

@Jose Costa Teixeira

view this post on Zulip Jose Costa Teixeira (Feb 22 2022 at 16:37):

Hi @Maciej Milczarek I completely missed this, my apologies

view this post on Zulip Jose Costa Teixeira (Feb 22 2022 at 16:38):

Not sure if you have any further insight, but whatever is the solution, it would be indeed on resource.meta.

view this post on Zulip Jose Costa Teixeira (Feb 22 2022 at 16:42):

I see 2 options:

  1. use an extension called "dataController" or "responsibleDataController"
  2. use an extension that contains the Permission resource and in that, one could consider the asserter as being the data controller - which is actually impossible because "asserter" is only for Person, should also be for Organization in that case.

view this post on Zulip Jose Costa Teixeira (Feb 22 2022 at 16:43):

Using Permission would give you the way to do the other fun stuff in GDPR - express the purpose, scope, etc.
But given that it's not ready yet, you may as well start with an extension just for the controller


Last updated: Apr 12 2022 at 19:14 UTC