curl --request PATCH \
--url https://api.spikecare.com/public/v1/patients/{id} \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"clinic_id": 2,
"date_of_birth": "2023-12-25",
"email": "jsmith@example.com",
"group_number": "<string>",
"in_network_override": true,
"insurance_provider_id": 2,
"name": "<string>",
"phone": "<string>",
"policy_id": "<string>"
}
'{
"clinic_id": 2,
"date_of_birth": "2023-12-25",
"id": 2,
"insurance_provider_id": 2,
"name": "<string>",
"$schema": "<string>",
"address": "<string>",
"email": "jsmith@example.com",
"group_number": "<string>",
"in_network_override": true,
"phone": "<string>",
"policy_id": "<string>"
}Update patient demographics, clinic, or insurance. Send only the fields you want to change; omitted fields are left unchanged.
curl --request PATCH \
--url https://api.spikecare.com/public/v1/patients/{id} \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"clinic_id": 2,
"date_of_birth": "2023-12-25",
"email": "jsmith@example.com",
"group_number": "<string>",
"in_network_override": true,
"insurance_provider_id": 2,
"name": "<string>",
"phone": "<string>",
"policy_id": "<string>"
}
'{
"clinic_id": 2,
"date_of_birth": "2023-12-25",
"id": 2,
"insurance_provider_id": 2,
"name": "<string>",
"$schema": "<string>",
"address": "<string>",
"email": "jsmith@example.com",
"group_number": "<string>",
"in_network_override": true,
"phone": "<string>",
"policy_id": "<string>"
}Patient ID
Patient’s street address.
500ID of the clinic to assign the patient to.
x >= 1Date of birth in YYYY-MM-DD format.
Patient’s email.
255Insurance group number.
255Override network status: true = in-network, false = out-of-network.
ID of the primary insurance provider.
x >= 1Patient’s full name.
1 - 255Patient’s contact phone.
30Insurance policy ID / member ID.
255OK
ID of the clinic this patient is assigned to.
x >= 1Date of birth in YYYY-MM-DD format.
Unique patient identifier assigned by the API.
x >= 1ID of the patient’s primary insurance provider (payer) from the insurance-providers reference.
x >= 1Patient’s full name as in your EMR.
1 - 255A URL to the JSON Schema for this object.
"https://api.spikecare.com/public/v1/schemas/Patient.json"
Patient’s street address (optional).
500Patient’s email address (optional).
255Insurance group number (optional).
255Override default network status: true = in-network, false = out-of-network. Omit to use clinic default.
Patient’s contact phone number in E.164 format (optional).
30Insurance policy ID / member ID (optional).
255