eHealth Platform Federal infsec Profiles
1.1.0 - STU1 Belgium flag

eHealth Platform Federal infsec Profiles, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/infsec/ and changes regularly. See the Directory of published versions

: Types of pseudonymization - JSON Representation

Active as of 2024-10-25

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "be-cs-pseudonymization-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem be-cs-pseudonymization-type</b></p><a name=\"be-cs-pseudonymization-type\"> </a><a name=\"hcbe-cs-pseudonymization-type\"> </a><a name=\"be-cs-pseudonymization-type-en-US\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/infsec/CodeSystem/be-cs-pseudonymization-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">direct<a name=\"be-cs-pseudonymization-type-direct\"> </a></td><td>Direct pseudonym, for text shorter than 32 bytes</td></tr><tr><td style=\"white-space:nowrap\">encrypted<a name=\"be-cs-pseudonymization-type-encrypted\"> </a></td><td>Encrypted pseudonym, for text longer than 32 bytes</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/infsec/CodeSystem/be-cs-pseudonymization-type",
  "version" : "1.1.0",
  "name" : "BeCSPseudonymizationType",
  "title" : "Types of pseudonymization",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-10-25T14:16:46+00:00",
  "publisher" : "eHealth Platform",
  "contact" : [
    {
      "name" : "eHealth Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ehealth.fgov.be/standards/fhir"
        },
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name" : "Message Structure eHealth",
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "The technique used for pseudonymization",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "direct",
      "display" : "Direct pseudonym, for text shorter than 32 bytes"
    },
    {
      "code" : "encrypted",
      "display" : "Encrypted pseudonym, for text longer than 32 bytes"
    }
  ]
}