Diagnosis type to create a diagnosis object.
JavaScript
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Web SDK now supports Medication Orders -> Learn more
Diagnosis type represents the structure for clinical diagnosis information
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";
};
Hide properties
Was this page helpful?
Suggestions