Search
Authentication
Login and password used to access quippe.medicomp.com. On-premise Quippe deployments can be configured to use whatever authentication and authorization your application is configured for, so basic authentication is used here to access the Quippe sandbox and is not a product requirement.
JSON web token generated by a request to the /Quippe/Security/Token web service endpoint in Quippe.
Query parameters
The free-text search query to match against code descriptions, such as “headache” or “chest pain”.
Restricts results to a single term type within the searched vocabularies. Term-type codes are vocabulary-specific (for example RxNorm term types are upper-cased before use). Defaults to the service default term type; leave at the default to search all term types.
Maximum number of matches to return. Defaults to 100; valid range is 1 to the upper limit supported by the service or provider.
When true, uses the query as-is (applying only the minimal required pre-processing) and disables the automatic suggestions (term suggestion and spell-correction).
When true, removes punctuation from the query in addition to the minimal required pre-processing.
When true, returns additional detail per match: a Score, plus CodeInfo (code id, vocab version, matched description, hint/specifier/unreportable flags) and DescriptionInfo (description id, type, sequence, word and character counts).
Orders results either by relevance/search-score rank or in vocabulary order. Defaults to the service default sort mode. (Applies to the merged result set when multiple vocabularies are searched.)
Whether to include the MEDCIN findings that each non-MEDCIN match maps to, added as a MedcinMaps block per match. None (default) omits them; All includes every available map; Limited includes only the best-choice maps. MEDCIN matches themselves are never given a map block.
Comma-separated list of tag sets to evaluate and attach to matches (via the MEDCIN findings a code maps to), returned in a per-match Tags attribute.