Skip to content

Commit

Permalink
Merge pull request #29 from uc-cdis/feat/enums_to_strings
Browse files Browse the repository at this point in the history
-Change category, data_available, and condition to strings based on s…
  • Loading branch information
frankliuao authored Jul 2, 2024
2 parents 67220fe + 1c3be55 commit 6be0ed6
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions gdcdictionary/schemas/core_metadata_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@ properties:
category:
description: >
The nature of the investigation or investigational use for which clinical study information is being submitted.
enum:
- "Interventional"
- "Observational"
- "Expanded Access"
type: string

study_phase:
description: >
Expand Down Expand Up @@ -164,10 +161,7 @@ properties:
condition:
description: >
The name(s) of the disease(s) or condition(s) studied in the clinical study, or the focus of the clinical study. Use, if available, appropriate descriptors from NLM's Medical Subject Headings (MeSH)-controlled vocabulary thesaurus or terms from another vocabulary, such as the Systematized Nomenclature of Medicine—Clinical Terms (SNOMED CT), that has been mapped to MeSH within the Unified Medical Language System (UMLS) Metathesaurus.
enum:
- "COVID-19"
- "Pneumonia"
- "Other"
type: string

intervention_type:
description: >
Expand Down Expand Up @@ -361,9 +355,7 @@ properties:
data_available:
description: >
A description of the type of controlled-acccess data that can be requested.
enum:
- "Patient-Level Data"
- "Other"
type: string

data_availability_date:
description: >
Expand Down

0 comments on commit 6be0ed6

Please sign in to comment.