A condition is any sort of symptom, problem, complaint, admitting diagnosis, or billing diagnosis as reported by the patient, a clinician, or as otherwise generated (e.g. by the billing process). Key ancillary data related to condition includes the date it was reported, it’s rank (i.e. primary or secondary), and whether or not it was present during admission for an acute inpatient encounter. Conditions can only be generated during encounters (i.e. every condition must have an encounter_id). Primary Keys:
  • condition_id
Foreign Keys:
  • person_id
  • member_id
  • patient_id
  • encounter_id
ColumnData TypeDescriptionTerminology
condition_idstringUnique identifier for the condition-
person_idstringUnique identifier for the person-
member_idstringUnique identifier for the member-
patient_idstringUnique identifier for the patient-
encounter_idstringUnique identifier for the encounter-
condition_typestringType of condition (e.g., problem, symptom, diagnosis)-
condition_codestringStandardized code for the conditionICD-9-CM, ICD-10-CM, SNOMED CT
condition_code_typestringType of coding system usedicd-9-cm, icd-10-cm, snomed-ct
condition_code_systemstringCoding system identifier-
condition_code_versionstringVersion of the coding system-
condition_code_displaystringHuman-readable description of the condition-
condition_rankintegerRank/priority of the condition (1 = primary, 2 = secondary, etc.)-
recorded_datedateDate when the condition was recorded-
onset_datedateDate when the condition began-
abatement_datedateDate when the condition resolved-
clinical_statusstringClinical status of the conditionactive, inactive, resolved
verification_statusstringVerification status of the conditionconfirmed, provisional, differential
severitystringSeverity of the conditionmild, moderate, severe
categorystringCategory or classification of the condition-
body_sitestringAnatomical location of the condition-
lateralitystringSide of the body affectedleft, right, bilateral
encounter_classstringClass of the associated encounterinpatient, outpatient, emergency
facility_typestringType of healthcare facilityhospital, clinic, urgent_care
data_sourcestringSource of the condition dataclaims, clinical, ehr
source_codestringOriginal code from the source system-
normalized_codestringStandardized/normalized code-
source_systemstringSystem that provided the condition data-
source_tablestringTable in the source system-
source_idstringIdentifier from the source system-
ingestion_datetimestampDate when the data was ingested-