{ "description": "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.", "_filename": "OperationDefinition-Bundle-re-identify.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": "BundleReIdentify", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Generate Re-Identified Bundle", "package_version": "1.0.0", "status": "draft", "id": "bdb0cf6d-de44-4da4-a9a4-1628f21828aa", "resource": [ "Bundle" ], "kind": "operation", "url": "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-re-identify", "code": "reidentify", "version": "1.0.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 de-identified input bundle instance that needs to be re-identified" }, { "max": "1", "min": 0, "use": "in", "name": "context", "type": "string", "documentation": "A context value for the operation. This could be used for providing salt values, program names etc." }, { "max": "1", "min": 0, "use": "out", "name": "return", "type": "Bundle", "documentation": "Upon successful re-identification, the re-identified bundle is returned back from the service." } ] }