From cd3a2f73939f306fb9880144f4801e8c4796a6d6 Mon Sep 17 00:00:00 2001 From: caufieldjh Date: Mon, 30 Oct 2023 16:34:14 -0400 Subject: [PATCH] YAML cleanup --- notebooks/clinical_ontologies.yaml | 31 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/notebooks/clinical_ontologies.yaml b/notebooks/clinical_ontologies.yaml index 0af511f..20c563e 100644 --- a/notebooks/clinical_ontologies.yaml +++ b/notebooks/clinical_ontologies.yaml @@ -1,37 +1,36 @@ # This file is a list of ontologies in Bioportal # with relevance to clinical research use cases. # They are named based on their Bioportal IDs. -# Those with the test_set=True flag are part of +# Those with the test_set=true flag are part of # a test set for setting up a demo TRAPI. --- ontologies: - name: "MEDDRA" - is_umls: True + is_umls: true - name: "SNOMEDCT" - is_umls: True + is_umls: true - name: "RXNORM" - is_umls: True + is_umls: true - name: "NDDF" - is_umls: True + is_umls: true - name: "RCD" - is_umls: True + is_umls: true - name: "LOINC" - is_umls: True + is_umls: true - name: "NCIT" - is_umls: True + is_umls: true - name: "MESH" - is_umls: True + is_umls: true - name: "ICD10CM" - is_umls: True + is_umls: true - name: "VANDF" - is_umls: True + is_umls: true - name: "RADLEX" - is_umls: True - test_set: True + is_umls: true + test_set: true - name: "HCPCS" - is_umls: True + is_umls: true - name: "HL7" - name: "ATC" - test_set: True - \ No newline at end of file + test_set: true