The Patient Object represents basic demographics data about a patientDocumentation Index
Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Field Deprecation Warning
April 1st, 2026 is the last day of support for writing toinsurances field. insurances will become read only on April 2nd, and all writes must go through the new insurance policies endpoints. Please see https://docs.elationhealth.com/reference/Transitioning%20From%20Patient%20Endpoints and the FAQ for more details.
Object Definition
Allowed Values
| Attribute | Allowed Values |
|---|---|
| race | ”No race specified”, “American Indian or Alaska Native”, “Asian”, “Black or African American”, “Native Hawaiian or Other Pacific Islander”, “White”, “Declined to specify” |
| ethnicity | ”No ethnicity specified”, “Hispanic or Latino”, “Not Hispanic or Latino”, “Declined to specify” |
| patient_status.inactive_reason | ”other”, “left_bad_terms”, “left_good_terms”, “practice_ended”, “unknown” - can only be provided if patient_status.status = inactive |
| patient_status.status | ”active”, “deceased”, “inactive”, “prospect” |
| preferred_language | See Language resources |
| phones[].phone_type | ”Mobile”, “Home”, “Main”, “Work”, “Night”, “Fax”, “Other” |
| emergency_contact.relationship | ”Caregiver”, “Child”, “Friend”, “Grandparent”, “Guardian”, “Parent”, “Sibling”, “Spouse”, “Other” |
Setting Patient Providers
primary_physician represents the physician providing care to the patient within your practice. This is a required field. This value must match theid of one of the physicians retrieved via the Find Physicians endpoint.
primary_care_provider_npi represents the patient’s primary care provider. This person may be in a different practice. This field is not required.
primary_care_provider is a read-only field that provides the internal Elation id of the collaborator record that is created within your practice to represent your practice’s connection with the patient’s primary care provider.