Slot: valid_end_date¶
The date when the Concept became invalid because it was deleted or superseded (updated) by a new concept. The default value is 31-Dec-2099, meaning, the Concept is valid until it becomes deprecated.
URI: https://athena.ohdsi.org/search-terms/terms#concept/valid_end_date Alias: valid_end_date
Applicable Classes¶
Name |
Description |
Modifies Slot |
|---|---|---|
The Standardized Vocabularies contains records, or Concepts, that uniquely id… |
no |
Properties¶
Range: Date
Required: True
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/valid_end_date |
native |
https://athena.ohdsi.org/search-terms/terms#concept/valid_end_date |
LinkML Source¶
```yaml
name: valid_end_date
description: The date when the Concept became invalid because it was deleted or superseded
(updated) by a new concept. The default value is 31-Dec-2099, meaning, the Concept
is valid until it becomes deprecated.
from_schema: https://athena.ohdsi.org/search-terms/terms#concept
rank: 1000
alias: valid_end_date
owner: Concept
domain_of:
- Concept
range: date
required: true
</details>