eHealth Platform Federal infsec Profiles
1.2.0 - STU1
This page is part of the eHealth FHIR Infrastructure and Security Profiles for Belgium (v1.2.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2024-11-12 |
{
"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.2.0",
"name" : "BeCSPseudonymizationType",
"title" : "Types of pseudonymization",
"status" : "active",
"experimental" : false,
"date" : "2024-11-12T09:42:51+01: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"
}
]
}