Documentation Index
Fetch the complete documentation index at: https://developer.eka.care/llms.txt
Use this file to discover all available pages before exploring further.
Overview
ICD-10-CM (International Classification of Diseases, 10th Revision, Clinical Modification) is the standard code set for diagnoses. Eka Care’s codification pipeline links free-text diagnoses to ICD-10-CM codes.| Property | Value |
|---|---|
ontology | icd-10-cm |
version | comprehend |
metadata | Not used |
The Comprehend version
Thecomprehend version is built on AWS Comprehend Medical, a clinical NLP
service. Unlike a plain term lookup, it understands diagnoses expressed in
natural clinical language — handling modifiers, qualifiers and surrounding
context — which makes it well suited to coding from real clinical notes.
When to use it
Use it to code diagnoses from free-text clinical content:- Diagnoses recorded in consultation or discharge notes
- Problem lists and assessments
- Claims and medical-coding workflows
query — no metadata is needed.
Reading the results
Each result is an ICD-10-CM code:term_id— the ICD-10-CM code (e.g.E11)term_name— the diagnosis descriptionscore— confidence of the candidateis_linked—truewhen the pipeline is confident of the match
query_breakdown derived from AWS Comprehend
Medical:
entity— the clinical entity detected in the queryentity_score— confidence of that detectiontraits— detected traits, e.g.DIAGNOSISattributes— detected attributes, e.g. aQUALITYoftype 2
Example
A query oftype 2 diabetes mellitus links to ICD-10-CM E11
(“Type 2 diabetes mellitus”), with query_breakdown reporting the detected
entity diabetes mellitus and the attribute type 2.

