Get support
Request a Demo
Search...
/
Get Started
Welcome
Guides
Authentication
Patient Management
Order Management
Device Management
Webhook Management
API Reference
Clinical Notes
Devices
Inventory
Items
Kits
Manufacturers
Orders
Patients
GET
List Patients
POST
Create Patient
POST
Fetch Patient By Email
GET
Fetch Patient
PUT
Update Patient
PATCH
Patch Patient
Procurements
Sites
Transfers
Webhooks
Readings - Blood Glucose
Readings - Blood Oxygen
Readings - Blood Pressure
Readings - Heart Rate
Readings - Heart Rate Variability
Readings - Peak Flow
Readings - Temperature
Readings - Weight
Tests
Resources
Models
OpenAPI Spec
Get support
Request a Demo
API Reference
Patients
Fetch Patient
GET
https://
app.impiloplatform.com
/
api
/
v3
/
patient
/
:patientId
Fetches details of a specific patient by their unique ID.
Path parameters
patientId
integer
Required
Response
This endpoint returns an object.
id
integer
Optional
Unique identifier for the patient, managed by Impilo.
externalIdentifier
string
Optional
Unique external identifier for the patient, managed by the customer.
firstName
string
Optional
The patient's first name.
lastName
string
Optional
The patient's last name.
dateOfBirth
string
Optional
The patient's date of birth in the format YYYY-MM-DD.
email
string
Optional
The patient's email.
phoneNumber
string
Optional
The patient's phone number.
archived
boolean
Optional
True if the patient is archived, false otherwise.
address
object
Optional
The patient's shipping address.
Show 8 properties
site
object
Optional
The site responsible for this patient.
Show 4 properties
enrolled
boolean
Optional
The enrollment status. False if disenrolled.
sex
enum
Optional
Allowed values:
other
female
male
unknown
Built with