Created
March 4, 2021 21:24
-
-
Save jsstevenson/96c6bd9e2a34774ac4cbfa472a515f89 to your computer and use it in GitHub Desktop.
disease descriptor example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"query": "leukemia", | |
"value_object_descriptor": { | |
"id": "normalize:leukemia", | |
"type": "DiseaseDescriptor", | |
"value": { | |
"type": "Disease", | |
"disease_id": "ncit:C3161" | |
}, | |
"label": "Leukemia", | |
"xrefs": ["ncit:C3161", "mondo:0005059", "DOID:1240"], | |
"alternate_labels": [ | |
"leukemia, malignant", | |
"Leukemia NOS", | |
"Leukemias, General", | |
"Leukemia, Disease" | |
], | |
"extensions": [ | |
{ | |
"type": "Extension", | |
"name": "associated_with", | |
"value": [ | |
"icd.o:9800/3", | |
"mesh:D007938", | |
"umls:C0023418", | |
"icd9:207", | |
"icd9:208.9" | |
] | |
}, | |
{ | |
"type": "Extension", | |
"name": "pediatric_disease", | |
"value": null | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment