IN-D Insurance (Preview)

IN-D Insurance does ICD10 auto-coding by understanding the disease when extracting information from the discharge summary uploaded without a need to set up any template.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet |
Contact | |
---|---|
Name | IN-D Support |
URL | https://one.in-d.ai/developer/ |
explore@in-d.ai |
Connector Metadata | |
---|---|
Publisher | IN-D by Intain |
Website | https://in-d.ai/ |
Privacy policy | https://in-d.ai/privacy-policy/ |
Categories | AI;IT Operations |
IN-D Insurance processes discharge summaries to automatically code the ICD10 codes by understanding the disease that the patient was encountered with. During the extraction, the IN-D AI engine eliminates any unwanted words other than those related to the diagnosed disease and matches the corresponding ICD10 codes by understanding the semantic meaning behind the disease. IN-D Insurance helps in reducing health insurance claim processing time and costs by up to 40%.
Prerequisites
For using the connector you need an API key to access the connector which you can get from IN-D One portal (https://one.in-d.ai/).
How to get credentials
For accessing the connector, you need an API Key which can be obtained from our portal (https://one.in-d.ai/). Register your company to create an account. Login and you can always get your API Key generated by clicking the Generate API Key button under the Insurance product. For custom deployment drop an email to explore@in-d.ai. We will connect with you in the next 3-5 business days.
Known issues and limitations
Image name extension must be jpg,jpeg,png.
Creating a connection
The connector supports the following authentication types:
Default | Required parameters for creating connection. | All regions |
Default
Applicable: All regions
Required parameters for creating connection.
Name | Type | Description |
---|---|---|
API Key | securestring | The API Key for this api |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Highlight disease and medical terms - From Discharge Summary Document |
Automatically highlights the disease and other medical terms in a discharge summary document once uploaded |
ICD10 Auto-coding - From Discharge Summary Document |
Smartly understand the disease from a Discharge Summary document without the need to set up any templates beforehand and does ICD10 auto-coding |
ICD10 Auto-coding - From Disease Name |
Automatically does ICD10 coding when given the disease name as the input |
Highlight disease and medical terms - From Discharge Summary Document
Automatically highlights the disease and other medical terms in a discharge summary document once uploaded
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
name of file (discharge summary)
|
file_name | True | string |
file_name |
base64 content of file (discharge summary)
|
file | True | byte |
file |
Returns
Name | Path | Type | Description |
---|---|---|---|
result
|
result | array of object |
result |
name of file
|
result.file_name | string |
input file name |
base64 highlighted
|
result.output_image | string |
base64 content of input file with highlighted disease names |
ICD10 Auto-coding - From Discharge Summary Document
Smartly understand the disease from a Discharge Summary document without the need to set up any templates beforehand and does ICD10 auto-coding
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
name of file (discharge summary)
|
file_name | True | string |
file_name |
base64 content of file (discharge summary)
|
file | True | byte |
file |
Returns
Name | Path | Type | Description |
---|---|---|---|
result
|
result | array of object |
result |
file name
|
result.file_name | string |
file name of input |
diseases
|
result.disease | string |
list of disease names |
icd code
|
result.icd_code | string |
list of icd codes |
icd desc
|
result.icd_desc | string |
icd code description |
o/p image
|
result.output_image | string |
base64 content of uploaded image with highlighted disease names and icd codes |
ICD10 Auto-coding - From Disease Name
Automatically does ICD10 coding when given the disease name as the input
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
disease name
|
disease_name | True | string |
disease name |
Returns
Name | Path | Type | Description |
---|---|---|---|
result
|
result | array of object |
result |
input disease name
|
result.input_given | string |
input disease name |
icd code
|
result.icd_code | string |
icd code for disease name |
icd code description
|
result.icd_desc | string |
icd desc |