You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| stop_reason | No | varchar(20) | The reason that the condition was no longer present, as indicated in the source data. |
17
17
| provider_id | No | integer | A foreign key to the Provider in the PROVIDER table who was responsible for capturing (diagnosing) the Condition. |
18
18
| visit_occurrence_id | No | integer | A foreign key to the visit in the VISIT_OCCURRENCE table during which the Condition was determined (diagnosed). |
19
-
| visit_detail_id | No | integer | A foreign key to the visit in the VISIT_DETAIL table during which the Condition was determined (diagnosed). | visit_detail_id | No | integer | A foreign key to the visit in the VISIT_DETAIL table during which the Condition was determined (diagnosed). |
19
+
| visit_detail_id | No | integer | A foreign key to the visit in the VISIT_DETAIL table during which the Condition was determined (diagnosed). |
20
20
| condition_source_value | No | varchar(50) | The source code for the condition as it appears in the source data. This code is mapped to a standard condition concept in the Standardized Vocabularies and the original code is stored here for reference. |
21
21
| condition_source_concept_id | No | integer | A foreign key to a Condition Concept that refers to the code used in the source. |
22
-
| condition_status_source_value | No | varchar(50) | The source code for the condition status as it appears in the source data. |
23
-
| condition_status_concept_id | No | integer | A foreign key to the predefined Concept in the Standard Vocabulary reflecting the condition status ||
22
+
| condition_status_source_value | No | varchar(50) | The source code for the condition status as it appears in the source data. |
23
+
| condition_status_concept_id | No | integer | A foreign key to the predefined Concept in the Standard Vocabulary reflecting the condition status |
Copy file name to clipboardExpand all lines: Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/DEVICE_EXPOSURE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Field|Required|Type|Description
16
16
|visit_occurrence_id|No|integer|A foreign key to the visit in the VISIT_OCCURRENCE table during which the device was used.|
17
17
|visit_detail_id|No|integer|A foreign key to the visit detail in the VISIT_DETAIL table during which the Drug Exposure was initiated.|
18
18
|device_source_value|No|varchar(50)|The source code for the Device as it appears in the source data. This code is mapped to a standard Device Concept in the Standardized Vocabularies and the original code is stored here for reference.|
19
-
|device_source_ concept_id|No|integer|A foreign key to a Device Concept that refers to the code used in the source.|
19
+
|device_source_concept_id|No|integer|A foreign key to a Device Concept that refers to the code used in the source.|
Copy file name to clipboardExpand all lines: Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/NOTE_NLP.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ note_nlp_concept_id | No | integer | A foreign key to the predefined Concept i
12
12
note_nlp_source_concept_id | No | integer | A foreign key to a Concept that refers to the code in the source vocabulary used by the NLP system
13
13
nlp_system | No | varchar(250) | Name and version of the NLP system that extracted the term.Useful for data provenance.
14
14
nlp_date | Yes | date | The date of the note processing.Useful for data provenance.
15
-
nlp_date_time | No | datetime | The date and time of the note processing. Useful for data provenance.
16
-
term_exists | No | varchar(1) | A summary modifier that signifies presence or absence of the term for a given patient. Useful for quick querying. *
15
+
nlp_datetime | No | datetime | The date and time of the note processing. Useful for data provenance.
16
+
term_exists | No | varchar(1) | A summary modifier that signifies presence or absence of the term for a given patient. Useful for quick querying.
17
17
term_temporal | No | varchar(50) | An optional time modifier associated with the extracted term. (for now “past” or “present” only). Standardize it later.
18
18
term_modifiers | No | varchar(2000) | A compact description of all the modifiers of the specific term extracted by the NLP system. (e.g. “son has rash” ? “negated=no,subject=family, certainty=undef,conditional=false,general=false”).
Copy file name to clipboardExpand all lines: Documentation/CommonDataModel_Wiki_Files/StandardizedClinicalDataTables/Standardized-Clinical-Data-Tables.md
Copy file name to clipboardExpand all lines: Documentation/CommonDataModel_Wiki_Files/StandardizedMetadata/CDM_SOURCE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Field|Required|Type|Description
7
7
|cdm_holder|No|varchar(255)|The name of the organization responsible for the development of the CDM instance|
8
8
|source_description|No|CLOB|A description of the source data origin and purpose for collection. The description may contain a summary of the period of time that is expected to be covered by this dataset.|
9
9
|source_documentation_reference|No|varchar(255)|URL or other external reference to location of source documentation|
10
-
|cdm_etl _reference|No|varchar(255)|URL or other external reference to location of ETL specification documentation and ETL source code|
10
+
|cdm_etl_reference|No|varchar(255)|URL or other external reference to location of ETL specification documentation and ETL source code|
11
11
|source_release_date|No|date|The date for which the source data are most current, such as the last day of data capture|
12
12
|cdm_release_date|No|date|The date when the CDM was instantiated|
13
13
|cdm_version|No|varchar(10)|The version of CDM used|
Copy file name to clipboardExpand all lines: Documentation/CommonDataModel_Wiki_Files/StandardizedVocabularies/ATTRIBUTE_DEFINITION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
The ATTRIBUTE_DEFINITION table contains records defining Attributes, or covariates, to members of a Cohort through an associated description and syntax and upon instantiation (execution of the algorithm) placed into the COHORT_ATTRIBUTE table. Attributes are derived elements that can be selected or calculated for a subject in a Cohort. The ATTRIBUTE_DEFINITION table provides a standardized structure for maintaining the rules governing the calculation of covariates for a subject in a Cohort, and can store operational programming code to instantiate the Attributes for a given Cohort within the OMOP Common Data Model.
Copy file name to clipboardExpand all lines: Documentation/CommonDataModel_Wiki_Files/StandardizedVocabularies/COHORT_DEFINITION.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
The COHORT_DEFINITION table contains records defining a Cohort derived from the data through the associated description and syntax and upon instantiation (execution of the algorithm) placed into the COHORT table. Cohorts are a set of subjects that satisfy a given combination of inclusion criteria for a duration of time. The COHORT_DEFINITION table provides a standardized structure for maintaining the rules governing the inclusion of a subject into a cohort, and can store operational programming code to instantiate the cohort within the OMOP Common Data Model.
|cohort_definition_id|Yes|integer|A unique identifier for each Cohort.|
6
6
|cohort_definition_name|Yes|varchar(255)|A short description of the Cohort.|
7
7
|cohort_definition_description|No|varchar(MAX)|A complete description of the Cohort definition|
8
8
|definition_type_concept_id|Yes|integer|Type defining what kind of Cohort Definition the record represents and how the syntax may be executed|
9
9
|cohort_definition_syntax|No|varchar(MAX)|Syntax or code to operationalize the Cohort definition|
10
10
|subject_concept_id|Yes|integer|A foreign key to the Concept to which defines the domain of subjects that are members of the cohort (e.g., Person, Provider, Visit).|
11
-
|cohort_initiation_date|No|Date|A date to indicate when the Cohort was instantiated in the COHORT table|
11
+
|cohort_initiation_date|No|Date|A date to indicate when the Cohort was initiated in the COHORT table|
12
12
13
13
### Conventions
14
14
* The cohort_definition_syntax does not prescribe any specific syntax or programming language. Typically, it would be any flavor SQL, a cohort definition language, or a free-text description of the algorithm.
0 commit comments