
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.
| Status: Preview | Tier: Premium | Version: 1.0 | 
| Name | Summary | 
| ICD10Auto-coding-FromDiseaseName (ICD10Auto-coding-FromDiseaseNameParameterBody body) | ICD10 Auto-coding - From Disease Name | 
| ICD10Auto-coding-FromDischargeSummary (ICD10Auto-coding-FromDischargeSummaryParameterBody body) | ICD10 Auto-coding - From Discharge Summary Document | 
| HighlightDisease_MedicalTerms (HighlightDisease_MedicalTermsParameterBody body) | Highlight disease and medical terms - From Discharge Summary Document | 
| Name | Summary | 
| Name | Summary | 
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | 
Summary: ICD10 Auto-coding - From Disease Name
Description: Automatically does ICD10 coding when given the disease name as the input
Syntax:
IN-DInsurance.ICD10Auto-coding-FromDiseaseName (ICD10Auto-coding-FromDiseaseNameParameterBody body)
Parameters:
| Name | Type | Summary | Required | Related Action | 
| body | ICD10Auto-coding-FromDiseaseNameParameterBody 
 | 
 | True | 
Returns:
Type:ICD10Auto-coding-FromDiseaseNameResponse
Summary: ICD10 Auto-coding - From Discharge Summary Document
Description: Smartly understand the disease from a Discharge Summary document without the need to set up any templates beforehand and does ICD10 auto-coding
Syntax:
IN-DInsurance.ICD10Auto-coding-FromDischargeSummary (ICD10Auto-coding-FromDischargeSummaryParameterBody body)
Parameters:
| Name | Type | Summary | Required | Related Action | 
| body | ICD10Auto-coding-FromDischargeSummaryParameterBody 
 | 
 | True | 
Returns:
Type:ICD10Auto-coding-FromDischargeSummaryResponse
Summary: Highlight disease and medical terms - From Discharge Summary Document
Description: Automatically highlights the disease and other medical terms in a discharge summary document once uploaded
Syntax:
IN-DInsurance.HighlightDisease_MedicalTerms (HighlightDisease_MedicalTermsParameterBody body)
Parameters:
| Name | Type | Summary | Required | Related Action | 
| body | HighlightDisease_MedicalTermsParameterBody 
 | 
 | True | 
Returns:
Type:HighlightDisease_MedicalTermsResponse
Summary:
Description:
Properties:
| Name | Type | Summary | 
| query | array of (QueryItem) 
 | query | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| file_name | string 
 | file_name | 
| file | string(byte) 
 | file | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| result | array of (ResultItem) 
 | result | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| file_name | string 
 | input file name | 
| output_image | string 
 | base64 content of input file with highlighted disease names | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| query | array of (QueryItem) 
 | query | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| file_name | string 
 | file_name | 
| file | string(byte) 
 | file | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| result | array of (ResultItem) 
 | result | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| file_name | string 
 | file name of input | 
| disease | string 
 | list of disease names | 
| icd_code | string 
 | list of icd codes | 
| icd_desc | string 
 | icd code description | 
| output_image | string 
 | base64 content of uploaded image with highlighted disease names and icd codes | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| query | array of (QueryItem) 
 | query | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| disease_name | string 
 | disease name | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| result | array of (ResultItem) 
 | result | 
Summary:
Description:
Properties:
| Name | Type | Summary | 
| input_given | string 
 | input disease name | 
| icd_code | string 
 | icd code for disease name | 
| icd_desc | string 
 | icd desc |