| condition_id | varchar | Unique identifier for the condition |
| patient_id | varchar | Unique identifier for the patient |
| recorded_date | date | Date when the condition was recorded |
| onset_date | date | Date when the condition began |
| end_date | date | Date when the condition ended |
| icd_10_cm_code | varchar | ICD-10-CM code for the condition |
| icd_10_cm_display | varchar | Human-readable description of ICD-10-CM code |
| snomed_code | varchar | SNOMED CT code for the condition |
| snomed_display | varchar | Human-readable description of SNOMED CT code |
| icd_9_cm_code | varchar | ICD-9-CM code for the condition |
| icd_9_cm_display | varchar | Human-readable description of ICD-9-CM code |
| ccsr_code | varchar | AHRQ CCSR (Clinical Classifications Software Refined) code for the condition |
| ccsr_display | varchar | Human-readable description of the AHRQ CCSR code |
| source_code_code | varchar | Original code from source system |
| source_code_display | varchar | Original code display from source system |
| source_code_system | varchar | Original code system from source system |
| category_hl7_code | varchar | HL7 category code for the condition |
| category_hl7_display | varchar | Human-readable description of HL7 category |
| source_category_code | varchar | Original category code from source system |
| source_category_display | varchar | Original category display from source system |
| source_category_system | varchar | Original category system from source system |
| clinical_status_hl7_code | varchar | HL7 clinical status code |
| clinical_status_hl7_display | varchar | Human-readable description of clinical status |
| source_clinical_status_code | varchar | Original clinical status code from source system |
| source_clinical_status_display | varchar | Original clinical status display from source system |
| source_clinical_status_system | varchar | Original clinical status system from source system |
| note_text | varchar | Additional notes about the condition |
| chronicity_code | varchar | Chronicity code indicating if the condition is acute or chronic |
| hcc_code | varchar | CMS HCC (Hierarchical Condition Category) code for risk adjustment |
| verification_status | varchar | Verification status of the condition. Set to unconfirmed for algorithmic suspects |
| evidence | variant | JSON array of evidence references supporting the condition (used for suspects) |
| meta_source | varchar | Source document filename from FHIR meta.source |
| data_source | varchar | Deprecated. Use meta_source instead. |
| data_source_ext | varchar | Integration source of the data, derived from FHIR extension |