updates to html
This commit is contained in:
parent
802d9ee2a3
commit
201204fdfb
|
@ -4596,9 +4596,11 @@ CONCEPT
|
||||||
modifier_source_value
|
modifier_source_value
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
|
This field houses the verbatim value from the source data representing
|
||||||
|
the modifier code for the procedure that occurred.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
The original modifier code from the source is stored here for reference.
|
The value stored here is mapped to a MODIFIER_CONCEPT_ID.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
varchar(50)
|
varchar(50)
|
||||||
|
@ -5712,14 +5714,14 @@ VISIT_DETAIL
|
||||||
measurement_source_value
|
measurement_source_value
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
This field houses the verbatim value from the source data representing
|
This field contains the exact value from the source data that represents
|
||||||
the Measurement that occurred. For example, this could be an ICD10 or
|
the measurement that occurred.
|
||||||
Read code.
|
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
This code is mapped to a Standard Measurement Concept in the
|
This value corresponds to a standardized CONCEPT_ID found in
|
||||||
Standardized Vocabularies and the original code is stored here for
|
MEASUREMENT_CONCEPT_ID and in the ‘Measurement’ domain within the
|
||||||
reference.
|
Standardized Vocabularies. The original code is retained here for
|
||||||
|
reference purposes.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
varchar(50)
|
varchar(50)
|
||||||
|
@ -5753,9 +5755,9 @@ MEASUREMENT_CONCEPT_ID instead to enable standardized analytics that can
|
||||||
be consistent across the network.
|
be consistent across the network.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
If the MEASUREMENT_SOURCE_VALUE is coded in the source data using an
|
If the MEASUREMENT_SOURCE_VALUE is coded in the source data using a
|
||||||
OMOP supported vocabulary put the concept id representing the source
|
vocabulary supported by OMOP Standardized Vocabularies, insert the
|
||||||
value here.
|
CONCEPT_ID representing the source value here.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
integer
|
integer
|
||||||
|
|
|
@ -4792,9 +4792,11 @@ CONCEPT
|
||||||
modifier_source_value
|
modifier_source_value
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
|
This field houses the verbatim value from the source data representing
|
||||||
|
the modifier code for the procedure that occurred.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
The original modifier code from the source is stored here for reference.
|
The value stored here is mapped to a MODIFIER_CONCEPT_ID.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
varchar(50)
|
varchar(50)
|
||||||
|
@ -6046,14 +6048,14 @@ VISIT_DETAIL
|
||||||
measurement_source_value
|
measurement_source_value
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
This field houses the verbatim value from the source data representing
|
This field contains the exact value from the source data that represents
|
||||||
the Measurement that occurred. For example, this could be an ICD10 or
|
the measurement that occurred.
|
||||||
Read code.
|
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
This code is mapped to a Standard Measurement Concept in the
|
This value corresponds to a standardized CONCEPT_ID found in
|
||||||
Standardized Vocabularies and the original code is stored here for
|
MEASUREMENT_CONCEPT_ID and in the ‘Measurement’ domain within the
|
||||||
reference.
|
Standardized Vocabularies. The original code is retained here for
|
||||||
|
reference purposes.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
varchar(50)
|
varchar(50)
|
||||||
|
@ -6087,9 +6089,9 @@ MEASUREMENT_CONCEPT_ID instead to enable standardized analytics that can
|
||||||
be consistent across the network.
|
be consistent across the network.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
If the MEASUREMENT_SOURCE_VALUE is coded in the source data using an
|
If the MEASUREMENT_SOURCE_VALUE is coded in the source data using a
|
||||||
OMOP supported vocabulary put the concept id representing the source
|
vocabulary supported by OMOP Standardized Vocabularies, insert the
|
||||||
value here.
|
CONCEPT_ID representing the source value here.
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align:left;">
|
<td style="text-align:left;">
|
||||||
integer
|
integer
|
||||||
|
|
Loading…
Reference in New Issue