Implementation Guide Pseudonymization Interface for the MII
2026.1.0-ballot.1 - ci-build
Implementation Guide Pseudonymization Interface for the MII - Local Development build (v2026.1.0-ballot.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: https://www.medizininformatik-initiative.de/fhir/ext/mii-interface-module-pseudonymization/OperationDefinition/DePseudonymize | Version: 2026.1.0-ballot.1 | |||
| Active as of 2026-06-29 | Computable Name: De-Pseudonymize | |||
Returns the original value for a given pseudonym. The algorithm to be used is left to the implementers of the operation. Errors during the execution of the operation must be returned as OperationOutcome.
URL: [base]/$de-pseudonymize
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | context | 1..1 | Identifier | Specification of the pseudonymisation context on the basis of which a personal pseudonym is searched for the specified original identifiers | ||
| IN | pseudonym | 1..1 | Identifier | Specification of a pseudonym for which unique original values assigned in the specified pseudonymisation context are searched for | ||
| OUT | original | 1..* | ||||
| OUT | original.context | 0..1 | Identifier | Pseudonymisation context (identical with request) | ||
| OUT | original.value | 1..1 | Identifier | Original-Identifier | ||
| OUT | original.pseudonym | 0..1 | Identifier | Personal pseudonym (identical with request) |