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

: Anonymization ValueSet - JSON Representation

Draft as of 2024-04-08

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "AnonymizationValueSet-IEHR",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"CodeSystem-AnonymizationType-IEHR.html\"><code>http://interopehrate.eu/fhir/CodeSystem/AnonymizationType-IEHR</code></a> where ResearchStudyAnonymization  =  true</li></ul></div>"
  },
  "url" : "http://interopehrate.eu/fhir/ValueSet/AnonymizationValueSet-IEHR",
  "version" : "1.0.0",
  "name" : "AnonymizationValueSet",
  "title" : "Anonymization ValueSet",
  "status" : "draft",
  "date" : "2024-04-08T11:24:04+00:00",
  "publisher" : "IEHR-Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/IEHR-Workgroup"
        }
      ]
    }
  ],
  "description" : "This ValueSet 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"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://interopehrate.eu/fhir/CodeSystem/AnonymizationType-IEHR",
        "filter" : [
          {
            "property" : "ResearchStudyAnonymization",
            "op" : "=",
            "value" : "true"
          }
        ]
      }
    ]
  }
}