GET http://lex.orionmd.com/search?l=lexicon&q=query_string
Query string parameters:
l: 'icd10'|'radlex' (String, optional) Lexicon - leaving this parameter out will search a combined corpus of all supported lexicons
q: 'string query' (String, required) Search string
{
"result": [
{
"doc": {
"i": "RID29047", // unique lexicon identifier
"d": "basal zone of heart", // description
"n": [
"base of heart" // any alternatives or synonyms
]
},
"score": 0.7111716350014935 // match score
},
{...},
],
"lexicon": "combined", // name of lexicon searched
"perf": {
"numSearched": 86767, // number of records searched
"milliseconds": 62 // time elapsed for search
}
}