Package | hl7.fhir.be.terminology |
Type | CodeSystem |
Id | be-cs-pseudonymization-type |
FHIR Version | R4 |
Source | https://hl7belgium.org/profiles/fhir/terminology/https://build.fhir.org/ig/hl7-be/terminology/CodeSystem-be-cs-pseudonymization-type.html |
URL | https://www.ehealth.fgov.be/standards/fhir/infsec/CodeSystem/be-cs-pseudonymization-type |
Version | 1.0.0 |
Status | active |
Date | 2024-11-12T09:42:51+01:00 |
Name | BeCSPseudonymizationType |
Title | Types of pseudonymization |
Realm | be |
Authority | hl7 |
Description | The technique used for pseudonymization |
Content | complete |
ValueSet | |
be-vs-pseudonymization-type | Types of pseudonymization |
be-vs-pseudonymization-type | Types of pseudonymization |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem be-cs-pseudonymization-type
This case-sensitive code system https://www.ehealth.fgov.be/standards/fhir/infsec/CodeSystem/be-cs-pseudonymization-type
defines the following codes:
Code | Display |
direct | Direct pseudonym, for text shorter than 32 bytes |
encrypted | Encrypted pseudonym, for text longer than 32 bytes |
{ "resourceType": "CodeSystem", "id": "be-cs-pseudonymization-type", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "https://www.ehealth.fgov.be/standards/fhir/infsec/CodeSystem/be-cs-pseudonymization-type", "version": "1.0.0", "name": "BeCSPseudonymizationType", "title": "Types of pseudonymization", "status": "active", "experimental": false, "date": "2024-11-12T09:42:51+01:00", "publisher": "My Organization", "contact": [ { "name": "My Organization", "telecom": [ { "system": "url", "value": "http://example.com/committees" }, { "system": "email", "value": "my-group@example.com" } ] }, { "name": "Bob Smith", "telecom": [ { "system": "email", "value": "bobsmith@example.com", "use": "work" } ] } ], "description": "The technique used for pseudonymization", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "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" } ] }