This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
OPERATION: BundlePseudonymize
The official URL for this operation definition is:
http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-pseudonymize
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.
URL: [base]/Bundle/$pseudonymize
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | inputBundle | 1..1 | Bundle | An input bundle instance that needs to be pseudonymized. | |
OUT | outputBundle | 0..1 | Bundle | Upon successful pseudonymization, the pseudonymized bundle is returned back from the service. | |
OUT | issues | 0..1 | OperationOutcome | A list of hints and warnings about problems encountered while pseudonymizing the bundle. |