Queue the addition of insurance information to a patient record in the EMR system via RPA (Robotic Process Automation).
job_id for tracking. Results are delivered via webhook.
GET /v1/insurance-providers to retrieve the correct insurance provider identifiers for your organization.insurance_payer_id alone is not supported (must be combined with insurance_name)audit_trail array shows all fields that were modified in the EMR. When EMR corrections occur (e.g., name mismatch dialogs), an attempted field shows the originally submitted value, and a note explains the correction.patient_insurance_id and job_id, then listen for webhooks to determine the final status.The Medical Record Number (MRN) of the patient in the EMR system
Insurance member ID
Plan start date in YYYY-MM-DD format (e.g., "2025-01-15")
Patient's relationship to subscriber. Accepts either code or name (case-insensitive)
01, 02, 32, 33, 17, 20, 53, 25, self, spouse, mother, father, step parent, employee, life partner, other Insurance group ID
Cobalt insurance company ID (Priority 1, most specific). Use GET /v1/insurance-providers to retrieve valid IDs.
Insurance provider name (can be combined with insurance_payer_id)
Insurance priority level (valid values: "1", "2", "3"). Often referred to as primary, secondary, or tertiary.
Insurance payer ID (must be combined with insurance_name, cannot be used alone)
Copayment amount in dollars (e.g., 25)
x >= 0