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
Official URL: http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-de-identify | Version: 1.0.0 | |||
Draft as of 2020-11-19 | Computable Name: BundleDeIdentify |
Generates a de-identified bundle taking an instance of a Bundle containing PHI/PII data. The de-identification 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/$deidentify
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | inputBundle | 1..1 | Bundle | An input bundle instance that needs to be de-identified | ||
IN | context | 0..1 | string | A context value for the operation. This could be used for providing salt values, program names etc. | ||
OUT | return | 0..1 | Bundle | Upon successful de-identification, the de-identified bundle is returned back from the service. |