Skip to content

Enum: EnumSubjectType

Types of entities

URI: EnumSubjectType

Permissible Values

Value Meaning Description
participant None Study participant with consent, assent, or waiver of consent
non_participant None An individual associated with a study who was not explictly consented, eg, th...
cell_line None Cell Line
animal_model None Animal model
group None A group of individuals or entities
other None A different entity type- ideally this will be resolved!

Slots

Name Description
subject_type Type of entity this record represents

Identifier and Mapping Information

Schema Source

  • from schema: https://anvilproject.org/acr-harmonized-data-model

LinkML Source

name: EnumSubjectType
description: Types of entities
from_schema: https://anvilproject.org/acr-harmonized-data-model
rank: 1000
permissible_values:
  participant:
    text: participant
    description: Study participant with consent, assent, or waiver of consent.
  non_participant:
    text: non_participant
    description: An individual associated with a study who was not explictly consented,
      eg, the subject | of a reported family history.
  cell_line:
    text: cell_line
    description: Cell Line
  animal_model:
    text: animal_model
    description: Animal model
  group:
    text: group
    description: A group of individuals or entities.
  other:
    text: other
    description: A different entity type- ideally this will be resolved!