You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-health-insights/oncophenotype/get-started.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Use Onco-Phenotype
2
+
title: Use OncoPhenotype
3
3
titleSuffix: Azure Health Insights
4
-
description: This article describes how to use the Onco-Phenotype
4
+
description: This article describes how to use the OncoPhenotype
5
5
services: azure-health-insights
6
6
author: iBoonZ
7
7
manager: urieinav
@@ -12,12 +12,12 @@ ms.author: behoorne
12
12
---
13
13
14
14
15
-
# Quickstart: Use the Onco-Phenotype model
15
+
# Quickstart: Use the OncoPhenotype model
16
16
17
-
This quickstart provides an overview on how to use the Onco-Phenotype.
17
+
This quickstart provides an overview on how to use the OncoPhenotype.
18
18
19
19
## Prerequisites
20
-
To use the Onco-Phenotype model, you must have a Cognitive Services account created. If you haven't already created a Cognitive Services account, see [Deploy Azure Health Insights using the Azure portal.](../deploy-portal.md)
20
+
To use the OncoPhenotype model, you must have a Cognitive Services account created. If you haven't already created a Cognitive Services account, see [Deploy Azure Health Insights using the Azure portal.](../deploy-portal.md)
21
21
22
22
Once deployment is complete, you use the Azure portal to navigate to the newly created Cognitive Services account to see the details, including your Service URL. The Service URL to access your service is: https://```YOUR-NAME```.cognitiveservices.azure.com/.
23
23
@@ -26,7 +26,7 @@ Once deployment is complete, you use the Azure portal to navigate to the newly c
26
26
27
27
To send an API request, you need your Cognitive Services account endpoint and key. You can also find a full view on the [request parameters here](../request-info.md)
28
28
29
-

29
+

