Skip to content

Class: INCLUDE Participant (IncludeParticipant)

Information specific to INCLUDE participants

URI: [includedcc:IncludeParticipant](https://includedcc.org/include-access-model/IncludeParticipant)
classDiagram class IncludeParticipant click IncludeParticipant href "../IncludeParticipant/" Demographics <|-- IncludeParticipant click Demographics href "../Demographics/" IncludeParticipant : access_policy_id IncludeParticipant --> "0..1" AccessPolicy : access_policy_id click AccessPolicy href "../AccessPolicy/" IncludeParticipant : age_at_first_engagement IncludeParticipant : age_at_last_vital_status IncludeParticipant : down_syndrome_status IncludeParticipant --> "1" EnumDownSyndromeStatus : down_syndrome_status click EnumDownSyndromeStatus href "../EnumDownSyndromeStatus/" IncludeParticipant : ethnicity IncludeParticipant --> "1" Concept : ethnicity click Concept href "../Concept/" IncludeParticipant : external_id IncludeParticipant : race IncludeParticipant --> "1..*" Concept : race click Concept href "../Concept/" IncludeParticipant : sex IncludeParticipant --> "1" Concept : sex click Concept href "../Concept/" IncludeParticipant : study_id IncludeParticipant --> "0..1" Study : study_id click Study href "../Study/" IncludeParticipant : subject_id IncludeParticipant --> "1" Subject : subject_id click Subject href "../Subject/" IncludeParticipant : vital_status IncludeParticipant --> "0..1" Concept : vital_status click Concept href "../Concept/"
## Inheritance * [Demographics](Demographics.md) [ [Record](Record.md)] * **IncludeParticipant** ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [down_syndrome_status](down_syndrome_status.md) | 1
[EnumDownSyndromeStatus](EnumDownSyndromeStatus.md) | Down Syndrome status of participant | direct | | [subject_id](subject_id.md) | 1
[Subject](Subject.md) | INCLUDE Global ID for the Subject | [Demographics](Demographics.md) | | [sex](sex.md) | 1
[Concept](Concept.md) or 
[EnumSex](EnumSex.md) or 
[EnumUnknownOther](EnumUnknownOther.md) | Sex of Participant | [Demographics](Demographics.md) | | [race](race.md) | 1..*
[Concept](Concept.md) or 
[EnumRace](EnumRace.md) or 
[EnumUnknownOther](EnumUnknownOther.md) | Race of Participant | [Demographics](Demographics.md) | | [ethnicity](ethnicity.md) | 1
[Concept](Concept.md) or 
[EnumEthnicity](EnumEthnicity.md) or 
[EnumUnknownOther](EnumUnknownOther.md) | Ethnicity of Participant | [Demographics](Demographics.md) | | [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 | [Demographics](Demographics.md) | | [vital_status](vital_status.md) | 0..1
[Concept](Concept.md) or 
[EnumVitalStatus](EnumVitalStatus.md) or 
[EnumUnknown](EnumUnknown.md) | Whether participant is alive or dead | [Demographics](Demographics.md) | | [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, ... | [Demographics](Demographics.md) | | [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:IncludeParticipant | | native | includedcc:IncludeParticipant | ## LinkML Source ### Direct
name: IncludeParticipant
description: Information specific to INCLUDE participants
title: INCLUDE Participant
from_schema: https://includedcc.org/include-access-model
is_a: Demographics
slots:
- down_syndrome_status

### Induced
name: IncludeParticipant
description: Information specific to INCLUDE participants
title: INCLUDE Participant
from_schema: https://includedcc.org/include-access-model
is_a: Demographics
attributes:
  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
    owner: IncludeParticipant
    domain_of:
    - IncludeParticipant
    range: EnumDownSyndromeStatus
    required: true
  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: IncludeParticipant
    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: IncludeParticipant
    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: IncludeParticipant
    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: IncludeParticipant
    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: IncludeParticipant
    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: IncludeParticipant
    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: IncludeParticipant
    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: IncludeParticipant
    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: IncludeParticipant
    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: IncludeParticipant
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false