Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update diagnosis and tumorType per #575 #577

Merged
merged 2 commits into from
Feb 12, 2025
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
19 changes: 14 additions & 5 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4119,11 +4119,17 @@
{
"@id": "bts:SporadicSchwannoma"
},
{
"@id": "bts:VestibularSchwannoma"
},
{
"@id": "bts:NoonanSyndrome"
},
{
"@id": "bts:NotApplicable"
},
{
"@id": "bts:Unknown"
}
],
"sms:displayName": "diagnosis",
Expand Down Expand Up @@ -11103,11 +11109,11 @@
{
"@id": "bts:VestibularSchwannoma",
"@type": "rdfs:Class",
"rdfs:comment": "Characterization of the manifestation of Vestibular schwannoma.",
"rdfs:comment": "TBD",
"rdfs:label": "VestibularSchwannoma",
"rdfs:subClassOf": [
{
"@id": "bts:Thing"
"@id": "bts:Diagnosis"
}
],
"schema:isPartOf": {
Expand All @@ -11130,7 +11136,7 @@
"@id": "bts:Unknown"
}
],
"sms:displayName": "vestibularSchwannoma",
"sms:displayName": "Vestibular Schwannoma",
"sms:required": "sms:false",
"sms:validationRules": []
},
Expand Down Expand Up @@ -20780,6 +20786,9 @@
{
"@id": "bts:Meningioma"
},
{
"@id": "bts:Diagnosis"
},
{
"@id": "bts:LibraryPreparationMethod"
},
Expand Down Expand Up @@ -21940,10 +21949,10 @@
"@id": "bts:LibraryStrand"
},
{
"@id": "bts:Diagnosis"
"@id": "bts:ProgressReportNumber"
},
{
"@id": "bts:ProgressReportNumber"
"@id": "bts:Diagnosis"
},
{
"@id": "bts:TumorType"
Expand Down
3 changes: 3 additions & 0 deletions modules/Sample/Diagnosis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ enums:
Most schwannomas originate from the eighth cranial nerve, whereas neurofibromas more commonly arise along the spinal nerve roots.
notes:
- Not in NCIT as of 2023-06-07
Vestibular Schwannoma:
meaning: http://purl.obolibrary.org/obo/NCIT_C3276
Noonan Syndrome:
description: A rare, highly variable, multisystemic disorder mainly characterized by short stature, distinctive facial features, congenital heart defects, cardiomyopathy and an increased risk to develop tumors in childhood.
meaning: http://www.orpha.net/ORDO/Orphanet_648
Not Applicable:
Unknown:

AgeGroupEnum:
permissible_values:
Expand Down
2 changes: 1 addition & 1 deletion modules/Sample/Tumor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enums:
description: MPNST
meaning: https://oncotree.mskcc.org/?version=oncotree_latest_stable&field=MPNST
Localized Neurofibroma:
description: ''
description: Refers to Cutaneous Neurofibroma; this is a synonym used mainly for compatibility with JHU Biobank.
notes:
- JHU Biobank
Cutaneous Neurofibroma:
Expand Down