Class: Domain¶
The DOMAIN table includes a list of OMOP-defined Domains to which the Concepts of the Standardized Vocabularies can belong. A Domain represents a clinical definition whereby we assign matching Concepts for the standardized fields in the CDM tables. For example, the Condition Domain contains Concepts that describe a patient condition, and these Concepts can only be used in the condition_concept_id field of the CONDITION_OCCURRENCE and CONDITION_ERA tables. This reference table is populated with a single record for each Domain, including a Domain ID and a descriptive name for every Domain.
URI: https://athena.ohdsi.org/search-terms/terms#concept/Domain
classDiagram
class Domain
click Domain href "../Domain/"
Domain : domain_concept_id
Domain --> "1" Concept : domain_concept_id
click Concept href "../Concept/"
Domain : domain_id
Domain : domain_name
Slots¶
Name |
Cardinality and Range |
Description |
Inheritance |
|---|---|---|---|
1 |
direct |
||
1 |
direct |
||
1 |
direct |
Usages¶
used by |
used in |
type |
used |
|---|---|---|---|
range |
Identifier and Mapping Information¶
Schema Source¶
from schema: https://athena.ohdsi.org/search-terms/terms#concept
Mappings¶
Mapping Type |
Mapped Value |
|---|---|
self |
https://athena.ohdsi.org/search-terms/terms#concept/Domain |
native |
https://athena.ohdsi.org/search-terms/terms#concept/Domain |
LinkML Source¶
Direct¶
</details>
### Induced
<details>
```yaml
name: Domain
description: The DOMAIN table includes a list of OMOP-defined Domains to which the
Concepts of the Standardized Vocabularies can belong. A Domain represents a clinical
definition whereby we assign matching Concepts for the standardized fields in the
CDM tables. For example, the Condition Domain contains Concepts that describe a
patient condition, and these Concepts can only be used in the condition_concept_id
field of the CONDITION_OCCURRENCE and CONDITION_ERA tables. This reference table
is populated with a single record for each Domain, including a Domain ID and a descriptive
name for every Domain.
from_schema: https://athena.ohdsi.org/search-terms/terms#concept
attributes:
domain_id:
name: domain_id
from_schema: https://athena.ohdsi.org/search-terms/terms#concept
identifier: true
alias: domain_id
owner: Domain
domain_of:
- Concept
- Domain
range: string
required: true
domain_name:
name: domain_name
from_schema: https://athena.ohdsi.org/search-terms/terms#concept
rank: 1000
alias: domain_name
owner: Domain
domain_of:
- Domain
range: string
required: true
domain_concept_id:
name: domain_concept_id
from_schema: https://athena.ohdsi.org/search-terms/terms#concept
rank: 1000
alias: domain_concept_id
owner: Domain
domain_of:
- Domain
range: Concept
required: true