v1
latestOpenAPI 3.0.0MIT2026-07-22275773.2 KBLegacy-Patients
Get Patient
This API is still available but no longer supported and is planned for deprecation in a future release.
get/v1/patients/{patientId}
Response
A patient
Example response
{
"patientId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"firstName": "John",
"lastName": "Doe",
"dateOfBirth": "09/20/2023",
"state": "CA",
"address": "1 BROADWAY, LOS ANGELES, CA 90210",
"created": "2024-01-01T12:00:00.000Z",
"updated": "2024-01-01T12:00:00.000Z"
}