Optionallogger: ConsoleLoggerFetch admissions within a date range
Optionalinsurance_detail: "v121"Fetch all care levels (v4) — the catalog of clinical LOCs configured for the account.
Get the API credentials currently being used by this client
Current access ID and secret key
Fetch digital signatures for a patient evaluation
Evaluation ID to fetch signatures for
Array of signatures with user information and timestamps
Fetch evaluation template structure and configuration
Template ID to fetch
Template configuration with sections and items
Fetch patient glucose monitoring logs
Patient identifier in format "patientId:patientMasterId"
Array of glucose readings with timestamps and interventions
Fetch all facility locations
Array of location records with facility information
Fetch patient orthostatic vital signs (lying, sitting, standing positions)
Patient identifier in format "patientId:patientMasterId"
Array of orthostatic vital sign measurements
Fetch patient demographic and program history details
Patient identifier in format "patientId:patientMasterId"
Patient object with demographic and program information
Fetch patient care team members (providers, case managers, etc.)
Patient identifier in format "patientId:patientMasterId"
Care team information or undefined if not found
Fetch CIWA-Ar (Alcohol Withdrawal) assessments
Patient identifier in format "patientId:patientMasterId"
Array of CIWA-Ar assessment records
Fetch CIWA-B (Benzodiazepine Withdrawal) assessments
Patient identifier in format "patientId:patientMasterId"
Array of CIWA-B assessment records
Fetch patient consent form records
Patient identifier in format "patientId:patientMasterId"
All consent forms signed by the patient
Fetch patient COWS (Clinical Opiate Withdrawal Scale) assessments
Patient identifier in format "patientId:patientMasterId"
Array of COWS assessment records
Fetch detailed patient evaluation including all items and responses
Evaluation ID to fetch
Evaluation details with all nested items and settings
Fetch patient evaluation details with digital signatures
Combines evaluation details with signature data
Evaluation ID to fetch
Evaluation details with embedded signature array
Fetch patient group therapy session records
Uses Kipu Episodes API (v4) to retrieve group session attendance and notes
Patient identifier in format "patientId:patientMasterId"
Array of group session records with attendance and signatures
Fetch patient medication orders and prescriptions
Patient identifier in format "patientId:patientMasterId"
Array of medication orders with dosage, route, and scheduling information
Fetch patient utilization review records
Includes level of care assessments and authorization data
Patient identifier in format "patientId:patientMasterId"
Utilization review data with all assessment records
Fetch patient vital signs (temperature, pulse, blood pressure, etc.)
Patient identifier in format "patientId:patientMasterId"
Array of vital sign measurements
Fetch all patient programs (v4) — the catalog of programs configured for the account.
Fetch list of all users in the system
Array of user records with credentials and roles
Kipu API Client
Object-oriented wrapper for Kipu API interactions. Encapsulates credentials and provides methods for all API operations.
Example