Skip to content

Commit

Permalink
update schema example
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Dec 27, 2024
1 parent 6d4531b commit 7e1ec5a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/disease/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,15 +316,24 @@ class NormalizationService(BaseModel):
],
"mappings": [
{
"coding": {"code": "0004355", "system": "mondo"},
"coding": {
"code": "0004355",
"system": "https://monarchinitiative.org/MONDO:",
},
"relation": "relatedMatch",
},
{
"coding": {"code": "7757", "system": "doid"},
"coding": {
"code": "7757",
"system": "https://www.ebi.ac.uk/ols4/ontologies/doid/terms?obo_id=DOID:",
},
"relation": "relatedMatch",
},
{
"coding": {"code": "C1332977", "system": "umls"},
"coding": {
"code": "C1332977",
"system": "https://linkedlifedata.com/resource/umls/id/",
},
"relation": "relatedMatch",
},
],
Expand Down

0 comments on commit 7e1ec5a

Please sign in to comment.