Resolve
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 MEDCIN finding to resolve, identified by its numeric MEDCIN ID (the Resolve endpoint’s primary key for the term).
Optional MEDCIN prefix qualifier applied to MedcinId — the prefix positions the finding in context, such as a family-history or “history of” framing.
Optional MEDCIN result qualifier applied to MedcinId — for example to indicate a positive vs. negative finding.
Optional test or measurement value for the finding, carried through to the resolved term (for example a lab result or vital sign reading associated with MedcinId).
Comma-separated list of additional term properties to be included with each term in the result list.
Controls how the note builder is instantiated to resolve terms. 1 will always use a Quippe.NoteBuilder object, while other values will instatiate a Quippe.INoteBuilderService instance from the list of registered data services, allowing for customization of the term resolution process.