Skip to content

Class: INCLUDE Participant (IncludeParticipant)

Information specific to INCLUDE participants

URI: includedcc: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" EnumEthnicity : ethnicity click EnumEthnicity href "../EnumEthnicity/" IncludeParticipant : external_id IncludeParticipant : race IncludeParticipant --> "1..*" EnumRace : race click EnumRace href "../EnumRace/" IncludeParticipant : sex IncludeParticipant --> "1" EnumSex : sex click EnumSex href "../EnumSex/" 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" EnumVitalStatus : vital_status click EnumVitalStatus href "../EnumVitalStatus/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
down_syndrome_status 1
EnumDownSyndromeStatus
Down Syndrome status of participant direct
subject_id 1
Subject
INCLUDE Global ID for the Subject Demographics
sex 1
EnumSex
Sex of Participant Demographics
race 1..*
EnumRace
Race of Participant Demographics
ethnicity 1
EnumEthnicity
Ethnicity of Participant Demographics
age_at_last_vital_status 0..1
Integer
Age in days when participant's vital status was last recorded Demographics
vital_status 0..1
EnumVitalStatus
Whether participant is alive or dead Demographics
age_at_first_engagement 0..1
Integer
Age in days of Participant at first recorded study event (enrollment, visit, ... Demographics
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

  • 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
    alias: down_syndrome_status
    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
    alias: subject_id
    owner: IncludeParticipant
    domain_of:
    - Subject
    - Demographics
    - FamilyRelationship
    - FamilyMember
    - SubjectAssertion
    - Encounter
    - File
    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
    alias: sex
    owner: IncludeParticipant
    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: IncludeParticipant
    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: IncludeParticipant
    domain_of:
    - Demographics
    range: EnumEthnicity
    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: 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
    alias: vital_status
    owner: IncludeParticipant
    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: 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
    alias: external_id
    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
    alias: access_policy_id
    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
    alias: study_id
    owner: IncludeParticipant
    domain_of:
    - Record
    - StudyMetadata
    range: Study
    multivalued: false