Skip to main content

3.2.11 ref_icd

The ref_icd table in supabase stores the ICD-10 diagnosis codes and is referenced when a user assigns a diagnosis to a patient case.

Table Structure

ColumnFormatTypeDescription
idbigintnumberInternal ID of each ICD-10 diagnosis code
primary1textstringICD-10 diagnosis code
texttextstringDescription of the diagnosis
conctextstringprimary1 (ICD-10 code) concatenated with text (description of the diagnosis)
ftstsvectortsvectorContains data to optimize text search

Integration within the System