Skip to content
Open
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.DS_Store
.idea

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
23 changes: 23 additions & 0 deletions Diagnosis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
stage:
- method_type:
- coding:
- code: C125738
system: http://ncithesaurus.nci.nih.gov/
label: FIGO Stage
tag:
- harmonized
observations:
- observation_type:
coding:
- code: C25605
system: http://ncithesaurus.nci.nih.gov/
label: Overall
tag:
- harmonized
value_codeable_concept:
coding:
- code: C96258
system: http://ncithesaurus.nci.nih.gov/
label: FIGO Stage IIIC
tag:
- harmonized
59 changes: 59 additions & 0 deletions Diagnosis_id.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
id: "pdc-diagnosis:ff2f0efb-70ca-11e8-bcf1-0a2705229b82"
#identifier: # type = Identifier
# - value: "tcga:TCGA-13-1409-DX"
age_at_diagnosis: # type = Quantity
value_decimal: 26836
unit: # type = CodeableConcept
coding: # type = Coding
- code: C25301
label: Day
system: http://ncithesaurus.nci.nih.gov/
tag:
- harmonized
morphology: # type = CodeableConcept
coding: # type = Coding
- code: C3778
label: Serous Cystadenocarcinoma
system: https://ncithesaurus.nci.nih.gov/
tag:
- harmonized
condition: # type = CodeableConcept
coding: # type = Coding
- code: C3778
label: Serous Cystadenocarcinoma
system: https://ncithesaurus.nci.nih.gov/
tag:
- harmonized
#primary_site: # type = BodySite
# - site: # type = CodeableConcept
# coding: # type = Coding
# - code: C12404
# label: Ovary
# system: https://ncithesaurus.nci.nih.gov/
# tag:
# - harmonized
stage: # type = CancerStageObservationSet
- method_type: # type = CodeableConcept
- coding: # type = Coding
- code: C125738
label: FIGO Stage
system: https://ncithesaurus.nci.nih.gov/
tag:
- harmonized
# - observations: # type = CancerStageObservation
# - observation_type: # type = CodeableConcept
# coding: # type = Coding
# - code: C25605
# label: Overall
# system: http://ncithesaurus.nci.nih.gov/
# tag:
# - harmonized
# value_codeable_concept: # type = CodeableConcept
# coding: # type = Coding
# - code: C96258
# label: FIGO Stage IIIC
# system: http://ncithesaurus.nci.nih.gov/
# tag:
# - harmonized
#diagnosis_date:
# date_time: 2008
Loading