Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) (v1.0.0: STU1 Release 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

OperationDefinition: Generate Pseudonymized Bundle

Official URL: http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-pseudonymize Version: 1.0.0
Draft as of 2020-11-19 Computable Name: BundlePseudonymize

Generates a pseudonymized bundle taking an instance of a Bundle containing PHI/PII data. The pseudonymization algorithm to be used is left to the implementers of the operation.Errors during the execution of the operation can be returned as OperationOutcome per the FHIR spec as a return parameter.

URL: [base]/Bundle/$pseudonymize

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INinputBundle1..1Bundle

An input bundle instance that needs to be pseudonymized.

INcontext0..1string

A context value for the operation. This could be used for providing salt values, program names etc.

OUTreturn0..1Bundle

Upon successful pseudonymization, the pseudonymized bundle is returned back from the service.