Skip to content

Class: Demographics (Demographics)

Basic participant demographics summary

URI: [includedcc:Demographics](https://includedcc.org/include-access-model/Demographics)
classDiagram class Demographics click Demographics href "../Demographics/" Record <|-- Demographics click Record href "../Record/" Demographics <|-- IncludeParticipant click IncludeParticipant href "../IncludeParticipant/" Demographics : access_policy_id Demographics --> "0..1" AccessPolicy : access_policy_id click AccessPolicy href "../AccessPolicy/" Demographics : age_at_first_engagement Demographics : age_at_last_vital_status Demographics : ethnicity Demographics --> "1" Concept : ethnicity click Concept href "../Concept/" Demographics : external_id Demographics : race Demographics --> "1..*" Concept : race click Concept href "../Concept/" Demographics : sex Demographics --> "1" Concept : sex click Concept href "../Concept/" Demographics : study_id Demographics --> "0..1" Study : study_id click Study href "../Study/" Demographics : subject_id Demographics --> "1" Subject : subject_id click Subject href "../Subject/" Demographics : vital_status Demographics --> "0..1" Concept : vital_status click Concept href "../Concept/"
## Inheritance * **Demographics** [ [Record](Record.md)] * [IncludeParticipant](IncludeParticipant.md) ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [subject_id](subject_id.md) | 1
[Subject](Subject.md) | INCLUDE Global ID for the Subject | direct | | [sex](sex.md) | 1
[Concept](Concept.md) or 
[EnumSex](EnumSex.md) or 
[EnumUnknownOther](EnumUnknownOther.md) | Sex of Participant | direct | | [race](race.md) | 1..*
[Concept](Concept.md) or 
[EnumRace](EnumRace.md) or 
[EnumUnknownOther](EnumUnknownOther.md) | Race of Participant | direct | | [ethnicity](ethnicity.md) | 1
[Concept](Concept.md) or 
[EnumEthnicity](EnumEthnicity.md) or 
[EnumUnknownOther](EnumUnknownOther.md) | Ethnicity of Participant | direct | | [age_at_last_vital_status](age_at_last_vital_status.md) | 0..1
[Integer](Integer.md) | Age in days when participant's vital status was last recorded | direct | | [vital_status](vital_status.md) | 0..1
[Concept](Concept.md) or 
[EnumVitalStatus](EnumVitalStatus.md) or 
[EnumUnknown](EnumUnknown.md) | Whether participant is alive or dead | direct | | [age_at_first_engagement](age_at_first_engagement.md) | 0..1
[Integer](Integer.md) | Age in days of Participant at first recorded study event (enrollment, visit, ... | direct | | [external_id](external_id.md) | *
[Uriorcurie](Uriorcurie.md) | Other identifiers for this entity, eg, from the submitting study or in system... | [Record](Record.md) | | [access_policy_id](access_policy_id.md) | 0..1
[AccessPolicy](AccessPolicy.md) | Global identifier for the access policy that applies to this row of data | [Record](Record.md) | | [study_id](study_id.md) | 0..1
[Study](Study.md) | INCLUDE Global ID for the study | [Record](Record.md) | ## 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
mixins:
- Record
slots:
- subject_id
- sex
- race
- ethnicity
- 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
mixins:
- Record
slot_usage:
  subject_id:
    name: subject_id
    identifier: true
    required: true
attributes:
  subject_id:
    name: subject_id
    description: INCLUDE Global ID for the Subject
    title: Study ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    identifier: true
    owner: Demographics
    domain_of:
    - Subject
    - Demographics
    - FamilyRelationship
    - FamilyMembership
    - SubjectAssertion
    - Encounter
    - File
    - Assay
    range: Subject
    required: true
    multivalued: false
  sex:
    name: sex
    description: Sex of Participant
    title: Sex
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Demographics
    domain_of:
    - Demographics
    range: Concept
    required: true
    any_of:
    - range: EnumSex
    - range: EnumUnknownOther
  race:
    name: race
    description: Race of Participant
    title: Race
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Demographics
    domain_of:
    - Demographics
    range: Concept
    required: true
    multivalued: true
    any_of:
    - range: EnumRace
    - range: EnumUnknownOther
  ethnicity:
    name: ethnicity
    description: Ethnicity of Participant
    title: Ethnicity
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Demographics
    domain_of:
    - Demographics
    range: Concept
    required: true
    any_of:
    - range: EnumEthnicity
    - range: EnumUnknownOther
  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
    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
    owner: Demographics
    domain_of:
    - Demographics
    range: Concept
    any_of:
    - range: EnumVitalStatus
    - range: EnumUnknown
  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
    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
    owner: Demographics
    domain_of:
    - Record
    range: uriorcurie
    required: false
    multivalued: true
  access_policy_id:
    name: access_policy_id
    description: Global identifier for the access policy that applies to this row
      of data.
    title: Access Policy ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Demographics
    domain_of:
    - Record
    - AccessPolicy
    range: AccessPolicy
  study_id:
    name: study_id
    description: INCLUDE Global ID for the study
    title: Study ID
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    owner: Demographics
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false