Class: Demographics (Demographics)
Basic participant demographics summary
classDiagram
class Demographics
click Demographics href "../Demographics/"
Record <|-- Demographics
click Record href "../Record/"
Demographics : age_at_first_engagement
Demographics : age_at_last_vital_status
Demographics : down_syndrome_status
Demographics --> "1" EnumDownSyndromeStatus : down_syndrome_status
click EnumDownSyndromeStatus href "../EnumDownSyndromeStatus/"
Demographics : ethnicity
Demographics --> "1" EnumEthnicity : ethnicity
click EnumEthnicity href "../EnumEthnicity/"
Demographics : external_id
Demographics : race
Demographics --> "1..*" EnumRace : race
click EnumRace href "../EnumRace/"
Demographics : sex
Demographics --> "1" EnumSex : sex
click EnumSex href "../EnumSex/"
Demographics : subject_id
Demographics : vital_status
Demographics --> "0..1" EnumVitalStatus : vital_status
click EnumVitalStatus href "../EnumVitalStatus/"
Inheritance
- Record
- Demographics
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| subject_id | 1 String |
INLCUDE Global ID for the Subject | direct |
| sex | 1 EnumSex |
Sex of Participant | direct |
| race | 1..* EnumRace |
Race of Participant | direct |
| ethnicity | 1 EnumEthnicity |
Ethnicity of Participant | direct |
| down_syndrome_status | 1 EnumDownSyndromeStatus |
Down Syndrome status of participant | direct |
| age_at_last_vital_status | 0..1 Integer |
Age in days when participant's vital status was last recorded | direct |
| vital_status | 0..1 EnumVitalStatus |
Whether participant is alive or dead | direct |
| age_at_first_engagement | 0..1 Integer |
Age in days of Participant at first recorded study event (enrollment, visit, ... | direct |
| external_id | * Uriorcurie |
Other identifiers for this entity, eg, from the submitting study or in system... | Record |
Identifier and Mapping Information
Schema Source
- from schema: https://includedcc.org/include-access-model
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | includedcc:Demographics |
| native | includedcc:Demographics |
LinkML Source
Direct
name: Demographics
description: Basic participant demographics summary
title: Demographics
from_schema: https://includedcc.org/include-access-model
is_a: Record
slots:
- subject_id
- sex
- race
- ethnicity
- down_syndrome_status
- age_at_last_vital_status
- vital_status
- age_at_first_engagement
slot_usage:
subject_id:
name: subject_id
identifier: true
required: true
Induced
name: Demographics
description: Basic participant demographics summary
title: Demographics
from_schema: https://includedcc.org/include-access-model
is_a: Record
slot_usage:
subject_id:
name: subject_id
identifier: true
required: true
attributes:
subject_id:
name: subject_id
description: INLCUDE Global ID for the Subject
title: Study ID
from_schema: https://includedcc.org/include-access-model
rank: 1000
identifier: true
alias: subject_id
owner: Demographics
domain_of:
- Subject
- Demographics
- SubjectAssertion
range: string
required: true
multivalued: false
sex:
name: sex
description: Sex of Participant
title: Sex
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: sex
owner: Demographics
domain_of:
- Demographics
range: EnumSex
required: true
race:
name: race
description: Race of Participant
title: Race
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: race
owner: Demographics
domain_of:
- Demographics
range: EnumRace
required: true
multivalued: true
ethnicity:
name: ethnicity
description: Ethnicity of Participant
title: Ethnicity
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: ethnicity
owner: Demographics
domain_of:
- Demographics
range: EnumEthnicity
required: true
down_syndrome_status:
name: down_syndrome_status
description: Down Syndrome status of participant
title: Down Syndrome Status
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: down_syndrome_status
owner: Demographics
domain_of:
- Demographics
range: EnumDownSyndromeStatus
required: true
age_at_last_vital_status:
name: age_at_last_vital_status
description: Age in days when participant's vital status was last recorded
title: Age at Last Vital Status
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: age_at_last_vital_status
owner: Demographics
domain_of:
- Demographics
range: integer
minimum_value: -365
maximum_value: 32507
unit:
ucum_code: d
vital_status:
name: vital_status
description: Whether participant is alive or dead
title: Vital Status
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: vital_status
owner: Demographics
domain_of:
- Demographics
range: EnumVitalStatus
age_at_first_engagement:
name: age_at_first_engagement
description: Age in days of Participant at first recorded study event (enrollment,
visit, observation, sample collection, survey completion, etc.). Age at enrollment
is preferred, if available.
title: Age at First Participant Engagement
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: age_at_first_engagement
owner: Demographics
domain_of:
- Demographics
range: integer
minimum_value: -365
maximum_value: 32507
unit:
ucum_code: d
external_id:
name: external_id
description: Other identifiers for this entity, eg, from the submitting study
or in systems like dbGaP
title: External Identifiers
from_schema: https://includedcc.org/include-access-model
rank: 1000
alias: external_id
owner: Demographics
domain_of:
- Record
range: uriorcurie
required: false
multivalued: true