Provider IDs for Referrals
When creating patients with referral information, use theehr_id value from providers:
referred_to_provider_id(optional): Use theehr_idfromGET /v1/providers(not theid)
Don’t use the Cobalt
id here. The id field from GET responses is Cobalt’s internal UUID, used only for updating provider settings via PATCH endpoints.Example Request
Example Response
Webhook Notifications
When patient processing is complete, we will send a webhook to your registered endpoint. Here are examples of what those webhook payloads will look like:Success
Failure Examples
Thepatient.failed webhook event includes a failure_reason and may contain additional fields in the data object depending on the cause of the failure.
Duplicate Patient:
Patient creation is asynchronous. Store the returned patient_id and listen for webhooks to determine the final status.
Authorizations
Body
application/json
Available options:
male, female, unknown Available options:
primary, secondary, tertiary Available options:
self Whether to check insurance eligibility for the patient
Available options:
true, false 