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
Text Analytics for health can be used to extract and label relevant medical information from unstructured texts such as doctors' notes, discharge summaries, clinical documents, and electronic health records. The service performs [named entity recognition](../concepts/health-entity-categories.md), [relation extraction](../concepts/relation-extraction.md), [entity linking](https://www.nlm.nih.gov/research/umls/sourcereleasedocs/index.html), and [assertion detection](../concepts/assertion-detection.md) to uncover insights from the input text. For information on the returned confidence scores, see the [transparency note](/legal/cognitive-services/text-analytics/transparency-note#general-guidelines-to-understand-and-improve-performance?context=/azure/cognitive-services/text-analytics/context/context).
21
21
22
+
> [!TIP]
23
+
> If you want to test out the feature without writing any code, use the [Language Studio](../../language-studio.md).
24
+
22
25
There are two ways to call the service:
23
26
24
27
* A [Docker container](use-containers.md) (synchronous)
@@ -32,13 +35,14 @@ There are two ways to call the service:
32
35
33
36
## Specify the Text Analytics for health model
34
37
35
-
By default, Text Analytics for health will use the latest available AI model on your text. You can also configure your API requests to use a specific model version. The model you specify will be used to perform operations provided by the Text Analytics for health.
38
+
By default, Text Analytics for health will use the latest available AI model on your text. You can also configure your API requests to use a specific model version. The model you specify will be used to perform operations provided by the Text Analytics for health. Extraction of social determinants of health entities is supported with the new preview model version "2023-01-01-preview".
36
39
37
40
| Supported Versions | latest version |
38
41
|--|--|
42
+
|`2023-01-01-preview`|`2023-01-01-preview`|
39
43
|`2022-08-15-preview`|`2022-08-15-preview`|
40
44
|`2022-03-01`|`2022-03-01`|
41
-
|`2021-05-15`|`2021-05-15`|
45
+
42
46
43
47
44
48
### Text Analytics for health container
@@ -76,7 +80,7 @@ Analysis is performed upon receipt of the request. If you send a request using t
76
80
77
81
## Submitting a Fast Healthcare Interoperability Resources (FHIR) request
78
82
79
-
To receive your result using the **FHIR** structure, you must send the FHIR version in the API request body.
83
+
Fast Healthcare Interoperability Resources (FHIR) is the health industry communication standard developed by the Health Level Seven International (HL7) organization. The standard defines the data formats (resources) and API structure for exchanging electronic healthcare data. To receive your result using the **FHIR** structure, you must send the FHIR version in the API request body.
0 commit comments