From e89b0fa5c30c34596530e4780aa8a12da1e95486 Mon Sep 17 00:00:00 2001 From: Robert Allaway Date: Thu, 4 Apr 2024 15:47:41 -0500 Subject: [PATCH 1/3] Make diagnosis reqd --- modules/props.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/props.yaml b/modules/props.yaml index 70c703bc..a1d25817 100644 --- a/modules/props.yaml +++ b/modules/props.yaml @@ -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 From c9e2ac05f5416e8e5ca34996313b9915a56325e1 Mon Sep 17 00:00:00 2001 From: Robert Allaway Date: Thu, 4 Apr 2024 15:48:54 -0500 Subject: [PATCH 2/3] add N/A option for diagnosis --- modules/Sample/Diagnosis.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Sample/Diagnosis.yaml b/modules/Sample/Diagnosis.yaml index 908c3cea..f1878a5f 100644 --- a/modules/Sample/Diagnosis.yaml +++ b/modules/Sample/Diagnosis.yaml @@ -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: From 1dfdbaa015ed0ab50c867ef10fec069e8011843e Mon Sep 17 00:00:00 2001 From: "nf-osi[bot]" Date: Thu, 4 Apr 2024 20:51:30 +0000 Subject: [PATCH 3/3] Rebuild NF.jsonld, json --- NF.jsonld | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NF.jsonld b/NF.jsonld index 65cf0c60..9b182e1f 100644 --- a/NF.jsonld +++ b/NF.jsonld @@ -1904,7 +1904,7 @@ "schema:isPartOf" : { "@id" : "http://schema.biothings.io/" }, - "sms:required" : "sms:false", + "sms:required" : "sms:true", "schema:rangeIncludes" : [ { "@id" : "bts:Neurofibromatosistype1" }, { @@ -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.",