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

Artifacts Summary

This page provides a list of the FHIR artifacts defined as part of this implementation guide.

Behavior: Operation Definitions

These are custom operations that can be supported by and/or invoked by systems conforming to this implementation guide.

anonymize-original

Anonymises a single original entry within the specified domain. The reference of original value and pseudonym is permanently and irreversibly deleted.

de-pseudonymize

Returns the original value for a given pseudonym.

delete-pseudonym

Deletes a single pseudonym-entry (identified by the original value) in the specified domain, if the configuration of this domain allows this.

pseudonymize

Generates a pseudonym for the given original value.

pseudonymize-secondary

Generation of a specific number of pseudonyms in an existing pseudonymisation context with simultaneous assignment to the given original value.

Example: Example Instances

These are example instances that show what data produced and consumed by systems conforming with this implementation guide might look like.

DePseudonymizeRequestWithStringExample

An example of a $de-pseudonymize request using a pseudonym value of type string

DePseudonymizeResponseWithStringExample

An example of a $de-pseudonymize request response

Parameters-AnonymizeOriginal-request-example-1

An example of a $anonymize-original request using a original value of type string

Parameters-AnonymizeOriginal-response-example-1

An example of a $anonymize-original request response

Parameters-DeletePseudonym-request-example-1

An example of a $delete-pseudonym request using two original values of type string

Parameters-DeletePseudonym-response-example-1

An example of a $delete-pseudonym request response

Parameters-DeletePseudonym-response-example-2

An example of a $delete-pseudonym request response with Error

Parameters-PseudonymizeSecondary-request-example-1

An example of a $pseudonymize request to create 3 secondary pseudonyms for one existing pseudonym

Parameters-PseudonymizeSecondary-response-example-1

An example of a $pseudonymize response to create 3 secondary pseudonyms for one existing pseudonym

PseudonymizeRequestWithIdentifierExample

An example of a $pseudonymize request using an original value of type identifier

PseudonymizeRequestWithStringExample

An example of a $pseudonymize request using an original value of type string

PseudonymizeResponseExample

An example of a response to a $pseudonymize request

pseudonymize-example-bundle-batch-request

An example batch bundle to create multiple pseudonyms

pseudonymize-example-bundle-batch-response

An example response bundle for the pseudonymize batch request