Implementation Guide MII Schnittstelle Pseudonymisierung
1.0.2 - ci-build
Implementation Guide MII Schnittstelle Pseudonymisierung - Local Development build (v1.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: https://medizininformatik-initiative.de/fhir/fhir-pseudonymization/OperationDefinition/DePseudonymize | Version: 1.0.2 | |||
Active as of 2025-04-08 | 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.
Generated Narrative: OperationDefinition DePseudonymize
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 | 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) |