Prompt
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 ID of the source item to expand into a prompt list. When SourceType=term (default), this is a MEDCIN ID and must parse as a positive integer. When SourceType=content, this is a content library item ID instead.
Optional patient ID used to set patient demographics (age, sex, ethnicity, religion, race, last name) on the MEDCIN knowledge base before the prompt list is built, so age/sex-specific MEDCIN content is applied. Requires the patient’s birth date to be resolvable; ignored otherwise.
The clinical time of the encounter, used with PatientId to compute the patient’s age for knowledge-base demographics. Defaults to the current time when a PatientId is supplied but no EncounterTime is given.
The keyword prefix used to look up a Content Library override (combined with the numeric ListSize value and the MEDCIN id, e.g. “lens2_123456”). Only used when UseContentOverride is true.
When true (default), sorts the result list by node key and removes any item whose node key is a descendant of another item already in the list, collapsing redundant child terms down to their nearest included ancestor.
Accepted for compatibility with existing callers of the Prompt API, but not currently read by this handler’s implementation. Use BroadPromptMethod=2 to restrict expansion to the primary specialty instead.
When true (default), includes findings with R prompt-level records when building the MEDCIN activation list mode. Combines with IncludeMs to set the knowledge base’s list-build mode for this request.
When true (default), includes findings with M prompt-level records when building the MEDCIN activation list mode. Combines with IncludeRs to set the knowledge base’s list-build mode for this request.
When true (default), scans the result list for lab test terms and appends any related lab findings (as items tagged RelatedLab) so ordering a panel-adjacent test surfaces its companion labs.
When true (default) and ResponseType=terms, includes a Source attribute on each item describing where the term came from. Has no effect on keys or expression responses.