Tool API
Medical comprehend
Analyze unstructured medical text to extract entities labeled with standardized medical codes and confidence scores.
POST
/
v1
/
tools
/
comprehend
/
medical
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
content
string
requiredThe text to be analyzed.
response_type
enum<string>
requiredThe structure of the response to be returned. Entities
returns medical entities, RxNorm
returns medication information, ICD-10-CM
returns diagnosis codes, and SNOMED CT
returns medical concepts.
Available options:
Entities
, RxNorm
, ICD-10-CM
, SNOMED CT
Response
200 - application/json
entities
object[]
requiredAn array of medical entities extracted from the input text.