Skip to content

Commit 16f5cd0

Browse files
authored
Update overview.md
added images, tables, changes words due to CELA recs
1 parent 61d2d13 commit 16f5cd0

File tree

1 file changed

+52
-10
lines changed

1 file changed

+52
-10
lines changed

articles/healthcare-apis/deidentification/overview.md

Lines changed: 52 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of the De-identification service in Azure Health Data Services
3-
description: Learn how the De-identification service in Azure Health Data Services de-identifies clinical data for HIPAA compliance while retaining data relevance for research and analytics.
4-
author: kimiamavon
3+
description: Learn how the De-identification service in Azure Health Data Services de-identifies clinical data, adhering to HIPAA compliance while retaining data relevance for research and analytics.
4+
author: kimiamavon-msft
55
ms.service: azure-health-data-services
66
ms.subservice: deidentification-service
77
ms.topic: overview
@@ -11,28 +11,65 @@ ms.author: kimiamavon
1111

1212
# What is the de-identification service?
1313

14-
The de-identification service in Azure Health Data Services enables healthcare organizations de-identify clinical data so that the resulting data retains its clinical relevance and distribution while also adhering to the Health Insurance Portability and Accountability Act of 1996 (HIPAA) Privacy Rule. The service uses state-of-the-art machine learning models to automatically extract, redact, or surrogate 27 entities - including the HIPAA 18 Protected Health Information (PHI) identifiers – from unstructured text such as clinical notes, transcripts, messages, or clinical trial studies.
14+
![TAGREDACTSURROGATE](https://github.com/user-attachments/assets/29271765-23e5-46f3-92e0-91c9e8b17011)
1515

16-
## Use de-identified data in research, analytics, and machine learning
16+
The de-identification service in Azure Health Data Services enables healthcare organizations to de-identify clinical data so that the resulting data retains its clinical relevance and distribution while also adhering to the Health Insurance Portability and Accountability Act of 1996 (HIPAA) Privacy Rule. The service uses state-of-the-art machine learning models to automatically extract, redact, or surrogate 27 entities - including the HIPAA 18 Protected Health Information (PHI) identifiers – from unstructured text such as clinical notes, transcripts, messages, or clinical trial studies.
1717

18-
The de-identification service unlocks data that was previously difficult to de-identify so organizations can conduct research and derive insights from analytics. The de-identification service supports three operations: **tag**, **redact**, or **surrogate PHI**. The de-identification service offers many benefits, including:
18+
## How do you benefit from de-identifying your data? 
1919

20-
- **Surrogation**: Surrogation, or replacement, is a best practice for PHI protection. The service can replace PHI elements with plausible replacement values, resulting in data that is most representative of the source data. Surrogation strengthens privacy protections as any false-negative PHI values are hidden within a document.
20+
| As a | AHDS De-identification enables you to |
21+
|-------------------------|----------------------------------------------------------------------------------------------------------|
22+
| Data Scientist | Use de-identified data to train robust machine learning models, build conversational agents, and conduct longitudinal studies. |
23+
| Data Analyst | Monitor trends, build dashboards, and analyze outcomes without compromising privacy. |
24+
| Data Engineer | Build and test dev environments using realistic, non-identifiable data for safer deployment. |
25+
| Customer Service Agent | Summarize support conversations and extract insights while maintaining patient confidentiality. |
26+
| Executive Leader (C-Suite) | Reduce risks of data exposure, enable secure data sharing, drive AI adoption responsibly, and ensure regulatory compliance. |
2127

22-
- **Consistent replacement**: Consistent surrogation results enable organizations to retain relationships occurring in the underlying dataset, which is critical for research, analytics, and machine learning. By submitting data in the same batch, our service allows for consistent replacement across entities and preserves the relative temporal relationships between events.
28+
## Why is this service the right fit for your use case?
2329

24-
- **Expanded PHI coverage**: The service expands beyond the 18 HIPAA Identifiers to provide stronger privacy protections and more fine-grained distinctions between entity types, such as distinguishing between Doctor and Patient.
30+
The de-identification service unlocks the power of your data by automating three operations:
31+
32+
- **TAG** identifies and Tags PHI in your clinical text, specifying the entity types (i.e. Patient Name, Doctor Name, Age, etc)
33+
- **REDACT** replaces the identified PHI in your clinical text with the entity types
34+
- **SURROGATE** replaces the identified PHI in your clinical text with realistic pseudonyms (names of people, organizations, hospitals) and randomizes number based PHI (dates and alphanumeric entities such as ID Numbers and more)
35+
36+
> [!TIP]
37+
> **Surrogation**, or synthetic replacement, is a best practice for PHI protection. The service can replace PHI elements with plausible replacement values, resulting in data that is most representative of the source data. Surrogation strengthens privacy protections as any false-negative PHI values are hidden within a document.
38+
39+
### **Consistent replacement to preserve patient timelines**
40+
Consistent surrogation results enable organizations to retain relationships occurring in the underlying dataset, which is critical for research, analytics, and machine learning. By submitting data in the same batch, our service allows for consistent replacement across entities and preserves the relative temporal relationships between events.
41+
42+
![consistentsurrogation](https://github.com/user-attachments/assets/9ac6532d-e21c-4b51-8a83-a89a42e1b7bb)
2543

2644
## De-identify clinical data securely and efficiently
2745

2846
The de-identification service offers many benefits, including:
2947

30-
- **PHI compliance**: The de-identification service is designed for protected health information (PHI). The service uses machine learning to identify PHI entities, including HIPAA’s 18 identifiers, using the “TAG” operation. The redaction and surrogation operations replace these identified PHI values with a tag of the entity type or a surrogate, or pseudonym. The service also meets all regional compliance requirements including HIPAA, GDPR, and the California Consumer Privacy Act (CCPA).
48+
- **Expanded PHI coverage:**
49+
The service expands beyond the 18 HIPAA Identifiers to provide stronger privacy protections and more fine-grained distinctions between entity types. It distinguishes between Doctor and Patient, and covers [27 PHI entities the service de-identifies](https://learn.microsoft.com/rest/api/health-dataplane/deidentify-text/deidentify-text?view=rest-health-dataplane-2024-11-15&tabs=HTTP#phicategory).
50+
51+
- **PHI compliance**: The de-identification service is designed for protected health information (PHI). The service uses machine learning to identify PHI entities, including HIPAA’s 18 identifiers, using the “TAG” operation. The redaction and surrogation operations replace these identified PHI values with a tag of the entity type or a surrogate, or pseudonym. The service adheres to compliance requirements such as HIPAA.
3152

3253
- **Security**: The de-identification service is a stateless service. Customer data stays within the customer’s tenant.
3354

3455
- **Role-based Access Control (RBAC)**: Azure role-based access control (RBAC) enables you to manage how your organization's data is processed, stored, and accessed. You determine who has access to de-identify datasets based on roles you define for your environment.
3556

57+
## Easy API Integration Into Your Workflow
58+
59+
![WORKFLOW](https://github.com/user-attachments/assets/3290d131-88f6-40d6-a510-f50f47f568cd)
60+
61+
Integrating Azure’s de-identification service into your environment is fast, flexible, and secure — built from the ground up to support health and life sciences workflows with minimal effort.
62+
63+
- **API-First Design:** Whether you need real-time de-identification or asynchronous batch processing from Azure Blob Storage, our REST API and SDKs provide easy integration points to fit your system.
64+
65+
- **Quick Setup:** Deploy the service in minutes using Azure Portal, ARM templates, Bicep, or CLI. You can be up and running quickly without complex configuration.
66+
67+
- **Secure Access:** Enable private endpoints using Azure Private Link to keep data traffic off the public internet.
68+
69+
- **Fully Managed Identity Support:** Use managed identities for secure, credential-free access to Azure Blob Storage.
70+
71+
- **Compliance-Ready:** The service operates within your Azure tenant and adheres with HIPAA.
72+
3673
## Synchronous or asynchronous endpoints
3774

3875
The de-identification service offers two ways to interact with the REST API or Client library (Azure SDK).
@@ -50,7 +87,12 @@ The following service limits are applicable:
5087
- Each document processed by a job can't exceed 2 MB.
5188

5289
## Pricing
53-
As with other Azure Health Data Services, you pay only for what you use. You have a monthly allotment that enables you to try the product for free.
90+
91+
Pricing is based on the amount of data de-identified by our service. You are charge $0.05 per MB, for any of the three operations we offer, whether you are using the asynchronous or synchornous endpoint.
92+
93+
This price is also displayed on our Pricing Tool page, where you can estimate the cost based on your use case: [Azure Pricing Calculator](https://azure.microsoft.com/pricing/calculator/)
94+
95+
You have also have a monthly allotment of 50 MB that enables you to try the product for free.
5496

5597
| Transformation Operation (per MB) | Up to 50 MB | Over 50 MB |
5698
| ---------------- | ------ | ---- |

0 commit comments

Comments
 (0)