Recognize
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
When true (default), resolves each recognized finding through the NoteBuilder, enriching results with additional structure (nodeKey, term type, phrasing, and refined display text) as they would appear in a built note. Set false to return raw recognition results without the resolve pass.
Request
The clinical text to analyze — typically a patient note or a section of one, as plain text.
Document type of the note (for example a progress note or H&P), used as context to guide recognition.
Identifier of the section within the document that the text came from (for example an HPI or assessment section), used as recognition context.
Type of service being provided, using service codes from the E/M guidelines, used as recognition context. The list of valid service codes is available at /Medcin/Enums/Services.
Clinical setting where the service is provided (for example inpatient or emergency department), using setting codes from the E/M guidelines, used as recognition context. The list of valid setting codes is available at /Medcin/Enums/Settings.
Provider specialty, used as recognition context to bias results toward specialty-relevant findings. The list of valid specialty codes is available at /Medcin/Enums/Specialty.
Patient identifier, used to look up patient age and sex from the configured patient data provider so recognition can apply age- and sex-appropriate context. Requires an IPatientDataService.
Eencounter date/time, used with PatientId to compute the patient’s age at the time of the encounter. Defaults to the current time when a patient is resolved.
Name of the text-recognition provider to use, for installations configured with more than one. Leave blank (default) to use the default provider.
Provider-specific recognition settings, supplied as a JSON object. The accepted keys depend on the selected RecognitionProvider. Defaults to none.