Skip to content

Commit 4ab3ea1

Browse files
committed
adding to dataset
1 parent 9fa5be3 commit 4ab3ea1

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

gdcdictionary/schemas/dataset.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ properties:
4545
description: A unique identifier for the dataset.
4646
type: string
4747

48+
commons_name:
49+
description: A short ID for the data commons or resource from which the metadata originate.
50+
type: string
51+
52+
commons_long_name:
53+
description: The expanded name of the data commons or resource from which the metadata originate.
54+
type: string
55+
4856
data_citation:
4957
description: The citation for the published dataset.
5058
type: string

gdcdictionary/schemas/subject.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,11 @@ properties:
9090
term:
9191
$ref: "_terms.yaml#/ethnicity"
9292
type: string
93-
# EthnicGroup: # use subject.ethnicity
94-
# description: (0010,2160) The ethnic group to which the patient belongs.
95-
# type: string
9693

9794
gender:
9895
term:
9996
$ref: "_terms.yaml#/gender"
10097
type: string
101-
# PatientSex: # use subject.gender
102-
# description: (0010,0040) the patient's sex; the biologic character or quality that distinguishes male and female from one another as expressed by analysis of the person's gonadal, morphologic (internal and external), chromosomal, and hormonal characteristics
103-
# type: string
10498

10599
index_event:
106100
description: The event used as the anchor or start date for all temporal data elements. This acts as day 0 on a timeline of events relating to the patient.

0 commit comments

Comments
 (0)