Queue an update to an existing patient insurance record in eClinicalWorks.
This endpoint queues an asynchronous update for an existing patient insurance record.Documentation Index
Fetch the complete documentation index at: https://docs.usecobalt.com/llms.txt
Use this file to discover all available pages before exploring further.
eClinicalWorks only.POST /v1/patients/fetch with include: ["insurances"]emr_insurance_id returned in a prior patient.insurance.added or patient.insurance.updated webhookinsurances[].emr_insurance_id.
insurance_provider_idinsurance_name + insurance_payer_idinsurance_nameinsurance_payer_id alone is not supported. If you request a carrier change for eClinicalWorks, the resolved insurance provider must have an eCW ehrId configured or the request will be rejected.emr_insurance_id is required in the URL path.eClinicalWorks, if you send subscriber_demographics, it must include first_name and last_name.eClinicalWorks, if relationship_to_subscriber is a non-self value such as spouse, child, or other, subscriber_demographics.first_name and subscriber_demographics.last_name are required.plan_begin_date, when provided, must be in YYYY-MM-DD format.The Medical Record Number (MRN) of the patient in the EMR system
EMR insurance record ID. This is returned as emr_insurance_id in live fetch and create/update success webhook responses.
Insurance member/policy ID
"MEM123456789"
Insurance group number
"GRP98999"
Cobalt insurance provider ID. Use GET /v1/insurance-providers to retrieve valid IDs.
"insurance-provider-123"
Insurance company name
"Blue Cross Anthem"
Insurance payer ID. Must be combined with insurance_name.
"98999"
Insurance coverage start date in YYYY-MM-DD format
^\d{4}-\d{2}-\d{2}$"2026-01-01"
Copayment amount in dollars
x >= 025
Patient's relationship to insurance subscriber. For eClinicalWorks, non-self values require subscriber_demographics.first_name and subscriber_demographics.last_name.
"self"
Updated insurance subscriber demographics. For eClinicalWorks, if this object is provided it must include first_name and last_name.