From 1dbbaa0787f1804d9038194c526cae31c05354de Mon Sep 17 00:00:00 2001 From: Robert Carroll Date: Fri, 24 Apr 2026 16:02:39 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Split=20out=20INCLUDE=20specific=20?= =?UTF-8?q?fields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This moves some INCLUDE specific fields into a different class. --- .../schema/include_access_model.yaml | 9 +++++++-- ...Demographics-000.yaml => IncludeParticipant-000.yaml} | 0 2 files changed, 7 insertions(+), 2 deletions(-) rename tests/data/valid/{Demographics-000.yaml => IncludeParticipant-000.yaml} (100%) diff --git a/src/include_access_model/schema/include_access_model.yaml b/src/include_access_model/schema/include_access_model.yaml index f2e8d33..72d73f4 100644 --- a/src/include_access_model/schema/include_access_model.yaml +++ b/src/include_access_model/schema/include_access_model.yaml @@ -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. diff --git a/tests/data/valid/Demographics-000.yaml b/tests/data/valid/IncludeParticipant-000.yaml similarity index 100% rename from tests/data/valid/Demographics-000.yaml rename to tests/data/valid/IncludeParticipant-000.yaml