Deidentification Text Request

HealthcareFHIRDICOMMedTechIoMTHealth DataHIPAAHITRUSTCloudAzureMicrosoft

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

Top-level fields

inputTextoperationdataTypecustomizationOptions

Example Payload

Raw ↑
{
  "inputText": "Patient John Smith, DOB 01/15/1975, SSN 123-45-6789, seen at General Hospital on 2024-01-10.",
  "operation": "Surrogate",
  "dataType": "Text",
  "customizationOptions": {
    "surrogationSettings": {
      "seed": "my-consistent-seed-42"
    }
  }
}