Skip to content
Merged
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
45 changes: 43 additions & 2 deletions model-desc/icdc-model-props.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2011,10 +2011,51 @@ PropDefinitions:
Src: Data Owner(s)
Type: string
Req: 'No'
# consent_group props
consent_group_record_id:
Desc: A sequence of characters used to uniquely identify, name, or characterize the presence and nature of a consent group in a study.
Term:
- Origin: caDSR
Code: 'TBD'
Value: Study Consent Group Identifier
Version: "1.00"
Tags:
Provenance: DCF
Added: 12-22-25
Src: Data Submitter
Type: string
Req: true
Key: true
consent_group_name:
Desc: The words or acronym which describe a set of study participants who have signed the same consent agreement and that will be included in the dbGaP repository.
Term:
- Origin: caDSR
Code: '14534329'
Value: Research Activity dbGaP Consent Group Text
Version: "1.00"
Tags:
Provenance: DCF
Added: 12-22-25
Src: Data Submitter
Type: string
Req: true
consent_group_number:
Desc: A numeral or string of numerals used to identify the set of study participants who have signed the same consent agreement and that will be included in the dbGaP repository.
Term:
- Origin: caDSR
Code: '14534330'
Value: Research Activity dbGaP Consent Group Number
Version: "1.00"
Tags:
Provenance: DCF
Added: 12-22-25
Src: Data Submitter
Type: integer
Req: true
# visit props
visit_record_id:
Desc: A unique identifier of each visit record; specifically the value of case_id concatenated with the value of visit_date, the date upon which the visit occurred. <br>This property is used as the key via which child records, e.g. physical examination records, can be associated with the appropriate visit, and to identify the correct visit records during data updates.
Src: Data Owner(s)
Src: Data Submitter
Type: string
Req: 'Yes'
Key: true
Expand All @@ -2033,7 +2074,7 @@ PropDefinitions:
# Type: integer
vital_signs_record_id:
Desc: A globally unique identifier of each vital signs record collected during a scheduled visit; specifically the value of case_id concatenated with the value of date_of_vital_signs, the date upon which the vital signs evaluation in question was conducted. <br>This property is used as the key to identify the correct vital signs records during data updates.
Src: Data Owner(s)
Src: Data Submitter
Type: string
Req: 'Yes'
Key: true
Expand Down
14 changes: 13 additions & 1 deletion model-desc/icdc-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Lower case names are labels for the entities
# document number - really a property of properties (where did this question appear)
Handle: ICDC
Version: v1.1.0
Version: v1.2.0
Nodes:
program:
Desc: Within the Integrated Canine Data Commons, studies are grouped into discrete programs, based upon the origins and/or scientific nature of each study/trial. These programs may or may not directly relate to any official, e.g. NCI, funding program. The Program node contains the properties required to appropriately characterize any given ICDC program.
Expand Down Expand Up @@ -38,6 +38,18 @@ Nodes:
- accession_id
- study_disposition
- crdc_id
consent_group:
Desc: The Consent Group node contains properties required to characterize the consent groups defined within each study/trial. Consent groups are used to define subsets of patients/subjects/donors within a given study/trial, based upon the specific consents that those patients/subjects/donors provided at the time of enrollment.
Tags:
Category: study
Assignment: core
Class: primary
Template: 'Yes'
Props:
- consent_group_record_id
- consent_group_name
- consent_group_number
- crdc_id
human_relevance:
Desc: The Human Relevance node contains properties required to demonstrate how each study/trial offers unique opportunities for the cancer research community to gain significant insights into understanding human cancer biology (including initiation, progression and metastasis), developing new treatments, mitigating toxicities, and improving outcomes for both canines and humans.
Tags:
Expand Down
4 changes: 4 additions & 0 deletions model-desc/version.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Release Notes - Integrated Canine Data Commons (ICDC)
### Data Model version 1.2.0
Release Date: 12/22/2025
- Adds new consent group node and properties

### Data Model version 1.1.0
Release Date: 12/1/2025
- Add permissible values for sample_site property.
Expand Down