In OMOP CDM, clinical tables store concept IDs (e.g. condition_occurrence.condition_concept_id), but the human-readable metadata for those concepts lives in the concept table. To get anything useful out of a query, you need to JOIN them. This rule catches the case where you reference concept or concept_relationship, but the JOIN wiring is missing or wrong.