From 96871ff812c66d54319a11b5eec0461927f8067e Mon Sep 17 00:00:00 2001 From: maverickstuder Date: Tue, 5 Nov 2024 17:26:38 +0100 Subject: [PATCH] RED-10115: Refactoring of justifications --- .../service/EntityLogConverterService.java | 2 +- .../RedactionReportIntegrationTest.java | 2 +- .../EntityLogConverterServiceTest.java | 4 +- .../src/test/resources/expected/iuclid.txt | 12 +- .../resources/files/65-S10redactionLog.json | 27 +- .../65-S10redactionLogWithRedaction.json | 27 +- .../resources/files/67-S6redactionLog.json | 31 +- .../src/test/resources/files/entityLog.json | 153 +- .../files/entityLogWithImageHints.json | 409 +-- .../files/entityLogWithManualRedactions.json | 155 +- .../files/entityLogWithParagraphIdx.json | 213 +- .../files/entityLogWithPendingEntries.json | 403 +-- .../resources/files/legalBasisMapping.json | 36 +- .../files/legalBasisMappingIUCLID.json | 56 + .../test/resources/files/redaction-log.json | 49 +- .../resources/files/redactionLog2817.json | 73 +- .../files/redactionLogSingleStudyOral.json | 141 +- .../resources/files/scm/componentLog.json | 2761 ++++++++++------- .../files/scm/entityLogWithParagraphIdx.json | 213 +- .../resources/files/scm/fileAttributes.json | 2 +- .../files/scm/legalBasisMapping.json | 3 +- 21 files changed, 2663 insertions(+), 2109 deletions(-) create mode 100644 redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMappingIUCLID.json diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java index 71a4916..73d6532 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/main/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterService.java @@ -172,8 +172,8 @@ public class EntityLogConverterService { position.x(), position.y(), getSection(entry, position), + legalBasisReason, legalBasisText, - entry.getLegalBasis(), entry.getParagraphPageIdx(), legalBasisReason, checkTextForNull(entry.getTextBefore()) + entry.getValue() + checkTextForNull(entry.getTextAfter()), diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java index da441ee..0e2cbb7 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/RedactionReportIntegrationTest.java @@ -301,7 +301,7 @@ public class RedactionReportIntegrationTest { FileModel fileStatus = FileModel.builder().filename("filename").build(); EntityLog entityLog = objectMapper.readValue(new ClassPathResource("files/entityLog.json").getInputStream(), EntityLog.class); - List legalBasisMapping = objectMapper.readValue(new ClassPathResource("files/legalBasisMapping.json").getInputStream(), new TypeReference<>() { + List legalBasisMapping = objectMapper.readValue(new ClassPathResource("files/legalBasisMappingIUCLID.json").getInputStream(), new TypeReference<>() { }); List reportEntries = entityLogConverterService.convertAndSort(DOSSIER_ID, FILE_ID, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterServiceTest.java b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterServiceTest.java index 7a9ab45..fbbf634 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterServiceTest.java +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/java/com/iqser/red/service/redaction/report/v1/server/service/EntityLogConverterServiceTest.java @@ -89,8 +89,8 @@ public class EntityLogConverterServiceTest { assertEquals(62, reportEntries.size()); assertEquals(reportEntries.get(0).getPage(), 1); assertEquals(reportEntries.get(0).getSection(), "[1]: Section: Rule 1/2: Redact CBI"); - assertEquals(reportEntries.get(0).getJustification(), "Article 39(e)(3) of Regulation (EC) No 178/2002 "); - assertEquals(reportEntries.get(0).getJustificationParagraph(), "Article 39(e)(3) of Regulation (EC) No 178/2002"); + assertEquals(reportEntries.get(0).getJustificationParagraph(), "Article 39(e)(3) of Regulation (EC) No 178/2002 (Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)"); + assertEquals(reportEntries.get(0).getJustification(), "Article 39(e)(3) of Regulation (EC) No 178/2002"); assertFalse(reportEntries.get(0).isSkipped()); } diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/expected/iuclid.txt b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/expected/iuclid.txt index 20a8736..b54efa6 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/expected/iuclid.txt +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/expected/iuclid.txt @@ -1,11 +1,11 @@ filename -Reg (EC) No 1107/2009 Art. 63 (2e) - -relates to: P5 +49 2113 2311 563, P5 +49 2113 2311 560, P5 +81 764770164, P5 +81 6653 44563, P5 Seriknowmobil@co.uk, P5 maximiliamschmitt@arcor.de, P5 maximiliamschmitt@t-online.de, P5 example@mail.com, P5 +27414328992, P5 +274 1432 8990, P5 +274 34223331, P5 +274 1432 8933, P6 +82 122 34188, P6 +82 122 34180, P6 food-industry@korea.com, P6 +275 5678 1234 132, P6 +49 2113 2311 563, P6 +49 2113 2311 560, P6 +81 764770164, P6 +81 6653 44563, P6 Seriknowmobil@co.uk, P6 maximiliamschmitt@arcor.de, P6 maximiliamschmitt@t-online.de, P6 example@mail.com, P6 +27414328992, P6 +274 1432 8990, P6 +274 34223331, P6 +274 1432 8933, P7 +82 122 34188, P7 +82 122 34180, P7 pharma-industry@korea.com - - Article 39(e)(3) of Regulation (EC) No 178/2002 -relates to: P1 Logo - non-readable content, P1 Doe J., P2 Michael N., P2 Funnarie B., P2 Feuer A., P3 Desiree, P3 Melanie, P4 library@outlook.com, P4 gordonjcp@msn.com, P4 dinther@comcast.net, P4 kawasaki@me.com, P5 Central Research Industry, P5 Maximiliam Schmitt, P5 +274 1432 8991, P5 493 1223 4592, P5 European Central Institute, P5 Emilia Lockhart, P6 This is a special case, everything between this and the next keyword should be redacted, P6 Central Research Industry, P6 Maximiliam Schmitt, P6 +274 1432 8991, P6 493 1223 4592, P6 European Central Institute, P6 Emilia Lockhart, P7 Dr. Alan Grant, P7 Dr. Alan Grant, P9 Signature - non-readable content, P9 Signature - non-readable content, P9 Müller, P9 Logo - non-readable content \ No newline at end of file +relates to: P1 Logo - non-readable content, P1 Doe J., P2 Michael N., P2 Funnarie B., P2 Feuer A., P3 Desiree, P3 Melanie, P4 library@outlook.com, P4 gordonjcp@msn.com, P4 dinther@comcast.net, P4 kawasaki@me.com, P5 Central Research Industry, P5 Maximiliam Schmitt, P5 +274 1432 8991, P5 493 1223 4592, P5 European Central Institute, P5 Emilia Lockhart, P6 This is a special case, everything between this and the next keyword should be redacted, P6 Central Research Industry, P6 Maximiliam Schmitt, P6 +274 1432 8991, P6 493 1223 4592, P6 European Central Institute, P6 Emilia Lockhart, P7 Dr. Alan Grant, P7 Dr. Alan Grant, P9 Signature - non-readable content, P9 Signature - non-readable content, P9 Müller, P9 Logo - non-readable content + + +Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002) + +relates to: P5 +49 2113 2311 563, P5 +49 2113 2311 560, P5 +81 764770164, P5 +81 6653 44563, P5 Seriknowmobil@co.uk, P5 maximiliamschmitt@arcor.de, P5 maximiliamschmitt@t-online.de, P5 example@mail.com, P5 +27414328992, P5 +274 1432 8990, P5 +274 34223331, P5 +274 1432 8933, P6 +82 122 34188, P6 +82 122 34180, P6 food-industry@korea.com, P6 +275 5678 1234 132, P6 +49 2113 2311 563, P6 +49 2113 2311 560, P6 +81 764770164, P6 +81 6653 44563, P6 Seriknowmobil@co.uk, P6 maximiliamschmitt@arcor.de, P6 maximiliamschmitt@t-online.de, P6 example@mail.com, P6 +27414328992, P6 +274 1432 8990, P6 +274 34223331, P6 +274 1432 8933, P7 +82 122 34188, P7 +82 122 34180, P7 pharma-industry@korea.com diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/65-S10redactionLog.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/65-S10redactionLog.json index 094b5f9..00f6784 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/65-S10redactionLog.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/65-S10redactionLog.json @@ -239,47 +239,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 18, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/65-S10redactionLogWithRedaction.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/65-S10redactionLogWithRedaction.json index 2786c63..f86c694 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/65-S10redactionLogWithRedaction.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/65-S10redactionLogWithRedaction.json @@ -305,47 +305,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 18, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/67-S6redactionLog.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/67-S6redactionLog.json index 3dca638..d221e45 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/67-S6redactionLog.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/67-S6redactionLog.json @@ -67,7 +67,7 @@ "reason": "Author found", "matchedRule": 10, "rectangle": false, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "redacted": true, "section": "Text in table", @@ -243,7 +243,7 @@ "reason": "Author found", "matchedRule": 10, "rectangle": false, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "redacted": true, "section": "Text in table", @@ -589,47 +589,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 18, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLog.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLog.json index 3d017be..72ec128 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLog.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLog.json @@ -10,7 +10,7 @@ "value": "Dr. Alan Grant", "reason": "AUTHOR(S) was found", "matchedRule": "PII.9.2", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 17, @@ -118,7 +118,7 @@ "value": "Funnarie B.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -175,7 +175,7 @@ "value": "Central Research Industry", "reason": "Found after \"Contact point:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -231,7 +231,7 @@ "value": "food-industry@korea.com", "reason": "Found after \"E-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -286,7 +286,7 @@ "value": "+274 1432 8991", "reason": "Found between contact keywords", "matchedRule": "PII.6.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -342,7 +342,7 @@ "value": "+49 2113 2311 563", "reason": "Found after \"Phone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -506,7 +506,7 @@ "value": "+274 1432 8933", "reason": "Found after \"Phone No.\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -562,7 +562,7 @@ "value": "This is a special case, everything between this and the next keyword should be redacted", "reason": "Found between contact keywords", "matchedRule": "PII.6.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -682,7 +682,7 @@ "value": "example@mail.com", "reason": "Found after \"E-mail address:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -801,7 +801,7 @@ "value": "Maximiliam Schmitt", "reason": "Found between contact keywords", "matchedRule": "PII.6.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -911,7 +911,7 @@ "value": "gordonjcp@msn.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -965,7 +965,7 @@ "value": "+81 764770164", "reason": "Found after \"Tel.:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -1021,7 +1021,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -1076,7 +1076,7 @@ "value": "+274 34223331", "reason": "Found after \"Telephone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -1132,7 +1132,7 @@ "value": "+49 2113 2311 560", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -1262,7 +1262,7 @@ "value": "+82 122 34188", "reason": "Found after \"Phone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -1373,7 +1373,7 @@ "value": "maximiliamschmitt@arcor.de", "reason": "Found after \"Email:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -1429,7 +1429,7 @@ "value": "dinther@comcast.net", "reason": "Found by Email Regex", "matchedRule": "PII.1.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1727,7 +1727,7 @@ "value": "European Central Institute", "reason": "Found after \"European contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -1857,7 +1857,7 @@ "value": "Müller", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -1911,7 +1911,7 @@ "value": "maximiliamschmitt@arcor.de", "reason": "Found after \"Email:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -2021,7 +2021,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -2075,7 +2075,7 @@ "value": "+274 1432 8991", "reason": "Found between contact keywords", "matchedRule": "PII.6.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -2513,7 +2513,7 @@ "value": "library@outlook.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -2675,7 +2675,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -2783,7 +2783,7 @@ "value": "Michael N.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -3011,7 +3011,7 @@ "value": "kawasaki@me.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -3065,7 +3065,7 @@ "value": "Central Research Industry", "reason": "Found after \"Contact point:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -3121,7 +3121,7 @@ "value": "+81 764770164", "reason": "Found after \"Tel.:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -3231,7 +3231,7 @@ "value": "+82 122 34180", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 15, @@ -3285,7 +3285,7 @@ "value": "+275 5678 1234 132", "reason": "Found after \"Tel.:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -3396,7 +3396,7 @@ "value": "Maximiliam Schmitt", "reason": "Found between contact keywords", "matchedRule": "PII.6.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -3618,7 +3618,7 @@ "value": "+49 2113 2311 560", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -3784,7 +3784,7 @@ "value": "+274 1432 8933", "reason": "Found after \"Phone No.\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -3840,7 +3840,7 @@ "value": "+82 122 34188", "reason": "Found after \"Phone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 15, @@ -3948,7 +3948,7 @@ "value": "+82 122 34180", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -4057,7 +4057,7 @@ "value": "+49 2113 2311 563", "reason": "Found after \"Phone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -4176,7 +4176,7 @@ "value": "+27414328992", "reason": "Found after \"Telephone number:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -4232,7 +4232,7 @@ "value": "Doe J.", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 0, @@ -4397,7 +4397,7 @@ "value": "European Central Institute", "reason": "Found after \"European contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -4516,7 +4516,7 @@ "value": "example@mail.com", "reason": "Found after \"E-mail address:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -4572,7 +4572,7 @@ "value": "Emilia Lockhart", "reason": "Found after \"Alternative contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4628,7 +4628,7 @@ "value": "+274 1432 8990", "reason": "Found after \"Fax number:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -4684,7 +4684,7 @@ "value": "pharma-industry@korea.com", "reason": "Found after \"E-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 15, @@ -4738,7 +4738,7 @@ "value": "+274 1432 8990", "reason": "Found after \"Fax number:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -4794,7 +4794,7 @@ "value": "+81 6653 44563", "reason": "Found after \"Tel:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -4906,7 +4906,7 @@ "value": "+81 6653 44563", "reason": "Found after \"Tel:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -4962,7 +4962,7 @@ "value": "Feuer A.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -5072,7 +5072,7 @@ "value": "Seriknowmobil@co.uk", "reason": "Found after \"E-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -5128,7 +5128,7 @@ "value": "+274 34223331", "reason": "Found after \"Telephone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -5184,7 +5184,7 @@ "value": "+27414328992", "reason": "Found after \"Telephone number:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -5294,7 +5294,7 @@ "value": "Dr. Alan Grant", "reason": "AUTHOR(S) was found", "matchedRule": "PII.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 16, @@ -5348,7 +5348,7 @@ "value": "maximiliamschmitt@t-online.de", "reason": "Found after \"e-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 13, @@ -5404,7 +5404,7 @@ "value": "493 1223 4592", "reason": "Found after \"Contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -5460,7 +5460,7 @@ "value": "maximiliamschmitt@t-online.de", "reason": "Found after \"e-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -5516,7 +5516,7 @@ "value": "493 1223 4592", "reason": "Found after \"Contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5635,7 +5635,7 @@ "value": "Seriknowmobil@co.uk", "reason": "Found after \"E-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "links_producer_applicant", "imported": false, "containingNodeId": [ 14, @@ -5745,7 +5745,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -5799,7 +5799,7 @@ "value": "Emilia Lockhart", "reason": "Found after \"Alternative contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -5855,7 +5855,7 @@ "value": "Image:Logo", "reason": "Logo Found", "matchedRule": "ETC.3.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -5907,7 +5907,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -5959,7 +5959,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -6011,7 +6011,7 @@ "value": "Image:Logo", "reason": "Logo Found", "matchedRule": "ETC.3.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -6060,47 +6060,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 21, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithImageHints.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithImageHints.json index 92ffa1b..363690a 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithImageHints.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithImageHints.json @@ -73,7 +73,7 @@ "value": "Michael, J.", "reason": "Author found", "matchedRule": "CBI.9.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 9, @@ -181,7 +181,7 @@ "value": "Veronica Smith", "reason": "Found after \"Contact:\" contact keyword", "matchedRule": "PII.5.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 23, @@ -288,7 +288,7 @@ "value": "KML", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 28, @@ -395,7 +395,7 @@ "value": "+49 331 441 551 44", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -500,7 +500,7 @@ "value": "Phillips", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 3, @@ -552,7 +552,7 @@ "value": "Julie Ben", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -605,7 +605,7 @@ "value": "0049 331 441 551 7", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -820,7 +820,7 @@ "value": "993-221", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -873,7 +873,7 @@ "value": "+49 331 441551-10", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -925,7 +925,7 @@ "value": "Belkov", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1102,7 +1102,7 @@ "value": "luthor.lex1@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -1154,7 +1154,7 @@ "value": "Lain", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 41, @@ -1269,7 +1269,7 @@ "value": "Byron, C.", "reason": "Author found", "matchedRule": "CBI.9.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 9, @@ -1324,7 +1324,7 @@ "value": "Madame Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -1539,7 +1539,7 @@ "value": "BECH", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 28, @@ -1593,7 +1593,7 @@ "value": "Redact between No and F/ax", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -1646,7 +1646,7 @@ "value": "sabine.heldt02@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -1699,7 +1699,7 @@ "value": "Greg, M.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 8, @@ -1807,7 +1807,7 @@ "value": "gordonjcp@msn.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -1860,7 +1860,7 @@ "value": "Charalampos Schenk", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -2018,7 +2018,7 @@ "value": "Sonja Nier", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -2123,7 +2123,7 @@ "value": "+49 331 441 551 45", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -2176,7 +2176,7 @@ "value": "Madame . Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -2228,7 +2228,7 @@ "value": "0049 331 441 551 4", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -2280,7 +2280,7 @@ "value": "Yuko Suzuki", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -2334,7 +2334,7 @@ "value": "Morpheus Duvall", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -2389,7 +2389,7 @@ "value": "Xinyi Y. Tao", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -2442,7 +2442,7 @@ "value": "Mrs Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -2494,7 +2494,7 @@ "value": "Dr. Alan Miller", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 27, @@ -2546,7 +2546,7 @@ "value": "Sabine Heldt", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -2599,7 +2599,7 @@ "value": "Feuer A.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 8, @@ -2654,7 +2654,7 @@ "value": "Ms. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -2759,7 +2759,7 @@ "value": "+49 331 441 551 36", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -2866,7 +2866,7 @@ "value": "+49 331 441 551 31", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -2919,7 +2919,7 @@ "value": "library@outlook.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -2972,7 +2972,7 @@ "value": "Sonnenschein", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 32, @@ -3024,7 +3024,7 @@ "value": "Tommy Neilson", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -3184,7 +3184,7 @@ "value": "Sude Halide Nurullah", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -3343,7 +3343,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -3447,7 +3447,7 @@ "value": "Maximus Coleman", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -3501,7 +3501,7 @@ "value": "Mrs . Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -3553,7 +3553,7 @@ "value": "Christine Henri", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -3606,7 +3606,7 @@ "value": "0049 331 441 551 3", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -3658,7 +3658,7 @@ "value": "Norman", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -3815,7 +3815,7 @@ "value": "Miss . Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -3974,7 +3974,7 @@ "value": "Sir Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -4026,7 +4026,7 @@ "value": "Igarashi Akitaka", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -4079,7 +4079,7 @@ "value": "Redact between No and F/ax", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -4185,7 +4185,7 @@ "value": "Lawson Stafford", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -4239,7 +4239,7 @@ "value": "0049 331 441 551 24", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -4291,7 +4291,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 40, @@ -4343,7 +4343,7 @@ "value": "Phillip", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 3, @@ -4395,7 +4395,7 @@ "value": "Carrol Ferris", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -4501,7 +4501,7 @@ "value": "LexCo", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -4553,7 +4553,7 @@ "value": "Ross", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -4607,7 +4607,7 @@ "value": "sabine.heldt07@mail.com", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -4714,7 +4714,7 @@ "value": "sabine.heldt05@mail.com", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -4767,7 +4767,7 @@ "value": "luthor.lex3@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -4872,7 +4872,7 @@ "value": "Miss Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -4924,7 +4924,7 @@ "value": "Sir. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -4976,7 +4976,7 @@ "value": "Leon", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -5081,7 +5081,7 @@ "value": "Alley", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -5199,7 +5199,7 @@ "value": "Redact beween contact and T/el", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -5252,7 +5252,7 @@ "value": "Class", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -5306,7 +5306,7 @@ "value": "sabine.heldt03@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -5359,7 +5359,7 @@ "value": "William, B.", "reason": "Author found", "matchedRule": "CBI.9.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 9, @@ -5413,7 +5413,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -5467,7 +5467,7 @@ "value": "+49 (331) 441 551 12", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -5519,7 +5519,7 @@ "value": "0049 331 441 551 27", "reason": "Found between contact keywords", "matchedRule": "PII.6.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 24, @@ -5571,7 +5571,7 @@ "value": "+49 331 441 551 38", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -5731,7 +5731,7 @@ "value": "+49 331-441 551 11", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -5783,7 +5783,7 @@ "value": "+49 331 441 551 33", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -5836,7 +5836,7 @@ "value": "Smith", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -5892,7 +5892,7 @@ "value": "+49 331 441551-13", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -6005,7 +6005,7 @@ "value": "Ashley", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 39, @@ -6111,7 +6111,7 @@ "value": "Osborn", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -6164,7 +6164,7 @@ "value": "0049 331 441 551 2", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -6216,7 +6216,7 @@ "value": "BECH", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 28, @@ -6321,7 +6321,7 @@ "value": "+49 331 441 551 29", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -6374,7 +6374,7 @@ "value": "Allan Smith", "reason": "Found after \"Contact point:\" contact keyword", "matchedRule": "PII.5.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 23, @@ -6426,7 +6426,7 @@ "value": "0049 331 441 551 25", "reason": "Found between contact keywords", "matchedRule": "PII.6.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 24, @@ -6478,7 +6478,7 @@ "value": "Coleman Charles", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -6584,7 +6584,7 @@ "value": "luthor.lex2@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -6636,7 +6636,7 @@ "value": "Belkov", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -6689,7 +6689,7 @@ "value": "Lex Luthor", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -6741,7 +6741,7 @@ "value": "0049 331 441 551 28", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 24, @@ -6793,7 +6793,7 @@ "value": "Sminko", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -6897,7 +6897,7 @@ "value": "BECH", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 28, @@ -7056,7 +7056,7 @@ "value": "Madame. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -7108,7 +7108,7 @@ "value": "0049 331 441 551 17", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -7160,7 +7160,7 @@ "value": "Michelle Carge", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -7213,7 +7213,7 @@ "value": "0049 331 441 551 26", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.2", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 24, @@ -7265,7 +7265,7 @@ "value": "+49 331 441 551 41", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -7371,7 +7371,7 @@ "value": "David Ksenia", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -7476,7 +7476,7 @@ "value": "Carter Stein", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -7531,7 +7531,7 @@ "value": "0049 331 441 551 16", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -7691,7 +7691,7 @@ "value": "Richard", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 40, @@ -7743,7 +7743,7 @@ "value": "0049 331 441 551 23", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -7795,7 +7795,7 @@ "value": "Michael N.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 8, @@ -7849,7 +7849,7 @@ "value": "Sonnenschein", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 32, @@ -7901,7 +7901,7 @@ "value": "Daniel", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 40, @@ -7953,7 +7953,7 @@ "value": "Class", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -8060,7 +8060,7 @@ "value": "Alley", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -8221,7 +8221,7 @@ "value": "Naka-27 Aomachi, Nomi, Ishikawa 923-1101, Japan, JP", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -8274,7 +8274,7 @@ "value": "Isaiah Hansen", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -8431,7 +8431,7 @@ "value": "0049 331 441 551 1", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -8483,7 +8483,7 @@ "value": "Sminko", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -8644,7 +8644,7 @@ "value": "Carter", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -8698,7 +8698,7 @@ "value": "+49 331 441 551 30", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -8751,7 +8751,7 @@ "value": "+49 331 441 551 35", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -8804,7 +8804,7 @@ "value": "Wayne, L.", "reason": "Author found", "matchedRule": "CBI.9.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 9, @@ -8859,7 +8859,7 @@ "value": "Jun", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -8965,7 +8965,7 @@ "value": "KATH", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 28, @@ -9018,7 +9018,7 @@ "value": "Sir . Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -9070,7 +9070,7 @@ "value": "+49 331 441 551 37", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -9123,7 +9123,7 @@ "value": "0049 331 441 551 6", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -9175,7 +9175,7 @@ "value": "+49 331 441 551 34", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -9228,7 +9228,7 @@ "value": "Silver", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -9280,7 +9280,7 @@ "value": "sabine.heldt01@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -9386,7 +9386,7 @@ "value": "0049 331 441 551 0", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -9553,7 +9553,7 @@ "value": "+49 331 441 551 43", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -9606,7 +9606,7 @@ "value": "Tyler Durden", "reason": "Found after \"European contact:\" contact keyword", "matchedRule": "PII.5.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 23, @@ -9658,7 +9658,7 @@ "value": "Ms. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -9710,7 +9710,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -9763,7 +9763,7 @@ "value": "B. Rahim", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -9816,7 +9816,7 @@ "value": "Wilson Fisk", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -9869,7 +9869,7 @@ "value": "+49 331 441 551 39", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -9922,7 +9922,7 @@ "value": "Peoples", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 37, @@ -9989,7 +9989,7 @@ "value": "993-222", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -10042,7 +10042,7 @@ "value": "Sebastian Shaw", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -10201,7 +10201,7 @@ "value": "Kara Hunt", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -10255,7 +10255,7 @@ "value": "dinther@comcast.net", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -10308,7 +10308,7 @@ "value": "Keith Arving", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -10572,7 +10572,7 @@ "value": "sabine.heldt08@mail.com", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -10625,7 +10625,7 @@ "value": "0049 331 441 551 5", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -10677,7 +10677,7 @@ "value": "Morpheus Duvall", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -10730,7 +10730,7 @@ "value": "David Chubb Research Director Ivan Musk, Msc Bioanalysis Tom Scrott Team Leader", "reason": "On behalf of Sequani Ltd.: Name Title was found", "matchedRule": "PII.11.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -10827,7 +10827,7 @@ "value": "John Clemens", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -10881,7 +10881,7 @@ "value": "KML", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 28, @@ -10991,7 +10991,7 @@ "value": "Manuel", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 39, @@ -11044,7 +11044,7 @@ "value": "kawasaki@me.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -11149,7 +11149,7 @@ "value": "Michael", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -11203,7 +11203,7 @@ "value": "+49 331 441 551 46", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -11256,7 +11256,7 @@ "value": "Redact beween contact and T/el", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -11309,7 +11309,7 @@ "value": "Maximilion Pegasus", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -11415,7 +11415,7 @@ "value": "Professor Alexia Ashford", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -11468,7 +11468,7 @@ "value": "Richard", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -11521,7 +11521,7 @@ "value": "j.jiwoo@collab.co.kr", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -11575,7 +11575,7 @@ "value": "Mme. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -11627,7 +11627,7 @@ "value": "+49 331 441 551 8", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -11742,7 +11742,7 @@ "value": "Ranya Eikenboom", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -11795,7 +11795,7 @@ "value": "Stein", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -11848,7 +11848,7 @@ "value": "0049 331 441 551 15", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -11900,7 +11900,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -12007,7 +12007,7 @@ "value": "+49 331 441 551 42", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -12060,7 +12060,7 @@ "value": "+49 331 441 551 32", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -12113,7 +12113,7 @@ "value": "Dr. Sergei Vladimir", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -12222,7 +12222,7 @@ "value": "Funnarie B.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 8, @@ -12329,7 +12329,7 @@ "value": "Mrs. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -12381,7 +12381,7 @@ "value": "0049 331 441 551 18", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -12541,7 +12541,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -12594,7 +12594,7 @@ "value": "Belkov", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -12754,7 +12754,7 @@ "value": "Max Mustermann", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -12807,7 +12807,7 @@ "value": "m.grandfield@umbrella.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -12861,7 +12861,7 @@ "value": "luthor.lex4@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -12975,7 +12975,7 @@ "value": "Ross Hamster", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -13083,7 +13083,7 @@ "value": "Mme . Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -13187,7 +13187,7 @@ "value": "Ms Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -13239,7 +13239,7 @@ "value": "Dr. Alan Milwer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 27, @@ -13291,7 +13291,7 @@ "value": "Mme Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 30, @@ -13343,7 +13343,7 @@ "value": "sabine.heldt04@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -13451,7 +13451,7 @@ "value": "KML", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 28, @@ -13504,7 +13504,7 @@ "value": "Özgür U. Reyhan", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -13557,7 +13557,7 @@ "value": "0049 331 441 551 14", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -13785,7 +13785,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -13837,7 +13837,7 @@ "value": "Smith", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -13943,7 +13943,7 @@ "value": "0049 331 441 551 19 Telephone: 0049 331 441 551 20 Phone No. 0049 331 441 551 21 Phone: 0049 331 441 551 22", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -14101,7 +14101,7 @@ "value": "Sminko", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -14154,7 +14154,7 @@ "value": "sabine.heldt06@mail.com", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -14207,7 +14207,7 @@ "value": "+49 (331) 441 551 9", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -14418,7 +14418,7 @@ "value": "C. J. Alfred", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -14471,7 +14471,7 @@ "value": "Steffanie Soja", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -14524,7 +14524,7 @@ "value": "KATH", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 28, @@ -14578,7 +14578,7 @@ "value": "+49 331 441 551 40", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -14683,7 +14683,7 @@ "value": "Simon Stagg", "reason": "Found after \"Alternative contact:\" contact keyword", "matchedRule": "PII.5.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 23, @@ -14735,7 +14735,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 33, @@ -14785,7 +14785,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 33, @@ -14985,7 +14985,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 33, @@ -15035,7 +15035,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 33, @@ -15435,7 +15435,7 @@ "value": "Image:Other", "reason": "", "matchedRule": "", - "legalBasis": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "legalBasis": "vertebrate_study_personal_data_geolocation_article_39e2", "imported": false, "containingNodeId": [ 36, @@ -15603,7 +15603,7 @@ "value": "Image:Other", "reason": "forced by manual override", "matchedRule": "", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 37, @@ -15782,47 +15782,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 20, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithManualRedactions.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithManualRedactions.json index 553542d..2098fb4 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithManualRedactions.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithManualRedactions.json @@ -10,7 +10,7 @@ "value": "Funnarie B.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -121,7 +121,7 @@ "value": "Michael N.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -178,7 +178,7 @@ "value": "+81 764770164", "reason": "Found after \"Tel.:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -461,7 +461,7 @@ "value": "food-industry@korea.com", "reason": "Found after \"E-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -516,7 +516,7 @@ "value": "Central Research Industry", "reason": "Found after \"Contact point:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -644,7 +644,7 @@ "value": "+49 2113 2311 563", "reason": "Found after \"Phone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -754,7 +754,7 @@ "value": "Dr. Alan Grant", "reason": "AUTHOR(S) was found", "matchedRule": "PII.9.2", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 17, @@ -862,7 +862,7 @@ "value": "+274 1432 8991", "reason": "Found between contact keywords", "matchedRule": "PII.6.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -918,7 +918,7 @@ "value": "example@mail.com", "reason": "Found after \"E-mail address:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -974,7 +974,7 @@ "value": "+274 1432 8933", "reason": "Found after \"Phone No.\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -1030,7 +1030,7 @@ "value": "+49 2113 2311 560", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -1140,7 +1140,7 @@ "value": "gordonjcp@msn.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1302,7 +1302,7 @@ "value": "Maximiliam Schmitt", "reason": "Found between contact keywords", "matchedRule": "PII.6.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -1358,7 +1358,7 @@ "value": "David Ksenia", "reason": "manual entries are applied by default, created by manual change", "matchedRule": "MAN.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -1421,7 +1421,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -1476,7 +1476,7 @@ "value": "+274 34223331", "reason": "Found after \"Telephone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -1614,7 +1614,7 @@ "value": "+82 122 34188", "reason": "Found after \"Phone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -1669,7 +1669,7 @@ "value": "maximiliamschmitt@arcor.de", "reason": "Found after \"Email:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -1918,7 +1918,7 @@ "value": "dinther@comcast.net", "reason": "Found by Email Regex", "matchedRule": "PII.1.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -2026,7 +2026,7 @@ "value": "European Central Institute", "reason": "Found after \"European contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -2192,7 +2192,7 @@ "value": "Müller", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -2246,7 +2246,7 @@ "value": "maximiliamschmitt@arcor.de", "reason": "Found after \"Email:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -2302,7 +2302,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -2356,7 +2356,7 @@ "value": "+274 1432 8991", "reason": "Found between contact keywords", "matchedRule": "PII.6.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -2412,7 +2412,7 @@ "value": "This is a special case, everything between this and the next keyword should be redacted", "reason": "Found between contact keywords", "matchedRule": "PII.6.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -2676,7 +2676,7 @@ "value": "library@outlook.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -2730,7 +2730,7 @@ "value": "+82 122 34180", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 15, @@ -2784,7 +2784,7 @@ "value": "kawasaki@me.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -2838,7 +2838,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -2946,7 +2946,7 @@ "value": "+275 5678 1234 132", "reason": "Found after \"Tel.:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -3001,7 +3001,7 @@ "value": "+81 764770164", "reason": "Found after \"Tel.:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -3057,7 +3057,7 @@ "value": "Maximiliam Schmitt", "reason": "Found between contact keywords", "matchedRule": "PII.6.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -3508,7 +3508,7 @@ "value": "+49 2113 2311 563", "reason": "Found after \"Phone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -3564,7 +3564,7 @@ "value": "+82 122 34180", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -3675,7 +3675,7 @@ "value": "+49 2113 2311 560", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -3731,7 +3731,7 @@ "value": "+274 1432 8933", "reason": "Found after \"Phone No.\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -3787,7 +3787,7 @@ "value": "Doe J.", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 0, @@ -3842,7 +3842,7 @@ "value": "example@mail.com", "reason": "Found after \"E-mail address:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -3898,7 +3898,7 @@ "value": "Central Research Industry", "reason": "Found after \"Contact point:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -3954,7 +3954,7 @@ "value": "European Central Institute", "reason": "Found after \"European contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -4147,7 +4147,7 @@ "value": "+274 1432 8990", "reason": "Found after \"Fax number:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -4203,7 +4203,7 @@ "value": "+81 6653 44563", "reason": "Found after \"Tel:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -4369,7 +4369,7 @@ "value": "pharma-industry@korea.com", "reason": "Found after \"E-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 15, @@ -4477,7 +4477,7 @@ "value": "+274 1432 8990", "reason": "Found after \"Fax number:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -4533,7 +4533,7 @@ "value": "Emilia Lockhart", "reason": "Found after \"Alternative contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4589,7 +4589,7 @@ "value": "+27414328992", "reason": "Found after \"Telephone number:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -4645,7 +4645,7 @@ "value": "+274 34223331", "reason": "Found after \"Telephone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -4701,7 +4701,7 @@ "value": "+27414328992", "reason": "Found after \"Telephone number:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -4757,7 +4757,7 @@ "value": "493 1223 4592", "reason": "Found after \"Contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -4921,7 +4921,7 @@ "value": "Feuer A.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -4977,7 +4977,7 @@ "value": "+81 6653 44563", "reason": "Found after \"Tel:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -5033,7 +5033,7 @@ "value": "Dr. Alan Grant", "reason": "AUTHOR(S) was found", "matchedRule": "PII.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 16, @@ -5195,7 +5195,7 @@ "value": "+82 122 34188", "reason": "Found after \"Phone:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 15, @@ -5357,7 +5357,7 @@ "value": "Seriknowmobil@co.uk", "reason": "Found after \"E-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -5413,7 +5413,7 @@ "value": "maximiliamschmitt@t-online.de", "reason": "Found after \"e-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 13, @@ -5523,7 +5523,7 @@ "value": "493 1223 4592", "reason": "Found after \"Contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5579,7 +5579,7 @@ "value": "maximiliamschmitt@t-online.de", "reason": "Found after \"e-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -5635,7 +5635,7 @@ "value": "Emilia Lockhart", "reason": "Found after \"Alternative contact:\" contact keyword", "matchedRule": "PII.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -5691,7 +5691,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -5808,7 +5808,7 @@ "value": "Seriknowmobil@co.uk", "reason": "Found after \"E-mail:\" contact keyword", "matchedRule": "PII.4.1", - "legalBasis": "Reg (EC) No 1107/2009 Art. 63 (2e)", + "legalBasis": "results_production_batches", "imported": false, "containingNodeId": [ 14, @@ -5918,7 +5918,7 @@ "value": "Image:Logo", "reason": "Logo Found", "matchedRule": "ETC.3.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -5970,7 +5970,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -6032,7 +6032,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -6094,7 +6094,7 @@ "value": "Image:Logo", "reason": "Logo Found", "matchedRule": "ETC.3.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -6153,47 +6153,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 21, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithParagraphIdx.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithParagraphIdx.json index 29a2380..0ab31be 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithParagraphIdx.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithParagraphIdx.json @@ -116,7 +116,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -221,7 +221,7 @@ "value": "Maximiliam Schmitt", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -275,7 +275,7 @@ "value": "food-industry@korea.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -328,7 +328,7 @@ "value": "gordonjcp@msn.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -380,7 +380,7 @@ "value": "Ranya Eikenboom", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -432,7 +432,7 @@ "value": "maximiliamschmitt@t-online.de", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -486,7 +486,7 @@ "value": "Siegfried", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -538,7 +538,7 @@ "value": "+81 764770164", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -592,7 +592,7 @@ "value": "Doe J.", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 0, @@ -724,7 +724,7 @@ "value": "+274 1432 8933", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -778,7 +778,7 @@ "value": "Xinyi Y. Tao", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -830,7 +830,7 @@ "value": "+274 1432 8933", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -884,7 +884,7 @@ "value": "+27414328992", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -938,7 +938,7 @@ "value": "Naka-27 Aomachi, Nomi, Ishikawa 923-1101, Japan, JP", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -990,7 +990,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -1042,7 +1042,7 @@ "value": "+274 34223331", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1148,7 +1148,7 @@ "value": "CTL/with dictionary entry 1234 with Slash", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 5, @@ -1200,7 +1200,7 @@ "value": "+274 1432 8991", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1306,7 +1306,7 @@ "value": "+82 122 34180", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -1359,7 +1359,7 @@ "value": "David Ksenia", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -1411,7 +1411,7 @@ "value": "Schmitt", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -1463,7 +1463,7 @@ "value": "Emilia Lockhart", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -1571,7 +1571,7 @@ "value": "+82 122 34180", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.2", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -1623,7 +1623,7 @@ "value": "maximiliamschmitt@t-online.de", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1677,7 +1677,7 @@ "value": "Seriknowmobil@co.uk", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1731,7 +1731,7 @@ "value": "Özgür U. Reyhan", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -1783,7 +1783,7 @@ "value": "Central Research Industry", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1837,7 +1837,7 @@ "value": "+81 6653 44563", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1891,7 +1891,7 @@ "value": "+81 6653 44563", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -2053,7 +2053,7 @@ "value": "+274 1432 8990", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -2107,7 +2107,7 @@ "value": "Central Research Industry", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -2215,7 +2215,7 @@ "value": "Dr. Alan Grant", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 15, @@ -2346,7 +2346,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -2404,7 +2404,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -2462,7 +2462,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -2520,7 +2520,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3334,7 +3334,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3536,7 +3536,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3594,7 +3594,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3652,7 +3652,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3737,7 +3737,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3795,7 +3795,7 @@ "value": "CTL with dictionary entry 5678 without Slash", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 5, @@ -3847,7 +3847,7 @@ "value": "Riddley Scott", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -3900,7 +3900,7 @@ "value": "library@outlook.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -3952,7 +3952,7 @@ "value": "Maximiliam Schmitt", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4006,7 +4006,7 @@ "value": "example@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -4060,7 +4060,7 @@ "value": "Jill Valentine", "reason": "Found after \"Contact:\" contact keyword", "matchedRule": "PII.5.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -4112,7 +4112,7 @@ "value": "Kong", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -4220,7 +4220,7 @@ "value": "493 1223 4592", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -4382,7 +4382,7 @@ "value": "example@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4436,7 +4436,7 @@ "value": "+49 2113 2311 563", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -4544,7 +4544,7 @@ "value": "+49 2113 2311 563", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4598,7 +4598,7 @@ "value": "Emilia Lockhart", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -4652,7 +4652,7 @@ "value": "Max Mustermann", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -4756,7 +4756,7 @@ "value": "maximiliamschmitt@arcor.de", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4864,7 +4864,7 @@ "value": "+274 1432 8991", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4918,7 +4918,7 @@ "value": "kawasaki@me.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -4970,7 +4970,7 @@ "value": "Seriknowmobil@co.uk", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5024,7 +5024,7 @@ "value": "This is a special case, everything between this and the next keyword should be redacted", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5086,7 +5086,7 @@ "value": "Feuer A.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -5247,7 +5247,7 @@ "value": "+275 5678 1234 132", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5458,7 +5458,7 @@ "value": "Sude Halide Nurullah", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -5510,7 +5510,7 @@ "value": "Key", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 8, @@ -5616,7 +5616,7 @@ "value": "Funnarie B.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -5671,7 +5671,7 @@ "value": "European Central Institute", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5725,7 +5725,7 @@ "value": "+274 1432 8990", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -5779,7 +5779,7 @@ "value": "+274 34223331", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5833,7 +5833,7 @@ "value": "dinther@comcast.net", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -5885,7 +5885,7 @@ "value": "M. Mustermann", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 0, @@ -5989,7 +5989,7 @@ "value": "Charalampos Schenk", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -6041,7 +6041,7 @@ "value": "BL with dictionary entry 5678 without Slash", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 5, @@ -6093,7 +6093,7 @@ "value": "+27414328992", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -6147,7 +6147,7 @@ "value": "+82 122 34188", "reason": "Found after \"Phone:\" contact keyword", "matchedRule": "PII.4.2", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -6251,7 +6251,7 @@ "value": "+81 764770164", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -6305,7 +6305,7 @@ "value": "+82 122 34188", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -6358,7 +6358,7 @@ "value": "Michael N.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -6413,7 +6413,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -6465,7 +6465,7 @@ "value": "493 1223 4592", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -6582,7 +6582,7 @@ "value": "BL/with dictionary entry 1234 with Slash", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 5, @@ -6634,7 +6634,7 @@ "value": "C. J. Alfred", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -6686,7 +6686,7 @@ "value": "+49 2113 2311 560", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -6740,7 +6740,7 @@ "value": "B. Rahim", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -6896,7 +6896,7 @@ "value": "pharma-industry@korea.com", "reason": "Found after \"E-mail:\" contact keyword", "matchedRule": "PII.4.2", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -6948,7 +6948,7 @@ "value": "maximiliamschmitt@arcor.de", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -7002,7 +7002,7 @@ "value": "+49 2113 2311 560", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -7110,7 +7110,7 @@ "value": "Kong", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -7218,7 +7218,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -7270,7 +7270,7 @@ "value": "Doe", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 0, @@ -7374,7 +7374,7 @@ "value": "European Central Institute", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -7530,7 +7530,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -7580,7 +7580,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -7680,7 +7680,7 @@ "value": "Clarissa’s Donut", "reason": "manual entries are applied by default, created by manual change", "matchedRule": "MAN.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 3, @@ -7743,7 +7743,7 @@ "value": "Simpson's To", "reason": "manual entries are applied by default, created by manual change", "matchedRule": "MAN.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 3, @@ -7803,47 +7803,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 20, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithPendingEntries.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithPendingEntries.json index 9d21fea..68ce32b 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithPendingEntries.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/entityLogWithPendingEntries.json @@ -10,7 +10,7 @@ "value": "Yuko Suzuki", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -129,7 +129,7 @@ "value": "Michael, J.", "reason": "Author found", "matchedRule": "CBI.9.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 9, @@ -185,7 +185,7 @@ "value": "BECH", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 27, @@ -240,7 +240,7 @@ "value": "0049 331 441 551 23", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -293,7 +293,7 @@ "value": "+49 331 441551-13", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -355,7 +355,7 @@ "value": "0049 331 441 551 24", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -681,7 +681,7 @@ "value": "+49 331 441 551 34", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -735,7 +735,7 @@ "value": "+49 331 441 551 42", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -789,7 +789,7 @@ "value": "Maximilion Pegasus", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -843,7 +843,7 @@ "value": "Phillips", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 3, @@ -896,7 +896,7 @@ "value": "0049 331 441 551 18", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -1002,7 +1002,7 @@ "value": "library@outlook.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -1110,7 +1110,7 @@ "value": "0049 331 441 551 25", "reason": "Found between contact keywords", "matchedRule": "PII.6.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 24, @@ -1329,7 +1329,7 @@ "value": "+49 331 441 551 40", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -1440,7 +1440,7 @@ "value": "Christine Henri", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -1494,7 +1494,7 @@ "value": "Mme Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -1547,7 +1547,7 @@ "value": "BECH", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 27, @@ -1601,7 +1601,7 @@ "value": "Mrs . Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -1654,7 +1654,7 @@ "value": "Belkov", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1834,7 +1834,7 @@ "value": "B. Rahim", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -1888,7 +1888,7 @@ "value": "Richard Loewe", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -1942,7 +1942,7 @@ "value": "Byron, C.", "reason": "Author found", "matchedRule": "CBI.9.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 9, @@ -2053,7 +2053,7 @@ "value": "luthor.lex3@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -2271,7 +2271,7 @@ "value": "Simon Stagg", "reason": "Found after \"Alternative contact:\" contact keyword", "matchedRule": "PII.5.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 23, @@ -2324,7 +2324,7 @@ "value": "Osborn", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -2378,7 +2378,7 @@ "value": "Julie Ben", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -2432,7 +2432,7 @@ "value": "Sir . Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -2485,7 +2485,7 @@ "value": "Greg, M.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 8, @@ -2541,7 +2541,7 @@ "value": "0049 331 441 551 6", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -2594,7 +2594,7 @@ "value": "Charalampos Schenk", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -2701,7 +2701,7 @@ "value": "+49 331 441 551 43", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -2755,7 +2755,7 @@ "value": "+49 331 441 551 35", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -2809,7 +2809,7 @@ "value": "sabine.heldt04@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -2863,7 +2863,7 @@ "value": "+49 331 441 551 39", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -2917,7 +2917,7 @@ "value": "Morpheus Duvall", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -2973,7 +2973,7 @@ "value": "gordonjcp@msn.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -3027,7 +3027,7 @@ "value": "Feuer A.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 8, @@ -3083,7 +3083,7 @@ "value": "Alley", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -3137,7 +3137,7 @@ "value": "Ms. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -3190,7 +3190,7 @@ "value": "0049 331 441 551 26", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.2", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 24, @@ -3243,7 +3243,7 @@ "value": "sabine.heldt06@mail.com", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -3405,7 +3405,7 @@ "value": "+49 331 441 551 41", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -3514,7 +3514,7 @@ "value": "Michelle Carge", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -3568,7 +3568,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -3621,7 +3621,7 @@ "value": "Maximus Coleman", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -3676,7 +3676,7 @@ "value": "sabine.heldt05@mail.com", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -3730,7 +3730,7 @@ "value": "sabine.heldt07@mail.com", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -3890,7 +3890,7 @@ "value": "Mme . Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -3998,7 +3998,7 @@ "value": "Sonnenschein", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 31, @@ -4051,7 +4051,7 @@ "value": "Sebastian Shaw", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -4105,7 +4105,7 @@ "value": "Mrs Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -4211,7 +4211,7 @@ "value": "j.jiwoo@collab.co.kr", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -4266,7 +4266,7 @@ "value": "Igarashi Akitaka", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -4374,7 +4374,7 @@ "value": "Lawson Stafford", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -4483,7 +4483,7 @@ "value": "KML", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 27, @@ -4537,7 +4537,7 @@ "value": "Phillip", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 3, @@ -4643,7 +4643,7 @@ "value": "Ross", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -4698,7 +4698,7 @@ "value": "Manuel", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 38, @@ -4752,7 +4752,7 @@ "value": "+49 (331) 441 551 12", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -4805,7 +4805,7 @@ "value": "Madame . Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -4858,7 +4858,7 @@ "value": "sabine.heldt02@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -4967,7 +4967,7 @@ "value": "Sir. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -5074,7 +5074,7 @@ "value": "+49 (331) 441 551 9", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -5184,7 +5184,7 @@ "value": "0049 331 441 551 5", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -5291,7 +5291,7 @@ "value": "kawasaki@me.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -5345,7 +5345,7 @@ "value": "Lain", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 40, @@ -5454,7 +5454,7 @@ "value": "LexCo", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -5507,7 +5507,7 @@ "value": "+49 331 441 551 46", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -5561,7 +5561,7 @@ "value": "Ms. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -5614,7 +5614,7 @@ "value": "Allan Smith", "reason": "Found after \"Contact point:\" contact keyword", "matchedRule": "PII.5.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 23, @@ -5667,7 +5667,7 @@ "value": "0049 331 441 551 27", "reason": "Found between contact keywords", "matchedRule": "PII.6.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 24, @@ -5774,7 +5774,7 @@ "value": "Class", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -5882,7 +5882,7 @@ "value": "William, B.", "reason": "Author found", "matchedRule": "CBI.9.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 9, @@ -5937,7 +5937,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -6045,7 +6045,7 @@ "value": "+49 331 441 551 29", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -6099,7 +6099,7 @@ "value": "Funnarie B.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 8, @@ -6209,7 +6209,7 @@ "value": "0049 331 441 551 15", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -6262,7 +6262,7 @@ "value": "0049 331 441 551 4", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -6315,7 +6315,7 @@ "value": "luthor.lex2@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -6368,7 +6368,7 @@ "value": "Smith", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -6425,7 +6425,7 @@ "value": "Redact between No and F/ax", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -6479,7 +6479,7 @@ "value": "KML", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 27, @@ -6533,7 +6533,7 @@ "value": "Miss Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -6639,7 +6639,7 @@ "value": "Coleman Charles", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -6693,7 +6693,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 39, @@ -6909,7 +6909,7 @@ "value": "Belkov", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -6963,7 +6963,7 @@ "value": "Dr. Sergei Vladimir", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -7017,7 +7017,7 @@ "value": "Miss . Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -7070,7 +7070,7 @@ "value": "Sonja Nier", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -7177,7 +7177,7 @@ "value": "Sminko", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -7230,7 +7230,7 @@ "value": "Leon", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 28, @@ -7283,7 +7283,7 @@ "value": "0049 331 441 551 2", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -7336,7 +7336,7 @@ "value": "Daniel", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 39, @@ -7389,7 +7389,7 @@ "value": "0049 331 441 551 14", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -7496,7 +7496,7 @@ "value": "Tommy Neilson", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -7606,7 +7606,7 @@ "value": "Norman", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -7660,7 +7660,7 @@ "value": "Carrol Ferris", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -7713,7 +7713,7 @@ "value": "David Chubb Research Director Ivan Musk, Msc Bioanalysis Tom Scrott Team Leader", "reason": "On behalf of Sequani Ltd.: Name Title was found", "matchedRule": "PII.11.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 28, @@ -7811,7 +7811,7 @@ "value": "Steffanie Soja", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -7865,7 +7865,7 @@ "value": "+49 331 441 551 32", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -7973,7 +7973,7 @@ "value": "David Ksenia", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -8027,7 +8027,7 @@ "value": "Xinyi Y. Tao", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -8081,7 +8081,7 @@ "value": "+49 331 441 551 44", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -8135,7 +8135,7 @@ "value": "+49 331 441551-10", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -8188,7 +8188,7 @@ "value": "Carter Stein", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -8355,7 +8355,7 @@ "value": "Michael N.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 8, @@ -8463,7 +8463,7 @@ "value": "Sabine Heldt", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -8570,7 +8570,7 @@ "value": "Class", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -8625,7 +8625,7 @@ "value": "Madame. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -8678,7 +8678,7 @@ "value": "Alley", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -8788,7 +8788,7 @@ "value": "0049 331 441 551 17", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -8841,7 +8841,7 @@ "value": "Isaiah Hansen", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -8951,7 +8951,7 @@ "value": "m.grandfield@umbrella.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -9069,7 +9069,7 @@ "value": "Sminko", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -9179,7 +9179,7 @@ "value": "Redact beween contact and T/el", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -9286,7 +9286,7 @@ "value": "Carter", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -9341,7 +9341,7 @@ "value": "Wayne, L.", "reason": "Author found", "matchedRule": "CBI.9.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 9, @@ -9397,7 +9397,7 @@ "value": "Sude Halide Nurullah", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -9451,7 +9451,7 @@ "value": "0049 331 441 551 0", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -9559,7 +9559,7 @@ "value": "Mrs. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -9612,7 +9612,7 @@ "value": "Silver", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -9665,7 +9665,7 @@ "value": "Michael", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -9774,7 +9774,7 @@ "value": "0049 331 441 551 7", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -10050,7 +10050,7 @@ "value": "+49 331 441 551 33", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -10104,7 +10104,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -10158,7 +10158,7 @@ "value": "+49 331-441 551 11", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -10211,7 +10211,7 @@ "value": "KML", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 27, @@ -10266,7 +10266,7 @@ "value": "+49 331 441 551 30", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -10320,7 +10320,7 @@ "value": "+49 331 441 551 38", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -10374,7 +10374,7 @@ "value": "993-221", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -10535,7 +10535,7 @@ "value": "BECH", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 27, @@ -10644,7 +10644,7 @@ "value": "Kara Hunt", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -10699,7 +10699,7 @@ "value": "Wilson Fisk", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -10806,7 +10806,7 @@ "value": "Sir Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -10859,7 +10859,7 @@ "value": "Dr. Alan Milwer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 17, @@ -10913,7 +10913,7 @@ "value": "Keith Arving", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -11022,7 +11022,7 @@ "value": "sabine.heldt03@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -11076,7 +11076,7 @@ "value": "0049 331 441 551 1", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -11129,7 +11129,7 @@ "value": "Madame Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -11182,7 +11182,7 @@ "value": "Morpheus Duvall", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -11236,7 +11236,7 @@ "value": "John Clemens", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -11348,7 +11348,7 @@ "value": "0049 331 441 551 19 Telephone: 0049 331 441 551 20 Phone No. 0049 331 441 551 21 Phone: 0049 331 441 551 22", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -11617,7 +11617,7 @@ "value": "Lex Luthor", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -11724,7 +11724,7 @@ "value": "993-222", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -11831,7 +11831,7 @@ "value": "+49 331 441 551 36", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -11885,7 +11885,7 @@ "value": "0049 331 441 551 28", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 24, @@ -11938,7 +11938,7 @@ "value": "0049 331 441 551 3", "reason": "Found by Phone and Fax Regex", "matchedRule": "PII.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -12045,7 +12045,7 @@ "value": "Ashley", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 38, @@ -12153,7 +12153,7 @@ "value": "Sonnenschein", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 31, @@ -12270,7 +12270,7 @@ "value": "Ranya Eikenboom", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -12324,7 +12324,7 @@ "value": "Stein", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -12378,7 +12378,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -12433,7 +12433,7 @@ "value": "luthor.lex4@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -12486,7 +12486,7 @@ "value": "Özgür U. Reyhan", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -12597,7 +12597,7 @@ "value": "Redact beween contact and T/el", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -12651,7 +12651,7 @@ "value": "Ms Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -12704,7 +12704,7 @@ "value": "Peoples", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 36, @@ -12757,7 +12757,7 @@ "value": "KATH", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 27, @@ -12811,7 +12811,7 @@ "value": "Dr. Alan Miller", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 17, @@ -12865,7 +12865,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -12919,7 +12919,7 @@ "value": "Belkov", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -13029,7 +13029,7 @@ "value": "Max Mustermann", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -13083,7 +13083,7 @@ "value": "Tyler Durden", "reason": "Found after \"European contact:\" contact keyword", "matchedRule": "PII.5.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 23, @@ -13318,7 +13318,7 @@ "value": "Ross Hamster", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -13374,7 +13374,7 @@ "value": "+49 331 441 551 8", "reason": "Telephone number found by regex", "matchedRule": "PII.3.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 21, @@ -13481,7 +13481,7 @@ "value": "Redact between No and F/ax", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -13535,7 +13535,7 @@ "value": "Mme. Claire", "reason": "Expanded PII with salutation prefix", "matchedRule": "PII.12.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 29, @@ -13588,7 +13588,7 @@ "value": "Jun", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -13696,7 +13696,7 @@ "value": "C. J. Alfred", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -13750,7 +13750,7 @@ "value": "luthor.lex1@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -13860,7 +13860,7 @@ "value": "sabine.heldt08@mail.com", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -13914,7 +13914,7 @@ "value": "+49 331 441 551 45", "reason": "Producer was found", "matchedRule": "PII.8.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 26, @@ -13968,7 +13968,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -14021,7 +14021,7 @@ "value": "Veronica Smith", "reason": "Found after \"Contact:\" contact keyword", "matchedRule": "PII.5.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 23, @@ -14074,7 +14074,7 @@ "value": "Smith", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -14182,7 +14182,7 @@ "value": "Professor Alexia Ashford", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -14236,7 +14236,7 @@ "value": "dinther@comcast.net", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 19, @@ -14290,7 +14290,7 @@ "value": "0049 331 441 551 16", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 22, @@ -14343,7 +14343,7 @@ "value": "+49 331 441 551 37", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -14397,7 +14397,7 @@ "value": "Sminko", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -14451,7 +14451,7 @@ "value": "sabine.heldt01@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -14505,7 +14505,7 @@ "value": "KATH", "reason": "Personal information found", "matchedRule": "PII.10.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 27, @@ -14722,7 +14722,7 @@ "value": "Richard", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 39, @@ -14828,7 +14828,7 @@ "value": "Naka-27 Aomachi, Nomi, Ishikawa 923-1101, Japan, JP", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 18, @@ -14882,7 +14882,7 @@ "value": "+49 331 441 551 31", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 25, @@ -14936,7 +14936,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 32, @@ -14987,7 +14987,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 32, @@ -15335,7 +15335,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 32, @@ -16047,47 +16047,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 20, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMapping.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMapping.json index f7ca25b..c4ceb67 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMapping.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMapping.json @@ -1,42 +1,56 @@ [ { - "name": "1. personal data (incl. geolocation)", - "description": "any other personal data except for\n a. the name and address of the applicant;\n b. the names of authors of published or publicly available studies supporting such requests; and the names of all participants and observers in meetings of the Scientific Committee and the Scientific Panels, their working groups and any other ad hoc group meeting on the subject matter.\nand except for personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(1) and Article 39(e)(2) of Regulation (EC) No 178/2002" + "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", + "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" + }, + { + "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", + "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", - "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable;", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ] diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMappingIUCLID.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMappingIUCLID.json new file mode 100644 index 0000000..c4ceb67 --- /dev/null +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/legalBasisMappingIUCLID.json @@ -0,0 +1,56 @@ +[ + { + "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", + "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" + }, + { + "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", + "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" + }, + { + "name": "2. manufacturing or production process", + "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" + }, + { + "name": "3. links between a producer and applicant", + "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" + }, + { + "name": "4. commercial information", + "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" + }, + { + "name": "5. quantitative composition", + "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" + }, + { + "name": "6. specification of impurity", + "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" + }, + { + "name": "7. results of production batches", + "description": "results of production batches of the active substance including impurities", + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" + }, + { + "name": "8. composition of a plant protection product", + "description": "information on the complete composition of a plant protection product", + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" + } +] diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redaction-log.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redaction-log.json index 5603529..da5b3f0 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redaction-log.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redaction-log.json @@ -268,7 +268,7 @@ "value": "www.syngenta.com", "reason": "PII (Personal Identification Information) found", "matchedRule": 19, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "", "color": [ @@ -313,7 +313,7 @@ "value": "N Robinson", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "", "color": [ @@ -511,7 +511,7 @@ "value": "F J Lewis", "reason": "PII (Personal Identification Information) found", "matchedRule": 19, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "", "color": [ @@ -3157,7 +3157,7 @@ "value": "Thomas", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "References", "color": [ @@ -3301,7 +3301,7 @@ "value": "Tummon O J", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "References", "color": [ @@ -4579,7 +4579,7 @@ "value": "Mill", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "References", "color": [ @@ -4714,7 +4714,7 @@ "value": "Ford, PA", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "References", "color": [ @@ -4813,7 +4813,7 @@ "value": "Court", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "References", "color": [ @@ -4858,7 +4858,7 @@ "value": "Mill", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "References", "color": [ @@ -10069,7 +10069,7 @@ "value": "Rectangle", "reason": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", "matchedRule": 0, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Signature", "color": [ @@ -10114,7 +10114,7 @@ "value": "Rectangle", "reason": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", "matchedRule": 0, - "legalBasis": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "legalBasis": "specification_impurity", "redacted": true, "section": "Formula", "color": [ @@ -10158,47 +10158,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 780, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redactionLog2817.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redactionLog2817.json index 4bf59a4..8bdd38e 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redactionLog2817.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redactionLog2817.json @@ -667,7 +667,7 @@ "value": "Fish L.", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -724,7 +724,7 @@ "value": "Graham R., Gilbert J.", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -788,7 +788,7 @@ "value": "Hardy I.", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -900,7 +900,7 @@ "value": "Hand L.", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -1067,7 +1067,7 @@ "value": "Hand L., Davison K.", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -2038,7 +2038,7 @@ "value": "Bramley YM, Pinheiro S I, Verity A A", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -2505,7 +2505,7 @@ "value": "Hurst L.", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -2791,7 +2791,7 @@ "value": "Oliver R., Edwards P.", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -3075,7 +3075,7 @@ "value": "Hardy I.", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -3297,7 +3297,7 @@ "value": "Graham R., Gilbert J.", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -3691,7 +3691,7 @@ "value": "Graham R., Yeomans P.", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -3975,7 +3975,7 @@ "value": "Bramley YM, Pinheiro S I, Verity A A", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -4048,7 +4048,7 @@ "value": "Graham R., Gilbert J.", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -4616,7 +4616,7 @@ "value": "Fish L.", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -5232,7 +5232,7 @@ "value": "Graham R., Gilbert J.", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -5461,7 +5461,7 @@ "value": "Hand L.", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -5573,7 +5573,7 @@ "value": "Graham R., Yeomans P.", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -6297,7 +6297,7 @@ "value": "Hardy I.", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -6528,7 +6528,7 @@ "value": "Hand L., Davison K.", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -6583,7 +6583,7 @@ "value": "Hardy I.", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -6869,7 +6869,7 @@ "value": "Hurst L.", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -7760,7 +7760,7 @@ "value": "Oliver R., Edwards P.", "reason": "Author found", "matchedRule": 10, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: Version history1", "color": [ @@ -8328,7 +8328,7 @@ "value": "FICATION OF AN ACTIVE\nSUBSTANCE UNDER COMMISSION\nREGUL", "reason": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", "matchedRule": 0, - "legalBasis": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "legalBasis": "vertebrate_study_personal_data_geolocation_article_39e2", "redacted": true, "section": null, "color": [ @@ -8393,47 +8393,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 23, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redactionLogSingleStudyOral.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redactionLogSingleStudyOral.json index 052f7f9..43ce18f 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redactionLogSingleStudyOral.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/redactionLogSingleStudyOral.json @@ -7,7 +7,7 @@ "value": "REQUIREMENT(S):", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "", "color": [ @@ -245,7 +245,7 @@ "value": "David Chubb", "reason": "PII (Personal Identification Information) found", "matchedRule": 19, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "AUTHOR(S): David Chubb\nLaura Penn, BSc (Hons), MSc, MRSB", "color": [ @@ -430,7 +430,7 @@ "value": "Laura Penn, BSc (Hons), MSc, MRSB", "reason": "AUTHOR(S) was found", "matchedRule": 29, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "AUTHOR(S): David Chubb\nLaura Penn, BSc (Hons), MSc, MRSB", "color": [ @@ -923,7 +923,7 @@ "value": "David Chubb", "reason": "PII (Personal Identification Information) found", "matchedRule": 19, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "GOOD LABORATORY PRACTICE COMPLIANCE STATEMENT", "color": [ @@ -5419,7 +5419,7 @@ "value": "David Chubb Laura Penn, BSc (Hons), MSc, MRSB Study Director from 13 March 2019 Study Director from study initiation until 13 March 2019 William Gregory, MIAT Head of Laboratory Animal Sciences and Pathology Services Ian Davies, MSc Section Manager, Bioanalysis Brenda Finney, PhD Principal Scientist, BioSciences Rachel Martin Team Leader, Formulation Sciences Sally Clode, PhD, FRSB, ERT Internal Peer Reviewer", "reason": "PII (Personal Identification Information) found", "matchedRule": 35, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "GENERAL INFORMATION", "color": [ @@ -6059,7 +6059,7 @@ "value": "Zofi McKenzie, PhD Syngenta Study Manager", "reason": "PII (Personal Identification Information) found", "matchedRule": 37, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "GENERAL INFORMATION", "color": [ @@ -6389,7 +6389,7 @@ "value": "Marrow", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "TABLE OF CONTENTS", "color": [ @@ -7993,7 +7993,7 @@ "value": "Marrow", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "3.6 Necropsy of RF3 Animals and Preparation of Bone Marrow Smear", "color": [ @@ -8103,7 +8103,7 @@ "value": "Kamra", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "3.6 Necropsy of RF3 Animals and Preparation of Bone Marrow Smear", "color": [ @@ -9203,7 +9203,7 @@ "value": "Dertinger, S.D.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -9313,7 +9313,7 @@ "value": "Nakajima, M.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -9368,7 +9368,7 @@ "value": "Galloway", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -9424,7 +9424,7 @@ "value": "Vannier, B.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -9644,7 +9644,7 @@ "value": "Bishop, M.E.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -9754,7 +9754,7 @@ "value": "Asano, N.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -9928,7 +9928,7 @@ "value": "Olerson, F.B.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10038,7 +10038,7 @@ "value": "Asano, N.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10093,7 +10093,7 @@ "value": "Pacchierotti, F.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10148,7 +10148,7 @@ "value": "McNamee, J.P.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10203,7 +10203,7 @@ "value": "Witt, K.L.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10258,7 +10258,7 @@ "value": "Dertinger, S.D.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10368,7 +10368,7 @@ "value": "Recio, L.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10423,7 +10423,7 @@ "value": "Conover, W.J.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10533,7 +10533,7 @@ "value": "Romagna, F.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10643,7 +10643,7 @@ "value": "Torous, D.K.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10698,7 +10698,7 @@ "value": "KirshVolders, M.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10817,7 +10817,7 @@ "value": "Phipps, K.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -10927,7 +10927,7 @@ "value": "Kissling, G.E.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -11321,7 +11321,7 @@ "value": "Wakata, A.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -11376,7 +11376,7 @@ "value": "Livanos, E.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -11431,7 +11431,7 @@ "value": "Suzuki, T.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -11541,7 +11541,7 @@ "value": "Chandley, A.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -11651,7 +11651,7 @@ "value": "Torous D.K.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -11761,7 +11761,7 @@ "value": "Aidoo, A.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -11816,7 +11816,7 @@ "value": "DJ Kirkland", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -11871,7 +11871,7 @@ "value": "McNamee, J.P.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -11981,7 +11981,7 @@ "value": "Bishop, M.E.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -12091,7 +12091,7 @@ "value": "Saito, J.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -12201,7 +12201,7 @@ "value": "Saito, J.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -12256,7 +12256,7 @@ "value": "MacGregor, J.T. Flow", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -12366,7 +12366,7 @@ "value": "Gollapudi, B.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -12476,7 +12476,7 @@ "value": "Nakajima, M.", "reason": "Published Information found", "matchedRule": 18, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": false, "section": "6.0 REFERENCES", "color": [ @@ -15874,7 +15874,7 @@ "value": "Salt", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: REFERENCE COMPOUNDS", "color": [ @@ -15984,7 +15984,7 @@ "value": "Salt", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: REFERENCE COMPOUNDS", "color": [ @@ -17084,7 +17084,7 @@ "value": "Phipps", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "ANALYTICAL METHOD BFI095MS", "color": [ @@ -18072,7 +18072,7 @@ "value": "Brenda Finney", "reason": "PII (Personal Identification Information) found", "matchedRule": 19, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: BIOMARKERS METHOD BMK034FC", "color": [ @@ -18182,7 +18182,7 @@ "value": "Katie Ridge", "reason": "PII (Personal Identification Information) found", "matchedRule": 19, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: BIOMARKERS METHOD BMK034FC", "color": [ @@ -18292,7 +18292,7 @@ "value": null, "reason": "Signature found", "matchedRule": 41, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "BLANK", "color": [ @@ -18345,7 +18345,7 @@ "value": null, "reason": "Signature found", "matchedRule": 41, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "BLANK", "color": [ @@ -19496,7 +19496,7 @@ "value": "Quick", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: APPENDIX 6 Flow Cytometry Method BMK034FC (Continued)", "color": [ @@ -19606,7 +19606,7 @@ "value": "Quick", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "Table in: APPENDIX 6 Flow Cytometry Method BMK034FC (Continued)", "color": [ @@ -21297,7 +21297,7 @@ "value": "Dr Andrew J Gray", "reason": "Author found", "matchedRule": 1, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "GOOD LABORATORY PRACTICE", "color": [ @@ -22202,7 +22202,7 @@ "value": "Christian Mink", "reason": "PII (Personal Identification Information) found", "matchedRule": 19, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": "difenoconazole tech.", "color": [ @@ -22594,7 +22594,7 @@ "value": "reticulocytes", "reason": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", "matchedRule": 0, - "legalBasis": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "legalBasis": "specification_impurity", "redacted": true, "section": null, "color": [ @@ -22642,7 +22642,7 @@ "value": "dose", "reason": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", "matchedRule": 0, - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "redacted": true, "section": null, "color": [ @@ -22738,7 +22738,7 @@ "value": "evaluate", "reason": "results of production batches of the active substance including impurities", "matchedRule": 0, - "legalBasis": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "legalBasis": "results_production_batches", "redacted": true, "section": null, "color": [ @@ -22786,7 +22786,7 @@ "value": "Difenoconazole", "reason": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", "matchedRule": 0, - "legalBasis": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "legalBasis": "manufacturing_production_process_39e2", "redacted": true, "section": null, "color": [ @@ -22833,47 +22833,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 23, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/componentLog.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/componentLog.json index 0ba9607..8316e6d 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/componentLog.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/componentLog.json @@ -1,1195 +1,1570 @@ { - "analysisNumber" : 2, - "componentRulesVersion" : 1, - "componentLogEntries" : [ { - "name" : "Study_Title", - "originalValues" : [ { - "value" : "SYN545192 EC (A15457H) - Acute Dermal Toxicity Study in Rats", - "valueDescription" : "First found value of type title or else ''", - "componentRuleId" : "StudyTitle.0.0", - "componentLogEntityReferences" : [ { - "id" : "fdc33ec238d48f3f5c9611ea4ba3ae1b", - "type" : "title", - "entityRuleId" : "DOC.6.1", - "page" : 1 - } ] - } ], - "values" : [ { - "value" : "SYN545192 EC (A15457H) - Acute Dermal Toxicity Study in Rats", - "valueDescription" : "First found value of type title or else ''", - "componentRuleId" : "StudyTitle.0.0", - "componentLogEntityReferences" : [ { - "id" : "fdc33ec238d48f3f5c9611ea4ba3ae1b", - "type" : "title", - "entityRuleId" : "DOC.6.1", - "page" : 1 - } ] - } ], - "overridden" : false - }, { - "name" : "Performing_Laboratory", - "originalValues" : [ { - "value" : "CiToxLAB Hungary Ltd., Hungary", - "valueDescription" : "Laboratory name and country found!", - "componentRuleId" : "PerformingLaboratory.1.0", - "componentLogEntityReferences" : [ { - "id" : "f872738237a85170cb073b6220b98e65", - "type" : "laboratory_name", - "entityRuleId" : "DOC.7.2", - "page" : 1 - }, { - "id" : "1c6dade9e8ea1a6f5e1b83da05f11368", - "type" : "laboratory_country", - "entityRuleId" : "DOC.7.2", - "page" : 1 - } ] - } ], - "values" : [ { - "value" : "CiToxLAB Hungary Ltd., Hungary", - "valueDescription" : "Laboratory name and country found!", - "componentRuleId" : "PerformingLaboratory.1.0", - "componentLogEntityReferences" : [ { - "id" : "f872738237a85170cb073b6220b98e65", - "type" : "laboratory_name", - "entityRuleId" : "DOC.7.2", - "page" : 1 - }, { - "id" : "1c6dade9e8ea1a6f5e1b83da05f11368", - "type" : "laboratory_country", - "entityRuleId" : "DOC.7.2", - "page" : 1 - } ] - } ], - "overridden" : false - }, { - "name" : "Report_Number", - "originalValues" : [ { - "value" : "12/063-002P", - "valueDescription" : "First found value of type report_number or else ''", - "componentRuleId" : "ReportNumber.0.0", - "componentLogEntityReferences" : [ { - "id" : "8ac7d1ad2d1614527bbb055cebb3824f", - "type" : "report_number", - "entityRuleId" : "DOC.2.0", - "page" : 1 - } ] - } ], - "values" : [ { - "value" : "12/063-002P", - "valueDescription" : "First found value of type report_number or else ''", - "componentRuleId" : "ReportNumber.0.0", - "componentLogEntityReferences" : [ { - "id" : "8ac7d1ad2d1614527bbb055cebb3824f", - "type" : "report_number", - "entityRuleId" : "DOC.2.0", - "page" : 1 - } ] - } ], - "overridden" : false - }, { - "name" : "GLP_Study", - "originalValues" : [ { - "value" : "Yes", - "valueDescription" : "Yes if present, No if not", - "componentRuleId" : "GLPStudy.0.0", - "componentLogEntityReferences" : [ { - "id" : "23cacb7ae621b9cdf987f50e3bdd115b", - "type" : "glp_study", - "entityRuleId" : "DOC.8.0", - "page" : 3 - }, { - "id" : "fcd231292774563c812cddcf4d78c1f5", - "type" : "glp_study", - "entityRuleId" : "DOC.8.0", - "page" : 25 - } ] - } ], - "values" : [ { - "value" : "Yes", - "valueDescription" : "Yes if present, No if not", - "componentRuleId" : "GLPStudy.0.0", - "componentLogEntityReferences" : [ { - "id" : "23cacb7ae621b9cdf987f50e3bdd115b", - "type" : "glp_study", - "entityRuleId" : "DOC.8.0", - "page" : 3 - }, { - "id" : "fcd231292774563c812cddcf4d78c1f5", - "type" : "glp_study", - "entityRuleId" : "DOC.8.0", - "page" : 25 - } ] - } ], - "overridden" : false - }, { - "name" : "Test_Guidelines_1", - "originalValues" : [ { - "value" : "Nº 402: Acute Dermal Toxicity (24/02/1987)", - "valueDescription" : "OECD Number and guideline year mapped!", - "componentRuleId" : "TestGuideline.0.0", - "componentLogEntityReferences" : [ { - "id" : "911e8b6737c9529a40590dbf6778c24b", - "type" : "oecd_guideline_number", - "entityRuleId" : "DOC.1.0", - "page" : 1 - }, { - "id" : "962c4942cd62f0103b1bf5759e2e1b1a", - "type" : "oecd_guideline_year", - "entityRuleId" : "DOC.1.0", - "page" : 1 - } ] - } ], - "values" : [ { - "value" : "Nº 402: Acute Dermal Toxicity (24/02/1987)", - "valueDescription" : "OECD Number and guideline year mapped!", - "componentRuleId" : "TestGuideline.0.0", - "componentLogEntityReferences" : [ { - "id" : "911e8b6737c9529a40590dbf6778c24b", - "type" : "oecd_guideline_number", - "entityRuleId" : "DOC.1.0", - "page" : 1 - }, { - "id" : "962c4942cd62f0103b1bf5759e2e1b1a", - "type" : "oecd_guideline_year", - "entityRuleId" : "DOC.1.0", - "page" : 1 - } ] - } ], - "overridden" : false - }, { - "name" : "Test_Guidelines_2", - "originalValues" : [ { - "value" : "EPA OPPTS 870.1200 (1998), EC 440/2008 (2008)", - "valueDescription" : "Joining all values of type ec_guideline, epa_guideline with ', '", - "componentRuleId" : "TestGuideline.2.0", - "componentLogEntityReferences" : [ { - "id" : "506ef85dd4dcb0a2df24d203ad21d220", - "type" : "epa_guideline", - "entityRuleId" : "DOC.1.0", - "page" : 1 - }, { - "id" : "09c476952cbc59e3661b03cd38d463e7", - "type" : "ec_guideline", - "entityRuleId" : "DOC.1.0", - "page" : 1 - } ] - } ], - "values" : [ { - "value" : "EPA OPPTS 870.1200 (1998), EC 440/2008 (2008)", - "valueDescription" : "Joining all values of type ec_guideline, epa_guideline with ', '", - "componentRuleId" : "TestGuideline.2.0", - "componentLogEntityReferences" : [ { - "id" : "506ef85dd4dcb0a2df24d203ad21d220", - "type" : "epa_guideline", - "entityRuleId" : "DOC.1.0", - "page" : 1 - }, { - "id" : "09c476952cbc59e3661b03cd38d463e7", - "type" : "ec_guideline", - "entityRuleId" : "DOC.1.0", - "page" : 1 - } ] - } ], - "overridden" : false - }, { - "name" : "Experimental_Starting_Date", - "originalValues" : [ { - "value" : "21/03/2012", - "valueDescription" : "Convert values of type 'experimental_start_date' to dd/MM/yyyy joined with ', '", - "componentRuleId" : "StartDate.0.0", - "componentLogEntityReferences" : [ { - "id" : "decf41962064ede79b213035f34862b3", - "type" : "experimental_start_date", - "entityRuleId" : "DOC.3.0", - "page" : 7 - } ] - } ], - "values" : [ { - "value" : "21/03/2012", - "valueDescription" : "Convert values of type 'experimental_start_date' to dd/MM/yyyy joined with ', '", - "componentRuleId" : "StartDate.0.0", - "componentLogEntityReferences" : [ { - "id" : "decf41962064ede79b213035f34862b3", - "type" : "experimental_start_date", - "entityRuleId" : "DOC.3.0", - "page" : 7 - } ] - } ], - "overridden" : false - }, { - "name" : "Experimental_Completion_Date", - "originalValues" : [ { - "value" : "04/04/2012", - "valueDescription" : "Convert values of type 'experimental_end_date' to dd/MM/yyyy joined with ', '", - "componentRuleId" : "CompletionDate.0.0", - "componentLogEntityReferences" : [ { - "id" : "346a5ce1bd59081c74885078af715284", - "type" : "experimental_end_date", - "entityRuleId" : "DOC.4.0", - "page" : 7 - } ] - } ], - "values" : [ { - "value" : "04/04/2012", - "valueDescription" : "Convert values of type 'experimental_end_date' to dd/MM/yyyy joined with ', '", - "componentRuleId" : "CompletionDate.0.0", - "componentLogEntityReferences" : [ { - "id" : "346a5ce1bd59081c74885078af715284", - "type" : "experimental_end_date", - "entityRuleId" : "DOC.4.0", - "page" : 7 - } ] - } ], - "overridden" : false - }, { - "name" : "Certificate_of_Analysis_Batch_Identification", - "originalValues" : [ { - "value" : "SMU1LP001", - "valueDescription" : "Joining all unique values of type batch_number with ', '", - "componentRuleId" : "AnalysisCertificate.0.0", - "componentLogEntityReferences" : [ { - "id" : "93b7180cb815e41a53a3f1340776dcf2", - "type" : "batch_number", - "entityRuleId" : "DOC.9.1", - "page" : 12 - }, { - "id" : "e0cb8bec3a8568335eae3d8776237c8f", - "type" : "batch_number", - "entityRuleId" : "DOC.9.0", - "page" : 23 - } ] - } ], - "values" : [ { - "value" : "SMU1LP001", - "valueDescription" : "Joining all unique values of type batch_number with ', '", - "componentRuleId" : "AnalysisCertificate.0.0", - "componentLogEntityReferences" : [ { - "id" : "93b7180cb815e41a53a3f1340776dcf2", - "type" : "batch_number", - "entityRuleId" : "DOC.9.1", - "page" : 12 - }, { - "id" : "e0cb8bec3a8568335eae3d8776237c8f", - "type" : "batch_number", - "entityRuleId" : "DOC.9.0", - "page" : 23 - } ] - } ], - "overridden" : false - }, { - "name" : "Species", - "originalValues" : [ { - "value" : "rats", - "valueDescription" : "First found value of type species or else ''", - "componentRuleId" : "Species.0.0", - "componentLogEntityReferences" : [ { - "id" : "b897fbedc847ea1d23f349e5350bc8f1", - "type" : "species", - "entityRuleId" : "DOC.5.2", - "page" : 14 - }, { - "id" : "f5d80ce83f739506f95420a375c8effa", - "type" : "species", - "entityRuleId" : "DOC.5.2", - "page" : 14 - }, { - "id" : "4f8b024892a7ee7826a7638833ed0de2", - "type" : "species", - "entityRuleId" : "DOC.5.2", - "page" : 14 - } ] - } ], - "values" : [ { - "value" : "rats", - "valueDescription" : "First found value of type species or else ''", - "componentRuleId" : "Species.0.0", - "componentLogEntityReferences" : [ { - "id" : "b897fbedc847ea1d23f349e5350bc8f1", - "type" : "species", - "entityRuleId" : "DOC.5.2", - "page" : 14 - }, { - "id" : "f5d80ce83f739506f95420a375c8effa", - "type" : "species", - "entityRuleId" : "DOC.5.2", - "page" : 14 - }, { - "id" : "4f8b024892a7ee7826a7638833ed0de2", - "type" : "species", - "entityRuleId" : "DOC.5.2", - "page" : 14 - } ] - } ], - "overridden" : false - }, { - "name" : "Strain", - "originalValues" : [ { - "value" : "CRL:(WI)", - "valueDescription" : "First found value of type strain or else ''", - "componentRuleId" : "Strain.0.0", - "componentLogEntityReferences" : [ { - "id" : "b9784d1fa897ade518e807b3e371b275", - "type" : "strain", - "entityRuleId" : "DOC.5.3", - "page" : 14 - } ] - } ], - "values" : [ { - "value" : "CRL:(WI)", - "valueDescription" : "First found value of type strain or else ''", - "componentRuleId" : "Strain.0.0", - "componentLogEntityReferences" : [ { - "id" : "b9784d1fa897ade518e807b3e371b275", - "type" : "strain", - "entityRuleId" : "DOC.5.3", - "page" : 14 - } ] - } ], - "overridden" : false - }, { - "name" : "Doses_mg_per_kg_bw", - "originalValues" : [ { - "value" : "A single administration of SYN545192 EC (A15457H) at a dose of 2000 mg/kg body weight was applied dermally to 5 male and 5 female CRL:(WI) rats, followed by a 14-day observation period. The test item was applied as supplied by the Sponsor. The application period was 24 hours. Clinical observations were assessed in all animals at 1 and 5 hours after dosing and daily for 14 days thereafter. Body weight was measured prior to dosing on Day 0 and on Days 7 and 14. All animals were euthanized and subjected to a gross macroscopic examination at the end of the 14-day observation period (Day 14). 14", - "valueDescription" : "Joining all values of type doses_(mg_kg_bw) with ' '", - "componentRuleId" : "Necropsy.1.0", - "componentLogEntityReferences" : [ { - "id" : "c1bf6261c8dc8f8f6aa0d6fe5c6553bd", - "type" : "doses_(mg_kg_bw)", - "entityRuleId" : "DOC.35.0", - "page" : 10 - }, { - "id" : "ede065ea1725687b77490a484aa2d9e8", - "type" : "doses_(mg_kg_bw)", - "entityRuleId" : "DOC.35.0", - "page" : 10 - }, { - "id" : "1210a0f7ffd1c0d558d330a09241bc7d", - "type" : "doses_(mg_kg_bw)", - "entityRuleId" : "DOC.35.0", - "page" : 10 - } ] - } ], - "values" : [ { - "value" : "A single administration of SYN545192 EC (A15457H) at a dose of 2000 mg/kg body weight was applied dermally to 5 male and 5 female CRL:(WI) rats, followed by a 14-day observation period. The test item was applied as supplied by the Sponsor. The application period was 24 hours. Clinical observations were assessed in all animals at 1 and 5 hours after dosing and daily for 14 days thereafter. Body weight was measured prior to dosing on Day 0 and on Days 7 and 14. All animals were euthanized and subjected to a gross macroscopic examination at the end of the 14-day observation period (Day 14). 14", - "valueDescription" : "Joining all values of type doses_(mg_kg_bw) with ' '", - "componentRuleId" : "Necropsy.1.0", - "componentLogEntityReferences" : [ { - "id" : "c1bf6261c8dc8f8f6aa0d6fe5c6553bd", - "type" : "doses_(mg_kg_bw)", - "entityRuleId" : "DOC.35.0", - "page" : 10 - }, { - "id" : "ede065ea1725687b77490a484aa2d9e8", - "type" : "doses_(mg_kg_bw)", - "entityRuleId" : "DOC.35.0", - "page" : 10 - }, { - "id" : "1210a0f7ffd1c0d558d330a09241bc7d", - "type" : "doses_(mg_kg_bw)", - "entityRuleId" : "DOC.35.0", - "page" : 10 - } ] - } ], - "overridden" : false - }, { - "name" : "Mortality_Statement", - "originalValues" : [ { - "value" : "No mortality occurred on the study. 35", - "valueDescription" : "Joining all values of type mortality_statement with ' '", - "componentRuleId" : "MortalityStatement.0.0", - "componentLogEntityReferences" : [ { - "id" : "0ae4b2b53905f238cf17c20df26f209d", - "type" : "mortality_statement", - "entityRuleId" : "DOC.32.0", - "page" : 16 - }, { - "id" : "849e9e6c36d5c510225587c21d66b18d", - "type" : "mortality_statement", - "entityRuleId" : "DOC.32.0", - "page" : 16 - } ] - } ], - "values" : [ { - "value" : "No mortality occurred on the study. 35", - "valueDescription" : "Joining all values of type mortality_statement with ' '", - "componentRuleId" : "MortalityStatement.0.0", - "componentLogEntityReferences" : [ { - "id" : "0ae4b2b53905f238cf17c20df26f209d", - "type" : "mortality_statement", - "entityRuleId" : "DOC.32.0", - "page" : 16 - }, { - "id" : "849e9e6c36d5c510225587c21d66b18d", - "type" : "mortality_statement", - "entityRuleId" : "DOC.32.0", - "page" : 16 - } ] - } ], - "overridden" : false - }, { - "name" : "Weight_Behavior_Changes", - "originalValues" : [ { - "value" : "No mortality occurred during the study.\nNo adverse clinical signs were observed after treatment with the test item during the 14 day observation period. Erythema was noted in all animals (10/10) on Day 1 only. All animals were symptom free from 2 days after the treatment.\nThere were no treatment related effects on body weight or body weight gain during the observation period.\nThere was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy.\n15", - "valueDescription" : "Joining all values of type weight_behavior_changes with '\n'", - "componentRuleId" : "WeightBehavior.0.0", - "componentLogEntityReferences" : [ { - "id" : "952c0822930bf5b8e2026f96cd7d9b37", - "type" : "weight_behavior_changes", - "entityRuleId" : "DOC.16.0", - "page" : 10 - }, { - "id" : "6ce01344b447329c1afa3f1f846173f0", - "type" : "weight_behavior_changes", - "entityRuleId" : "DOC.16.0", - "page" : 10 - }, { - "id" : "8ffd807ffd5ca21c759c78f54cd87f4f", - "type" : "weight_behavior_changes", - "entityRuleId" : "DOC.16.0", - "page" : 10 - }, { - "id" : "9eeb75725d19bc1f13330aa9cdaa3fdc", - "type" : "weight_behavior_changes", - "entityRuleId" : "DOC.16.0", - "page" : 10 - }, { - "id" : "a74be4f45046f442315f472490e39e59", - "type" : "weight_behavior_changes", - "entityRuleId" : "DOC.16.0", - "page" : 10 - } ] - } ], - "values" : [ { - "value" : "No mortality occurred during the study.\nNo adverse clinical signs were observed after treatment with the test item during the 14 day observation period. Erythema was noted in all animals (10/10) on Day 1 only. All animals were symptom free from 2 days after the treatment.\nThere were no treatment related effects on body weight or body weight gain during the observation period.\nThere was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy.\n15", - "valueDescription" : "Joining all values of type weight_behavior_changes with '\n'", - "componentRuleId" : "WeightBehavior.0.0", - "componentLogEntityReferences" : [ { - "id" : "952c0822930bf5b8e2026f96cd7d9b37", - "type" : "weight_behavior_changes", - "entityRuleId" : "DOC.16.0", - "page" : 10 - }, { - "id" : "6ce01344b447329c1afa3f1f846173f0", - "type" : "weight_behavior_changes", - "entityRuleId" : "DOC.16.0", - "page" : 10 - }, { - "id" : "8ffd807ffd5ca21c759c78f54cd87f4f", - "type" : "weight_behavior_changes", - "entityRuleId" : "DOC.16.0", - "page" : 10 - }, { - "id" : "9eeb75725d19bc1f13330aa9cdaa3fdc", - "type" : "weight_behavior_changes", - "entityRuleId" : "DOC.16.0", - "page" : 10 - }, { - "id" : "a74be4f45046f442315f472490e39e59", - "type" : "weight_behavior_changes", - "entityRuleId" : "DOC.16.0", - "page" : 10 - } ] - } ], - "overridden" : false - }, { - "name" : "Necropsy_Findings", - "originalValues" : [ { - "value" : "No treatment related macroscopic findings were observed. There was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy. 39", - "valueDescription" : "Joining all values of type necropsy_findings with ' '", - "componentRuleId" : "Necropsy.0.0", - "componentLogEntityReferences" : [ { - "id" : "c0c22ea4e6dda938468d4be3102334ae", - "type" : "necropsy_findings", - "entityRuleId" : "DOC.17.0", - "page" : 16 - }, { - "id" : "799d19b6a371f575c77e988ba7e23063", - "type" : "necropsy_findings", - "entityRuleId" : "DOC.17.0", - "page" : 16 - }, { - "id" : "24edc84baf21ef6bb37c5b20801d5e84", - "type" : "necropsy_findings", - "entityRuleId" : "DOC.17.0", - "page" : 16 - } ] - } ], - "values" : [ { - "value" : "No treatment related macroscopic findings were observed. There was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy. 39", - "valueDescription" : "Joining all values of type necropsy_findings with ' '", - "componentRuleId" : "Necropsy.0.0", - "componentLogEntityReferences" : [ { - "id" : "c0c22ea4e6dda938468d4be3102334ae", - "type" : "necropsy_findings", - "entityRuleId" : "DOC.17.0", - "page" : 16 - }, { - "id" : "799d19b6a371f575c77e988ba7e23063", - "type" : "necropsy_findings", - "entityRuleId" : "DOC.17.0", - "page" : 16 - }, { - "id" : "24edc84baf21ef6bb37c5b20801d5e84", - "type" : "necropsy_findings", - "entityRuleId" : "DOC.17.0", - "page" : 16 - } ] - } ], - "overridden" : false - }, { - "name" : "Deviation_from_the_Guideline", - "originalValues" : [ { - "value" : "", - "valueDescription" : "Joining all values of type with '\n'", - "componentRuleId" : "GuidelineDeviation.0.0", - "componentLogEntityReferences" : [ ] - } ], - "values" : [ { - "value" : "", - "valueDescription" : "Joining all values of type with '\n'", - "componentRuleId" : "GuidelineDeviation.0.0", - "componentLogEntityReferences" : [ ] - } ], - "overridden" : false - }, { - "name" : "Conclusion_LD50_Greater_than", - "originalValues" : [ { - "value" : "Greater than", - "valueDescription" : "Entity of type 'ld50_greater' found", - "componentRuleId" : "Conclusion.1.0", - "componentLogEntityReferences" : [ { - "id" : "311a441f815daaffc20453a79712a684", - "type" : "ld50_greater", - "entityRuleId" : "DOC.10.0", - "page" : 10 - }, { - "id" : "107db9f46656e13234c90b9a3a57b694", - "type" : "ld50_greater", - "entityRuleId" : "DOC.10.0", - "page" : 11 - }, { - "id" : "2c788c7a7118ef9bb18edf7d5e7dbc7b", - "type" : "ld50_greater", - "entityRuleId" : "DOC.10.0", - "page" : 16 - } ] - } ], - "values" : [ { - "value" : "Greater than", - "valueDescription" : "Entity of type 'ld50_greater' found", - "componentRuleId" : "Conclusion.1.0", - "componentLogEntityReferences" : [ { - "id" : "311a441f815daaffc20453a79712a684", - "type" : "ld50_greater", - "entityRuleId" : "DOC.10.0", - "page" : 10 - }, { - "id" : "107db9f46656e13234c90b9a3a57b694", - "type" : "ld50_greater", - "entityRuleId" : "DOC.10.0", - "page" : 11 - }, { - "id" : "2c788c7a7118ef9bb18edf7d5e7dbc7b", - "type" : "ld50_greater", - "entityRuleId" : "DOC.10.0", - "page" : 16 - } ] - } ], - "overridden" : false - }, { - "name" : "Conclusion_LD50_mg_per_kg", - "originalValues" : [ { - "value" : "2000", - "valueDescription" : "Joining all unique values of type ld50_value with ', '", - "componentRuleId" : "Conclusion.0.0", - "componentLogEntityReferences" : [ { - "id" : "fff9617f8d11bd678e1d17ee330d0eef", - "type" : "ld50_value", - "entityRuleId" : "DOC.10.0", - "page" : 10 - }, { - "id" : "2ef271bd35871a6266f456a7c4360042", - "type" : "ld50_value", - "entityRuleId" : "DOC.10.0", - "page" : 16 - } ] - } ], - "values" : [ { - "value" : "2000", - "valueDescription" : "Joining all unique values of type ld50_value with ', '", - "componentRuleId" : "Conclusion.0.0", - "componentLogEntityReferences" : [ { - "id" : "fff9617f8d11bd678e1d17ee330d0eef", - "type" : "ld50_value", - "entityRuleId" : "DOC.10.0", - "page" : 10 - }, { - "id" : "2ef271bd35871a6266f456a7c4360042", - "type" : "ld50_value", - "entityRuleId" : "DOC.10.0", - "page" : 16 - } ] - } ], - "overridden" : false - }, { - "name" : "Conclusion_Minimum_Confidence", - "originalValues" : [ { - "value" : "", - "valueDescription" : "Joining all unique values of type with ', '", - "componentRuleId" : "Conclusion.2.0", - "componentLogEntityReferences" : [ ] - } ], - "values" : [ { - "value" : "", - "valueDescription" : "Joining all unique values of type with ', '", - "componentRuleId" : "Conclusion.2.0", - "componentLogEntityReferences" : [ ] - } ], - "overridden" : false - }, { - "name" : "Conclusion_Maximum_Confidence", - "originalValues" : [ { - "value" : "", - "valueDescription" : "Joining all unique values of type with ', '", - "componentRuleId" : "Conclusion.3.0", - "componentLogEntityReferences" : [ ] - } ], - "values" : [ { - "value" : "", - "valueDescription" : "Joining all unique values of type with ', '", - "componentRuleId" : "Conclusion.3.0", - "componentLogEntityReferences" : [ ] - } ], - "overridden" : false - }, { - "name" : "Study_Conclusion", - "originalValues" : [ { - "value" : "The median lethal dose of SYN545192 EC (A15457H) after a single dermal administration was found to be greater than 2000 mg/kg bw in male and female CRL:(WI) rats.", - "valueDescription" : "Joining all values of type study_conclusion with ' '", - "componentRuleId" : "StudyConclusion.0.0", - "componentLogEntityReferences" : [ { - "id" : "2fd7f1df547bbea6932344ded3d0a7bb", - "type" : "study_conclusion", - "entityRuleId" : "DOC.15.0", - "page" : 10 - } ] - } ], - "values" : [ { - "value" : "The median lethal dose of SYN545192 EC (A15457H) after a single dermal administration was found to be greater than 2000 mg/kg bw in male and female CRL:(WI) rats.", - "valueDescription" : "Joining all values of type study_conclusion with ' '", - "componentRuleId" : "StudyConclusion.0.0", - "componentLogEntityReferences" : [ { - "id" : "2fd7f1df547bbea6932344ded3d0a7bb", - "type" : "study_conclusion", - "entityRuleId" : "DOC.15.0", - "page" : 10 - } ] - } ], - "overridden" : false - }, { - "name" : "laboratory_country", - "originalValues" : [ { - "value" : "Hungary", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "d469a79eedff7c52b006ae34b36a7ff8", - "type" : "laboratory_country", - "entityRuleId" : "DOC.7.2", - "page" : 1 - } ] - }, { - "value" : "Hungary", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "9593a204d3530a8bb90cab1921cf57c1", - "type" : "laboratory_country", - "entityRuleId" : "DOC.7.2", - "page" : 1 - } ] - }, { - "value" : "United Kingdom", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "1b968e9b5ce3e90e4158c5353facb78f", - "type" : "laboratory_country", - "entityRuleId" : "DOC.7.1", - "page" : 1 - } ] - } ], - "values" : [ { - "value" : "Hungary", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "d469a79eedff7c52b006ae34b36a7ff8", - "type" : "laboratory_country", - "entityRuleId" : "DOC.7.2", - "page" : 1 - } ] - }, { - "value" : "Hungary", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "9593a204d3530a8bb90cab1921cf57c1", - "type" : "laboratory_country", - "entityRuleId" : "DOC.7.2", - "page" : 1 - } ] - }, { - "value" : "United Kingdom", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "1b968e9b5ce3e90e4158c5353facb78f", - "type" : "laboratory_country", - "entityRuleId" : "DOC.7.1", - "page" : 1 - } ] - } ], - "overridden" : false - }, { - "name" : "oecd_guideline", - "originalValues" : [ { - "value" : "OECD 402 (1987)", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "0adce062717031fcb3130cb4b5121220", - "type" : "oecd_guideline", - "entityRuleId" : "DOC.1.0", - "page" : 1 - } ] - } ], - "values" : [ { - "value" : "OECD 402 (1987)", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "0adce062717031fcb3130cb4b5121220", - "type" : "oecd_guideline", - "entityRuleId" : "DOC.1.0", - "page" : 1 - } ] - } ], - "overridden" : false - }, { - "name" : "study_conclusion", - "originalValues" : [ { - "value" : "The median lethal dose of SYN545192 EC (A15457H) after a single dermal administration was found to be greater than 2000 mg/kg bw in male and female CRL:(WI) rats.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "f55749c2ff48055d2c2fa7dd08adde62", - "type" : "study_conclusion", - "entityRuleId" : "DOC.15.0", - "page" : 16 - } ] - } ], - "values" : [ { - "value" : "The median lethal dose of SYN545192 EC (A15457H) after a single dermal administration was found to be greater than 2000 mg/kg bw in male and female CRL:(WI) rats.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "f55749c2ff48055d2c2fa7dd08adde62", - "type" : "study_conclusion", - "entityRuleId" : "DOC.15.0", - "page" : 16 - } ] - } ], - "overridden" : false - }, { - "name" : "study_design", - "originalValues" : [ { - "value" : "A single administration of SYN545192 EC (A15457H) at a dose of 2000 mg/kg body weight was applied dermally to 5 male and 5 female CRL:(WI) rats, followed by a 14-day observation period. The test item was applied as supplied by the Sponsor. The application period was 24 hours.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "5da351be47fa414cfb7f833d3ca87f5e", - "type" : "study_design", - "entityRuleId" : "DOC.20.0", - "page" : 10 - } ] - }, { - "value" : "Clinical observations were assessed in all animals at 1 and 5 hours after dosing and daily for 14 days thereafter. Body weight was measured prior to dosing on Day 0 and on Days 7 and 14. All animals were euthanized and subjected to a gross macroscopic examination at the end of the 14-day observation period (Day 14).", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "a7c111ff4a0456cb14456e27df5b155b", - "type" : "study_design", - "entityRuleId" : "DOC.20.0", - "page" : 10 - } ] - }, { - "value" : "14", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "aee5552913b8d2b1fb3a57c84d82649b", - "type" : "study_design", - "entityRuleId" : "DOC.20.0", - "page" : 10 - } ] - } ], - "values" : [ { - "value" : "A single administration of SYN545192 EC (A15457H) at a dose of 2000 mg/kg body weight was applied dermally to 5 male and 5 female CRL:(WI) rats, followed by a 14-day observation period. The test item was applied as supplied by the Sponsor. The application period was 24 hours.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "5da351be47fa414cfb7f833d3ca87f5e", - "type" : "study_design", - "entityRuleId" : "DOC.20.0", - "page" : 10 - } ] - }, { - "value" : "Clinical observations were assessed in all animals at 1 and 5 hours after dosing and daily for 14 days thereafter. Body weight was measured prior to dosing on Day 0 and on Days 7 and 14. All animals were euthanized and subjected to a gross macroscopic examination at the end of the 14-day observation period (Day 14).", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "a7c111ff4a0456cb14456e27df5b155b", - "type" : "study_design", - "entityRuleId" : "DOC.20.0", - "page" : 10 - } ] - }, { - "value" : "14", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "aee5552913b8d2b1fb3a57c84d82649b", - "type" : "study_design", - "entityRuleId" : "DOC.20.0", - "page" : 10 - } ] - } ], - "overridden" : false - }, { - "name" : "test_results", - "originalValues" : [ { - "value" : "Study Title: SYN545192 EC (A15457H) - Acute Dermal Toxicity Study in Rats", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "15c7b4591b08cb8b9eae17b1e048ed62", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 5 - } ] - }, { - "value" : "Test Item: SYN545192 EC (A15457H)", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "bd2f28162667f5307980dcbefceb7b55", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 5 - } ] - }, { - "value" : "This study has been inspected, and this report audited by the Quality Assurance Unit in compliance with the Principles of Good Laboratory Practice. As far as it can be reasonably established the methods described and the results incorporated in this report accurately reflect the raw data produced during this study.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "8dd6465f6585320429690c8dfec02013", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 5 - } ] - }, { - "value" : "All inspections, data reviews and the report audit were reported in written form to the study director and to management. The dates of such inspections and of the report audit are given below:", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "142b22eb9e0c50104a33a939a1a7b3cf", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 5 - } ] - }, { - "value" : "4.2", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "4280bb81c5a58bedf7f2578ffbac9482", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 5 - } ] - }, { - "value" : "No mortality occurred on the study.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "ac4cf632670c1e6b9f29a36a2f3a1545", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "35", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "7ef3c9a644f708038fd627ce289b6fec", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "There were no adverse clinical signs noted in any animals throughout the study.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "c6988066e4ea1b9fca609f2d04bc68ee", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "36", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "41e6e61eb69d675d15ad0510a58e5ac8", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "Erythema was noted in all animals (10/10) on Day 1. All animals were symptom free from 2 days after the treatment.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "29fa49dda60b8e8a243e2f46a9a9b66a", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "37", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "a49264ce0b7d01cb9e5ac6c439fc21b9", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "There were no effects on either body weight or body weight gain in any animal.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "89500fb07a64791681bc4e93edf5f950", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "38", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "f0cd5807ab584affe57e44d8744256ef", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "No treatment related macroscopic findings were observed.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "aee6af989b1c6da3cc371929fe92b707", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "There was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "971796cd69839b6715ef11dadff12960", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "39", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "a3957a14b4e31bcfe42ba11e85cce322", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - } ], - "values" : [ { - "value" : "Study Title: SYN545192 EC (A15457H) - Acute Dermal Toxicity Study in Rats", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "15c7b4591b08cb8b9eae17b1e048ed62", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 5 - } ] - }, { - "value" : "Test Item: SYN545192 EC (A15457H)", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "bd2f28162667f5307980dcbefceb7b55", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 5 - } ] - }, { - "value" : "This study has been inspected, and this report audited by the Quality Assurance Unit in compliance with the Principles of Good Laboratory Practice. As far as it can be reasonably established the methods described and the results incorporated in this report accurately reflect the raw data produced during this study.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "8dd6465f6585320429690c8dfec02013", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 5 - } ] - }, { - "value" : "All inspections, data reviews and the report audit were reported in written form to the study director and to management. The dates of such inspections and of the report audit are given below:", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "142b22eb9e0c50104a33a939a1a7b3cf", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 5 - } ] - }, { - "value" : "4.2", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "4280bb81c5a58bedf7f2578ffbac9482", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 5 - } ] - }, { - "value" : "No mortality occurred on the study.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "ac4cf632670c1e6b9f29a36a2f3a1545", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "35", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "7ef3c9a644f708038fd627ce289b6fec", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "There were no adverse clinical signs noted in any animals throughout the study.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "c6988066e4ea1b9fca609f2d04bc68ee", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "36", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "41e6e61eb69d675d15ad0510a58e5ac8", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "Erythema was noted in all animals (10/10) on Day 1. All animals were symptom free from 2 days after the treatment.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "29fa49dda60b8e8a243e2f46a9a9b66a", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "37", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "a49264ce0b7d01cb9e5ac6c439fc21b9", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "There were no effects on either body weight or body weight gain in any animal.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "89500fb07a64791681bc4e93edf5f950", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "38", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "f0cd5807ab584affe57e44d8744256ef", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "No treatment related macroscopic findings were observed.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "aee6af989b1c6da3cc371929fe92b707", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "There was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy.", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "971796cd69839b6715ef11dadff12960", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - }, { - "value" : "39", - "valueDescription" : "Unmapped Entity", - "componentRuleId" : "DefaultComponents.999.0", - "componentLogEntityReferences" : [ { - "id" : "a3957a14b4e31bcfe42ba11e85cce322", - "type" : "test_results", - "entityRuleId" : "DOC.24.1", - "page" : 16 - } ] - } ], - "overridden" : false - } ] + "analysisNumber": 2, + "componentRulesVersion": 1, + "componentLogEntries": [ + { + "name": "Study_Title", + "originalValues": [ + { + "value": "SYN545192 EC (A15457H) - Acute Dermal Toxicity Study in Rats", + "valueDescription": "First found value of type title or else ''", + "componentRuleId": "StudyTitle.0.0", + "componentLogEntityReferences": [ + { + "id": "fdc33ec238d48f3f5c9611ea4ba3ae1b", + "type": "title", + "entityRuleId": "DOC.6.1", + "page": 1 + } + ] + } + ], + "values": [ + { + "value": "SYN545192 EC (A15457H) - Acute Dermal Toxicity Study in Rats", + "valueDescription": "First found value of type title or else ''", + "componentRuleId": "StudyTitle.0.0", + "componentLogEntityReferences": [ + { + "id": "fdc33ec238d48f3f5c9611ea4ba3ae1b", + "type": "title", + "entityRuleId": "DOC.6.1", + "page": 1 + } + ] + } + ], + "overridden": false + }, + { + "name": "Performing_Laboratory", + "originalValues": [ + { + "value": "CiToxLAB Hungary Ltd., Hungary", + "valueDescription": "Laboratory name and country found!", + "componentRuleId": "PerformingLaboratory.1.0", + "componentLogEntityReferences": [ + { + "id": "f872738237a85170cb073b6220b98e65", + "type": "laboratory_name", + "entityRuleId": "DOC.7.2", + "page": 1 + }, + { + "id": "1c6dade9e8ea1a6f5e1b83da05f11368", + "type": "laboratory_country", + "entityRuleId": "DOC.7.2", + "page": 1 + } + ] + } + ], + "values": [ + { + "value": "CiToxLAB Hungary Ltd., Hungary", + "valueDescription": "Laboratory name and country found!", + "componentRuleId": "PerformingLaboratory.1.0", + "componentLogEntityReferences": [ + { + "id": "f872738237a85170cb073b6220b98e65", + "type": "laboratory_name", + "entityRuleId": "DOC.7.2", + "page": 1 + }, + { + "id": "1c6dade9e8ea1a6f5e1b83da05f11368", + "type": "laboratory_country", + "entityRuleId": "DOC.7.2", + "page": 1 + } + ] + } + ], + "overridden": false + }, + { + "name": "Report_Number", + "originalValues": [ + { + "value": "12/063-002P", + "valueDescription": "First found value of type report_number or else ''", + "componentRuleId": "ReportNumber.0.0", + "componentLogEntityReferences": [ + { + "id": "8ac7d1ad2d1614527bbb055cebb3824f", + "type": "report_number", + "entityRuleId": "DOC.2.0", + "page": 1 + } + ] + } + ], + "values": [ + { + "value": "12/063-002P", + "valueDescription": "First found value of type report_number or else ''", + "componentRuleId": "ReportNumber.0.0", + "componentLogEntityReferences": [ + { + "id": "8ac7d1ad2d1614527bbb055cebb3824f", + "type": "report_number", + "entityRuleId": "DOC.2.0", + "page": 1 + } + ] + } + ], + "overridden": false + }, + { + "name": "GLP_Study", + "originalValues": [ + { + "value": "Yes", + "valueDescription": "Yes if present, No if not", + "componentRuleId": "GLPStudy.0.0", + "componentLogEntityReferences": [ + { + "id": "23cacb7ae621b9cdf987f50e3bdd115b", + "type": "glp_study", + "entityRuleId": "DOC.8.0", + "page": 3 + }, + { + "id": "fcd231292774563c812cddcf4d78c1f5", + "type": "glp_study", + "entityRuleId": "DOC.8.0", + "page": 25 + } + ] + } + ], + "values": [ + { + "value": "Yes", + "valueDescription": "Yes if present, No if not", + "componentRuleId": "GLPStudy.0.0", + "componentLogEntityReferences": [ + { + "id": "23cacb7ae621b9cdf987f50e3bdd115b", + "type": "glp_study", + "entityRuleId": "DOC.8.0", + "page": 3 + }, + { + "id": "fcd231292774563c812cddcf4d78c1f5", + "type": "glp_study", + "entityRuleId": "DOC.8.0", + "page": 25 + } + ] + } + ], + "overridden": false + }, + { + "name": "Test_Guidelines_1", + "originalValues": [ + { + "value": "Nº 402: Acute Dermal Toxicity (24/02/1987)", + "valueDescription": "OECD Number and guideline year mapped!", + "componentRuleId": "TestGuideline.0.0", + "componentLogEntityReferences": [ + { + "id": "911e8b6737c9529a40590dbf6778c24b", + "type": "oecd_guideline_number", + "entityRuleId": "DOC.1.0", + "page": 1 + }, + { + "id": "962c4942cd62f0103b1bf5759e2e1b1a", + "type": "oecd_guideline_year", + "entityRuleId": "DOC.1.0", + "page": 1 + } + ] + } + ], + "values": [ + { + "value": "Nº 402: Acute Dermal Toxicity (24/02/1987)", + "valueDescription": "OECD Number and guideline year mapped!", + "componentRuleId": "TestGuideline.0.0", + "componentLogEntityReferences": [ + { + "id": "911e8b6737c9529a40590dbf6778c24b", + "type": "oecd_guideline_number", + "entityRuleId": "DOC.1.0", + "page": 1 + }, + { + "id": "962c4942cd62f0103b1bf5759e2e1b1a", + "type": "oecd_guideline_year", + "entityRuleId": "DOC.1.0", + "page": 1 + } + ] + } + ], + "overridden": false + }, + { + "name": "Test_Guidelines_2", + "originalValues": [ + { + "value": "EPA OPPTS 870.1200 (1998), EC 440/2008 (2008)", + "valueDescription": "Joining all values of type ec_guideline, epa_guideline with ', '", + "componentRuleId": "TestGuideline.2.0", + "componentLogEntityReferences": [ + { + "id": "506ef85dd4dcb0a2df24d203ad21d220", + "type": "epa_guideline", + "entityRuleId": "DOC.1.0", + "page": 1 + }, + { + "id": "09c476952cbc59e3661b03cd38d463e7", + "type": "ec_guideline", + "entityRuleId": "DOC.1.0", + "page": 1 + } + ] + } + ], + "values": [ + { + "value": "EPA OPPTS 870.1200 (1998), EC 440/2008 (2008)", + "valueDescription": "Joining all values of type ec_guideline, epa_guideline with ', '", + "componentRuleId": "TestGuideline.2.0", + "componentLogEntityReferences": [ + { + "id": "506ef85dd4dcb0a2df24d203ad21d220", + "type": "epa_guideline", + "entityRuleId": "DOC.1.0", + "page": 1 + }, + { + "id": "09c476952cbc59e3661b03cd38d463e7", + "type": "ec_guideline", + "entityRuleId": "DOC.1.0", + "page": 1 + } + ] + } + ], + "overridden": false + }, + { + "name": "Experimental_Starting_Date", + "originalValues": [ + { + "value": "21/03/2012", + "valueDescription": "Convert values of type 'experimental_start_date' to dd/MM/yyyy joined with ', '", + "componentRuleId": "StartDate.0.0", + "componentLogEntityReferences": [ + { + "id": "decf41962064ede79b213035f34862b3", + "type": "experimental_start_date", + "entityRuleId": "DOC.3.0", + "page": 7 + } + ] + } + ], + "values": [ + { + "value": "21/03/2012", + "valueDescription": "Convert values of type 'experimental_start_date' to dd/MM/yyyy joined with ', '", + "componentRuleId": "StartDate.0.0", + "componentLogEntityReferences": [ + { + "id": "decf41962064ede79b213035f34862b3", + "type": "experimental_start_date", + "entityRuleId": "DOC.3.0", + "page": 7 + } + ] + } + ], + "overridden": false + }, + { + "name": "Experimental_Completion_Date", + "originalValues": [ + { + "value": "04/04/2012", + "valueDescription": "Convert values of type 'experimental_end_date' to dd/MM/yyyy joined with ', '", + "componentRuleId": "CompletionDate.0.0", + "componentLogEntityReferences": [ + { + "id": "346a5ce1bd59081c74885078af715284", + "type": "experimental_end_date", + "entityRuleId": "DOC.4.0", + "page": 7 + } + ] + } + ], + "values": [ + { + "value": "04/04/2012", + "valueDescription": "Convert values of type 'experimental_end_date' to dd/MM/yyyy joined with ', '", + "componentRuleId": "CompletionDate.0.0", + "componentLogEntityReferences": [ + { + "id": "346a5ce1bd59081c74885078af715284", + "type": "experimental_end_date", + "entityRuleId": "DOC.4.0", + "page": 7 + } + ] + } + ], + "overridden": false + }, + { + "name": "Certificate_of_Analysis_Batch_Identification", + "originalValues": [ + { + "value": "SMU1LP001", + "valueDescription": "Joining all unique values of type batch_number with ', '", + "componentRuleId": "AnalysisCertificate.0.0", + "componentLogEntityReferences": [ + { + "id": "93b7180cb815e41a53a3f1340776dcf2", + "type": "batch_number", + "entityRuleId": "DOC.9.1", + "page": 12 + }, + { + "id": "e0cb8bec3a8568335eae3d8776237c8f", + "type": "batch_number", + "entityRuleId": "DOC.9.0", + "page": 23 + } + ] + } + ], + "values": [ + { + "value": "SMU1LP001", + "valueDescription": "Joining all unique values of type batch_number with ', '", + "componentRuleId": "AnalysisCertificate.0.0", + "componentLogEntityReferences": [ + { + "id": "93b7180cb815e41a53a3f1340776dcf2", + "type": "batch_number", + "entityRuleId": "DOC.9.1", + "page": 12 + }, + { + "id": "e0cb8bec3a8568335eae3d8776237c8f", + "type": "batch_number", + "entityRuleId": "DOC.9.0", + "page": 23 + } + ] + } + ], + "overridden": false + }, + { + "name": "Species", + "originalValues": [ + { + "value": "rats", + "valueDescription": "First found value of type species or else ''", + "componentRuleId": "Species.0.0", + "componentLogEntityReferences": [ + { + "id": "b897fbedc847ea1d23f349e5350bc8f1", + "type": "species", + "entityRuleId": "DOC.5.2", + "page": 14 + }, + { + "id": "f5d80ce83f739506f95420a375c8effa", + "type": "species", + "entityRuleId": "DOC.5.2", + "page": 14 + }, + { + "id": "4f8b024892a7ee7826a7638833ed0de2", + "type": "species", + "entityRuleId": "DOC.5.2", + "page": 14 + } + ] + } + ], + "values": [ + { + "value": "rats", + "valueDescription": "First found value of type species or else ''", + "componentRuleId": "Species.0.0", + "componentLogEntityReferences": [ + { + "id": "b897fbedc847ea1d23f349e5350bc8f1", + "type": "species", + "entityRuleId": "DOC.5.2", + "page": 14 + }, + { + "id": "f5d80ce83f739506f95420a375c8effa", + "type": "species", + "entityRuleId": "DOC.5.2", + "page": 14 + }, + { + "id": "4f8b024892a7ee7826a7638833ed0de2", + "type": "species", + "entityRuleId": "DOC.5.2", + "page": 14 + } + ] + } + ], + "overridden": false + }, + { + "name": "Strain", + "originalValues": [ + { + "value": "CRL:(WI)", + "valueDescription": "First found value of type strain or else ''", + "componentRuleId": "Strain.0.0", + "componentLogEntityReferences": [ + { + "id": "b9784d1fa897ade518e807b3e371b275", + "type": "strain", + "entityRuleId": "DOC.5.3", + "page": 14 + } + ] + } + ], + "values": [ + { + "value": "CRL:(WI)", + "valueDescription": "First found value of type strain or else ''", + "componentRuleId": "Strain.0.0", + "componentLogEntityReferences": [ + { + "id": "b9784d1fa897ade518e807b3e371b275", + "type": "strain", + "entityRuleId": "DOC.5.3", + "page": 14 + } + ] + } + ], + "overridden": false + }, + { + "name": "Doses_mg_per_kg_bw", + "originalValues": [ + { + "value": "A single administration of SYN545192 EC (A15457H) at a dose of 2000 mg/kg body weight was applied dermally to 5 male and 5 female CRL:(WI) rats, followed by a 14-day observation period. The test item was applied as supplied by the Sponsor. The application period was 24 hours. Clinical observations were assessed in all animals at 1 and 5 hours after dosing and daily for 14 days thereafter. Body weight was measured prior to dosing on Day 0 and on Days 7 and 14. All animals were euthanized and subjected to a gross macroscopic examination at the end of the 14-day observation period (Day 14). 14", + "valueDescription": "Joining all values of type doses_(mg_kg_bw) with ' '", + "componentRuleId": "Necropsy.1.0", + "componentLogEntityReferences": [ + { + "id": "c1bf6261c8dc8f8f6aa0d6fe5c6553bd", + "type": "doses_(mg_kg_bw)", + "entityRuleId": "DOC.35.0", + "page": 10 + }, + { + "id": "ede065ea1725687b77490a484aa2d9e8", + "type": "doses_(mg_kg_bw)", + "entityRuleId": "DOC.35.0", + "page": 10 + }, + { + "id": "1210a0f7ffd1c0d558d330a09241bc7d", + "type": "doses_(mg_kg_bw)", + "entityRuleId": "DOC.35.0", + "page": 10 + } + ] + } + ], + "values": [ + { + "value": "A single administration of SYN545192 EC (A15457H) at a dose of 2000 mg/kg body weight was applied dermally to 5 male and 5 female CRL:(WI) rats, followed by a 14-day observation period. The test item was applied as supplied by the Sponsor. The application period was 24 hours. Clinical observations were assessed in all animals at 1 and 5 hours after dosing and daily for 14 days thereafter. Body weight was measured prior to dosing on Day 0 and on Days 7 and 14. All animals were euthanized and subjected to a gross macroscopic examination at the end of the 14-day observation period (Day 14). 14", + "valueDescription": "Joining all values of type doses_(mg_kg_bw) with ' '", + "componentRuleId": "Necropsy.1.0", + "componentLogEntityReferences": [ + { + "id": "c1bf6261c8dc8f8f6aa0d6fe5c6553bd", + "type": "doses_(mg_kg_bw)", + "entityRuleId": "DOC.35.0", + "page": 10 + }, + { + "id": "ede065ea1725687b77490a484aa2d9e8", + "type": "doses_(mg_kg_bw)", + "entityRuleId": "DOC.35.0", + "page": 10 + }, + { + "id": "1210a0f7ffd1c0d558d330a09241bc7d", + "type": "doses_(mg_kg_bw)", + "entityRuleId": "DOC.35.0", + "page": 10 + } + ] + } + ], + "overridden": false + }, + { + "name": "Mortality_Statement", + "originalValues": [ + { + "value": "No mortality occurred on the study. 35", + "valueDescription": "Joining all values of type mortality_statement with ' '", + "componentRuleId": "MortalityStatement.0.0", + "componentLogEntityReferences": [ + { + "id": "0ae4b2b53905f238cf17c20df26f209d", + "type": "mortality_statement", + "entityRuleId": "DOC.32.0", + "page": 16 + }, + { + "id": "849e9e6c36d5c510225587c21d66b18d", + "type": "mortality_statement", + "entityRuleId": "DOC.32.0", + "page": 16 + } + ] + } + ], + "values": [ + { + "value": "No mortality occurred on the study. 35", + "valueDescription": "Joining all values of type mortality_statement with ' '", + "componentRuleId": "MortalityStatement.0.0", + "componentLogEntityReferences": [ + { + "id": "0ae4b2b53905f238cf17c20df26f209d", + "type": "mortality_statement", + "entityRuleId": "DOC.32.0", + "page": 16 + }, + { + "id": "849e9e6c36d5c510225587c21d66b18d", + "type": "mortality_statement", + "entityRuleId": "DOC.32.0", + "page": 16 + } + ] + } + ], + "overridden": false + }, + { + "name": "Weight_Behavior_Changes", + "originalValues": [ + { + "value": "No mortality occurred during the study.\nNo adverse clinical signs were observed after treatment with the test item during the 14 day observation period. Erythema was noted in all animals (10/10) on Day 1 only. All animals were symptom free from 2 days after the treatment.\nThere were no treatment related effects on body weight or body weight gain during the observation period.\nThere was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy.\n15", + "valueDescription": "Joining all values of type weight_behavior_changes with '\n'", + "componentRuleId": "WeightBehavior.0.0", + "componentLogEntityReferences": [ + { + "id": "952c0822930bf5b8e2026f96cd7d9b37", + "type": "weight_behavior_changes", + "entityRuleId": "DOC.16.0", + "page": 10 + }, + { + "id": "6ce01344b447329c1afa3f1f846173f0", + "type": "weight_behavior_changes", + "entityRuleId": "DOC.16.0", + "page": 10 + }, + { + "id": "8ffd807ffd5ca21c759c78f54cd87f4f", + "type": "weight_behavior_changes", + "entityRuleId": "DOC.16.0", + "page": 10 + }, + { + "id": "9eeb75725d19bc1f13330aa9cdaa3fdc", + "type": "weight_behavior_changes", + "entityRuleId": "DOC.16.0", + "page": 10 + }, + { + "id": "a74be4f45046f442315f472490e39e59", + "type": "weight_behavior_changes", + "entityRuleId": "DOC.16.0", + "page": 10 + } + ] + } + ], + "values": [ + { + "value": "No mortality occurred during the study.\nNo adverse clinical signs were observed after treatment with the test item during the 14 day observation period. Erythema was noted in all animals (10/10) on Day 1 only. All animals were symptom free from 2 days after the treatment.\nThere were no treatment related effects on body weight or body weight gain during the observation period.\nThere was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy.\n15", + "valueDescription": "Joining all values of type weight_behavior_changes with '\n'", + "componentRuleId": "WeightBehavior.0.0", + "componentLogEntityReferences": [ + { + "id": "952c0822930bf5b8e2026f96cd7d9b37", + "type": "weight_behavior_changes", + "entityRuleId": "DOC.16.0", + "page": 10 + }, + { + "id": "6ce01344b447329c1afa3f1f846173f0", + "type": "weight_behavior_changes", + "entityRuleId": "DOC.16.0", + "page": 10 + }, + { + "id": "8ffd807ffd5ca21c759c78f54cd87f4f", + "type": "weight_behavior_changes", + "entityRuleId": "DOC.16.0", + "page": 10 + }, + { + "id": "9eeb75725d19bc1f13330aa9cdaa3fdc", + "type": "weight_behavior_changes", + "entityRuleId": "DOC.16.0", + "page": 10 + }, + { + "id": "a74be4f45046f442315f472490e39e59", + "type": "weight_behavior_changes", + "entityRuleId": "DOC.16.0", + "page": 10 + } + ] + } + ], + "overridden": false + }, + { + "name": "Necropsy_Findings", + "originalValues": [ + { + "value": "No treatment related macroscopic findings were observed. There was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy. 39", + "valueDescription": "Joining all values of type necropsy_findings with ' '", + "componentRuleId": "Necropsy.0.0", + "componentLogEntityReferences": [ + { + "id": "c0c22ea4e6dda938468d4be3102334ae", + "type": "necropsy_findings", + "entityRuleId": "DOC.17.0", + "page": 16 + }, + { + "id": "799d19b6a371f575c77e988ba7e23063", + "type": "necropsy_findings", + "entityRuleId": "DOC.17.0", + "page": 16 + }, + { + "id": "24edc84baf21ef6bb37c5b20801d5e84", + "type": "necropsy_findings", + "entityRuleId": "DOC.17.0", + "page": 16 + } + ] + } + ], + "values": [ + { + "value": "No treatment related macroscopic findings were observed. There was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy. 39", + "valueDescription": "Joining all values of type necropsy_findings with ' '", + "componentRuleId": "Necropsy.0.0", + "componentLogEntityReferences": [ + { + "id": "c0c22ea4e6dda938468d4be3102334ae", + "type": "necropsy_findings", + "entityRuleId": "DOC.17.0", + "page": 16 + }, + { + "id": "799d19b6a371f575c77e988ba7e23063", + "type": "necropsy_findings", + "entityRuleId": "DOC.17.0", + "page": 16 + }, + { + "id": "24edc84baf21ef6bb37c5b20801d5e84", + "type": "necropsy_findings", + "entityRuleId": "DOC.17.0", + "page": 16 + } + ] + } + ], + "overridden": false + }, + { + "name": "Deviation_from_the_Guideline", + "originalValues": [ + { + "value": "", + "valueDescription": "Joining all values of type with '\n'", + "componentRuleId": "GuidelineDeviation.0.0", + "componentLogEntityReferences": [] + } + ], + "values": [ + { + "value": "", + "valueDescription": "Joining all values of type with '\n'", + "componentRuleId": "GuidelineDeviation.0.0", + "componentLogEntityReferences": [] + } + ], + "overridden": false + }, + { + "name": "Conclusion_LD50_Greater_than", + "originalValues": [ + { + "value": "Greater than", + "valueDescription": "Entity of type 'ld50_greater' found", + "componentRuleId": "Conclusion.1.0", + "componentLogEntityReferences": [ + { + "id": "311a441f815daaffc20453a79712a684", + "type": "ld50_greater", + "entityRuleId": "DOC.10.0", + "page": 10 + }, + { + "id": "107db9f46656e13234c90b9a3a57b694", + "type": "ld50_greater", + "entityRuleId": "DOC.10.0", + "page": 11 + }, + { + "id": "2c788c7a7118ef9bb18edf7d5e7dbc7b", + "type": "ld50_greater", + "entityRuleId": "DOC.10.0", + "page": 16 + } + ] + } + ], + "values": [ + { + "value": "Greater than", + "valueDescription": "Entity of type 'ld50_greater' found", + "componentRuleId": "Conclusion.1.0", + "componentLogEntityReferences": [ + { + "id": "311a441f815daaffc20453a79712a684", + "type": "ld50_greater", + "entityRuleId": "DOC.10.0", + "page": 10 + }, + { + "id": "107db9f46656e13234c90b9a3a57b694", + "type": "ld50_greater", + "entityRuleId": "DOC.10.0", + "page": 11 + }, + { + "id": "2c788c7a7118ef9bb18edf7d5e7dbc7b", + "type": "ld50_greater", + "entityRuleId": "DOC.10.0", + "page": 16 + } + ] + } + ], + "overridden": false + }, + { + "name": "Conclusion_LD50_mg_per_kg", + "originalValues": [ + { + "value": "2000", + "valueDescription": "Joining all unique values of type ld50_value with ', '", + "componentRuleId": "Conclusion.0.0", + "componentLogEntityReferences": [ + { + "id": "fff9617f8d11bd678e1d17ee330d0eef", + "type": "ld50_value", + "entityRuleId": "DOC.10.0", + "page": 10 + }, + { + "id": "2ef271bd35871a6266f456a7c4360042", + "type": "ld50_value", + "entityRuleId": "DOC.10.0", + "page": 16 + } + ] + } + ], + "values": [ + { + "value": "2000", + "valueDescription": "Joining all unique values of type ld50_value with ', '", + "componentRuleId": "Conclusion.0.0", + "componentLogEntityReferences": [ + { + "id": "fff9617f8d11bd678e1d17ee330d0eef", + "type": "ld50_value", + "entityRuleId": "DOC.10.0", + "page": 10 + }, + { + "id": "2ef271bd35871a6266f456a7c4360042", + "type": "ld50_value", + "entityRuleId": "DOC.10.0", + "page": 16 + } + ] + } + ], + "overridden": false + }, + { + "name": "Conclusion_Minimum_Confidence", + "originalValues": [ + { + "value": "", + "valueDescription": "Joining all unique values of type with ', '", + "componentRuleId": "Conclusion.2.0", + "componentLogEntityReferences": [] + } + ], + "values": [ + { + "value": "", + "valueDescription": "Joining all unique values of type with ', '", + "componentRuleId": "Conclusion.2.0", + "componentLogEntityReferences": [] + } + ], + "overridden": false + }, + { + "name": "Conclusion_Maximum_Confidence", + "originalValues": [ + { + "value": "", + "valueDescription": "Joining all unique values of type with ', '", + "componentRuleId": "Conclusion.3.0", + "componentLogEntityReferences": [] + } + ], + "values": [ + { + "value": "", + "valueDescription": "Joining all unique values of type with ', '", + "componentRuleId": "Conclusion.3.0", + "componentLogEntityReferences": [] + } + ], + "overridden": false + }, + { + "name": "Study_Conclusion", + "originalValues": [ + { + "value": "The median lethal dose of SYN545192 EC (A15457H) after a single dermal administration was found to be greater than 2000 mg/kg bw in male and female CRL:(WI) rats.", + "valueDescription": "Joining all values of type study_conclusion with ' '", + "componentRuleId": "StudyConclusion.0.0", + "componentLogEntityReferences": [ + { + "id": "2fd7f1df547bbea6932344ded3d0a7bb", + "type": "study_conclusion", + "entityRuleId": "DOC.15.0", + "page": 10 + } + ] + } + ], + "values": [ + { + "value": "The median lethal dose of SYN545192 EC (A15457H) after a single dermal administration was found to be greater than 2000 mg/kg bw in male and female CRL:(WI) rats.", + "valueDescription": "Joining all values of type study_conclusion with ' '", + "componentRuleId": "StudyConclusion.0.0", + "componentLogEntityReferences": [ + { + "id": "2fd7f1df547bbea6932344ded3d0a7bb", + "type": "study_conclusion", + "entityRuleId": "DOC.15.0", + "page": 10 + } + ] + } + ], + "overridden": false + }, + { + "name": "laboratory_country", + "originalValues": [ + { + "value": "Hungary", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "d469a79eedff7c52b006ae34b36a7ff8", + "type": "laboratory_country", + "entityRuleId": "DOC.7.2", + "page": 1 + } + ] + }, + { + "value": "Hungary", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "9593a204d3530a8bb90cab1921cf57c1", + "type": "laboratory_country", + "entityRuleId": "DOC.7.2", + "page": 1 + } + ] + }, + { + "value": "United Kingdom", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "1b968e9b5ce3e90e4158c5353facb78f", + "type": "laboratory_country", + "entityRuleId": "DOC.7.1", + "page": 1 + } + ] + } + ], + "values": [ + { + "value": "Hungary", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "d469a79eedff7c52b006ae34b36a7ff8", + "type": "laboratory_country", + "entityRuleId": "DOC.7.2", + "page": 1 + } + ] + }, + { + "value": "Hungary", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "9593a204d3530a8bb90cab1921cf57c1", + "type": "laboratory_country", + "entityRuleId": "DOC.7.2", + "page": 1 + } + ] + }, + { + "value": "United Kingdom", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "1b968e9b5ce3e90e4158c5353facb78f", + "type": "laboratory_country", + "entityRuleId": "DOC.7.1", + "page": 1 + } + ] + } + ], + "overridden": false + }, + { + "name": "oecd_guideline", + "originalValues": [ + { + "value": "OECD 402 (1987)", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "0adce062717031fcb3130cb4b5121220", + "type": "oecd_guideline", + "entityRuleId": "DOC.1.0", + "page": 1 + } + ] + } + ], + "values": [ + { + "value": "OECD 402 (1987)", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "0adce062717031fcb3130cb4b5121220", + "type": "oecd_guideline", + "entityRuleId": "DOC.1.0", + "page": 1 + } + ] + } + ], + "overridden": false + }, + { + "name": "study_conclusion", + "originalValues": [ + { + "value": "The median lethal dose of SYN545192 EC (A15457H) after a single dermal administration was found to be greater than 2000 mg/kg bw in male and female CRL:(WI) rats.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "f55749c2ff48055d2c2fa7dd08adde62", + "type": "study_conclusion", + "entityRuleId": "DOC.15.0", + "page": 16 + } + ] + } + ], + "values": [ + { + "value": "The median lethal dose of SYN545192 EC (A15457H) after a single dermal administration was found to be greater than 2000 mg/kg bw in male and female CRL:(WI) rats.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "f55749c2ff48055d2c2fa7dd08adde62", + "type": "study_conclusion", + "entityRuleId": "DOC.15.0", + "page": 16 + } + ] + } + ], + "overridden": false + }, + { + "name": "study_design", + "originalValues": [ + { + "value": "A single administration of SYN545192 EC (A15457H) at a dose of 2000 mg/kg body weight was applied dermally to 5 male and 5 female CRL:(WI) rats, followed by a 14-day observation period. The test item was applied as supplied by the Sponsor. The application period was 24 hours.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "5da351be47fa414cfb7f833d3ca87f5e", + "type": "study_design", + "entityRuleId": "DOC.20.0", + "page": 10 + } + ] + }, + { + "value": "Clinical observations were assessed in all animals at 1 and 5 hours after dosing and daily for 14 days thereafter. Body weight was measured prior to dosing on Day 0 and on Days 7 and 14. All animals were euthanized and subjected to a gross macroscopic examination at the end of the 14-day observation period (Day 14).", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "a7c111ff4a0456cb14456e27df5b155b", + "type": "study_design", + "entityRuleId": "DOC.20.0", + "page": 10 + } + ] + }, + { + "value": "14", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "aee5552913b8d2b1fb3a57c84d82649b", + "type": "study_design", + "entityRuleId": "DOC.20.0", + "page": 10 + } + ] + } + ], + "values": [ + { + "value": "A single administration of SYN545192 EC (A15457H) at a dose of 2000 mg/kg body weight was applied dermally to 5 male and 5 female CRL:(WI) rats, followed by a 14-day observation period. The test item was applied as supplied by the Sponsor. The application period was 24 hours.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "5da351be47fa414cfb7f833d3ca87f5e", + "type": "study_design", + "entityRuleId": "DOC.20.0", + "page": 10 + } + ] + }, + { + "value": "Clinical observations were assessed in all animals at 1 and 5 hours after dosing and daily for 14 days thereafter. Body weight was measured prior to dosing on Day 0 and on Days 7 and 14. All animals were euthanized and subjected to a gross macroscopic examination at the end of the 14-day observation period (Day 14).", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "a7c111ff4a0456cb14456e27df5b155b", + "type": "study_design", + "entityRuleId": "DOC.20.0", + "page": 10 + } + ] + }, + { + "value": "14", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "aee5552913b8d2b1fb3a57c84d82649b", + "type": "study_design", + "entityRuleId": "DOC.20.0", + "page": 10 + } + ] + } + ], + "overridden": false + }, + { + "name": "test_results", + "originalValues": [ + { + "value": "Study Title: SYN545192 EC (A15457H) - Acute Dermal Toxicity Study in Rats", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "15c7b4591b08cb8b9eae17b1e048ed62", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 5 + } + ] + }, + { + "value": "Test Item: SYN545192 EC (A15457H)", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "bd2f28162667f5307980dcbefceb7b55", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 5 + } + ] + }, + { + "value": "This study has been inspected, and this report audited by the Quality Assurance Unit in compliance with the Principles of Good Laboratory Practice. As far as it can be reasonably established the methods described and the results incorporated in this report accurately reflect the raw data produced during this study.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "8dd6465f6585320429690c8dfec02013", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 5 + } + ] + }, + { + "value": "All inspections, data reviews and the report audit were reported in written form to the study director and to management. The dates of such inspections and of the report audit are given below:", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "142b22eb9e0c50104a33a939a1a7b3cf", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 5 + } + ] + }, + { + "value": "4.2", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "4280bb81c5a58bedf7f2578ffbac9482", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 5 + } + ] + }, + { + "value": "No mortality occurred on the study.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "ac4cf632670c1e6b9f29a36a2f3a1545", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "35", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "7ef3c9a644f708038fd627ce289b6fec", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "There were no adverse clinical signs noted in any animals throughout the study.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "c6988066e4ea1b9fca609f2d04bc68ee", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "36", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "41e6e61eb69d675d15ad0510a58e5ac8", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "Erythema was noted in all animals (10/10) on Day 1. All animals were symptom free from 2 days after the treatment.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "29fa49dda60b8e8a243e2f46a9a9b66a", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "37", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "a49264ce0b7d01cb9e5ac6c439fc21b9", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "There were no effects on either body weight or body weight gain in any animal.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "89500fb07a64791681bc4e93edf5f950", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "38", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "f0cd5807ab584affe57e44d8744256ef", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "No treatment related macroscopic findings were observed.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "aee6af989b1c6da3cc371929fe92b707", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "There was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "971796cd69839b6715ef11dadff12960", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "39", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "a3957a14b4e31bcfe42ba11e85cce322", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + } + ], + "values": [ + { + "value": "Study Title: SYN545192 EC (A15457H) - Acute Dermal Toxicity Study in Rats", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "15c7b4591b08cb8b9eae17b1e048ed62", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 5 + } + ] + }, + { + "value": "Test Item: SYN545192 EC (A15457H)", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "bd2f28162667f5307980dcbefceb7b55", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 5 + } + ] + }, + { + "value": "This study has been inspected, and this report audited by the Quality Assurance Unit in compliance with the Principles of Good Laboratory Practice. As far as it can be reasonably established the methods described and the results incorporated in this report accurately reflect the raw data produced during this study.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "8dd6465f6585320429690c8dfec02013", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 5 + } + ] + }, + { + "value": "All inspections, data reviews and the report audit were reported in written form to the study director and to management. The dates of such inspections and of the report audit are given below:", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "142b22eb9e0c50104a33a939a1a7b3cf", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 5 + } + ] + }, + { + "value": "4.2", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "4280bb81c5a58bedf7f2578ffbac9482", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 5 + } + ] + }, + { + "value": "No mortality occurred on the study.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "ac4cf632670c1e6b9f29a36a2f3a1545", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "35", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "7ef3c9a644f708038fd627ce289b6fec", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "There were no adverse clinical signs noted in any animals throughout the study.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "c6988066e4ea1b9fca609f2d04bc68ee", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "36", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "41e6e61eb69d675d15ad0510a58e5ac8", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "Erythema was noted in all animals (10/10) on Day 1. All animals were symptom free from 2 days after the treatment.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "29fa49dda60b8e8a243e2f46a9a9b66a", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "37", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "a49264ce0b7d01cb9e5ac6c439fc21b9", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "There were no effects on either body weight or body weight gain in any animal.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "89500fb07a64791681bc4e93edf5f950", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "38", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "f0cd5807ab584affe57e44d8744256ef", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "No treatment related macroscopic findings were observed.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "aee6af989b1c6da3cc371929fe92b707", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "There was no evidence of the test item-related observations at a dose level of 2000 mg/kg bw at necropsy.", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "971796cd69839b6715ef11dadff12960", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + }, + { + "value": "39", + "valueDescription": "Unmapped Entity", + "componentRuleId": "DefaultComponents.999.0", + "componentLogEntityReferences": [ + { + "id": "a3957a14b4e31bcfe42ba11e85cce322", + "type": "test_results", + "entityRuleId": "DOC.24.1", + "page": 16 + } + ] + } + ], + "overridden": false + } + ] } \ No newline at end of file diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/entityLogWithParagraphIdx.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/entityLogWithParagraphIdx.json index 29a2380..0ab31be 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/entityLogWithParagraphIdx.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/entityLogWithParagraphIdx.json @@ -116,7 +116,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -221,7 +221,7 @@ "value": "Maximiliam Schmitt", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -275,7 +275,7 @@ "value": "food-industry@korea.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -328,7 +328,7 @@ "value": "gordonjcp@msn.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -380,7 +380,7 @@ "value": "Ranya Eikenboom", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -432,7 +432,7 @@ "value": "maximiliamschmitt@t-online.de", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -486,7 +486,7 @@ "value": "Siegfried", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -538,7 +538,7 @@ "value": "+81 764770164", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -592,7 +592,7 @@ "value": "Doe J.", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 0, @@ -724,7 +724,7 @@ "value": "+274 1432 8933", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -778,7 +778,7 @@ "value": "Xinyi Y. Tao", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -830,7 +830,7 @@ "value": "+274 1432 8933", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -884,7 +884,7 @@ "value": "+27414328992", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -938,7 +938,7 @@ "value": "Naka-27 Aomachi, Nomi, Ishikawa 923-1101, Japan, JP", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -990,7 +990,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -1042,7 +1042,7 @@ "value": "+274 34223331", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1148,7 +1148,7 @@ "value": "CTL/with dictionary entry 1234 with Slash", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 5, @@ -1200,7 +1200,7 @@ "value": "+274 1432 8991", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1306,7 +1306,7 @@ "value": "+82 122 34180", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -1359,7 +1359,7 @@ "value": "David Ksenia", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -1411,7 +1411,7 @@ "value": "Schmitt", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -1463,7 +1463,7 @@ "value": "Emilia Lockhart", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -1571,7 +1571,7 @@ "value": "+82 122 34180", "reason": "Found after \"Fax:\" contact keyword", "matchedRule": "PII.4.2", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -1623,7 +1623,7 @@ "value": "maximiliamschmitt@t-online.de", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1677,7 +1677,7 @@ "value": "Seriknowmobil@co.uk", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1731,7 +1731,7 @@ "value": "Özgür U. Reyhan", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -1783,7 +1783,7 @@ "value": "Central Research Industry", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1837,7 +1837,7 @@ "value": "+81 6653 44563", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -1891,7 +1891,7 @@ "value": "+81 6653 44563", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -2053,7 +2053,7 @@ "value": "+274 1432 8990", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -2107,7 +2107,7 @@ "value": "Central Research Industry", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -2215,7 +2215,7 @@ "value": "Dr. Alan Grant", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 15, @@ -2346,7 +2346,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -2404,7 +2404,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -2462,7 +2462,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -2520,7 +2520,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3334,7 +3334,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3536,7 +3536,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3594,7 +3594,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3652,7 +3652,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3737,7 +3737,7 @@ "value": "Dr. Alan Grant Rule 33/34: If Text contains \"Performing Lab\" and \"Lab Project ID\", then Redact everything between Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No Study Report___ PERFORMING LABORATORY: Umbrella Corporation LABORATORY PROJECT ID: Number 20201/33991/ERZAT/21 Rule 35/36/37/38: ?? Tba Rule 39: Purity Hint Add Purity as Hint when Percent-Numbers is there Test Item: Soda Purity: 45% ← should be Hint Purity: <45% ← should be Hint Purity: >45% ← should be Hint Purity: 101% ← should ne be Hint because >100 % is not possible Purity: =>45% ← should be not Hint because additional symbols Purity: =<45% ← should be not Hint because additional symbols Purity: aa 45% ← should be not Hint because additional symbols Purity: 45% aa ← should be not Hint because additional symbols Purity: aa45% ← should be not Hint because additional symbols Purity: 45%aa ← should be not Hint because additional symbols Product-Code: EAK-L443 purity: 99% ← not Hint because case sensitive purity: >99% ← not Hint because case sensitive purity: <99% ← not Hint because case sensitive Supplier: GreenForce Test Item: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Purity: Product-Code: purity: purity: purity: Supplier: Soda 45% <45% >45% 101% =>45% =<45% aa 45% 45% aa aa45% 45%aa EAK-L443 99% ← not Hint because case sensitive >99% ← not Hint because case sensitive <99% ← not Hint because case sensitive GreenForce ← should be Hint ← should be Hint ← should be Hint ← should ne be Hint because >100 % is not possible ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols ← should be not Hint because additional symbols Rule 40: Ignore Dossier-Redaction if Confidentiality is not set Dont redact Dossier-Redaction if Confidentiality is not set in file attributes Excepteur sint occaecat cupidatat non proident, myDossierRedaction sunt in culpa qui officia deserunt mollit anim id est laborum. Rule 41/42: Redact Signatures Redact when Vertebrate Study is Yes Redact when Vertebrate Study is No __________________________ __________________________ Signed by: Dilara Sonnenschein Signed by: Tobias Müller __________________________ Signed by: Dilara Sonnenschein __________________________ Signed by: Tobias Müller Rule 43: Redact Logo Redact Logo only if Vertebrate Study is Yes, else do nothing (skipped) This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Header This is a Page-Footer This is a Page-Footer Dont redact here because of missing second key; Species: Mouse; Omni Consumer Products Dont redact here because missing second keyword; Species: Mouse, Resources Development Administration This is a Page-Footer This is a Page-Footer This is a Page-Footer This is a Page-Footer", "reason": "AUTHOR(S) was found", "matchedRule": "CBI.23.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [], "closestHeadline": "Rule 0: Expand CBI Authors with firstname initials ", @@ -3795,7 +3795,7 @@ "value": "CTL with dictionary entry 5678 without Slash", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 5, @@ -3847,7 +3847,7 @@ "value": "Riddley Scott", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -3900,7 +3900,7 @@ "value": "library@outlook.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -3952,7 +3952,7 @@ "value": "Maximiliam Schmitt", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4006,7 +4006,7 @@ "value": "example@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -4060,7 +4060,7 @@ "value": "Jill Valentine", "reason": "Found after \"Contact:\" contact keyword", "matchedRule": "PII.5.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -4112,7 +4112,7 @@ "value": "Kong", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -4220,7 +4220,7 @@ "value": "493 1223 4592", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -4382,7 +4382,7 @@ "value": "example@mail.com", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4436,7 +4436,7 @@ "value": "+49 2113 2311 563", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -4544,7 +4544,7 @@ "value": "+49 2113 2311 563", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4598,7 +4598,7 @@ "value": "Emilia Lockhart", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -4652,7 +4652,7 @@ "value": "Max Mustermann", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -4756,7 +4756,7 @@ "value": "maximiliamschmitt@arcor.de", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4864,7 +4864,7 @@ "value": "+274 1432 8991", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -4918,7 +4918,7 @@ "value": "kawasaki@me.com", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -4970,7 +4970,7 @@ "value": "Seriknowmobil@co.uk", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5024,7 +5024,7 @@ "value": "This is a special case, everything between this and the next keyword should be redacted", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5086,7 +5086,7 @@ "value": "Feuer A.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -5247,7 +5247,7 @@ "value": "+275 5678 1234 132", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5458,7 +5458,7 @@ "value": "Sude Halide Nurullah", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -5510,7 +5510,7 @@ "value": "Key", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 8, @@ -5616,7 +5616,7 @@ "value": "Funnarie B.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -5671,7 +5671,7 @@ "value": "European Central Institute", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5725,7 +5725,7 @@ "value": "+274 1432 8990", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -5779,7 +5779,7 @@ "value": "+274 34223331", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -5833,7 +5833,7 @@ "value": "dinther@comcast.net", "reason": "Found by Email Regex", "matchedRule": "PII.1.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 11, @@ -5885,7 +5885,7 @@ "value": "M. Mustermann", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 0, @@ -5989,7 +5989,7 @@ "value": "Charalampos Schenk", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 1, @@ -6041,7 +6041,7 @@ "value": "BL with dictionary entry 5678 without Slash", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 5, @@ -6093,7 +6093,7 @@ "value": "+27414328992", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -6147,7 +6147,7 @@ "value": "+82 122 34188", "reason": "Found after \"Phone:\" contact keyword", "matchedRule": "PII.4.2", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -6251,7 +6251,7 @@ "value": "+81 764770164", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -6305,7 +6305,7 @@ "value": "+82 122 34188", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -6358,7 +6358,7 @@ "value": "Michael N.", "reason": "Author(s) found", "matchedRule": "CBI.9.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 4, @@ -6413,7 +6413,7 @@ "value": "Desiree", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -6465,7 +6465,7 @@ "value": "493 1223 4592", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -6582,7 +6582,7 @@ "value": "BL/with dictionary entry 1234 with Slash", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 5, @@ -6634,7 +6634,7 @@ "value": "C. J. Alfred", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -6686,7 +6686,7 @@ "value": "+49 2113 2311 560", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -6740,7 +6740,7 @@ "value": "B. Rahim", "reason": "Personal Information found", "matchedRule": "PII.0.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 10, @@ -6896,7 +6896,7 @@ "value": "pharma-industry@korea.com", "reason": "Found after \"E-mail:\" contact keyword", "matchedRule": "PII.4.2", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 14, @@ -6948,7 +6948,7 @@ "value": "maximiliamschmitt@arcor.de", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -7002,7 +7002,7 @@ "value": "+49 2113 2311 560", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -7110,7 +7110,7 @@ "value": "Kong", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 13, @@ -7218,7 +7218,7 @@ "value": "Melanie", "reason": "Author found by \"et al\" regex", "matchedRule": "CBI.16.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 6, @@ -7270,7 +7270,7 @@ "value": "Doe", "reason": "Author found", "matchedRule": "CBI.0.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 0, @@ -7374,7 +7374,7 @@ "value": "European Central Institute", "reason": "Applicant information was found", "matchedRule": "PII.7.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 12, @@ -7530,7 +7530,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -7580,7 +7580,7 @@ "value": "Image:Signature", "reason": "Signature Found", "matchedRule": "ETC.2.1", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 20, @@ -7680,7 +7680,7 @@ "value": "Clarissa’s Donut", "reason": "manual entries are applied by default, created by manual change", "matchedRule": "MAN.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 3, @@ -7743,7 +7743,7 @@ "value": "Simpson's To", "reason": "manual entries are applied by default, created by manual change", "matchedRule": "MAN.5.0", - "legalBasis": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "legalBasis": "personal_data_geolocation_article_39e3", "imported": false, "containingNodeId": [ 3, @@ -7803,47 +7803,56 @@ { "name": "1.1 personal data (incl. geolocation); Article 39(e)(3)", "description": "(Regulations (EU) 2016/679 and (EU) 2018/1725 shall apply to the processing of personal data carried out pursuant to this Regulation. Any personal data made public pursuant to Article 38 of this Regulation and this Article shall only be used to ensure the transparency of the risk assessment under this Regulation and shall not be further processed in a manner that is incompatible with these purposes, in accordance with point (b) of Article 5(1) of Regulation (EU) 2016/679 and point (b) of Article 4(1) of Regulation (EU) 2018/1725, as the case may be)", - "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(3) of Regulation (EC) No 178/2002", + "technicalName": "personal_data_geolocation_article_39e3" }, { "name": "1.2 vertebrate study related personal data (incl. geolocation); Article 39(e)(2)", "description": "personal data (names and addresses) of individuals involved in testing on vertebrate studies or in obtaining toxicological information", - "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002" + "reason": "Article 39(e)(2) of Regulation (EC) No 178/2002", + "technicalName": "vertebrate_study_personal_data_geolocation_article_39e2" }, { "name": "2. manufacturing or production process", "description": "the manufacturing or production process, including the method and innovative aspects thereof, as well as other technical and industrial specifications inherent to that process or method, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "manufacturing_production_process" }, { "name": "3. links between a producer and applicant", "description": "commercial links between a producer or importer and the applicant or the authorisation holder, where applicable", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No​1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "links_producer_applicant" }, { "name": "4. commercial information", "description": "commercial information revealing sourcing, market shares or business strategy of the applicant", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "commercial_information" }, { "name": "5. quantitative composition", "description": "quantitative composition of the subject matter of the request, except for information which is relevant to the assessment of safety", - "reason": "Article 63(2)(a) of Regulation (EC) No 1107/2009 (making reference to Article 39 of Regulation EC No 178/2002)" + "reason": "Article 63(2)(a) of Regulation (EC) No ​‌‌​ 1107/2009 ​‌‌​ (making reference to Article 39 of Regulation EC No 178/2002)", + "technicalName": "quantitative_composition" }, { "name": "6. specification of impurity", "description": "the specification of impurity of the active substance and the related methods of analysis for impurities in the active substance as manufactured, except for the impurities that are considered to be toxicologically, ecotoxicologically or environmentally relevant and the related methods of analysis for such impurities", - "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(b) of Regulation (EC) No 1107/2009", + "technicalName": "specification_impurity" }, { "name": "7. results of production batches", "description": "results of production batches of the active substance including impurities", - "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(c) of Regulation (EC) No 1107/2009", + "technicalName": "results_production_batches" }, { "name": "8. composition of a plant protection product", "description": "information on the complete composition of a plant protection product", - "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009" + "reason": "Article 63(2)(d) of Regulation (EC) No 1107/2009", + "technicalName": "composition_plant_protection_product" } ], "dictionaryVersion": 20, diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/fileAttributes.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/fileAttributes.json index e2206d6..646d527 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/fileAttributes.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/fileAttributes.json @@ -1,4 +1,4 @@ - [ +[ { "id": "1b5ebe26-34f2-4c3b-983d-c0f0a010302c", "csvColumnHeader": "OECD Number", diff --git a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/legalBasisMapping.json b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/legalBasisMapping.json index b2fcb59..5159fa9 100644 --- a/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/legalBasisMapping.json +++ b/redaction-report-service-v1/redaction-report-service-server-v1/src/test/resources/files/scm/legalBasisMapping.json @@ -2,6 +2,7 @@ { "name": "n-a.", "description": "n-a.", - "reason": "n-a." + "reason": "n-a.", + "technicalName": "n-a." } ] \ No newline at end of file