v1
latestOpenAPI 3.1.02026-07-2218105157.9 KBPatients
Update Patient
patch/v1/patients/{id}
Path parameters
idstring uuid required
Query parameters
expand[]PatientExpand[] nullable
Fields to expand in the response
Fields to expand in the response
Request body
Response
Successful Response
Example response
{
"payors": [
{
"services": [
{
"copay_in_network": 25,
"created_at": "2024-01-15T10:30:00Z",
"eligibility_check_status": "ELIGIBLE",
"id": "550e8400-e29b-41d4-a716-446655440014",
"payor_id": "550e8400-e29b-41d4-a716-446655440012",
"service_type": "PT",
"updated_at": "2024-01-15T10:30:00Z",
"verification_benefits_status": "VERIFIED"
}
]
}
]
}