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
13 changes: 12 additions & 1 deletion model-desc/icdc-model-props.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2033,6 +2033,17 @@ PropDefinitions:
- Pending
- Under Embargo
Req: 'Yes'
study_accession:
Desc: dbGaP study accession number
Req: false
Type:
pattern: ^phs[0-9]+$
Term:
- Origin: caDSR
Original Source: DSS CDE
Code: '11524544'
Value: Research Activity dbGaP Accession Number Identifier
Version: '1.00'
# study_arm props
arm_id: # needs to be arm_record_id?
Desc: A unique identifier via which study arms can be differentiated from one another across studies/trials. <br>This property is used as the key via which child records, e.g. cohort records, or in some instances individual cases, can be associated with the appropriate study arm during data loading, and to identify the correct records during data updates.
Expand Down Expand Up @@ -2082,7 +2093,7 @@ PropDefinitions:
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'
Code: '16306756'
Value: Study Consent Group Identifier
Version: '1'
Tags:
Expand Down
1 change: 1 addition & 0 deletions model-desc/icdc-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Nodes:
- dates_of_conduct
- accession_id
- study_disposition
- study_accession
- 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.
Expand Down
Loading