Class: CauseOfDeath
A class / complex datatype for handling both values and ordinality for causes of death.
URI: bdchm:CauseOfDeath
classDiagram
class CauseOfDeath
click CauseOfDeath href "../CauseOfDeath"
Entity <|-- CauseOfDeath
click Entity href "../Entity"
CauseOfDeath : cause
CauseOfDeath --> "1" CauseOfDeathEnum : cause
click CauseOfDeathEnum href "../CauseOfDeathEnum"
CauseOfDeath : id
CauseOfDeath : order
Inheritance
- Entity
- CauseOfDeath
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
cause | 1 CauseOfDeathEnum |
The value for the cause of death (e | direct |
order | 1 Integer |
The ordinality of a given cause of death record recorded in integers | direct |
id | 1 Uriorcurie |
The 'logical' identifier of the entity within the system of record | Entity |
Usages
used by | used in | type | used |
---|---|---|---|
Person | cause_of_death | range | CauseOfDeath |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nhlbidatastage/bdchm
Mappings
Mapping Type | Mapped Value |
---|---|
self | bdchm:CauseOfDeath |
native | bdchm:CauseOfDeath |
LinkML Source
Direct
name: CauseOfDeath
description: A class / complex datatype for handling both values and ordinality for
causes of death.
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
attributes:
cause:
name: cause
description: The value for the cause of death (e.g., myocardial infarction, chronic
obstructive pulmonary disorder).
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
domain_of:
- CauseOfDeath
range: CauseOfDeathEnum
required: true
multivalued: false
order:
name: order
description: The ordinality of a given cause of death record recorded in integers. Primary
cause of death should have order equal to 1 and additional causes should be
recorded starting from 2 and iterating up from there.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
domain_of:
- CauseOfDeath
range: integer
required: true
multivalued: false
Induced
name: CauseOfDeath
description: A class / complex datatype for handling both values and ordinality for
causes of death.
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
attributes:
cause:
name: cause
description: The value for the cause of death (e.g., myocardial infarction, chronic
obstructive pulmonary disorder).
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: cause
owner: CauseOfDeath
domain_of:
- CauseOfDeath
range: CauseOfDeathEnum
required: true
multivalued: false
order:
name: order
description: The ordinality of a given cause of death record recorded in integers. Primary
cause of death should have order equal to 1 and additional causes should be
recorded starting from 2 and iterating up from there.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
alias: order
owner: CauseOfDeath
domain_of:
- CauseOfDeath
range: integer
required: true
multivalued: false
id:
name: id
description: The 'logical' identifier of the entity within the system of record. The
simple value of this attribute stands for an identifier of this data object
within the system, it can be used as a reference from other objects within the
same system (i.e. primary and foreign keys), and it should be unique per type
of object. The same data object copied to a different system will likely have
a different "id" in the new system since "id" values are system specific and
do not represent persistent business identifiers. Business identifiers are assigned
outside the information system and are captured in the "identifier" field. The
"id" field is more likely to be a serially or randomly generated value that
is assigned to the data object as it is created in a system.
from_schema: https://w3id.org/nhlbidatastage/bdchm
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: CauseOfDeath
domain_of:
- Entity
range: uriorcurie
required: true