Publication Build: This will be filled in by the publication tooling
| Official URL: http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-anonymize | Version: 1.0.0 | |||
| Draft as of 2020-11-19 | Computable Name: BundleAnonymize | |||
Generates an anonymized bundle taking an instance of a Bundle containing Protected Health Information (PHI)/personally identifiable information (PII) data. The anonymization 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/$anonymize
Parameters
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | inputBundle | 1..1 | Bundle | An input bundle instance that needs to be anonymized. | ||
| 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 | The anonymized bundle is returned back from the service. |