30
30
31
31
> [!IMPORTANT]
32
32
> Prediction is performed upon receipt of the API request and the results will be returned asynchronously. The API results are available for 24 hours from the time the request was ingested, and is indicated in the response. After this time period, the results are purged and are no longer available for retrieval.
@@ -35,7 +35,7 @@ To send an API request, you need your Cognitive Services account endpoint and ke
35
35
36
36
### Starting with a request that contains a case
37
37
38
-
You can use the data from this example, to test your first request to the Onco-Phenotype model.
38
+
You can use the data from this example, to test your first request to the OncoPhenotype model.
39
39
40
40
```url
41
41
POST http://{cognitive-services-account-endpoint}/healthinsights/oncophenotype/jobs?api-version=2023-03-01-preview
You get the status of the job by sending a request to the Onco-Phenotype model and adding the job ID from the initial request in the URL, as seen in the code snippet:
73
+
You get the status of the job by sending a request to the OncoPhenotype model and adding the job ID from the initial request in the URL, as seen in the code snippet:
74
74
75
75
```url
76
76
GET http://{cognitive-services-account-endpoint}/healthinsights/oncophenotype/jobs/385903b2-ab21-4f9e-a011-43b01f78f04e?api-version=2023-03-01-preview
@@ -141,7 +141,7 @@ More information on the [response information can be found here](../response-inf
141
141
142
142
## Request validation
143
143
144
-
Every request has required and optional fields that should be provided to the Onco-Phenotype model.
144
+
Every request has required and optional fields that should be provided to the OncoPhenotype model.
145
145
When you're sending data to the model, make sure that you take the following properties into account:
Copy file name to clipboardExpand all lines: articles/azure-health-insights/oncophenotype/index.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
### YamlMime:Landing
2
2
3
-
title: Onco-Phenotype documentation
4
-
summary: Onco-Phenotype is offered within the context of the broader Azure Health Insights, augments traditional clinical NLP tools by enabling healthcare partners to rapidly identify key cancer attributes within their patient populations.
3
+
title: OncoPhenotype documentation
4
+
summary: OncoPhenotype is offered within the context of the broader Azure Health Insights, augments traditional clinical NLP tools by enabling healthcare partners to rapidly identify key cancer attributes within their patient populations.
5
5
6
6
metadata:
7
-
title: Onco-Phenotype documentation
7
+
title: OncoPhenotype documentation
8
8
titleSuffix: Azure Health Insights
9
9
description: enable healthcare organizations to rapidly identify key cancer attributes within their patient populations.
Copy file name to clipboardExpand all lines: articles/azure-health-insights/oncophenotype/model-configuration.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Onco-Phenotype model configuration
2
+
title: OncoPhenotype model configuration
3
3
titleSuffix: Azure Health Insights
4
-
description: This article provides Onco-Phenotype model configuration information.
4
+
description: This article provides OncoPhenotype model configuration information.
5
5
services: azure-health-insights
6
6
author: iBoonZ
7
7
manager: urieinav
@@ -12,9 +12,9 @@ ms.author: behoorne
12
12
---
13
13
14
14
15
-
# Onco-Phenotype model configuration
15
+
# OncoPhenotype model configuration
16
16
17
-
To interact with the Onco-Phenotype model, you can provide several model configurations parameters that modify the outcome of the responses.
17
+
To interact with the OncoPhenotype model, you can provide several model configurations parameters that modify the outcome of the responses.
18
18
19
19
> [!IMPORTANT]
20
20
> Model configuration is applied to ALL the patients within a request.
@@ -29,7 +29,7 @@ To interact with the Onco-Phenotype model, you can provide several model configu
29
29
## Case finding
30
30
31
31
32
-
The Onco-Phenotype model configuration helps you find if any cancer cases exist. The API allows you to explicitly check if a cancer case exists in the provided clinical documents.
32
+
The OncoPhenotype model configuration helps you find if any cancer cases exist. The API allows you to explicitly check if a cancer case exists in the provided clinical documents.
33
33
34
34
**Check for cancer case** |**Did the model find a case?** |**Behavior**
Copy file name to clipboardExpand all lines: articles/azure-health-insights/oncophenotype/overview.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: What is Onco-Phenotype - Azure Health Insights
2
+
title: What is OncoPhenotype - Azure Health Insights
3
3
titleSuffix: Azure Health Insights
4
4
description: Enable healthcare organizations to rapidly identify key cancer attributes within their patient populations.
5
5
services: azure-health-insights
@@ -12,31 +12,31 @@ ms.author: behoorne
12
12
---
13
13
14
14
15
-
# What is Onco-Phenotype - Azure Health Insights
15
+
# What is OncoPhenotype - Azure Health Insights
16
16
17
-
Onco-Phenotype is an AI model that’s offered within the context of the broader Azure Health Insights. It augments traditional clinical Natural Language Processing tools by enabling healthcare organizations to rapidly identify key cancer attributes within their patient populations.
17
+
OncoPhenotype is an AI model that’s offered within the context of the broader Azure Health Insights. It augments traditional clinical Natural Language Processing tools by enabling healthcare organizations to rapidly identify key cancer attributes within their patient populations.
18
18
19
19
20
20
> [!IMPORTANT]
21
-
> The Onco-Phenotype model is a capability provided “AS IS” and “WITH ALL FAULTS.” The Onco-Phenotype model isn't intended or made available for use as a medical device, clinical support, diagnostic tool, or other technology intended to be used in the diagnosis, cure, mitigation, treatment, or prevention of disease or other conditions, and no license or right is granted by Microsoft to use this capability for such purposes. This capability isn't designed or intended to be implemented or deployed as a substitute for professional medical advice or healthcare opinion, diagnosis, treatment, or the clinical judgment of a healthcare professional, and should not be used as such. The customer is solely responsible for any use of the Onco-Phenotype model. The customer is responsible for ensuring compliance with those license terms, including any geographic or other applicable restrictions.
21
+
> The OncoPhenotype model is a capability provided “AS IS” and “WITH ALL FAULTS.” The OncoPhenotype model isn't intended or made available for use as a medical device, clinical support, diagnostic tool, or other technology intended to be used in the diagnosis, cure, mitigation, treatment, or prevention of disease or other conditions, and no license or right is granted by Microsoft to use this capability for such purposes. This capability isn't designed or intended to be implemented or deployed as a substitute for professional medical advice or healthcare opinion, diagnosis, treatment, or the clinical judgment of a healthcare professional, and should not be used as such. The customer is solely responsible for any use of the OncoPhenotype model. The customer is responsible for ensuring compliance with those license terms, including any geographic or other applicable restrictions.
22
22
23
23
24
-
## Onco-Phenotype features
25
-
The Onco-Phenotype model, available in the Azure Health Insights cognitive service as an API, augments traditional clinical natural language processing (NLP) tools by helping healthcare providers rapidly identify key attributes of a cancer within their patient populations with an existing cancer diagnosis. You can use this model to infer tumor site; histology; clinical stage tumor (T), node (N), and metastasis (M) categories; and pathologic stage TNM categories from unstructured clinical documents, along with confidence scores and relevant evidence.
24
+
## OncoPhenotype features
25
+
The OncoPhenotype model, available in the Azure Health Insights cognitive service as an API, augments traditional clinical natural language processing (NLP) tools by helping healthcare providers rapidly identify key attributes of a cancer within their patient populations with an existing cancer diagnosis. You can use this model to infer tumor site; histology; clinical stage tumor (T), node (N), and metastasis (M) categories; and pathologic stage TNM categories from unstructured clinical documents, along with confidence scores and relevant evidence.
26
26
27
27
-**Tumor site** refers to the primary tumor location.
28
28
29
29
-**Histology** refers to the cell type of a given tumor.
30
30
31
31
The following paragraph is adapted from [American Joint Committee on Cancer (AJCC)'s Cancer Staging System](https://www.facs.org/quality-programs/cancer/ajcc/cancer-staging).
32
32
33
-
Cancer staging describes the severity of an individual's cancer based on the magnitude of the original tumor, as well as on the extent cancer has spread in the body. The Onco-Phenotype model supports inferring two types of staging from the clinical documents - clinical staging and pathologic staging. They’re both expressed in the form of TNM categories, where TNM indicates the extent of the tumor (T), the extent of spread to the lymph nodes (N), and the presence of metastasis (M).
33
+
Cancer staging describes the severity of an individual's cancer based on the magnitude of the original tumor, as well as on the extent cancer has spread in the body. The OncoPhenotype model supports inferring two types of staging from the clinical documents - clinical staging and pathologic staging. They’re both expressed in the form of TNM categories, where TNM indicates the extent of the tumor (T), the extent of spread to the lymph nodes (N), and the presence of metastasis (M).
34
34
35
35
-**Clinical staging** determines the nature and extent of cancer based on the physical examination, imaging tests, and biopsies of affected areas.
36
36
37
37
-**Pathologic staging** can only be determined from individual patients who have had surgery to remove a tumor or otherwise explore the extent of the cancer. Pathologic staging combines the results of clinical staging (physical exam, imaging test) with surgical results.
38
38
39
-
The Onco-Phenotype model enables cancer registrars to efficiently abstract cancer patients as it infers the above-mentioned key cancer attributes from unstructured clinical documents along with evidence that are relevant to those attributes. Leveraging this API can reduce the manual time spent combing through large amounts of patient documentation by focusing on the most relevant content in support of a clinician.
39
+
The OncoPhenotype model enables cancer registrars to efficiently abstract cancer patients as it infers the above-mentioned key cancer attributes from unstructured clinical documents along with evidence that are relevant to those attributes. Leveraging this API can reduce the manual time spent combing through large amounts of patient documentation by focusing on the most relevant content in support of a clinician.
40
40
41
41
42
42
## Language support
@@ -50,7 +50,7 @@ The Official prices will be released after public preview
50
50
51
51
## Next steps
52
52
53
-
Get started using the Onco-Phenotype model:
53
+
Get started using the OncoPhenotype model:
54
54
55
55
>[!div class="nextstepaction"]
56
56
> [deploy the service via the portal](../deploy-portal.md)
0 commit comments