Skip to content

Commit

Permalink
fix meddra
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Dec 31, 2024
1 parent b72f3a3 commit fb70350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disease/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class NamespacePrefix(Enum):
NamespacePrefix.ICD11: "https://icd.who.int/en/",
NamespacePrefix.ICDO: "https://www.who.int/standards/classifications/other-classifications/international-classification-of-diseases-for-oncology/",
NamespacePrefix.KEGG: "https://www.genome.jp/kegg/disease/",
NamespacePrefix.MEDDRA: "https://www.meddra.org/",
NamespacePrefix.MEDDRA: "https://www.meddra.org",
NamespacePrefix.MEDGEN: "https://www.ncbi.nlm.nih.gov/medgen/",
NamespacePrefix.MESH: "https://id.nlm.nih.gov/mesh/",
NamespacePrefix.MP: "http://purl.obolibrary.org/obo/mp.owl",
Expand Down

0 comments on commit fb70350

Please sign in to comment.