Skip to content

Commit

Permalink
Merge pull request #154 from include-dcc/2024-01-15-updates
Browse files Browse the repository at this point in the history
2024 01 15 updates
  • Loading branch information
lopierra authored Jan 16, 2024
2 parents 294edca + 4b014da commit e6bcba5
Show file tree
Hide file tree
Showing 9 changed files with 423 additions and 287 deletions.
108 changes: 61 additions & 47 deletions src/data/schematic/include_schematic_linkml.Biospecimen.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,80 +4,94 @@
"title": "INCLUDE.Biospecimen.manifest",
"type": "object",
"properties": {
"Volume": {},
"Sample External ID": {
"Concentration": {},
"Sample Type": {
"not": {
"type": "null"
},
"minLength": 1
},
"Volume Unit": {},
"Parent Sample External ID": {},
"Sample Availability": {
"enum": [
"Unavailable",
"Available",
""
]
},
"Concentration Unit": {},
"Container External ID": {},
"Participant External ID": {
"Volume Unit": {},
"Parent Sample Type": {},
"Sample Global ID": {
"not": {
"type": "null"
},
"minLength": 1
},
"Parent Sample Global ID": {},
"Collection Sample Type": {},
"Sample Global ID": {},
"Collection Global ID": {},
"Collection External ID": {},
"Biospecimen Storage": {},
"Laboratory Procedure": {},
"Sample Type": {
"not": {
"type": "null"
},
"minLength": 1
},
"Container Global ID": {},
"Collection Sample Type": {},
"Study Code": {
"enum": [
"X01-Hakonarson",
"TRC-DS",
"DS-HSAT",
"DS-Nexus",
"DS-COG-AML",
"DS-DETERMINED",
"DS-Sleep",
"ExCEEDS",
"DS-Nexus",
"BrainPower",
"DS-PCGC",
"DS-COG-ALL",
"ExCEEDS",
"ECODS",
"X01-deSmith",
"ADS",
"DS-HSAT",
"CHARGE-DS",
"DS-PALS",
"DS-DETERMINED",
"ABC-DS",
"DS360-CHD",
"HTP",
"DS-Brain",
"TRC-DS",
"BRI-DSR",
"DSC",
"ADS",
"DS-PALS",
"DS-COG-ALL",
"BRI-DSR",
"BrainPower",
"DS-ISP",
"AECOM-DS",
"ECODS",
"X01-Hakon"
"HTP",
"DS360-CHD",
"TEAM-DS",
"DS-Brain"
]
},
"Concentration": {},
"Parent Sample Type": {},
"Age At Biospecimen Collection": {}
"Container Global ID": {},
"Volume": {},
"Concentration Unit": {},
"Sample Availability": {
"enum": [
"Unavailable",
"Available"
]
},
"Parent Sample Global ID": {},
"Collection External ID": {},
"Age At Biospecimen Collection": {},
"Sample External ID": {
"not": {
"type": "null"
},
"minLength": 1
},
"Participant External ID": {
"not": {
"type": "null"
},
"minLength": 1
},
"Container External ID": {},
"Biospecimen Storage": {},
"Container Availability": {
"enum": [
"Unavailable",
"Available",
""
]
},
"Collection Global ID": {}
},
"required": [
"Sample External ID",
"Participant External ID",
"Sample Type",
"Study Code"
"Sample Global ID",
"Study Code",
"Sample Availability",
"Sample External ID",
"Participant External ID"
]
}
105 changes: 53 additions & 52 deletions src/data/schematic/include_schematic_linkml.Condition.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,53 @@
"title": "INCLUDE.Condition.manifest",
"type": "object",
"properties": {
"Condition Data Source": {
"Other Code": {},
"Condition or Measure Source Text": {},
"MONDO Label": {},
"Age At Condition or Measure Observation": {},
"Other Label": {},
"MAXO Label": {},
"Study Code": {
"enum": [
"Clinical",
"Self-reported",
"X01-Hakonarson",
"TRC-DS",
"DS-HSAT",
"DS-Nexus",
"DS-COG-AML",
"DS-DETERMINED",
"DS-Sleep",
"DS-PCGC",
"ExCEEDS",
"ECODS",
"X01-deSmith",
"CHARGE-DS",
"ABC-DS",
"DSC",
"ADS",
"DS-PALS",
"DS-COG-ALL",
"BRI-DSR",
"BrainPower",
"DS-ISP",
"AECOM-DS",
"HTP",
"DS360-CHD",
"TEAM-DS",
"DS-Brain"
]
},
"Condition Interpretation": {
"enum": [
"Not Observed",
"Observed",
""
]
},
"Other Label": {},
"Condition or Measure Source Text": {},
"MONDO Label": {},
"Other Code": {},
"Measure Value": {},
"Measure Unit": {},
"Participant External ID": {
"not": {
"type": "null"
},
"minLength": 1
},
"HPO Code": {},
"HPO Label": {},
"MONDO Code": {},
"Measure Value": {},
"Condition Status": {
"enum": [
"Resolved",
Expand All @@ -31,52 +59,25 @@
""
]
},
"MAXO Label": {},
"Condition Interpretation": {
"Condition Data Source": {
"enum": [
"Observed",
"Not Observed",
"Self-reported",
"Clinical",
""
]
},
"HPO Code": {},
"HPO Label": {},
"MAXO Code": {},
"Event ID": {},
"Study Code": {
"enum": [
"DS-COG-AML",
"DS-Sleep",
"ExCEEDS",
"DS-Nexus",
"BrainPower",
"DS-PCGC",
"DS-COG-ALL",
"X01-deSmith",
"ADS",
"DS-HSAT",
"CHARGE-DS",
"DS-PALS",
"DS-DETERMINED",
"ABC-DS",
"DS360-CHD",
"HTP",
"DS-Brain",
"TRC-DS",
"BRI-DSR",
"DSC",
"DS-ISP",
"AECOM-DS",
"ECODS",
"X01-Hakon"
]
"Participant External ID": {
"not": {
"type": "null"
},
"minLength": 1
},
"MONDO Code": {},
"Event Type": {},
"Age At Condition or Measure Observation": {}
"Event ID": {}
},
"required": [
"Participant External ID",
"Study Code"
"Study Code",
"Participant External ID"
]
}
Loading

0 comments on commit e6bcba5

Please sign in to comment.