Contacts
Manage contacts associated with patients, such as family members and caregivers.
Endpoints
GET Get All Contacts
Query Parameters
Parameter
Type
Default
Description
Example Response 200 OK
200 OK{
"data": [
{
"id": "contact-uuid",
"patientId": "a1b2c3d4",
"firstName": "Robert",
"lastName": "Smith",
"relationship": "SPOUSE",
"phone": "+14155550001",
"email": "robert.smith@example.com",
"isPrimary": true
}
]
}GET Get Contact by ID
POST Create Contact
Request Body
Field
Type
Required
Description
PATCH Update Contact
Last updated
Was this helpful?