Class: Participant
A Participant is the entity of interest in a research study, typically a human being or an animal, but can also be a device, group of humans or animals, or a tissue sample. Human research subjects are usually not traceable to a particular person to protect the subject’s privacy.
URI: bdchm:Participant
 classDiagram
    class Participant
    click Participant href "../Participant"
      Entity <|-- Participant
        click Entity href "../Entity"
      Participant : age_at_index
      Participant : associated_person
    Participant --> "0..1" Person : associated_person
    click Person href "../Person"
      Participant : consents
    Participant --> "*" Consent : consents
    click Consent href "../Consent"
      Participant : description
      Participant : id
      Participant : identity
      Participant : index_timepoint
      Participant : member_of_research_study
    Participant --> "0..1" ResearchStudy : member_of_research_study
    click ResearchStudy href "../ResearchStudy"
      Participant : originating_site
    Participant --> "0..1" Organization : originating_site
    click Organization href "../Organization"
      Participant : study_arm
Inheritance
- Entity
- Participant
 
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| associated_person | 0..1  Person  | 
A reference to the Person that is associated with this record | direct | 
| identity | *  Uriorcurie  | 
A 'business' identifier or accession number for the entity, typically as prov... | direct | 
| description | 0..1  String  | 
A free text field to capture additional info/explanation about the research s... | direct | 
| member_of_research_study | 0..1  ResearchStudy  | 
A reference to the Study(s) of which this Participant is a member | direct | 
| age_at_index | 0..1  Integer  | 
The age in days of the Participant at the index_timepoint | direct | 
| index_timepoint | 0..1  String  | 
The text term used to describe the reference or anchor date used for date obf... | direct | 
| originating_site | 0..1  Organization  | 
The Organization through which a subject was enrolled on a ResearchStudy | direct | 
| study_arm | *  String  | 
The arm(s) of the study on which the Participant is enrolled | direct | 
| consents | *  Consent  | 
Data Use Restrictions that are used to indicate permissions/restrictions for ... | direct | 
| id | 1  Uriorcurie  | 
The 'logical' identifier of the entity within the system of record | Entity | 
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nhlbidatastage/bdchm
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | bdchm:Participant | 
| native | bdchm:Participant | 
LinkML Source
Direct
name: Participant
description: A Participant is the entity of interest in a research study, typically
  a human being or an animal, but can also be a device, group of humans or animals,
  or a tissue sample. Human research subjects are usually not traceable to a particular
  person to protect the subject’s privacy.
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
slots:
- associated_person
- identity
attributes:
  description:
    name: description
    description: A free text field to capture additional info/explanation about the
      research subject.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    domain_of:
    - Participant
    - ResearchStudy
    - Questionnaire
    - File
    - Document
    - Specimen
    - BiologicProduct
    range: string
  member_of_research_study:
    name: member_of_research_study
    description: A reference to the Study(s) of which this Participant is a member
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    domain_of:
    - Participant
    range: ResearchStudy
  age_at_index:
    name: age_at_index
    description: The age in days of the Participant at the index_timepoint
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    domain_of:
    - Participant
    range: integer
    unit:
      ucum_code: d
  index_timepoint:
    name: index_timepoint
    description: The text term used to describe the reference or anchor date used
      for date obfuscation, where a single date is obscured by creating one or more
      date ranges in relation to this date.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    domain_of:
    - Participant
    range: string
  originating_site:
    name: originating_site
    description: The Organization through which a subject was enrolled on a ResearchStudy.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    domain_of:
    - Participant
    range: Organization
  study_arm:
    name: study_arm
    description: The arm(s) of the study on which the Participant is enrolled
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    domain_of:
    - Participant
    range: string
    multivalued: true
  consents:
    name: consents
    description: 'Data Use Restrictions that are used to indicate permissions/restrictions
      for datasets and/or materials, and relates to the purposes for which datasets
      and/or material might be removed, stored or used. Based on the Data Use Ontology
      : see http://www.obofoundry.org/ontology/duo.html'
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    domain_of:
    - Participant
    - ResearchStudy
    range: Consent
    multivalued: true
