Hi guys,
I’m just wondering what exactly the domain is.
In definition, domain is in which CDM table a clinical entity should be placed into. There are approximately 40 numbers of CDM tables in OMOP, but there is no table as Spec Anatomic site, Currency, Modifier, Meas Value, and so on…so I’m so confused what it is.
At the result of query,
*UCUM
(Domain ‘Unit’ - Voca ‘UCUM’ - Concept_class ‘Unit’)
ETL, the domain tells you which table/field the concept should go into. Non-ETL, the domain tells you “what” that concept is. In the native source, just because something is a diagnosis, drug, or procedure, doesn’t mean that from an observational point of view, it is the same. For example, in ICD9/ICD10, “Family history of Asthma” is a diagnosis. In OMOP, it has a domain of “Observation” because this is not something that happened to the actual patient. It is something is observed that there is a family history of asthma.
Domain - Unit . The concept ID for this domain would go into the Unit Concept ID
Domain - Drug. This concept along with its record would create a record in the Drug Exposure table
Domain - Spec Anatomic Site would go into the Specimen table
Domain - Observation would go into the Observation table.
In OMOP, you don’t just look at the vocabulary and think that that vocabulary is one thing or another, like all SNOMED codes are Condition. You must look at the domain to determine what that concept is.