Deidentification Batch Job

HealthcareFHIRDICOMMedTechIoMTHealth DataHIPAAHITRUSTCloudAzureMicrosoft

Deidentification Batch Job is an example object payload from Microsoft Azure Health Data Services, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationdataTypesourceLocationtargetLocationcustomizationOptions

Example Payload

Raw ↑
{
  "operation": "Surrogate",
  "dataType": "Text",
  "sourceLocation": {
    "location": "https://mystorageaccount.blob.core.windows.net/input-container",
    "prefix": "clinical-notes/2024/"
  },
  "targetLocation": {
    "location": "https://mystorageaccount.blob.core.windows.net/output-container",
    "prefix": "deid-notes/2024/",
    "overwrite": true
  },
  "customizationOptions": {
    "surrogationSettings": {
      "seed": "job-seed-abc123"
    }
  }
}