Endpoint api address to get health entities.

Purnima Jaiswal 41 Reputation points
2021-02-15T12:33:29.297+00:00

Hi team,

1.) For extracting the health related entities such as diagnosis, and procedure below is the api address we found in the documentation

https://<your-custom-subdomain>.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/<jobID>

there is the job id present at the end of the link. please let us know how to get the job id value and from where to get it.

2.)Please let us know how we can utilize this api in our application hosted on azure.

4.) Also let us know can we only recognize particular category such as examination only from all the text(input).

Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
359 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,418 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 42,316 Reputation points Microsoft Employee
    2021-02-16T06:00:42.207+00:00

    @PurnimaJaiswal-8418 The job id is in the response of your healthcare analysis job when you send a request and receive 202 accepted response.
    This job id is used in the GET call to get healthcare analysis job status and results. The sample response of this request is mentioned in the reference.

    Once you receive access to use this preview version of the API you can call the API directly from Azure or run on-premise with the container. Running the container for health is the same process as other features used for text analytics. Once the pre-reqs are satisfied your container can be hosted on Azure if required.

    With respect to the entities the GET call for job status does not have a filter for a particular type of entity, the available parameters are documented in the reference page of this API.
    I think to process only certain entities for health you can handle this client side in your application to display response of EXAMINATION entity only. As this is a JSON response the application should be able to filter the objects and display the required details. Hope this helps!!

    0 comments No comments

0 additional answers

Sort by: Most helpful