Skip to content

Commit 9660d15

Browse files
committed
address acrolinx
1 parent e31d0a0 commit 9660d15

File tree

1 file changed

+7
-7
lines changed
  • articles/ai-services/language-service/text-analytics-for-health/how-to

1 file changed

+7
-7
lines changed

articles/ai-services/language-service/text-analytics-for-health/how-to/call-api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ ms.custom: language-service-health
1616

1717
[!INCLUDE [service notice](../includes/service-notice.md)]
1818

19-
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](/azure/ai-foundry/responsible-ai/language-service/transparency-note).
19+
Text Analytics for health can be used to extract relevant medical information from unstructured texts. These texts may include doctors' notes, discharge summaries, clinical documents, and electronic health records. The tool can also label the extracted information for easier analysis and reference. 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](/azure/ai-foundry/responsible-ai/language-service/transparency-note).
2020

2121
> [!TIP]
2222
> If you want to test out the feature without writing any code, use [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
2323
24-
There are two ways to call the service:
24+
There are two ways to call the service:
2525

26-
* A [Docker container](use-containers.md) (synchronous)
27-
* Using the web-based API and client libraries (asynchronous)
26+
* Using a [Docker container](use-containers.md) (synchronous).
27+
* Using the web-based API and client libraries (asynchronous).
2828

2929
## Development options
3030

@@ -39,16 +39,16 @@ The Text Analytics for health supports English in addition to multiple languages
3939
To send an API request, you need your Language resource endpoint and key.
4040

4141
> [!NOTE]
42-
> You can find the key and endpoint for your Language resource on the Azure portal. They are located on the resource's **Key and endpoint** page, under **resource management**.
42+
> You can find the key and endpoint for your Language resource on the Azure portal. They're located on the resource's **Key and endpoint** page, under **resource management**.
4343
44-
Analysis is performed upon receipt of the request. If you send a request using the REST API or client library, the results are returned asynchronously. If you're using the Docker container, they are returned synchronously.
44+
Analysis is performed upon receipt of the request. If you send a request using the REST API or client library, the results are returned asynchronously. If you're using the Docker container, they're returned synchronously.
4545

4646
[!INCLUDE [asynchronous-result-availability](../../includes/async-result-availability.md)]
4747

4848

4949
## Submitting a Fast Healthcare Interoperability Resources (FHIR) request
5050

51-
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.
51+
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.
5252

5353
| Parameter Name | Type | Value |
5454
|--|--|--|

0 commit comments

Comments
 (0)