Fetch Patient

GET
Fetches details of a specific patient by their unique ID.

Path parameters

patientIdintegerRequired

Response

This endpoint returns an object.
idintegerOptional
Unique identifier for the patient, managed by Impilo.
externalIdentifierstringOptional
Unique external identifier for the patient, managed by the customer.
firstNamestringOptional
The patient's first name.
lastNamestringOptional
The patient's last name.
dateOfBirthstringOptional
The patient's date of birth in the format YYYY-MM-DD.
emailstringOptional
The patient's email.
phoneNumberstringOptional
The patient's phone number.
archivedbooleanOptional
True if the patient is archived, false otherwise.
addressobjectOptional
The patient's shipping address.
siteobjectOptional
The site responsible for this patient.
enrolledbooleanOptional
The enrollment status. False if disenrolled.
sexenumOptional
Allowed values: otherfemalemaleunknown