{
  "resourceType" : "OperationDefinition",
  "id" : "de-identify",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition de-identify</b></p><a name=\"de-identify\"> </a><a name=\"hcde-identify\"> </a><p>URL: [base]/$de-identify</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>identifiableDataFileUrls</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>Urls of the Input Files represented as Parameters, with the type of Resource and the URL to the NDJSON data.</p>\n</div></td></tr><tr><td>IN</td><td>identifiableData</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>Bundle containing identifiable data for one or more patients.</p>\n</div></td></tr><tr><td>IN</td><td>policy</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Policy Parameter indicating the de-identification method to use.</p>\n</div></td></tr><tr><td>OUT</td><td>de-identifiedDataFileUrls</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/parameters.html\">Parameters</a></td><td/><td><div><p>Upon successful de-identification, the de-identified file Urls is returned back from the service.This output would be returned when the input is a set of NDJSON FileUrls only.</p>\n</div></td></tr><tr><td>OUT</td><td>de-identifiedData</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>Upon successful de-identification, the de-identified data is returned back from the service. This output would be returned when the input is a bundle only.</p>\n</div></td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cgp"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/us/darts/ImplementationGuide/darts"
      }]
    }
  },
  {
    "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://hl7.org/fhir/us/darts/ImplementationGuide/darts"
      }]
    }
  }],
  "url" : "http://hl7.org/fhir/us/darts/OperationDefinition/de-identify",
  "version" : "1.0.0-ballot",
  "name" : "Deidentify",
  "title" : "Generate De-identified data",
  "status" : "active",
  "kind" : "operation",
  "date" : "2026-03-27T21:48:56+10:00",
  "publisher" : "HL7 International / Cross-Group Projects",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/cgp"
    }]
  }],
  "description" : "Generates de-identified  data from identifiable data. The de-identification algorithm to be used is specified using the policy identifier. Errors during the execution of the operation can be returned as OperationOutcome per the FHIR spec as a return parameter.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "US"
    }]
  }],
  "code" : "de-identify",
  "system" : true,
  "type" : false,
  "instance" : false,
  "parameter" : [{
    "name" : "identifiableDataFileUrls",
    "use" : "in",
    "min" : 0,
    "max" : "1",
    "documentation" : "Urls of the Input Files represented as Parameters, with the type of Resource and the URL to the NDJSON data.",
    "type" : "Parameters"
  },
  {
    "name" : "identifiableData",
    "use" : "in",
    "min" : 0,
    "max" : "1",
    "documentation" : "Bundle containing identifiable data for one or more patients.",
    "type" : "Bundle"
  },
  {
    "name" : "policy",
    "use" : "in",
    "min" : 1,
    "max" : "1",
    "documentation" : "Policy Parameter indicating the de-identification method to use.",
    "type" : "string"
  },
  {
    "name" : "de-identifiedDataFileUrls",
    "use" : "out",
    "min" : 0,
    "max" : "1",
    "documentation" : "Upon successful de-identification, the de-identified file Urls is returned back from the service.This output would be returned when the input is a set of NDJSON FileUrls only.",
    "type" : "Parameters"
  },
  {
    "name" : "de-identifiedData",
    "use" : "out",
    "min" : 0,
    "max" : "1",
    "documentation" : "Upon successful de-identification, the de-identified data is returned back from the service. This output would be returned when the input is a bundle only.",
    "type" : "Bundle"
  }]
}