Implementation Guide Pseudonymization Interface for the MII
2026.0.0-ballot.1 - ci-build
Implementation Guide Pseudonymization Interface for the MII - Local Development build (v2026.0.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.0.0-ballot.1 | |||
| Active as of 2026-02-24 | 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 | target | 1..1 | Element | Specification of the pseudonymisation context on the basis of which a personal pseudonym is searched for the specified original identifiers | ||
| IN | pseudonym | 1..1 | Element | Specification of a pseudonym for which unique original values assigned in the specified pseudonymisation context are searched for | ||
| OUT | original | 1..* | ||||
| OUT | original.target | 0..1 | Element | Pseudonymisation context (identical with request) | ||
| OUT | original.value | 1..1 | Element | Original-Identifier | ||
| OUT | original.pseudonym | 0..1 | Element | Personal pseudonym (identical with request) |