Skip to content

Instantly share code, notes, and snippets.

@jsstevenson
Created March 4, 2021 21:24
Show Gist options
  • Save jsstevenson/96c6bd9e2a34774ac4cbfa472a515f89 to your computer and use it in GitHub Desktop.
Save jsstevenson/96c6bd9e2a34774ac4cbfa472a515f89 to your computer and use it in GitHub Desktop.
disease descriptor example
{
"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