Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/include_access_model/schema/include_access_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,19 @@ classes:
- sex
- race
- ethnicity
- down_syndrome_status
- age_at_last_vital_status
- vital_status
- age_at_first_engagement
slot_usage:
subject_id:
required: true
identifier: true
IncludeParticipant:
title: INCLUDE Participant
description: Information specific to INCLUDE participants
is_a: Demographics
slots:
- down_syndrome_status
- age_at_first_engagement
Family:
title: Family
description: A group of individuals of some relation who are grouped together in a study.
Expand Down
Loading