| 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 |
| 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 |
| data_source | varchar | Source of the condition data |