PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.darts@1.0.0-ballot
    http://hl7.org/fhir/us/darts/OperationDefinition/de-identify
{
  "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.",
  "_filename": "OperationDefinition-de-identify.json",
  "package_name": "hl7.fhir.us.darts",
  "date": "2026-03-27T21:48:56+10:00",
  "system": true,
  "publisher": "HL7 International / Cross-Group Projects",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "Deidentify",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Generate De-identified data",
  "package_version": "1.0.0-ballot",
  "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"
      } ]
    }
  } ],
  "status": "active",
  "id": "30ae7d9d-9304-4317-a854-e057a014e905",
  "kind": "operation",
  "url": "http://hl7.org/fhir/us/darts/OperationDefinition/de-identify",
  "code": "de-identify",
  "version": "1.0.0-ballot",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/cgp",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "identifiableDataFileUrls",
    "type": "Parameters",
    "documentation": "Urls of the Input Files represented as Parameters, with the type of Resource and the URL to the NDJSON data."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "identifiableData",
    "type": "Bundle",
    "documentation": "Bundle containing identifiable data for one or more patients."
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "policy",
    "type": "string",
    "documentation": "Policy Parameter indicating the de-identification method to use."
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "de-identifiedDataFileUrls",
    "type": "Parameters",
    "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."
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "de-identifiedData",
    "type": "Bundle",
    "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."
  } ]
}