Skip to content

Class: Demographics (Demographics)

Basic participant demographics summary

URI: includedcc: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

Slots

Name Cardinality and Range Description Inheritance
subject_id 1
Subject
INCLUDE Global ID for the Subject direct
sex 1
Concept or 
EnumSex or 
EnumUnknownOther
Sex of Participant direct
race 1..*
Concept or 
EnumRace or 
EnumUnknownOther
Race of Participant direct
ethnicity 1
Concept or 
EnumEthnicity or 
EnumUnknownOther
Ethnicity 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
Concept or 
EnumVitalStatus or 
EnumUnknown
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
access_policy_id 0..1
AccessPolicy
Global identifier for the access policy that applies to this row of data Record
study_id 0..1
Study
INCLUDE Global ID for the study Record

Identifier and Mapping Information

Schema Source

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