Skip to content

Commit

Permalink
Merge pull request #417 from nf-osi/allaway-patch-2
Browse files Browse the repository at this point in the history
make diagnosis required attribute
  • Loading branch information
anngvu authored Apr 8, 2024
2 parents b166766 + 1dfdbaa commit cffba6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:required" : "sms:false",
"sms:required" : "sms:true",
"schema:rangeIncludes" : [ {
"@id" : "bts:Neurofibromatosistype1"
}, {
Expand All @@ -1923,6 +1923,8 @@
"@id" : "bts:Schwannomatosis-NEC"
}, {
"@id" : "bts:SporadicSchwannoma"
}, {
"@id" : "bts:NotApplicable"
} ],
"rdfs:label" : "diagnosis",
"rdfs:comment" : "Diagnosis for the individual given signs and symptoms. Use the most specific diagnosis term that applies.",
Expand Down
1 change: 1 addition & 0 deletions modules/Sample/Diagnosis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ 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
Not Applicable:

AgeGroupEnum:
permissible_values:
Expand Down
2 changes: 1 addition & 1 deletion modules/props.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ slots:
diagnosis:
description: Diagnosis for the individual given signs and symptoms. Use the most specific diagnosis term that applies.
range: DiagnosisEnum
required: false
required: true
diagnosisAgeGroup:
description: Age group of the individual at the time of diagnosis.
range: AgeGroupEnum
Expand Down

0 comments on commit cffba6b

Please sign in to comment.