{ "description": "Generates de-identified data from identifiable 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.", "_filename": "OperationDefinition-udsplus-de-identify.json", "package_name": "fhir.hrsa.uds-plus", "date": "2020-11-19T21:48:56+10:00", "system": true, "publisher": "HRSA BPHC", "instance": false, "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" } ] } ], "name": "UdsPlusDeIdentify", "type": "false", "experimental": null, "resourceType": "OperationDefinition", "title": "Generate De-Identified data", "package_version": "2.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://fhir.org/guides/hrsa/uds-plus/ImplementationGuide/fhir.hrsa.uds-plus" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://fhir.org/guides/hrsa/uds-plus/ImplementationGuide/fhir.hrsa.uds-plus" } ] } } ], "status": "active", "id": "7c7d4637-b577-440c-8392-e1d9b7468216", "kind": "operation", "url": "http://fhir.org/guides/hrsa/uds-plus/OperationDefinition/udsplus-de-identify", "code": "deidentify", "version": "2.0.0", "contact": [ { "telecom": [ { "value": "https://bphc.hrsa.gov/", "system": "url" } ] } ], "parameter": [ { "max": "*", "min": 1, "use": "in", "name": "inputFileUrls", "type": "Parameters", "documentation": "Urls of the Input Files represented as Parameters, with the type of Resource and the URL to the NDJSON data." }, { "max": "*", "min": 0, "use": "out", "name": "deidentifiedFileUrls", "type": "Parameters", "documentation": "Upon successful de-identification, the de-identified file Urls is returned back from the service." } ] }