Implementation Guide MII Schnittstelle Pseudonymisierung
0.9.0 - ci-build

Implementation Guide MII Schnittstelle Pseudonymisierung - Local Development build (v0.9.0) 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-originals

Anonymises a given list of 1-n original values 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-pseudonyms

Deletes a given list of 1-n entries (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-AnonymizeOriginals-request-example-1

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

Parameters-AnonymizeOriginals-response-example-1

An example of a $anonymize-originals request response

Parameters-DeletePseudonyms-request-example-1

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

Parameters-DeletePseudonyms-response-example-1

An example of a $delete-pseudonyms request response

Parameters-PseudonymizeSecondary-request-example-1

An example of a $anonymizepseudonymize-secondary request of type string

Parameters-PseudonymizeSecondary-response-example-1

An example of a $anonymizepseudonymize-secondary request response

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