{ "description": "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.", "_filename": "OperationDefinition-Bundle-anonymize.json", "package_name": "hl7.fhir.us.medmorph", "date": "2020-11-19T21:48:56+10:00", "system": false, "publisher": "HL7 International - Public Health Work Group", "instance": false, "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166" } ] } ], "name": "BundleAnonymize", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Generate Anonymized Bundle", "package_version": "0.2.0", "status": "draft", "id": "71ee40de-2406-412c-8241-5c7c4ada0b77", "resource": [ "Bundle" ], "kind": "operation", "url": "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-anonymize", "code": "anonymize", "version": "0.2.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/Special/committees/pher", "system": "url" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "inputBundle", "type": "Bundle", "documentation": "An input bundle instance that needs to be anonymized." }, { "max": "1", "min": 0, "use": "out", "name": "outputBundle", "type": "Bundle", "documentation": "The anonymize bundle is returned back from the service." }, { "max": "1", "min": 0, "use": "out", "name": "issues", "type": "OperationOutcome", "documentation": "A list of hints and warnings about problems encountered while anonymizing the bundle." } ] }