Skip to content

Commit

Permalink
YAML cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Oct 30, 2023
1 parent d7ec230 commit cd3a2f7
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions notebooks/clinical_ontologies.yaml
Original file line number Diff line number Diff line change
@@ -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

test_set: true

0 comments on commit cd3a2f7

Please sign in to comment.