Skip to content

Commit b48f88c

Browse files
authored
Merge pull request #562 from kids-first/cbtn-collections
💬 Add familial collection labels
2 parents 01f5eb2 + dad0f0e commit b48f88c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

dataservice/api/biospecimen/schemas.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,16 @@
1717
)
1818

1919
ANALYTE_TYPE_ENUM = {"DNA", "RNA", "Other", "Virtual"}
20-
SAMPLE_PROCUREMENT_ENUM = {"Autopsy", "Biopsy", "Subtotal Resections",
21-
"Gross Total Resections", "Blood Draw",
22-
"Bone Marrow Aspiration", "Other"}
20+
SAMPLE_PROCUREMENT_ENUM = {
21+
"Autopsy", "Biopsy", "Subtotal Resections",
22+
"Gross Total Resections", "Blood Draw",
23+
"Bone Marrow Aspiration", "Other",
24+
# Added for CBTN
25+
"Surgical Resections", "Blood Collection - Proband",
26+
"Saliva Collection - Proband",
27+
"Blood Collection - Maternal", "Saliva Collection - Maternal",
28+
"Blood Collection - Paternal", "Saliva Collection - Paternal",
29+
}
2330
# Codes from http://purl.obolibrary.org/obo/duo.owl
2431
DUO_ID_BIOSPECIMEN_ENUM = {
2532
"DUO:0000021", "DUO:0000006", "DUO:0000019", "DUO:0000026", "DUO:0000020",

0 commit comments

Comments
 (0)