Induced
name: Participant
description: A Participant is the entity of interest in a research study, typically
  a human being or an animal, but can also be a device, group of humans or animals,
  or a tissue sample. Human research subjects are usually not traceable to a particular
  person to protect the subject’s privacy.
from_schema: https://w3id.org/nhlbidatastage/bdchm
is_a: Entity
attributes:
  description:
    name: description
    description: A free text field to capture additional info/explanation about the
      research subject.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: description
    owner: Participant
    domain_of:
    - Participant
    - ResearchStudy
    - Questionnaire
    - File
    - Document
    - Specimen
    - BiologicProduct
    range: string
  member_of_research_study:
    name: member_of_research_study
    description: A reference to the Study(s) of which this Participant is a member
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: member_of_research_study
    owner: Participant
    domain_of:
    - Participant
    range: ResearchStudy
  age_at_index:
    name: age_at_index
    description: The age in days of the Participant at the index_timepoint
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: age_at_index
    owner: Participant
    domain_of:
    - Participant
    range: integer
    unit:
      ucum_code: d
  index_timepoint:
    name: index_timepoint
    description: The text term used to describe the reference or anchor date used
      for date obfuscation, where a single date is obscured by creating one or more
      date ranges in relation to this date.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: index_timepoint
    owner: Participant
    domain_of:
    - Participant
    range: string
  originating_site:
    name: originating_site
    description: The Organization through which a subject was enrolled on a ResearchStudy.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: originating_site
    owner: Participant
    domain_of:
    - Participant
    range: Organization
  study_arm:
    name: study_arm
    description: The arm(s) of the study on which the Participant is enrolled
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: study_arm
    owner: Participant
    domain_of:
    - Participant
    range: string
    multivalued: true
  consents:
    name: consents
    description: 'Data Use Restrictions that are used to indicate permissions/restrictions
      for datasets and/or materials, and relates to the purposes for which datasets
      and/or material might be removed, stored or used. Based on the Data Use Ontology
      : see http://www.obofoundry.org/ontology/duo.html'
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: consents
    owner: Participant
    domain_of:
    - Participant
    - ResearchStudy
    range: Consent
    multivalued: true
  associated_person:
    name: associated_person
    description: A reference to the Person that is associated with this record.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    alias: associated_person
    owner: Participant
    domain_of:
    - Participant
    range: Person
  identity:
    name: identity
    description: A 'business' identifier or accession number for the entity, typically
      as provided by an external system or authority, that are globally unique and
      persist across implementing systems. Also, since these identifiers are created
      outside the information system through a specific business process, the Identifier
      type has additional attributes to capture this additional metadata so the actual
      identifier values are qualified by the context that created those values. This
      additional context allows "identifier" instances to be transmitted as business
      data across systems while still being able to trace them back to the system
      of origin.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    slot_uri: schema:identifier
    alias: identity
    owner: Participant
    domain_of:
    - Person
    - Demography
    - Participant
    - ResearchStudy
    - Organization
    - Questionnaire
    - QuestionnaireItem
    - Condition
    - Procedure
    - Exposure
    - File
    - Document
    - Specimen
    - BiologicProduct
    range: uriorcurie
    multivalued: true
  id:
    name: id
    description: The 'logical' identifier of the entity within the system of record.  The
      simple value of this attribute stands for an identifier of this data object
      within the system, it can be used as a reference from other objects within the
      same system (i.e. primary and foreign keys), and it should be unique per type
      of object. The same data object copied to a different system will likely have
      a different "id" in the new system since "id" values are system specific and
      do not represent persistent business identifiers. Business identifiers are assigned
      outside the information system and are captured in the "identifier" field. The
      "id" field is more likely to be a serially or randomly generated value that
      is assigned to the data object as it is created in a system.
    from_schema: https://w3id.org/nhlbidatastage/bdchm
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Participant
    domain_of:
    - Entity
    range: uriorcurie
    required: true