diff --git a/StandardizedClinicalDataTables/SURVEY_CONDUCT.md b/StandardizedClinicalDataTables/SURVEY_CONDUCT.md
index 5eb61b4..4b5a11e 100644
--- a/StandardizedClinicalDataTables/SURVEY_CONDUCT.md
+++ b/StandardizedClinicalDataTables/SURVEY_CONDUCT.md
@@ -31,7 +31,7 @@ RESPONSE_VISIT_OCCURRENCE_ID | No | integer | A foreign key to the visit in th
No.|Convention Description
:--------|:------------------------------------
-| 1 | Patient responses to survey questions are stored in the OBSERVATION table. Each record in the OBSERVATION table represents a single question/response pair and is linked to a specific SURVEY/questionnaire using OBSERVATION.DOMAIN_OCCURRENCE_ID and SURVEY.SURVEY_OCCURRENCE_ID.
+| 1 | Patient responses to survey questions are stored in the OBSERVATION table. Each record in the OBSERVATION table represents a single question/response pair and is linked to a specific SURVEY/questionnaire using OBSERVATION.OBSERVATION_EVENT_ID and SURVEY_CONDUCT.SURVEY_CONDUCT_ID.
| 2 | Each response record is the response to a specific question identified by the OBSERVATION_CONCEPT_ID. This concept ID is a unique question contained in the CONCEPT table.
| 3 | An individual survey question can have multiple responses to a question (e.g. which of these items relate to you, a, b, c ,…?). Each response is stored as a separate record in the OBSERVATION table.