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 - XML Representation

Active as of 2024-10-25

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="be-cs-pseudonymization-type"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url
       value="https://www.ehealth.fgov.be/standards/fhir/infsec/CodeSystem/be-cs-pseudonymization-type"/>
  <version value="1.1.0"/>
  <name value="BeCSPseudonymizationType"/>
  <title value="Types of pseudonymization"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-10-25T14:16:46+00:00"/>
  <publisher value="eHealth Platform"/>
  <contact>
    <name value="eHealth Platform"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.ehealth.fgov.be/standards/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="support@be-ehealth-standards.atlassian.net"/>
    </telecom>
  </contact>
  <contact>
    <name value="Message Structure eHealth"/>
    <telecom>
      <system value="email"/>
      <value value="support@be-ehealth-standards.atlassian.net"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="The technique used for pseudonymization"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="BE"/>
      <display value="Belgium"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="direct"/>
    <display value="Direct pseudonym, for text shorter than 32 bytes"/>
  </concept>
  <concept>
    <code value="encrypted"/>
    <display value="Encrypted pseudonym, for text longer than 32 bytes"/>
  </concept>
</CodeSystem>