User Tools

Site Tools


documentation:cdm:vocabulary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
documentation:cdm:vocabulary [2014/12/02 01:49]
jduke [Conventions]
documentation:cdm:vocabulary [2020/01/03 12:31] (current)
ekorchmar
Line 1: Line 1:
-===== VOCABULARY ​Table =====+===== VOCABULARY ​table ===== 
 +**THIS IS OUTDATED. All documentation is now on the [[https://​github.com/​OHDSI/​CommonDataModel/​wiki|github wiki]]. Please refer there or to the [[projects:​workgroups:​cdm-wg|CDM working group]] for more information**
  
-The VOCABULARY table includes a list of the vocabularies ​collected from various sources or created de novo by the OMOP community. This reference table is populated with a single record for each vocabulary ​source and includes a descriptive name and other associated attributes for the vocabulary.  +The VOCABULARY table includes a list of the Vocabularies ​collected from various sources or created de novo by the OMOP community. This reference table is populated with a single record for each Vocabulary ​source and includes a descriptive name and other associated attributes for the Vocabulary.
- +
-The record with vocabulary_id = 0 is reserved to contain information regarding the current version of the Entire Standardized Vocabularies.+
  
 ^Field^Required^Type^Description^ ^Field^Required^Type^Description^
-|vocabulary_id|Yes|varchar(20)|A unique identifier for each vocabulary, such as ICD9CM, SNOMED, Visit.|+|vocabulary_id|Yes|varchar(20)|A unique identifier for each Vocabulary, such as ICD9CM, SNOMED, Visit.|
 |vocabulary_name|Yes|varchar(255)|The name describing the vocabulary, for example "​International Classification of Diseases, Ninth Revision, Clinical Modification,​ Volume 1 and 2 (NCHS)"​ etc.| |vocabulary_name|Yes|varchar(255)|The name describing the vocabulary, for example "​International Classification of Diseases, Ninth Revision, Clinical Modification,​ Volume 1 and 2 (NCHS)"​ etc.|
 |vocabulary_reference|Yes|varchar(255)|External reference to documentation or available download of the about the vocabulary.| |vocabulary_reference|Yes|varchar(255)|External reference to documentation or available download of the about the vocabulary.|
-|vocabulary_version|Yes|varchar(255)|Version of the vocabulary ​as indicated in the source.| +|vocabulary_version|Yes|varchar(255)|Version of the Vocabulary ​as indicated in the source.| 
-|vocabulary_concept_id|Yes|integer|A foreign key that refers to a standard concept identifier in the CONCEPT table for the vocabulary ​the VOCABULARY record belongs to.|+|vocabulary_concept_id|Yes|integer|A foreign key that refers to a standard concept identifier in the CONCEPT table for the Vocabulary ​the VOCABULARY record belongs to.|
  
 ==== Conventions ==== ==== Conventions ====
  
-  * There is one record for each Vocabulary. One Vocabulary source or vendor can issue several Vocabularies,​ each of them creating their own record in the VOCABULARY table. However, the choice of whether a Vocabulary contains Concepts of different Concept Classes, or when these different classes constitute separate Vocabularies cannot precisely be decided based on the definition of what constitutes a Vocabulary. For example, the ICD-9 Volume 1 and 2 codes (ICD9CM, containing predominantly conditions and some procedures and observations) and the ICD-9 Volume 3 codes (ICD9Proc, containing predominantly procedures) are realized as two different ​vocabularies. On the other hand, SNOMED-CT codes of the class Condition and those of the class Procedure are part of one and the same Vocabulary.+  * There is one record for each Vocabulary. One Vocabulary source or vendor can issue several Vocabularies,​ each of them creating their own record in the VOCABULARY table. However, the choice of whether a Vocabulary contains Concepts of different Concept Classes, or when these different classes constitute separate Vocabularies cannot precisely be decided based on the definition of what constitutes a Vocabulary. For example, the ICD-9 Volume 1 and 2 codes (ICD9CM, containing predominantly conditions and some procedures and observations) and the ICD-9 Volume 3 codes (ICD9Proc, containing predominantly procedures) are realized as two different ​Vocabularies. On the other hand, SNOMED-CT codes of the class Condition and those of the class Procedure are part of one and the same Vocabulary. Please refer to the Standardized Vocabularies [[documentation:​vocabulary:​vocabularies|Specifications]] for details of each Vocabulary.
   * The vocabulary_id field contains an alphanumerical identifier, that can also be used as the abbreviation of the Vocabulary name.   * The vocabulary_id field contains an alphanumerical identifier, that can also be used as the abbreviation of the Vocabulary name.
 +  * The record with vocabulary_id = '​None'​ is reserved to contain information regarding the current version of the Entire Standardized Vocabularies.
   * The vocabulary_name field contains the full official name of the Vocabulary, as well as the source or vendor in parenthesis.   * The vocabulary_name field contains the full official name of the Vocabulary, as well as the source or vendor in parenthesis.
-  * Each Vocabulary has an entry in the Concept ​table, which is recorded in the vocabulary_concept_id field. This is for purposes of creating a closed Information Model, where all entities in the OMOP CDM are covered by a unique Concept.+  * Each Vocabulary has an entry in the CONCEPT ​table, which is recorded in the vocabulary_concept_id field. This is for purposes of creating a closed Information Model, where all entities in the OMOP CDM are covered by a unique Concept.
   * In past versions of the VOCABULARY table, the vocabulary_id used to be a numerical value. A conversion table between these old and new IDs is given below:   * In past versions of the VOCABULARY table, the vocabulary_id used to be a numerical value. A conversion table between these old and new IDs is given below:
  
 ^vocabulary_id previously^vocabulary_id Version 5^ ^vocabulary_id previously^vocabulary_id Version 5^
-|0|None| +|0|[[documentation:​vocabulary:​none|None]]
-|1|SNOMED| +|1|[[documentation:​vocabulary:​snomed|SNOMED]]
-|2|ICD9CM| +|2|[[documentation:​vocabulary:​icd9cm|ICD9CM]]
-|3|ICD9Proc| +|3|[[documentation:​vocabulary:​icd9proc|ICD9Proc]]
-|4|CPT4| +|4|[[documentation:​vocabulary:​cpt4|CPT4]]
-|5|HCPCS| +|5|[[documentation:​vocabulary:​hcpcs|HCPCS]]
-|6|LOINC| +|6|[[documentation:​vocabulary:​loinc|LOINC]]
-|7|NDFRT| +|7|[[documentation:​vocabulary:​ndfrt|NDFRT]]
-|8|RxNorm| +|8|[[documentation:​vocabulary:​rxnorm|RxNorm]]
-|9|NDC| +|9|[[documentation:​vocabulary:​ndc|NDC]]
-|10|GPI| +|10|[[documentation:​vocabulary:​gpi|GPI]]
-|11|UCUM| +|11|[[documentation:​vocabulary:​ucum|UCUM]]
-|12|Gender| +|12|[[documentation:​vocabulary:​gender|Gender]]
-|13|Race| +|13|[[documentation:​vocabulary:​race|Race]]
-|14|Place of Service| +|14|[[documentation:​vocabulary:​place_of_service|Place of Service]]
-|15|MedDRA| +|15|[[documentation:​vocabulary:​meddra|MedDRA]]
-|16|Multum| +|16|[[documentation:​vocabulary:​multum|Multum]]
-|17|Read| +|17|[[documentation:​vocabulary:​read|Read]]
-|18|OXMIS| +|18|[[documentation:​vocabulary:​oxmis|OXMIS]]
-|19|Indication| +|19|[[documentation:​vocabulary:​indication|Indication]]
-|20|ETC| +|20|[[documentation:​vocabulary:​etc|ETC]]
-|21|ATC| +|21|[[documentation:​vocabulary:​atc|ATC]]
-|22|Multilex| +|22|[[documentation:​vocabulary:​multilex|Multilex]]
-|24|Visit| +|24|[[documentation:​vocabulary:​visit|Visit]]
-|28|VA Product| +|28|[[documentation:​vocabulary:​va_product|VA Product]]
-|31|SMQ| +|31|[[documentation:​vocabulary:​smq|SMQ]]
-|32|VA Class| +|32|[[documentation:​vocabulary:​va_class|VA Class]]
-|33|Cohort| +|33|[[documentation:​vocabulary:​cohort|Cohort]]
-|34|ICD10| +|34|[[documentation:​vocabulary:​icd10|ICD10]]
-|35|ICD10PCS| +|35|[[documentation:​vocabulary:​icd10pcs|ICD10PCS]]
-|36|Drug Type| +|36|[[documentation:​vocabulary:​concept_type_vocabularies|Drug Type]]
-|37|Condition Type| +|37|[[documentation:​vocabulary:​concept_type_vocabularies|Condition Type]]
-|38|Procedure Type| +|38|[[documentation:​vocabulary:​concept_type_vocabularies|Procedure Type]]
-|39|Observation Type| +|39|[[documentation:​vocabulary:​concept_type_vocabularies|Observation Type]]
-|40|DRG| +|40|[[documentation:​vocabulary:​drg|DRG]]
-|41|MDC| +|41|[[documentation:​vocabulary:​mdc|MDC]]
-|42|APC| +|42|[[documentation:​vocabulary:​apc|APC]]
-|43|Revenue Code| +|43|[[documentation:​vocabulary:​revenue_code|Revenue Code]]
-|44|Ethnicity| +|44|[[documentation:​vocabulary:​ethnicity|Ethnicity]]
-|45|Death Type| +|45|[[documentation:​vocabulary:​concept_type_vocabularies|Death Type]]
-|46|Mesh| +|46|[[documentation:​vocabulary:​mesh|Mesh]]
-|47|NUCC| +|47|[[documentation:​vocabulary:​nucc|NUCC]]
-|48|Specialty| +|48|[[documentation:​vocabulary:​specialty|Specialty]]
-|49|LOINC ​Hierarchy+|49|[[documentation:​vocabulary:​loinc|LOINC]]
-|50|SPL| +|50|[[documentation:​vocabulary:​spl|SPL]]
-|53|Genseqno| +|53|[[documentation:​vocabulary:​genseqno|Genseqno]]
-|54|CCS| +|54|[[documentation:​vocabulary:​ccs|CCS]]
-|55|OPCS4| +|55|[[documentation:​vocabulary:​opcs4|OPCS4]]
-|56|Gemscript| +|56|[[documentation:​vocabulary:​gemscript|Gemscript]]
-|57|HES Specialty| +|57|[[documentation:​vocabulary:​hes_specialty|HES Specialty]]
-|58|Note Type| +|58|[[documentation:​vocabulary:​concept_type_vocabularies|Note Type]]
-|59|Domain| +|59|[[documentation:​vocabulary:​domain|Domain]]
-|60|PCORNet| +|60|[[documentation:​vocabulary:​pcornet|PCORNet]]
-|61|Obs Period Type| +|61|[[documentation:​vocabulary:​concept_type_vocabularies|Obs Period Type]]
-|62|Visit Type| +|62|[[documentation:​vocabulary:​concept_type_vocabularies|Visit Type]]
-|63|Device Type| +|63|[[documentation:​vocabulary:​concept_type_vocabularies|Device Type]]
-|64|Meas Type| +|64|[[documentation:​vocabulary:​concept_type_vocabularies|Meas Type]]
-|65|Currency| +|65|[[documentation:​vocabulary:​currency|Currency]]
-|66|Relationship| +|66|[[documentation:​vocabulary:​relationship|Relationship]]
-|67|Vocabulary| +|67|[[documentation:​vocabulary:​vocabulary|Vocabulary]]
-|68|Concept Class| +|68|[[documentation:​vocabulary:​concept_class|Concept Class]]
-|69|Cohort Type| +|69|[[documentation:​vocabulary:​concept_type_vocabularies|Cohort Type]]
-|70|ICD10CM| +|70|[[documentation:​vocabulary:​icd10cm|ICD10CM]]
 +|71|[[documentation:​vocabulary:​icdo3|ICDO3]]|
documentation/cdm/vocabulary.1417484993.txt.gz · Last modified: 2014/12/02 01:49 by jduke