Research Data Sharing IG
1.0.0 - CI Build International flag

Research Data Sharing IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/research-data-sharing/ and changes regularly. See the Directory of published versions

: Types of Anonymization - JSON Representation

Draft as of 2021-11-22

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "AnonymizationType-IEHR",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Type</b></td></tr><tr><td>ResearchStudyAnonymization</td><td>boolean</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>http://interopehrate.eu/fhir/CodeSystem/AnonymizationType-IEHR</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>ResearchStudyAnonymization</b></td></tr><tr><td style=\"white-space:nowrap\">anonymization<a name=\"AnonymizationType-IEHR-anonymization\"> </a></td><td>Anonymization</td><td>Personal information removed</td><td>true</td></tr><tr><td style=\"white-space:nowrap\">pseudonymization<a name=\"AnonymizationType-IEHR-pseudonymization\"> </a></td><td>Pseudonymization</td><td>Personal information replaced with pseudonyms</td><td>true</td></tr></table></div>"
  },
  "url" : "http://interopehrate.eu/fhir/CodeSystem/AnonymizationType-IEHR",
  "version" : "1.0.0",
  "name" : "AnonymizationType",
  "title" : "Types of Anonymization",
  "status" : "draft",
  "experimental" : true,
  "date" : "2021-11-22T11:54:11+01:00",
  "publisher" : "IEHR-Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/IEHR-Workgroup"
        }
      ]
    }
  ],
  "description" : "This CodeSystem contains the types of anonymization that are supported by the ResearchStudy",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "property" : [
    {
      "code" : "ResearchStudyAnonymization",
      "type" : "boolean"
    }
  ],
  "concept" : [
    {
      "code" : "anonymization",
      "display" : "Anonymization",
      "definition" : "Personal information removed",
      "property" : [
        {
          "code" : "ResearchStudyAnonymization",
          "valueBoolean" : true
        }
      ]
    },
    {
      "code" : "pseudonymization",
      "display" : "Pseudonymization",
      "definition" : "Personal information replaced with pseudonyms",
      "property" : [
        {
          "code" : "ResearchStudyAnonymization",
          "valueBoolean" : true
        }
      ]
    }
  ]
}