parent
6b53641c83
commit
247a1fe0c1
|
@ -401,8 +401,8 @@ CDM_SOURCE,cdm_etl_reference,No,varchar(255),,Put the link to the CDM version us
|
|||
CDM_SOURCE,source_release_date,Yes,date,The release date of the source data.,,No,No,,,,,
|
||||
CDM_SOURCE,cdm_release_date,Yes,date,The release data of the CDM instance.,,No,No,,,,,
|
||||
CDM_SOURCE,cdm_version,No,varchar(10),,,No,No,,,,,
|
||||
CDM_SOURCE,cdm_version_concept_id,Yes,integer,The Concept Id representing the version of the CDM.,,No,Yes,CONCEPT,CONCEPT_ID,,,
|
||||
CDM_SOURCE,vocabulary_version,Yes,varchar(20),,,No,No,,,,,
|
||||
CDM_SOURCE,cdm_version_concept_id,Yes,integer,The Concept Id representing the version of the CDM.,You can find all concepts that represent the CDM versions using the query: SELECT * FROM CONCEPT WHERE VOCABULARY_ID = 'CDM' AND CONCEPT_CLASS = 'CDM',No,Yes,CONCEPT,CONCEPT_ID,,,
|
||||
CDM_SOURCE,vocabulary_version,Yes,varchar(20),,You can find the version of your Vocabulary using the query: SELECT vocabulary_version from vocabulary where vocabulary_id = 'None',No,No,,,,,
|
||||
CONCEPT,concept_id,Yes,integer,A unique identifier for each Concept across all domains.,,Yes,No,,,,,
|
||||
CONCEPT,concept_name,Yes,varchar(255),"An unambiguous, meaningful and descriptive name for the Concept.",,No,No,,,,,
|
||||
CONCEPT,domain_id,Yes,varchar(20),A foreign key to the [DOMAIN](https://ohdsi.github.io/CommonDataModel/cdm531.html#domain) table the Concept belongs to.,,No,Yes,DOMAIN,DOMAIN_ID,,,
|
||||
|
|
|
Loading…
Reference in New Issue