Documentation Index Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Diagnosis type represents the structure for clinical diagnosis information, including ICD codes. The code snippet below shows how to use the Diagnosis type to create a diagnosis object.
type Diagnosis = {
icdCode : string ;
icdDescription : string ;
snomedCode : string ;
snomedDescription : string ;
hccCode : string ;
panelRanking : number ;
billable : boolean ;
problemLabel : string ;
suggestionType : " DEFAULT " | " ED " | " PL " ;
};
Properties
The ICD code for the diagnosis
The description of the ICD code
The SNOMED code for the diagnosis
The description of the SNOMED code
The HCC code for the diagnosis
The ranking of the diagnosis in the panel
Whether the diagnosis is billable
The label for the problem associated with the diagnosis