From 31bb3831c09e84041ceff325251fc75f824a1d16 Mon Sep 17 00:00:00 2001 From: Patrick Breads <77983508+breadsp@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:52:28 -0400 Subject: [PATCH 1/3] CTDC-2112: Switched Target_Category and Target_Type --- model-desc/ctdc_model_properties_file.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/model-desc/ctdc_model_properties_file.yaml b/model-desc/ctdc_model_properties_file.yaml index 48afb84..d493c11 100644 --- a/model-desc/ctdc_model_properties_file.yaml +++ b/model-desc/ctdc_model_properties_file.yaml @@ -1857,7 +1857,7 @@ PropDefinitions: Src: Data Submitter Type: string Req: 'Yes' - therapy_dose: + therapy_d ose: Desc: The amount that represents the dose of the agent. The dose at which the targeted therapeutic agent in question was administered, exclusive of dosage units. @@ -1958,7 +1958,7 @@ PropDefinitions: - Not Evaluable - Unknown Req: Preferred - therapy_category: + therapy_type: Desc: The term that describes the kind of treatment administered. Term: - Origin: caDSR @@ -1977,11 +1977,10 @@ PropDefinitions: - Hormone - Immuno - Stem Cell - - Precision Medicine - Ablative - Palliative Req: Preferred - therapy_type: + therapy_category: Desc: An indication if the therapy is targeted, non-targeted, or unknown #Term: # - Origin: caDSR From 8668d4c0283f26c9c27b21da9f8a419098456d8a Mon Sep 17 00:00:00 2001 From: Patrick Breads <77983508+breadsp@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:51:23 -0400 Subject: [PATCH 2/3] fixed typo in therapy_dose --- model-desc/ctdc_model_properties_file.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model-desc/ctdc_model_properties_file.yaml b/model-desc/ctdc_model_properties_file.yaml index d493c11..d29f890 100644 --- a/model-desc/ctdc_model_properties_file.yaml +++ b/model-desc/ctdc_model_properties_file.yaml @@ -1857,7 +1857,7 @@ PropDefinitions: Src: Data Submitter Type: string Req: 'Yes' - therapy_d ose: + therapy_dose: Desc: The amount that represents the dose of the agent. The dose at which the targeted therapeutic agent in question was administered, exclusive of dosage units. @@ -3465,4 +3465,4 @@ PropDefinitions: Type: string Req: 'No' Tags: - Template: 'No' \ No newline at end of file + Template: 'No' From 484b1fcc48df7c656c9977d49d846c3ef6566b81 Mon Sep 17 00:00:00 2001 From: Patrick Breads <77983508+breadsp@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:48:27 -0400 Subject: [PATCH 3/3] CDE for Therapy_Category Updated A new CDE was created for therapy_category, this property has been updated in the model --- model-desc/ctdc_model_properties_file.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/model-desc/ctdc_model_properties_file.yaml b/model-desc/ctdc_model_properties_file.yaml index d29f890..d71d3ef 100644 --- a/model-desc/ctdc_model_properties_file.yaml +++ b/model-desc/ctdc_model_properties_file.yaml @@ -1982,14 +1982,14 @@ PropDefinitions: Req: Preferred therapy_category: Desc: An indication if the therapy is targeted, non-targeted, or unknown - #Term: - # - Origin: caDSR - # Code: '' - # Value: - # Version: '' - # Tags: - # Provenance: CTDC - # Added: 06-23-2026 + Term: + - Origin: caDSR + Code: '17384454' + Value: Treatment Targeting Therapy + Version: '1' + Tags: + Provenance: CTDC + Added: 06-23-2026 Src: Data Submitter #Type: string Enum: @@ -3465,4 +3465,4 @@ PropDefinitions: Type: string Req: 'No' Tags: - Template: 'No' + Template: 'No' \ No newline at end of file