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

Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph/ and changes regularly. See the Directory of published versions

OperationDefinition: Generate Re-Identified Bundle

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

Generates a re-identified bundle containing PHI/PII data​ ​from an instance of a previously de-identified bundle. When the re-identification algorithm is not specified by the Content IG, implementers can choose specific algorithms based on use case needs and other program/policy requirements.Errors during the execution of the operation can be returned as OperationOutcome per the FHIR spec as a return parameter.

URL: [base]/Bundle/$reidentify

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INinputBundle1..1Bundle

An de-identified input bundle instance that needs to be re-identified

INcontext0..1string

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

OUTreturn0..1Bundle

Upon successful re-identification, the re-identified bundle is returned back from the service.