diff --git a/docs/cdm53.html b/docs/cdm53.html
index 4b78d35..b2c2c6e 100644
--- a/docs/cdm53.html
+++ b/docs/cdm53.html
@@ -4596,9 +4596,11 @@ CONCEPT
modifier_source_value
+This field houses the verbatim value from the source data representing
+the modifier code for the procedure that occurred.
|
-The original modifier code from the source is stored here for reference.
+The value stored here is mapped to a MODIFIER_CONCEPT_ID.
|
varchar(50)
@@ -5712,14 +5714,14 @@ VISIT_DETAIL
measurement_source_value
|
-This field houses the verbatim value from the source data representing
-the Measurement that occurred. For example, this could be an ICD10 or
-Read code.
+This field contains the exact value from the source data that represents
+the measurement that occurred.
|
-This code is mapped to a Standard Measurement Concept in the
-Standardized Vocabularies and the original code is stored here for
-reference.
+This value corresponds to a standardized CONCEPT_ID found in
+MEASUREMENT_CONCEPT_ID and in the ‘Measurement’ domain within the
+Standardized Vocabularies. The original code is retained here for
+reference purposes.
|
varchar(50)
@@ -5753,9 +5755,9 @@ MEASUREMENT_CONCEPT_ID instead to enable standardized analytics that can
be consistent across the network.
|
-If the MEASUREMENT_SOURCE_VALUE is coded in the source data using an
-OMOP supported vocabulary put the concept id representing the source
-value here.
+If the MEASUREMENT_SOURCE_VALUE is coded in the source data using a
+vocabulary supported by OMOP Standardized Vocabularies, insert the
+CONCEPT_ID representing the source value here.
|
integer
diff --git a/docs/cdm54.html b/docs/cdm54.html
index 73579f2..a4baaa0 100644
--- a/docs/cdm54.html
+++ b/docs/cdm54.html
@@ -4792,9 +4792,11 @@ CONCEPT
modifier_source_value
|
+This field houses the verbatim value from the source data representing
+the modifier code for the procedure that occurred.
|
-The original modifier code from the source is stored here for reference.
+The value stored here is mapped to a MODIFIER_CONCEPT_ID.
|
varchar(50)
@@ -6046,14 +6048,14 @@ VISIT_DETAIL
measurement_source_value
|
-This field houses the verbatim value from the source data representing
-the Measurement that occurred. For example, this could be an ICD10 or
-Read code.
+This field contains the exact value from the source data that represents
+the measurement that occurred.
|
-This code is mapped to a Standard Measurement Concept in the
-Standardized Vocabularies and the original code is stored here for
-reference.
+This value corresponds to a standardized CONCEPT_ID found in
+MEASUREMENT_CONCEPT_ID and in the ‘Measurement’ domain within the
+Standardized Vocabularies. The original code is retained here for
+reference purposes.
|
varchar(50)
@@ -6087,9 +6089,9 @@ MEASUREMENT_CONCEPT_ID instead to enable standardized analytics that can
be consistent across the network.
|
-If the MEASUREMENT_SOURCE_VALUE is coded in the source data using an
-OMOP supported vocabulary put the concept id representing the source
-value here.
+If the MEASUREMENT_SOURCE_VALUE is coded in the source data using a
+vocabulary supported by OMOP Standardized Vocabularies, insert the
+CONCEPT_ID representing the source value here.
|
integer
|