# Elation Help Center: API Reference REST API

> Help center documentation for Elation EHR — clinical workflows, billing, scheduling, prescriptions, and practice management.

## REST API

### Overview

- [Introduction](https://help.elationhealth.com/articles/rest/overview/introduction.md)
- [API Overview](https://help.elationhealth.com/articles/rest/overview/api-overview.md): A guide to Elation's API 2.0 categories and the resources they expose.
- [Getting Started](https://help.elationhealth.com/articles/rest/overview/getting-started.md)
- [Authentication](https://help.elationhealth.com/articles/rest/overview/oauth.md)
- [Pagination](https://help.elationhealth.com/articles/rest/overview/pagination.md)
- [Errors](https://help.elationhealth.com/articles/rest/overview/errors.md)
- [Dates](https://help.elationhealth.com/articles/rest/overview/dates.md)
- [Metadata](https://help.elationhealth.com/articles/rest/overview/metadata.md)
- [Webhooks](https://help.elationhealth.com/articles/rest/overview/webhooks.md): Subscribe to Elation platform events without polling.
- [MCP Server](https://help.elationhealth.com/articles/rest/overview/mcp-server.md): Connect AI development tools to Elation Health documentation using the Model Context Protocol (MCP) server.
- [Getting Help](https://help.elationhealth.com/articles/rest/overview/getting-help.md)
- [Subscribe to Elation Release Feeds](https://help.elationhealth.com/articles/subscribe-to-release-feeds.md): Follow Elation API and Hosted Database changes automatically using RSS.

### OAuth API

- [Get Token](https://help.elationhealth.com/articles/rest/overview/get-token.md): Exchange your **client id** and **client secret** for a bearer token.
- [Token Scopes](https://help.elationhealth.com/articles/rest/overview/scopes.md)
- [User Impersonation](https://help.elationhealth.com/articles/rest/overview/user-impersonation.md): Make API requests on behalf of a specific user within your practice.

### Patient Profile API

#### Allergies

- [The Allergy Object](https://help.elationhealth.com/articles/rest/patient-profile-api/allergies/the-allergy-object.md)
- [List Allergies](https://help.elationhealth.com/articles/rest/patient-profile-api/allergies/list-allergies.md): Returns a list of allergies
- [Create Allergy](https://help.elationhealth.com/articles/rest/patient-profile-api/allergies/create-allergy.md): Create a new allergy.
- [Retrieve Allergy](https://help.elationhealth.com/articles/rest/patient-profile-api/allergies/retrieve-allergy.md): Retrieve a single allergy
- [Update Allergy](https://help.elationhealth.com/articles/rest/patient-profile-api/allergies/update-allergy.md): Replace an existing allergy.
- [Delete Allergy](https://help.elationhealth.com/articles/rest/patient-profile-api/allergies/delete-allergy.md): Delete an existing allergy.
- [Partially Update Allergy](https://help.elationhealth.com/articles/rest/patient-profile-api/allergies/partially-update-allergy.md): Update an existing allergy.

#### Allergy Documentation (NKDA)

- [The Allergy Documentation (NKDA) Object](https://help.elationhealth.com/articles/rest/patient-profile-api/allergy-documentation-nkda/the-allergy-documentation-nkda-object.md)
- [List Allergy Documentations](https://help.elationhealth.com/articles/rest/patient-profile-api/allergy-documentation-nkda/list-allergy-documentations.md): Returns a list of allergy documentation
- [Create Allergy Documentation](https://help.elationhealth.com/articles/rest/patient-profile-api/allergy-documentation-nkda/create-allergy-documentation.md): Create a new allergy documentation.
- [Retrieve Allergy Documentation](https://help.elationhealth.com/articles/rest/patient-profile-api/allergy-documentation-nkda/retrieve-allergy-documentation.md): Retrieve a single allergy documentation
- [Delete Allergy Documentation](https://help.elationhealth.com/articles/rest/patient-profile-api/allergy-documentation-nkda/delete-allergy-documentation.md): Delete an existing allergy documentation.

#### Drug Intolerances

- [The Drug Intolerance Object](https://help.elationhealth.com/articles/rest/patient-profile-api/drug-intolerances/the-drug-intolerance-object.md)
- [List Drug Intolerances](https://help.elationhealth.com/articles/rest/patient-profile-api/drug-intolerances/list-drug-intolerances.md): Returns a list of drug intolerances
- [Create Drug Intolerance](https://help.elationhealth.com/articles/rest/patient-profile-api/drug-intolerances/create-drug-intolerance.md): Create a new drug intolerance.
- [Retrieve Drug Intolerance](https://help.elationhealth.com/articles/rest/patient-profile-api/drug-intolerances/retrieve-drug-intolerance.md): Retrieve a single drug intolerance
- [Update Drug Intolerance](https://help.elationhealth.com/articles/rest/patient-profile-api/drug-intolerances/update-drug-intolerance.md): Replace an existing drug intolerance.
- [Delete Drug Intolerance](https://help.elationhealth.com/articles/rest/patient-profile-api/drug-intolerances/delete-drug-intolerance.md): Delete an existing drug intolerance.
- [Partially Update Drug Intolerance](https://help.elationhealth.com/articles/rest/patient-profile-api/drug-intolerances/partially-update-drug-intolerance.md): Update an existing drug intolerance.

#### Family Histories

- [The Family History Object](https://help.elationhealth.com/articles/rest/patient-profile-api/family-histories/the-family-history-object.md)
- [List Family Histories](https://help.elationhealth.com/articles/rest/patient-profile-api/family-histories/list-family-histories.md): Returns a list of patient family histories
- [Create Family History](https://help.elationhealth.com/articles/rest/patient-profile-api/family-histories/create-family-history.md): You have to specify either `text` or a valid `icd9_code` or a `snomed_code`. If you send `text` along with any of the two codes, the request will be rejected.
- [Retrieve Family History](https://help.elationhealth.com/articles/rest/patient-profile-api/family-histories/retrieve-family-history.md): Retrieve a single patient family history
- [Delete Family History](https://help.elationhealth.com/articles/rest/patient-profile-api/family-histories/delete-family-history.md): Delete an existing family history.

#### Histories

- [The History Object](https://help.elationhealth.com/articles/rest/patient-profile-api/histories/the-history-object.md)
- [List Histories](https://help.elationhealth.com/articles/rest/patient-profile-api/histories/list-histories.md): Returns a list of patient histories
- [Create History](https://help.elationhealth.com/articles/rest/patient-profile-api/histories/create-history.md): Create a new history.
- [Retrieve History](https://help.elationhealth.com/articles/rest/patient-profile-api/histories/retrieve-history.md): Retrieve a single patient history
- [Delete History](https://help.elationhealth.com/articles/rest/patient-profile-api/histories/delete-history.md): Delete an existing history.

#### Immunizations

- [The Immunization Object](https://help.elationhealth.com/articles/rest/patient-profile-api/immunizations/the-immunization-object.md)
- [List Immunizations](https://help.elationhealth.com/articles/rest/patient-profile-api/immunizations/list-immunizations.md): Returns a list of immunizations
- [Create Immunization](https://help.elationhealth.com/articles/rest/patient-profile-api/immunizations/create-immunization.md): Create a new immunization.
- [Retrieve Immunization](https://help.elationhealth.com/articles/rest/patient-profile-api/immunizations/retrieve-immunization.md): Retrieve a single immunization
- [Delete Immunization](https://help.elationhealth.com/articles/rest/patient-profile-api/immunizations/delete-immunization.md): Delete an existing immunization.

#### Provider Team

- [The Patient Provider Team Object](https://help.elationhealth.com/articles/rest/patient-profile-api/provider-team/the-patient-provider-team-object.md)
- [List Patient Provider Teams](https://help.elationhealth.com/articles/rest/patient-profile-api/provider-team/list-patient-provider-teams.md)
- [Retrieve Patient Provider Team](https://help.elationhealth.com/articles/rest/patient-profile-api/provider-team/retrieve-patient-provider-team.md)
- [Retrieve Patient Provider Teams Team Member](https://help.elationhealth.com/articles/rest/patient-profile-api/provider-team/retrieve-patient-provider-teams-team-member.md)
- [Retrieve Patients Patient Provider Team](https://help.elationhealth.com/articles/rest/patient-profile-api/provider-team/retrieve-patients-patient-provider-team.md): Creates a PatientProviderTeam for a given patient_id if one does not already exist. Returns a 409 if a team already exists.
- [Create Patient Provider Team Member](https://help.elationhealth.com/articles/rest/patient-profile-api/provider-team/create-patient-provider-team-member.md): Create a new patient provider team member.
- [Create Patients Patient Provider Team](https://help.elationhealth.com/articles/rest/patient-profile-api/provider-team/create-patients-patient-provider-team.md): Creates a PatientProviderTeam for a given patient_id if one does not already exist. Returns a 409 if a team already exists.
- [Update Patient Provider Team Member](https://help.elationhealth.com/articles/rest/patient-profile-api/provider-team/update-patient-provider-team-member.md): Replace an existing patient provider team member.
- [Delete Patient Provider Team Member](https://help.elationhealth.com/articles/rest/patient-profile-api/provider-team/delete-patient-provider-team-member.md): Delete an existing patient provider team member.
- [Partially Update Patient Provider Team Member](https://help.elationhealth.com/articles/rest/patient-profile-api/provider-team/partially-update-patient-provider-team-member.md): Update an existing patient provider team member.

#### Patients

- [The Patient Object](https://help.elationhealth.com/articles/rest/patient-profile-api/patients/the-patient-object.md)
- [List Patients](https://help.elationhealth.com/articles/rest/patient-profile-api/patients/list-patients.md): Returns a list of patient
- [Create Patient](https://help.elationhealth.com/articles/rest/patient-profile-api/patients/create-patient.md): Create a new patient.
- [Retrieve Patient](https://help.elationhealth.com/articles/rest/patient-profile-api/patients/retrieve-patient.md): Retrieve a single patient
- [Update Patient](https://help.elationhealth.com/articles/rest/patient-profile-api/patients/update-patient.md): Replace an existing patient.
- [Delete Patient](https://help.elationhealth.com/articles/rest/patient-profile-api/patients/delete-patient.md): DELETE handler
- [Partially Update Patient](https://help.elationhealth.com/articles/rest/patient-profile-api/patients/partially-update-patient.md): Update an existing patient.

#### Patient Profile Photo

- [The Patient Photo Object](https://help.elationhealth.com/articles/rest/patient-profile-api/patient-profile-photo/the-patient-photo-object.md)
- [Create Patients Profile Image](https://help.elationhealth.com/articles/rest/patient-profile-api/patient-profile-photo/create-patients-profile-image.md): Create the patient's profile image
- [Retrieve Patients Get Photo](https://help.elationhealth.com/articles/rest/patient-profile-api/patient-profile-photo/retrieve-patients-get-photo.md): Get the patient's profile image
- [Retrieve Patients Profile Image](https://help.elationhealth.com/articles/rest/patient-profile-api/patient-profile-photo/retrieve-patients-profile-image.md): Get the patient's profile image
- [Delete Patients Profile Image](https://help.elationhealth.com/articles/rest/patient-profile-api/patient-profile-photo/delete-patients-profile-image.md): Delete the patient's profile image

#### Insurance Card

- [The Insurance Card Object](https://help.elationhealth.com/articles/rest/patient-profile-api/insurance-card/the-insurance-card-object.md)
- [List Patients Insurance Cards](https://help.elationhealth.com/articles/rest/patient-profile-api/insurance-card/list-patients-insurance-cards.md): Get all insurance cards for a patient
- [Create Patients Insurance Card](https://help.elationhealth.com/articles/rest/patient-profile-api/insurance-card/create-patients-insurance-card.md): Create a new insurance card for a patient
- [Delete Patients Insurance Card](https://help.elationhealth.com/articles/rest/patient-profile-api/insurance-card/delete-patients-insurance-card.md): Delete an insurance card for a patient

#### Problems

- [The Problem Object](https://help.elationhealth.com/articles/rest/patient-profile-api/problems/the-problem-object.md)
- [List Problems](https://help.elationhealth.com/articles/rest/patient-profile-api/problems/list-problems.md): Returns a list of problems
- [Create Problem](https://help.elationhealth.com/articles/rest/patient-profile-api/problems/create-problem.md): Create a new problem.
- [Retrieve Problem](https://help.elationhealth.com/articles/rest/patient-profile-api/problems/retrieve-problem.md): Retrieve a single problem
- [Update Problem](https://help.elationhealth.com/articles/rest/patient-profile-api/problems/update-problem.md): Replace an existing problem.
- [Delete Problem](https://help.elationhealth.com/articles/rest/patient-profile-api/problems/delete-problem.md): Delete an existing problem.
- [Partially Update Problem](https://help.elationhealth.com/articles/rest/patient-profile-api/problems/partially-update-problem.md): Update an existing problem.

#### Vaccine

- [The Vaccine Object](https://help.elationhealth.com/articles/rest/patient-profile-api/vaccine/the-vaccine-object.md): This allows read-only access to both the publicly accessible Vaccines from Medispan and Elation, along with Vaccines entered into the system by the given Practice.
- [List Vaccines](https://help.elationhealth.com/articles/rest/patient-profile-api/vaccine/list-vaccines.md): Returns a list of vaccines
- [Create Vaccine](https://help.elationhealth.com/articles/rest/patient-profile-api/vaccine/create-vaccine.md): Create a new vaccine.
- [Retrieve Vaccine](https://help.elationhealth.com/articles/rest/patient-profile-api/vaccine/retrieve-vaccine.md): Retrieve a single vaccine
- [Delete Vaccine](https://help.elationhealth.com/articles/rest/patient-profile-api/vaccine/delete-vaccine.md): Delete an existing vaccine.

### Patient Document API

#### CCDA

- [The CCDA Object](https://help.elationhealth.com/articles/rest/patient-document-api/ccda/the-ccda-object.md)
- [Retrieve Ccda](https://help.elationhealth.com/articles/rest/patient-document-api/ccda/retrieve-ccda.md): Retrieve a single patient's ccda

#### Clinical Documents

- [The Clinical Document Object](https://help.elationhealth.com/articles/rest/patient-document-api/clinical-documents/the-clinical-document-object.md)
- [List Clinical Documents](https://help.elationhealth.com/articles/rest/patient-document-api/clinical-documents/list-clinical-documents.md)
- [Create Clinical Document](https://help.elationhealth.com/articles/rest/patient-document-api/clinical-documents/create-clinical-document.md): Create a new clinical document.
- [Retrieve Clinical Document](https://help.elationhealth.com/articles/rest/patient-document-api/clinical-documents/retrieve-clinical-document.md)
- [Delete Clinical Document](https://help.elationhealth.com/articles/rest/patient-document-api/clinical-documents/delete-clinical-document.md): Delete an existing clinical document.

#### Discontinued Medications

- [The Discontinued Medication Object](https://help.elationhealth.com/articles/rest/patient-document-api/discontinued-medications/the-discontinued-medication-object.md)
- [List Discontinued Medications](https://help.elationhealth.com/articles/rest/patient-document-api/discontinued-medications/list-discontinued-medications.md)
- [Create Discontinued Medication](https://help.elationhealth.com/articles/rest/patient-document-api/discontinued-medications/create-discontinued-medication.md): Create a new discontinued medication.
- [Retrieve Discontinued Medication](https://help.elationhealth.com/articles/rest/patient-document-api/discontinued-medications/retrieve-discontinued-medication.md)
- [Delete Discontinued Medication](https://help.elationhealth.com/articles/rest/patient-document-api/discontinued-medications/delete-discontinued-medication.md): Delete an existing discontinued medication.

#### Document Tags

- [The Document Tag Object](https://help.elationhealth.com/articles/rest/patient-document-api/document-tags/the-document-tag-object.md)
- [List Document Tags](https://help.elationhealth.com/articles/rest/patient-document-api/document-tags/list-document-tags.md)
- [Create Document Tag](https://help.elationhealth.com/articles/rest/patient-document-api/document-tags/create-document-tag.md): Create a new document tag.
- [Retrieve Document Tag](https://help.elationhealth.com/articles/rest/patient-document-api/document-tags/retrieve-document-tag.md)
- [Update Document Tag](https://help.elationhealth.com/articles/rest/patient-document-api/document-tags/update-document-tag.md): Replace an existing document tag.
- [Partially Update Document Tag](https://help.elationhealth.com/articles/rest/patient-document-api/document-tags/partially-update-document-tag.md): Update an existing document tag.

#### Incoming Files

- [The Incoming File Object](https://help.elationhealth.com/articles/rest/patient-document-api/incoming-files/the-incoming-file-object.md)
- [List Incoming Files](https://help.elationhealth.com/articles/rest/patient-document-api/incoming-files/list-incoming-files.md)
- [Create Incoming File](https://help.elationhealth.com/articles/rest/patient-document-api/incoming-files/create-incoming-file.md): Create a new incoming file.
- [Create a new incoming file](https://help.elationhealth.com/articles/rest/patient-document-api/incoming-files/create-a-new-incoming-file.md): Create a new incoming file for a patient
- [Retrieve Incoming Files File](https://help.elationhealth.com/articles/rest/patient-document-api/incoming-files/retrieve-incoming-files-file.md)
- [Retrieve Incoming Files Image](https://help.elationhealth.com/articles/rest/patient-document-api/incoming-files/retrieve-incoming-files-image.md)
- [Retrieve Incoming File](https://help.elationhealth.com/articles/rest/patient-document-api/incoming-files/retrieve-incoming-file.md)

#### Injections

- [The Injection Object](https://help.elationhealth.com/articles/rest/patient-document-api/injections-beta/the-injection-object.md): Documents an injection administered to a patient.
- [List Injections](https://help.elationhealth.com/articles/rest/patient-document-api/injections-beta/list-injections.md): Returns a list of injections
- [Retrieve Injection](https://help.elationhealth.com/articles/rest/patient-document-api/injections-beta/retrieve-injection.md): Retrieve a single injection

#### Referrals

- [The Letter Object](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/the-letter-object.md)
- [List Letters](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/list-letters.md): Find letters by patient, practice, and date range
- [Create Letter](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/create-letter.md): Create a new letter.
- [Retrieve Letter](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/retrieve-letter.md)
- [Update Letter](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/update-letter.md): Replace an existing letter.
- [Partially Update Letter](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/partially-update-letter.md): Update an existing letter.
- [The Referral Order Object](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/the-referral-order-object.md)
- [List Referral Orders](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/list-referral-orders.md)
- [Create Referral Order](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/create-referral-order.md): Create a new referral order.
- [Retrieve Referral Order](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/retrieve-referral-order.md)
- [Update Referral Order](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/update-referral-order.md): Replace an existing referral order.
- [Partially Update Referral Order](https://help.elationhealth.com/articles/rest/patient-document-api/referrals/partially-update-referral-order.md): Update an existing referral order.

#### Fills

- [The History Download Fill Object](https://help.elationhealth.com/articles/rest/patient-document-api/fills/the-history-download-fill-object.md)
- [List Medication History Download Fills](https://help.elationhealth.com/articles/rest/patient-document-api/fills/list-medication-history-download-fills.md)
- [Retrieve Medication History Download Fill](https://help.elationhealth.com/articles/rest/patient-document-api/fills/retrieve-medication-history-download-fill.md)
- [The Prescription Fill Object](https://help.elationhealth.com/articles/rest/patient-document-api/fills/the-prescription-fill-object.md)
- [List Prescription Fills](https://help.elationhealth.com/articles/rest/patient-document-api/fills/list-prescription-fills.md): Returns a list of prescription fills
- [Retrieve Prescription Fill](https://help.elationhealth.com/articles/rest/patient-document-api/fills/retrieve-prescription-fill.md): Retrieve a single prescription fill

#### Historical Medication Download Requests

- [The Historical Medication Download Request Object](https://help.elationhealth.com/articles/rest/patient-document-api/historical-medication-download-requests/the-historical-medication-download-request-object.md)
- [List Medication History Downloads](https://help.elationhealth.com/articles/rest/patient-document-api/historical-medication-download-requests/list-medication-history-downloads.md)
- [Create Medication History Download](https://help.elationhealth.com/articles/rest/patient-document-api/historical-medication-download-requests/create-medication-history-download.md): Create a new medication history download.
- [Retrieve Medication History Download](https://help.elationhealth.com/articles/rest/patient-document-api/historical-medication-download-requests/retrieve-medication-history-download.md): Retrieve a single med history object

#### Refills

- [The Refill Object](https://help.elationhealth.com/articles/rest/patient-document-api/refills/the-refill-object.md)
- [List Medication Refills](https://help.elationhealth.com/articles/rest/patient-document-api/refills/list-medication-refills.md)
- [Retrieve Medication Refill](https://help.elationhealth.com/articles/rest/patient-document-api/refills/retrieve-medication-refill.md)

#### Medications

- [The Medication Object](https://help.elationhealth.com/articles/rest/patient-document-api/medications/the-medication-object.md)
- [List Medications](https://help.elationhealth.com/articles/rest/patient-document-api/medications/list-medications.md)
- [Create Medication](https://help.elationhealth.com/articles/rest/patient-document-api/medications/create-medication.md): Create a new medication.
- [Retrieve Medication](https://help.elationhealth.com/articles/rest/patient-document-api/medications/retrieve-medication.md)
- [Delete Medication](https://help.elationhealth.com/articles/rest/patient-document-api/medications/delete-medication.md): Delete an existing medication.

#### Non-Visit Notes

- [The Non-Visit Note Object](https://help.elationhealth.com/articles/rest/patient-document-api/non-visit-notes/the-non-visit-note-object.md)
- [List Non Visit Notes](https://help.elationhealth.com/articles/rest/patient-document-api/non-visit-notes/list-non-visit-notes.md)
- [Create Non Visit Note](https://help.elationhealth.com/articles/rest/patient-document-api/non-visit-notes/create-non-visit-note.md): Create a new non visit note.
- [Retrieve Non Visit Note](https://help.elationhealth.com/articles/rest/patient-document-api/non-visit-notes/retrieve-non-visit-note.md)
- [Update Non Visit Note](https://help.elationhealth.com/articles/rest/patient-document-api/non-visit-notes/update-non-visit-note.md): Replace an existing non visit note.
- [Delete Non Visit Note](https://help.elationhealth.com/articles/rest/patient-document-api/non-visit-notes/delete-non-visit-note.md): Delete an existing non visit note.
- [Partially Update Non Visit Note](https://help.elationhealth.com/articles/rest/patient-document-api/non-visit-notes/partially-update-non-visit-note.md): Update an existing non visit note.

#### Patient Form Requests

- [The Patient Form Request Object](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-requests/the-patient-form-request-object.md)
- [List Patient Form Requests](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-requests/list-patient-form-requests.md)
- [Create Patient Form Request](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-requests/create-patient-form-request.md): Create a new patient form request.
- [Retrieve Patient Form Request](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-requests/retrieve-patient-form-request.md)
- [Update Patient Form Request](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-requests/update-patient-form-request.md): Replace an existing patient form request.
- [Delete Patient Form Request](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-requests/delete-patient-form-request.md): Delete an existing patient form request.
- [Partially Update Patient Form Request](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-requests/partially-update-patient-form-request.md): Update an existing patient form request.

#### Patient Form Submissions

- [The Patient Form Submission Object](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-submissions/the-patient-form-submission-object.md)
- [List Patient Form Submissions](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-submissions/list-patient-form-submissions.md): Returns a list of patient form submissions; supports direct creation.
- [Create Patient Form Submission](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-submissions/create-patient-form-submission.md): Create a new patient form submission.
- [Retrieve Patient Form Submission](https://help.elationhealth.com/articles/rest/patient-document-api/patient-form-submissions/retrieve-patient-form-submission.md): Retrieve a single patient form object

#### Patient Forms

- [The Patient Form Object](https://help.elationhealth.com/articles/rest/patient-document-api/patient-forms/the-patient-form-object.md)
- [List Patient Forms](https://help.elationhealth.com/articles/rest/patient-document-api/patient-forms/list-patient-forms.md): Returns a list of patient form objects
- [Retrieve Patient Form](https://help.elationhealth.com/articles/rest/patient-document-api/patient-forms/retrieve-patient-form.md): Retrieve a single patient form object

#### Patient Letter Categories

- [The Patient Letter Category Object](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letter-categories/the-patient-letter-category-object.md): A category that classifies a patient-authored letter so it reaches the right role at the practice.
- [List Patient Letter Categories](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letter-categories/list-patient-letter-categories.md): Returns a list of patient letter categories
- [Retrieve Patient Letter Category](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letter-categories/retrieve-patient-letter-category.md): Retrieve a single patient letter category

#### Patient Letters

- [The Patient Letter Object](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/the-patient-letter-object.md): A letter exchanged between a practice and a patient, recorded in the patient's chart.
- [List Patient Letters](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/list-patient-letters.md): List patient-facing letters (both directions). Filter by patient, practice, or unread=true.
- [Create Patient Letter](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/create-patient-letter.md): Create a patient letter. Set is_patient_initiated=true when patient is the author (requires active ChartAccessGrant). Sign separately, then PATCH send_out=true to send.
- [Retrieve Patient Letter](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/retrieve-patient-letter.md): Retrieve a single patient letter.
- [Update Patient Letter](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/update-patient-letter.md): Replace an existing patient letter.
- [Partially Update Patient Letter](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/partially-update-patient-letter.md): Update a patient letter. PATCH {signLog:...} to sign. PATCH {send_out:true} to send after signing. PATCH {patient_read_time:<ts>} to acknowledge.
- [The Patient Letter Comment Object](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/the-patient-letter-comment-object.md): A reply on a patient letter, from either the practice or the patient.
- [List Patient Letters Comments](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/list-patient-letters-comments.md)
- [Create Patient Letters Comment](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/create-patient-letters-comment.md): Create a new patient letters comment.
- [Retrieve Patient Letters Comment](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/retrieve-patient-letters-comment.md)
- [Delete Patient Letters Comment](https://help.elationhealth.com/articles/rest/patient-document-api/patient-letters-beta/delete-patient-letters-comment.md): Delete an existing patient letters comment.

#### Report Types

- [The Report Type Object](https://help.elationhealth.com/articles/rest/patient-document-api/report-types/the-report-type-object.md)

#### Reports

- [The Report Object](https://help.elationhealth.com/articles/rest/patient-document-api/reports/the-report-object.md)
- [List Reports](https://help.elationhealth.com/articles/rest/patient-document-api/reports/list-reports.md)
- [Create Report](https://help.elationhealth.com/articles/rest/patient-document-api/reports/create-report.md): Create a new report.
- [Retrieve Report](https://help.elationhealth.com/articles/rest/patient-document-api/reports/retrieve-report.md)
- [Update Report](https://help.elationhealth.com/articles/rest/patient-document-api/reports/update-report.md): Replace an existing report.
- [Delete Report](https://help.elationhealth.com/articles/rest/patient-document-api/reports/delete-report.md): Delete an existing report.
- [Partially Update Report](https://help.elationhealth.com/articles/rest/patient-document-api/reports/partially-update-report.md): Update an existing report.
- [The Routed Document Delegate Object](https://help.elationhealth.com/articles/rest/patient-document-api/reports/the-routed-document-delegate-object.md)
- [Create a delegate for a report](https://help.elationhealth.com/articles/rest/patient-document-api/reports/create-a-delegate-for-a-report.md): Assign a user or a staff group as a delegate for the report. Provide exactly one of `user` (user ID) or `group` (staff group ID). Report delegation must be enabled for the practice (FaxDelegateModal or ReportQueueDelegate). For group delegation, StaffGroupDelegates must be enabled.
- [Remove delegate(s) from a report](https://help.elationhealth.com/articles/rest/patient-document-api/reports/remove-delegates-from-a-report.md): Soft-delete one or more delegates for the report. Send a JSON body with `ids`: a list of delegate IDs to remove (e.g. `{"ids": [1, 2]}`). Only non-deleted delegates for this report are removed.
- [List Reports Files](https://help.elationhealth.com/articles/rest/patient-document-api/reports/list-reports-files.md)
- [Retrieve Reports File](https://help.elationhealth.com/articles/rest/patient-document-api/reports/retrieve-reports-file.md)
- [Retrieve a printable view of a report](https://help.elationhealth.com/articles/rest/patient-document-api/reports/retrieve-a-printable-view-of-a-report.md)

#### Report Internal Notes

- [The Report Internal Note Object](https://help.elationhealth.com/articles/rest/patient-document-api/report-internal-notes/the-report-internal-note-object.md)
- [List Reports Internal Notes](https://help.elationhealth.com/articles/rest/patient-document-api/report-internal-notes/list-reports-internal-notes.md): List all internal notes for a report
- [List Reports Internal Notes](https://help.elationhealth.com/articles/rest/patient-document-api/report-internal-notes/retrieve-reports-internal-note.md): List all internal notes for a report
- [Create Reports Internal Note](https://help.elationhealth.com/articles/rest/patient-document-api/report-internal-notes/create-reports-internal-note.md): Create an internal note
- [Retrieve Reports Internal Note](https://help.elationhealth.com/articles/rest/patient-document-api/report-internal-notes/retrieve-reports-internal-note-1.md): Retrieve a specific internal note for a report
- [Delete Reports Internal Note](https://help.elationhealth.com/articles/rest/patient-document-api/report-internal-notes/delete-reports-internal-note.md): Delete a specific internal note
- [Partially Update Reports Internal Note](https://help.elationhealth.com/articles/rest/patient-document-api/report-internal-notes/partially-update-reports-internal-note.md): Update a specific internal note

#### Visit Note Templates

- [The Visit Note Template Object](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-templates/the-visit-note-template-object.md)
- [List Visit Note Templates](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-templates/list-visit-note-templates.md)
- [Create Visit Note Template](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-templates/create-visit-note-template.md): Create a new visit note template.
- [Retrieve Visit Note Template](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-templates/retrieve-visit-note-template.md)
- [Update Visit Note Template](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-templates/update-visit-note-template.md): Replace an existing visit note template.
- [Delete Visit Note Template](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-templates/delete-visit-note-template.md): Delete an existing visit note template.
- [Partially Update Visit Note Template](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-templates/partially-update-visit-note-template.md): Update an existing visit note template.

#### Visit Note Types

- [The Visit Note Type Object](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-types/the-visit-notes-type-object.md)
- [List Visit Note Types](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-types/list-visit-note-types.md)
- [Create Visit Note Type](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-types/create-visit-note-type.md): Create a new visit note type.
- [Retrieve Visit Note Type](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-types/retrieve-visit-note-type.md)
- [Update Visit Note Type](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-types/update-visit-note-type.md): Replace an existing visit note type.
- [Delete Visit Note Type](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-types/delete-visit-note-type.md): Delete an existing visit note type.
- [Partially Update Visit Note Type](https://help.elationhealth.com/articles/rest/patient-document-api/visit-note-types/partially-update-visit-note-type.md): Update an existing visit note type.

#### Visit Notes

- [The Visit Note Object](https://help.elationhealth.com/articles/rest/patient-document-api/visit-notes/the-visit-note-object.md)
- [List Visit Notes](https://help.elationhealth.com/articles/rest/patient-document-api/visit-notes/list-visit-notes.md)
- [Create Visit Note](https://help.elationhealth.com/articles/rest/patient-document-api/visit-notes/create-visit-note.md): Create a new visit note.
- [Retrieve Visit Note](https://help.elationhealth.com/articles/rest/patient-document-api/visit-notes/retrieve-visit-note.md)
- [Update Visit Note](https://help.elationhealth.com/articles/rest/patient-document-api/visit-notes/update-visit-note.md): Replace an existing visit note.
- [Delete Visit Note](https://help.elationhealth.com/articles/rest/patient-document-api/visit-notes/delete-visit-note.md): Delete an existing visit note.
- [Partially Update Visit Note](https://help.elationhealth.com/articles/rest/patient-document-api/visit-notes/partially-update-visit-note.md): Update an existing visit note.
- [Retrieve Visit Notes Clinical Summary](https://help.elationhealth.com/articles/rest/patient-document-api/visit-notes/retrieve-visit-notes-clinical-summary.md)
- [Retrieve Visit Notes Visit Summary](https://help.elationhealth.com/articles/rest/patient-document-api/visit-notes/retrieve-visit-notes-visit-summary.md)

#### Vitals

- [The Vital Object](https://help.elationhealth.com/articles/rest/patient-document-api/vitals/the-vital-object.md)
- [List Vitals](https://help.elationhealth.com/articles/rest/patient-document-api/vitals/list-vitals.md)
- [Create Vital](https://help.elationhealth.com/articles/rest/patient-document-api/vitals/create-vital.md): Create a new vital.
- [Retrieve Vital](https://help.elationhealth.com/articles/rest/patient-document-api/vitals/retrieve-vital.md)
- [Update Vital](https://help.elationhealth.com/articles/rest/patient-document-api/vitals/update-vital.md): Replace an existing vital.
- [Partially Update Vital](https://help.elationhealth.com/articles/rest/patient-document-api/vitals/partially-update-vital.md): Update an existing vital.

### Visit Notes API

#### Notes

- [The Note Object](https://help.elationhealth.com/articles/rest/visit-notes-api/notes/index.md)
- [List Notes](https://help.elationhealth.com/articles/rest/visit-notes-api/notes/list-notes.md): Returns a paginated list of note metadata
- [Get Note By Id](https://help.elationhealth.com/articles/rest/visit-notes-api/notes/get-note-by-id.md): Get a specific note
- [Create Note](https://help.elationhealth.com/articles/rest/visit-notes-api/notes/create-note.md): Create a new `Note`.
- [Update Note By Id](https://help.elationhealth.com/articles/rest/visit-notes-api/notes/update-note-by-id.md): Update a specific note by id
- [Delete Note By Id](https://help.elationhealth.com/articles/rest/visit-notes-api/notes/delete-note-by-id.md): Delete a specific draft note

#### Custom Blocks

- [The Custom Block Object](https://help.elationhealth.com/articles/rest/visit-notes-api/custom-blocks/index.md)
- [List Custom Blocks](https://help.elationhealth.com/articles/rest/visit-notes-api/custom-blocks/list-custom-blocks.md)

### Care Gaps API

#### Care Gaps

- [The Care Gap Object](https://help.elationhealth.com/articles/rest/care-gaps-api/caregaps/index.md)
- [List Care Gaps](https://help.elationhealth.com/articles/rest/care-gaps-api/caregaps/list-caregaps.md): Retrieve a list of Care Gaps with filters specified by query parameters.
- [Retrieve Care Gap](https://help.elationhealth.com/articles/rest/care-gaps-api/caregaps/get-caregap.md): Retrieve a specific Care Gap.
- [Create Care Gap](https://help.elationhealth.com/articles/rest/care-gaps-api/caregaps/create-caregap.md): Create a new caregap.
- [Partially Update Care Gap](https://help.elationhealth.com/articles/rest/care-gaps-api/caregaps/update-caregap.md)
- [Delete Care Gap](https://help.elationhealth.com/articles/rest/care-gaps-api/caregaps/delete-caregap.md): Delete a specific Care Gap.

#### Definitions

- [The Definition Object](https://help.elationhealth.com/articles/rest/care-gaps-api/definitions/index.md)
- [List Definitions](https://help.elationhealth.com/articles/rest/care-gaps-api/definitions/list-definitions.md): Retrieve a list of definitions.
- [Retrieve Definition](https://help.elationhealth.com/articles/rest/care-gaps-api/definitions/get-definition.md): Retrieve a specific definition.
- [Create Definition](https://help.elationhealth.com/articles/rest/care-gaps-api/definitions/create-definition.md): Create a new definition.
- [Delete Definition](https://help.elationhealth.com/articles/rest/care-gaps-api/definitions/delete-definition.md): Delete a specific definition.

### Orders API

#### Ancillary Companies

- [The Ancillary Company Object](https://help.elationhealth.com/articles/rest/orders-api/ancillary-companies/the-ancillary-company-object.md)
- [List Ancillary Companies](https://help.elationhealth.com/articles/rest/orders-api/ancillary-companies/list-ancillary-companies.md): Returns a list of ancillary companies by specific type of order
- [Retrieve Ancillary Company](https://help.elationhealth.com/articles/rest/orders-api/ancillary-companies/retrieve-ancillary-company.md): Retrieve a single ancillary company

#### Cardiac Centers

- [The Cardiac Center Object](https://help.elationhealth.com/articles/rest/orders-api/cardiac-centers/the-cardiac-center-object.md)
- [List Cardiac Centers](https://help.elationhealth.com/articles/rest/orders-api/cardiac-centers/list-cardiac-centers.md): Returns a list of cardiac centers
- [Retrieve Cardiac Center](https://help.elationhealth.com/articles/rest/orders-api/cardiac-centers/retrieve-cardiac-center.md): Retrieve a single cardiac center

#### Cardiac Order Tests

- [The Cardiac Order Test Object](https://help.elationhealth.com/articles/rest/orders-api/cardiac-order-tests/the-cardiac-order-test-object.md)
- [List Cardiac Order Tests](https://help.elationhealth.com/articles/rest/orders-api/cardiac-order-tests/list-cardiac-order-tests.md): Returns a list of cardiac order test
- [Create Cardiac Order Test](https://help.elationhealth.com/articles/rest/orders-api/cardiac-order-tests/create-cardiac-order-test.md): Create a new cardiac order test.
- [Retrieve Cardiac Order Test](https://help.elationhealth.com/articles/rest/orders-api/cardiac-order-tests/retrieve-cardiac-order-test.md): Retrieve a single cardiac order test
- [Delete Cardiac Order Test](https://help.elationhealth.com/articles/rest/orders-api/cardiac-order-tests/delete-cardiac-order-test.md): Delete an existing cardiac order test.

#### Cardiac Orders

- [The Cardiac Order Object](https://help.elationhealth.com/articles/rest/orders-api/cardiac-orders/the-cardiac-order-object.md)
- [List Cardiac Orders](https://help.elationhealth.com/articles/rest/orders-api/cardiac-orders/list-cardiac-orders.md): Returns a list of cardiac orders
- [Create Cardiac Order](https://help.elationhealth.com/articles/rest/orders-api/cardiac-orders/create-cardiac-order.md): Create a new cardiac order.
- [Retrieve Cardiac Order](https://help.elationhealth.com/articles/rest/orders-api/cardiac-orders/retrieve-cardiac-order.md): Retrieve a single cardiac order
- [Update Cardiac Order](https://help.elationhealth.com/articles/rest/orders-api/cardiac-orders/update-cardiac-order.md): Replace an existing cardiac order.
- [Delete Cardiac Order](https://help.elationhealth.com/articles/rest/orders-api/cardiac-orders/delete-cardiac-order.md): Delete an existing cardiac order.
- [Partially Update Cardiac Order](https://help.elationhealth.com/articles/rest/orders-api/cardiac-orders/partially-update-cardiac-order.md): Update an existing cardiac order.

#### Imaging Centers

- [The Imaging Center Object](https://help.elationhealth.com/articles/rest/orders-api/imaging-centers/the-imaging-center-object.md)
- [List Imaging Centers](https://help.elationhealth.com/articles/rest/orders-api/imaging-centers/list-imaging-centers.md): Returns a list of imaging centers
- [Retrieve Imaging Center](https://help.elationhealth.com/articles/rest/orders-api/imaging-centers/retrieve-imaging-center.md): Retrieve a single imaging center

#### Imaging Order Tests

- [The Imaging Order Test Object](https://help.elationhealth.com/articles/rest/orders-api/imaging-order-tests/the-imaging-order-test-object.md)
- [List Imaging Order Tests](https://help.elationhealth.com/articles/rest/orders-api/imaging-order-tests/list-imaging-order-tests.md): Returns a list of imaging order test
- [Create Imaging Order Test](https://help.elationhealth.com/articles/rest/orders-api/imaging-order-tests/create-imaging-order-test.md): Create a new imaging order test.
- [Retrieve Imaging Order Test](https://help.elationhealth.com/articles/rest/orders-api/imaging-order-tests/retrieve-imaging-order-test.md): Retrieve a single imaging order test
- [Delete Imaging Order Test](https://help.elationhealth.com/articles/rest/orders-api/imaging-order-tests/delete-imaging-order-test.md): Delete an existing imaging order test.

#### Imaging Orders

- [The Imaging Order Object](https://help.elationhealth.com/articles/rest/orders-api/imaging-orders/the-imaging-order-object.md)
- [List Imaging Orders](https://help.elationhealth.com/articles/rest/orders-api/imaging-orders/list-imaging-orders.md): Returns a list of imaging orders
- [Create Imaging Order](https://help.elationhealth.com/articles/rest/orders-api/imaging-orders/create-imaging-order.md): Create a new imaging order.
- [Retrieve Imaging Order](https://help.elationhealth.com/articles/rest/orders-api/imaging-orders/retrieve-imaging-order.md): Retrieve a single imaging order
- [Update Imaging Order](https://help.elationhealth.com/articles/rest/orders-api/imaging-orders/update-imaging-order.md): Replace an existing imaging order.
- [Delete Imaging Order](https://help.elationhealth.com/articles/rest/orders-api/imaging-orders/delete-imaging-order.md): Delete an existing imaging order.
- [Partially Update Imaging Order](https://help.elationhealth.com/articles/rest/orders-api/imaging-orders/partially-update-imaging-order.md): Update an existing imaging order.

#### Lab Facility Identifiers

- [The Lab Facility Identifiers Object](https://help.elationhealth.com/articles/rest/orders-api/lab-facility-identifiers/the-lab-facility-identifiers-object.md)
- [List Lab Facility Identifiers](https://help.elationhealth.com/articles/rest/orders-api/lab-facility-identifiers/list-lab-facility-identifiers.md): Returns a list of lab vendor integrations
- [Create Lab Facility Identifier](https://help.elationhealth.com/articles/rest/orders-api/lab-facility-identifiers/create-lab-facility-identifier.md): Create a new lab facility identifier.
- [Retrieve Lab Facility Identifier](https://help.elationhealth.com/articles/rest/orders-api/lab-facility-identifiers/retrieve-lab-facility-identifier.md): Retrieve a single lab vendor integration
- [Update Lab Facility Identifier](https://help.elationhealth.com/articles/rest/orders-api/lab-facility-identifiers/update-lab-facility-identifier.md): Replace an existing lab facility identifier.
- [Delete Lab Facility Identifier](https://help.elationhealth.com/articles/rest/orders-api/lab-facility-identifiers/delete-lab-facility-identifier.md): Delete an existing lab facility identifier.
- [Partially Update Lab Facility Identifier](https://help.elationhealth.com/articles/rest/orders-api/lab-facility-identifiers/partially-update-lab-facility-identifier.md): Update an existing lab facility identifier.

#### Lab Order Compendiums

- [The Lab Order Compendium Object](https://help.elationhealth.com/articles/rest/orders-api/lab-order-compendiums/the-lab-order-compendium-object.md)
- [List Lab Order Compendiums](https://help.elationhealth.com/articles/rest/orders-api/lab-order-compendiums/list-lab-order-compendiums.md): Returns a list of lab order compendiums
- [Create Lab Order Compendium](https://help.elationhealth.com/articles/rest/orders-api/lab-order-compendiums/create-lab-order-compendium.md): Create a new lab order compendium.
- [Retrieve Lab Order Compendium](https://help.elationhealth.com/articles/rest/orders-api/lab-order-compendiums/retrieve-lab-order-compendium.md): Retrieve a single lab order compendium
- [Update Lab Order Compendium](https://help.elationhealth.com/articles/rest/orders-api/lab-order-compendiums/update-lab-order-compendium.md): Replace an existing lab order compendium.
- [Delete Lab Order Compendium](https://help.elationhealth.com/articles/rest/orders-api/lab-order-compendiums/delete-lab-order-compendium.md): Delete an existing lab order compendium.
- [Partially Update Lab Order Compendium](https://help.elationhealth.com/articles/rest/orders-api/lab-order-compendiums/partially-update-lab-order-compendium.md): Update an existing lab order compendium.

#### Lab Order Sets

- [The Lab Order Set Object](https://help.elationhealth.com/articles/rest/orders-api/lab-order-sets/the-lab-order-set-object.md)
- [List Lab Order Sets](https://help.elationhealth.com/articles/rest/orders-api/lab-order-sets/list-lab-order-sets.md): Returns a list of lab order sets
- [Create Lab Order Set](https://help.elationhealth.com/articles/rest/orders-api/lab-order-sets/create-lab-order-set.md): Create a new lab order set.
- [Retrieve Lab Order Set](https://help.elationhealth.com/articles/rest/orders-api/lab-order-sets/retrieve-lab-order-set.md): Retrieve a single lab order set
- [Update Lab Order Set](https://help.elationhealth.com/articles/rest/orders-api/lab-order-sets/update-lab-order-set.md): Replace an existing lab order set.
- [Delete Lab Order Set](https://help.elationhealth.com/articles/rest/orders-api/lab-order-sets/delete-lab-order-set.md): Delete an existing lab order set.
- [Partially Update Lab Order Set](https://help.elationhealth.com/articles/rest/orders-api/lab-order-sets/partially-update-lab-order-set.md): Update an existing lab order set.

#### Lab Order Tests

- [The Lab Order Test Object](https://help.elationhealth.com/articles/rest/orders-api/lab-order-tests/the-lab-order-test-object.md)
- [List Lab Order Tests](https://help.elationhealth.com/articles/rest/orders-api/lab-order-tests/list-lab-order-tests.md): Returns a list of lab order tests
- [Create Lab Order Test](https://help.elationhealth.com/articles/rest/orders-api/lab-order-tests/create-lab-order-test.md): Create a new lab order test.
- [Retrieve Lab Order Test](https://help.elationhealth.com/articles/rest/orders-api/lab-order-tests/retrieve-lab-order-test.md): Retrieve a single lab order test
- [Delete Lab Order Test](https://help.elationhealth.com/articles/rest/orders-api/lab-order-tests/delete-lab-order-test.md): Delete an existing lab order test.

#### Lab Orders

- [The Lab Order Content Object](https://help.elationhealth.com/articles/rest/orders-api/lab-orders/the-lab-order-content-object.md)
- [The Lab Order Object](https://help.elationhealth.com/articles/rest/orders-api/lab-orders/the-lab-order-object.md): An order for a vendor to perform lab tests for a patient, recording what was ordered and whether results have come back.
- [List Lab Orders](https://help.elationhealth.com/articles/rest/orders-api/lab-orders/list-lab-orders.md): Returns a list of lab orders
- [Create Lab Order](https://help.elationhealth.com/articles/rest/orders-api/lab-orders/create-lab-order.md): Create a new lab order.
- [Retrieve Lab Order](https://help.elationhealth.com/articles/rest/orders-api/lab-orders/retrieve-lab-order.md): Retrieve a single lab order
- [Update Lab Order](https://help.elationhealth.com/articles/rest/orders-api/lab-orders/update-lab-order.md): Replace an existing lab order.
- [Delete Lab Order](https://help.elationhealth.com/articles/rest/orders-api/lab-orders/delete-lab-order.md): Delete an existing lab order.
- [Partially Update Lab Order](https://help.elationhealth.com/articles/rest/orders-api/lab-orders/partially-update-lab-order.md): Update an existing lab order.
- [Retrieve the Printable Lab Order View](https://help.elationhealth.com/articles/rest/orders-api/lab-orders/retrieve-the-printable-lab-order-view.md): Providers are able to print a view of the lab order including the data provided behind this endpoint. Each lab order response includes a link to obtain this view; a PDF file. When you GET the link you'll receive a response with application/pdf and the bytes of the PDF.

#### Lab Vendor Integrations

- [The Lab Vendor Integration Object](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-integrations/the-lab-vendor-integration-object.md)
- [List Lab Vendor Integrations](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-integrations/list-lab-vendor-integrations.md): Returns a list of lab vendor integrations
- [Create Lab Vendor Integration](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-integrations/create-lab-vendor-integration.md): Create a new lab vendor integration.
- [Retrieve Lab Vendor Integration](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-integrations/retrieve-lab-vendor-integration.md): Retrieve a single lab vendor integration
- [Update Lab Vendor Integration](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-integrations/update-lab-vendor-integration.md): Replace an existing lab vendor integration.
- [Delete Lab Vendor Integration](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-integrations/delete-lab-vendor-integration.md): Delete an existing lab vendor integration.
- [Partially Update Lab Vendor Integration](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-integrations/partially-update-lab-vendor-integration.md): Update an existing lab vendor integration.

#### Lab Vendor Patient Sites

- [The Lab Vendor Patient Site Object](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-patient-sites/the-lab-vendor-patient-site-object.md)
- [List Lab Vendor Patient Sites](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-patient-sites/list-lab-vendor-patient-sites.md): Returns a list of lab vendor patient sites
- [Create Lab Vendor Patient Site](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-patient-sites/create-lab-vendor-patient-site.md): Create a new lab vendor patient site.
- [Retrieve Lab Vendor Patient Site](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-patient-sites/retrieve-lab-vendor-patient-site.md): Retrieve a single lab vendor patient site
- [Update Lab Vendor Patient Site](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-patient-sites/update-lab-vendor-patient-site.md): Replace an existing lab vendor patient site.
- [Delete Lab Vendor Patient Site](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-patient-sites/delete-lab-vendor-patient-site.md): Delete an existing lab vendor patient site.
- [Partially Update Lab Vendor Patient Site](https://help.elationhealth.com/articles/rest/orders-api/lab-vendor-patient-sites/partially-update-lab-vendor-patient-site.md): Update an existing lab vendor patient site.

#### Lab Vendors

- [The Lab Vendor Object](https://help.elationhealth.com/articles/rest/orders-api/lab-vendors/the-lab-vendor-object.md)
- [List Lab Vendors](https://help.elationhealth.com/articles/rest/orders-api/lab-vendors/list-lab-vendors.md): Returns a list of lab vendors
- [create-lab-vendor](https://help.elationhealth.com/articles/rest/orders-api/lab-vendors/create-lab-vendor.md): Create a new lab vendor.
- [Retrieve Lab Vendor](https://help.elationhealth.com/articles/rest/orders-api/lab-vendors/retrieve-lab-vendor.md): Retrieve a single lab vendor
- [Update Lab Vendor](https://help.elationhealth.com/articles/rest/orders-api/lab-vendors/update-lab-vendor.md): Replace an existing lab vendor.
- [Delete Lab Vendor](https://help.elationhealth.com/articles/rest/orders-api/lab-vendors/delete-lab-vendor.md): Delete an existing lab vendor.
- [Partially Update Lab Vendor](https://help.elationhealth.com/articles/rest/orders-api/lab-vendors/partially-update-lab-vendor.md): Update an existing lab vendor.

#### Pulmonary Centers

- [The Pulmonary Center Object](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-centers/the-pulmonary-center-object.md)
- [List Pulmonary Centers](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-centers/list-pulmonary-centers.md): Returns a list of pulmonary centers
- [Retrieve Pulmonary Center](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-centers/retrieve-pulmonary-center.md): Retrieve a single pulmonary center

#### Pulmonary Order Tests

- [The Pulmonary Order Test Object](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-order-tests/the-pulmonary-order-test-object.md)
- [List Pulmonary Order Tests](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-order-tests/list-pulmonary-order-tests.md): Returns a list of pulmonary order test
- [Create Pulmonary Order Test](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-order-tests/create-pulmonary-order-test.md): Create a new pulmonary order test.
- [Retrieve Pulmonary Order Test](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-order-tests/retrieve-pulmonary-order-test.md): Retrieve a single pulmonary order test
- [Delete Pulmonary Order Test](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-order-tests/delete-pulmonary-order-test.md): Delete an existing pulmonary order test.

#### Pulmonary Orders

- [The Pulmonary Order Object](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-orders/the-pulmonary-order-object.md)
- [List Pulmonary Orders](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-orders/list-pulmonary-orders.md): Returns a list of pulmonary orders
- [Create Pulmonary Order](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-orders/create-pulmonary-order.md): Create a new pulmonary order.
- [Retrieve Pulmonary Order](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-orders/retrieve-pulmonary-order.md): Retrieve a single pulmonary order
- [Update Pulmonary Order](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-orders/update-pulmonary-order.md): Replace an existing pulmonary order.
- [Delete Pulmonary Order](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-orders/delete-pulmonary-order.md): Delete an existing pulmonary order.
- [Partially Update Pulmonary Order](https://help.elationhealth.com/articles/rest/orders-api/pulmonary-orders/partially-update-pulmonary-order.md): Update an existing pulmonary order.

#### Sleep Centers

- [The Sleep Center Object](https://help.elationhealth.com/articles/rest/orders-api/sleep-centers/the-sleep-center-object.md)
- [List Sleep Centers](https://help.elationhealth.com/articles/rest/orders-api/sleep-centers/list-sleep-centers.md): Returns a list of sleep centers
- [Retrieve Sleep Center](https://help.elationhealth.com/articles/rest/orders-api/sleep-centers/retrieve-sleep-center.md): Retrieve a single sleep center

#### Sleep Order Tests

- [The Sleep Order Test Object](https://help.elationhealth.com/articles/rest/orders-api/sleep-order-tests/the-sleep-order-test-object.md)
- [List Sleep Order Tests](https://help.elationhealth.com/articles/rest/orders-api/sleep-order-tests/list-sleep-order-tests.md): Returns a list of sleep order test
- [Create Sleep Order Test](https://help.elationhealth.com/articles/rest/orders-api/sleep-order-tests/create-sleep-order-test.md): Create a new sleep order test.
- [Retrieve Sleep Order Test](https://help.elationhealth.com/articles/rest/orders-api/sleep-order-tests/retrieve-sleep-order-test.md): Retrieve a single sleep order test
- [Delete Sleep Order Test](https://help.elationhealth.com/articles/rest/orders-api/sleep-order-tests/delete-sleep-order-test.md): Delete an existing sleep order test.

#### Sleep Orders

- [The Sleep Order Object](https://help.elationhealth.com/articles/rest/orders-api/sleep-orders/the-sleep-order-object.md)
- [List Sleep Orders](https://help.elationhealth.com/articles/rest/orders-api/sleep-orders/list-sleep-orders.md): Returns a list of sleep orders
- [Create Sleep Order](https://help.elationhealth.com/articles/rest/orders-api/sleep-orders/create-sleep-order.md): Create a new sleep order.
- [Retrieve Sleep Order](https://help.elationhealth.com/articles/rest/orders-api/sleep-orders/retrieve-sleep-order.md): Retrieve a single sleep order
- [Update Sleep Order](https://help.elationhealth.com/articles/rest/orders-api/sleep-orders/update-sleep-order.md): Replace an existing sleep order.
- [Delete Sleep Order](https://help.elationhealth.com/articles/rest/orders-api/sleep-orders/delete-sleep-order.md): Delete an existing sleep order.
- [Partially Update Sleep Order](https://help.elationhealth.com/articles/rest/orders-api/sleep-orders/partially-update-sleep-order.md): Update an existing sleep order.

### Messaging API

#### Message Threads

- [The Message Thread Object](https://help.elationhealth.com/articles/rest/messaging-api/message-threads/the-message-thread-object.md)
- [List Message Threads](https://help.elationhealth.com/articles/rest/messaging-api/message-threads/list-message-threads.md)
- [Create Message Thread](https://help.elationhealth.com/articles/rest/messaging-api/message-threads/create-message-thread.md): Create a new message thread.
- [Retrieve Message Thread](https://help.elationhealth.com/articles/rest/messaging-api/message-threads/retrieve-message-thread.md)
- [Update Message Thread](https://help.elationhealth.com/articles/rest/messaging-api/message-threads/update-message-thread.md): Replace an existing message thread.
- [Delete Message Thread](https://help.elationhealth.com/articles/rest/messaging-api/message-threads/delete-message-thread.md): Delete an existing message thread.
- [Partially Update Message Thread](https://help.elationhealth.com/articles/rest/messaging-api/message-threads/partially-update-message-thread.md): Update an existing message thread.

#### Thread Members

- [The Thread Member Object](https://help.elationhealth.com/articles/rest/messaging-api/thread-members/the-thread-member-object.md)
- [List Thread Members](https://help.elationhealth.com/articles/rest/messaging-api/thread-members/list-thread-members.md)
- [Create Thread Member](https://help.elationhealth.com/articles/rest/messaging-api/thread-members/create-thread-member.md): Create a new thread member.
- [Retrieve Thread Member](https://help.elationhealth.com/articles/rest/messaging-api/thread-members/retrieve-thread-member.md)
- [Update Thread Member](https://help.elationhealth.com/articles/rest/messaging-api/thread-members/update-thread-member.md): Replace an existing thread member.
- [Delete Thread Member](https://help.elationhealth.com/articles/rest/messaging-api/thread-members/delete-thread-member.md): Delete an existing thread member.
- [Partially Update Thread Member](https://help.elationhealth.com/articles/rest/messaging-api/thread-members/partially-update-thread-member.md): Update an existing thread member.

#### Thread Messages

- [The Thread Message Object](https://help.elationhealth.com/articles/rest/messaging-api/thread-messages/the-thread-message-object.md)
- [List Thread Messages](https://help.elationhealth.com/articles/rest/messaging-api/thread-messages/list-thread-messages.md)
- [Create Thread Message](https://help.elationhealth.com/articles/rest/messaging-api/thread-messages/create-thread-message.md): Create a new thread message.
- [Retrieve Thread Message](https://help.elationhealth.com/articles/rest/messaging-api/thread-messages/retrieve-thread-message.md)
- [Delete Thread Message](https://help.elationhealth.com/articles/rest/messaging-api/thread-messages/delete-thread-message.md): Delete an existing thread message.

### Scheduling API

#### Appointment Types

- [The Appointment Type Object](https://help.elationhealth.com/articles/rest/scheduling-api/appointment-types/the-appointment-type-object.md)
- [List Appointment Types](https://help.elationhealth.com/articles/rest/scheduling-api/appointment-types/list-appointment-types.md)
- [Create Appointment Type](https://help.elationhealth.com/articles/rest/scheduling-api/appointment-types/create-appointment-type.md): Create a new appointment type.
- [Retrieve Appointment Type](https://help.elationhealth.com/articles/rest/scheduling-api/appointment-types/retrieve-appointment-type.md)
- [Update Appointment Type](https://help.elationhealth.com/articles/rest/scheduling-api/appointment-types/update-appointment-type.md): Replace an existing appointment type.
- [Delete Appointment Type](https://help.elationhealth.com/articles/rest/scheduling-api/appointment-types/delete-appointment-type.md): Delete an existing appointment type.
- [Partially Update Appointment Type](https://help.elationhealth.com/articles/rest/scheduling-api/appointment-types/partially-update-appointment-type.md): Update an existing appointment type.

#### Appointments

- [The Appointment Object](https://help.elationhealth.com/articles/rest/scheduling-api/appointments/the-appointment-object.md)
- [The Event Object](https://help.elationhealth.com/articles/rest/scheduling-api/appointments/the-event-object.md)
- [List Appointments](https://help.elationhealth.com/articles/rest/scheduling-api/appointments/list-appointments.md)
- [Create Appointment](https://help.elationhealth.com/articles/rest/scheduling-api/appointments/create-appointment.md): Create a new appointment.
- [Retrieve Appointment](https://help.elationhealth.com/articles/rest/scheduling-api/appointments/retrieve-appointment.md)
- [Update Appointment](https://help.elationhealth.com/articles/rest/scheduling-api/appointments/update-appointment.md): Replace an existing appointment.
- [Delete Appointment](https://help.elationhealth.com/articles/rest/scheduling-api/appointments/delete-appointment.md): Delete an existing appointment.
- [Partially Update Appointment](https://help.elationhealth.com/articles/rest/scheduling-api/appointments/partially-update-appointment.md): Update an existing appointment.

#### Appointment Rooms

- [The Appointment Room Object](https://help.elationhealth.com/articles/rest/scheduling-api/appointment-rooms/the-appointment-room-object.md)
- [List Appointment Rooms](https://help.elationhealth.com/articles/rest/scheduling-api/appointment-rooms/list-appointment-rooms.md): List the rooms available per practices

#### Recurring Event Groups

- [The Recurring Event Group Object](https://help.elationhealth.com/articles/rest/scheduling-api/recurring-event-groups/the-recurring-event-group-object.md)
- [List Recurring Event Groups](https://help.elationhealth.com/articles/rest/scheduling-api/recurring-event-groups/list-recurring-event-groups.md)
- [Create Recurring Event Group](https://help.elationhealth.com/articles/rest/scheduling-api/recurring-event-groups/create-recurring-event-group.md): Create a new recurring event group.
- [Retrieve Recurring Event Group](https://help.elationhealth.com/articles/rest/scheduling-api/recurring-event-groups/retrieve-recurring-event-group.md)
- [Delete Recurring Event Group](https://help.elationhealth.com/articles/rest/scheduling-api/recurring-event-groups/delete-recurring-event-group.md): Delete an existing recurring event group.

### Insurance API

- [FAQ](https://help.elationhealth.com/articles/rest/insurance-api/faq.md): Common questions about migrating Insurance from the legacy Patient Demographics API Endpoints to the new Insurance Management Endpoints
- [Migration Instructions](https://help.elationhealth.com/articles/rest/insurance-api/transitioning-from-patient-endpoints.md): Comprehensive guide for migrating insurance from legacy Patient Demographics API insurance endpoints to the new Insurance Management System

#### Insurance Companies

- [The Insurance Company Object](https://help.elationhealth.com/articles/rest/insurance-api/insurance-companies/the-insurance-company-object.md)
- [List Insurance Companies](https://help.elationhealth.com/articles/rest/insurance-api/insurance-companies/list-insurance-companies.md)
- [Create Insurance Company](https://help.elationhealth.com/articles/rest/insurance-api/insurance-companies/create-insurance-company.md): Create a new insurance company.
- [Retrieve Insurance Company](https://help.elationhealth.com/articles/rest/insurance-api/insurance-companies/retrieve-insurance-company.md)
- [Update Insurance Company](https://help.elationhealth.com/articles/rest/insurance-api/insurance-companies/update-insurance-company.md): Replace an existing insurance company.
- [Delete Insurance Company](https://help.elationhealth.com/articles/rest/insurance-api/insurance-companies/delete-insurance-company.md): Delete an existing insurance company.
- [Partially Update Insurance Company](https://help.elationhealth.com/articles/rest/insurance-api/insurance-companies/partially-update-insurance-company.md): Update an existing insurance company.

#### Insurance Plans

- [The Insurance Plan Object](https://help.elationhealth.com/articles/rest/insurance-api/insurance-plans/the-insurance-plan-object.md)
- [List Insurance Plans](https://help.elationhealth.com/articles/rest/insurance-api/insurance-plans/list-insurance-plans.md)
- [Create Insurance Plan](https://help.elationhealth.com/articles/rest/insurance-api/insurance-plans/create-insurance-plan.md): Create a new insurance plan.
- [Retrieve Insurance Plan](https://help.elationhealth.com/articles/rest/insurance-api/insurance-plans/retrieve-insurance-plan.md)
- [Update Insurance Plan](https://help.elationhealth.com/articles/rest/insurance-api/insurance-plans/update-insurance-plan.md): Replace an existing insurance plan.
- [Delete Insurance Plan](https://help.elationhealth.com/articles/rest/insurance-api/insurance-plans/delete-insurance-plan.md): Delete an existing insurance plan.
- [Partially Update Insurance Plan](https://help.elationhealth.com/articles/rest/insurance-api/insurance-plans/partially-update-insurance-plan.md): Update an existing insurance plan.

### Patient Insurance API

#### Insurance Eligibility

- [The Insurance Eligibility Object](https://help.elationhealth.com/articles/rest/premium-patient-insurance-api/insurance-eligibility/the-insurance-eligibility-object.md)
- [Create Eligibility](https://help.elationhealth.com/articles/rest/premium-patient-insurance-api/insurance-eligibility/create-eligibility.md): Create eligibility information for a patient insurance
- [Get Eligibility](https://help.elationhealth.com/articles/rest/premium-patient-insurance-api/insurance-eligibility/get-eligibility.md): Get eligibility information for a patient insurance
- [The Insurance Eligibility Full Report Object](https://help.elationhealth.com/articles/rest/premium-patient-insurance-api/insurance-eligibility/the-insurance-eligibility-full-report-object.md)
- [Get Eligibility Full Report](https://help.elationhealth.com/articles/rest/premium-patient-insurance-api/insurance-eligibility/get-eligibility-full-report.md): Get eligibility full report for a patient insurance

### Billing API

#### Billing Codes

- [The Billing Code Object](https://help.elationhealth.com/articles/rest/billing-api/billing-codes/the-billing-code-object.md): A code that users can add to bills within a patient chart. Used often as CPT codes.
- [List Billing Codes](https://help.elationhealth.com/articles/rest/billing-api/billing-codes/list-billing-codes.md): Get the CPT codes that the practice has set up. To view them in the app, go to Practice Settings - Billing.
- [Create Billing Code](https://help.elationhealth.com/articles/rest/billing-api/billing-codes/create-billing-code.md): Create a CPT code that users can add to bills. To view them in the app, go to Practice Settings - Billing.
- [Retrieve Billing Code](https://help.elationhealth.com/articles/rest/billing-api/billing-codes/retrieve-billing-code.md): Get a CPT code that the practice has set up. To view all codes in the app, go to Practice Settings - Billing.
- [Update Billing Code](https://help.elationhealth.com/articles/rest/billing-api/billing-codes/update-billing-code.md): Update a CPT code that users can add to bills. To view them in the app, go to Practice Settings - Billing.
- [Delete Billing Code](https://help.elationhealth.com/articles/rest/billing-api/billing-codes/delete-billing-code.md): Delete a CPT code that the practice has set up. To view them in the app, go to Practice Settings - Billing.
- [Partially Update Billing Code](https://help.elationhealth.com/articles/rest/billing-api/billing-codes/partially-update-billing-code.md): Update an existing billing code.

#### Bills

- [The Bill Object](https://help.elationhealth.com/articles/rest/billing-api/bills/the-bill-object.md)
- [List Bills](https://help.elationhealth.com/articles/rest/billing-api/bills/list-bills.md)
- [Create Bill](https://help.elationhealth.com/articles/rest/billing-api/bills/create-bill.md): Create a new bill.
- [Retrieve Bill](https://help.elationhealth.com/articles/rest/billing-api/bills/retrieve-bill.md)
- [Partially Update Bill](https://help.elationhealth.com/articles/rest/billing-api/bills/partially-update-bill.md): Update an existing bill.
- [Release a Bill to PMS](https://help.elationhealth.com/articles/rest/billing-api/bills/release-a-bill-to-pms.md): This is a simple PATCH endpoint that allows you to release a bill to your connected PMS. It accomplishes the same goal as pressing the "Send to PMS" button on the Elation Billing Report for a bill.

#### Outstanding Balance

- [Update Outstanding Balance](https://help.elationhealth.com/articles/rest/billing-api/outstanding-balance/update-outstanding-balance.md): The outstanding balance is a write-only resource that can be used to update the balance of a specific patient. It requires that the OutstandingBalance feature must be enabled for the practice.

### User Management API

#### Users

- [The User Object](https://help.elationhealth.com/articles/rest/user-management-api/users/the-user-object.md): An account for a provider or staff member with access to an Elation practice.
- [List Users](https://help.elationhealth.com/articles/rest/user-management-api/users/list-users.md): Returns a list of users
- [Create User](https://help.elationhealth.com/articles/rest/user-management-api/users/create-user.md): Create a new user
- [Retrieve User](https://help.elationhealth.com/articles/rest/user-management-api/users/retrieve-user.md): Retrieve a single user
- [Partially Update User](https://help.elationhealth.com/articles/rest/user-management-api/users/partially-update-user.md): Update an existing user

### Practice API

#### Contacts

- [The Contact Object](https://help.elationhealth.com/articles/rest/practice-api/contacts/the-contact-object.md)
- [List Contacts](https://help.elationhealth.com/articles/rest/practice-api/contacts/list-contacts.md)
- [Search Contacts](https://help.elationhealth.com/articles/rest/practice-api/contacts/search-contacts.md)
- [Create Contact](https://help.elationhealth.com/articles/rest/practice-api/contacts/create-contact.md): Create a new contact.
- [Retrieve Contact](https://help.elationhealth.com/articles/rest/practice-api/contacts/retrieve-contact.md)
- [Update Contact](https://help.elationhealth.com/articles/rest/practice-api/contacts/update-contact.md): Replace an existing contact.
- [Delete Contact](https://help.elationhealth.com/articles/rest/practice-api/contacts/delete-contact.md): Delete an existing contact.
- [Partially Update Contact](https://help.elationhealth.com/articles/rest/practice-api/contacts/partially-update-contact.md): Update an existing contact.

#### Delegate Permissions

- [The Delegate Permission Object](https://help.elationhealth.com/articles/rest/practice-api/delegate-permissions/the-delegate-permission-object.md)
- [List Delegate Permissions](https://help.elationhealth.com/articles/rest/practice-api/delegate-permissions/list-delegate-permissions.md)
- [Create Delegate Permission](https://help.elationhealth.com/articles/rest/practice-api/delegate-permissions/create-delegate-permission.md): Create a new delegate permission.
- [Retrieve Delegate Permission](https://help.elationhealth.com/articles/rest/practice-api/delegate-permissions/retrieve-delegate-permission.md)
- [Delete Delegate Permission](https://help.elationhealth.com/articles/rest/practice-api/delegate-permissions/delete-delegate-permission.md): Delete an existing delegate permission.

#### Handouts

- [The Handout Object](https://help.elationhealth.com/articles/rest/practice-api/handouts/the-handout-object.md)
- [List Handouts](https://help.elationhealth.com/articles/rest/practice-api/handouts/list-handouts.md)
- [Create Handout](https://help.elationhealth.com/articles/rest/practice-api/handouts/create-handout.md): Create a new handout.
- [Retrieve Handout](https://help.elationhealth.com/articles/rest/practice-api/handouts/retrieve-handout.md)
- [Update Handout](https://help.elationhealth.com/articles/rest/practice-api/handouts/update-handout.md): Replace an existing handout.
- [Delete Handout](https://help.elationhealth.com/articles/rest/practice-api/handouts/delete-handout.md): Delete an existing handout.
- [Partially Update Handout](https://help.elationhealth.com/articles/rest/practice-api/handouts/partially-update-handout.md): Update an existing handout.

#### Medication Order Templates

- [The Medication Order Template Object](https://help.elationhealth.com/articles/rest/practice-api/medication-order-templates/the-medication-order-template-object.md)
- [List Medication Order Templates](https://help.elationhealth.com/articles/rest/practice-api/medication-order-templates/list-medication-order-templates.md)
- [Create Medication Order Template](https://help.elationhealth.com/articles/rest/practice-api/medication-order-templates/create-medication-order-template.md): Create a new medication order template.
- [Retrieve Medication Order Template](https://help.elationhealth.com/articles/rest/practice-api/medication-order-templates/retrieve-medication-order-template.md)
- [Update Medication Order Template](https://help.elationhealth.com/articles/rest/practice-api/medication-order-templates/update-medication-order-template.md): Replace an existing medication order template.
- [Delete Medication Order Template](https://help.elationhealth.com/articles/rest/practice-api/medication-order-templates/delete-medication-order-template.md): Delete an existing medication order template.
- [Partially Update Medication Order Template](https://help.elationhealth.com/articles/rest/practice-api/medication-order-templates/partially-update-medication-order-template.md): Update an existing medication order template.

#### Office Staff

- [List Office Staffs](https://help.elationhealth.com/articles/rest/practice-api/office-staff/list-office-staffs.md): Returns a list of office staff
- [Retrieve Office Staff](https://help.elationhealth.com/articles/rest/practice-api/office-staff/retrieve-office-staff.md): Retrieve an office staff

#### Physicians

- [The Physician Object](https://help.elationhealth.com/articles/rest/practice-api/physicians/the-physician-object.md)
- [List Physicians](https://help.elationhealth.com/articles/rest/practice-api/physicians/list-physicians.md)
- [Retrieve Physician](https://help.elationhealth.com/articles/rest/practice-api/physicians/retrieve-physician.md)
- [Update Physician](https://help.elationhealth.com/articles/rest/practice-api/physicians/update-physician.md): Replace an existing physician.
- [Partially Update Physician](https://help.elationhealth.com/articles/rest/practice-api/physicians/partially-update-physician.md): Update an existing physician.
- [The Physician Availabilities Object](https://help.elationhealth.com/articles/rest/practice-api/physicians/the-physician-availabilities-object.md)
- [Get Physician Availabilities](https://help.elationhealth.com/articles/rest/practice-api/physicians/get-physician-availabilities.md): Get the availabilities for a physician
- [Update Physician Availabilities](https://help.elationhealth.com/articles/rest/practice-api/physicians/update-physician-availabilities.md): Update the availabilities for a physician

#### Practice Medications

- [The Practice Medication Object](https://help.elationhealth.com/articles/rest/practice-api/practice-medications/the-practice-medication-object.md)
- [List Practice Medications](https://help.elationhealth.com/articles/rest/practice-api/practice-medications/list-practice-medications.md)
- [Create Practice Medication](https://help.elationhealth.com/articles/rest/practice-api/practice-medications/create-practice-medication.md): Create a new practice medication.
- [Retrieve Practice Medication](https://help.elationhealth.com/articles/rest/practice-api/practice-medications/retrieve-practice-medication.md)
- [Update Practice Medication](https://help.elationhealth.com/articles/rest/practice-api/practice-medications/update-practice-medication.md): Replace an existing practice medication.
- [Delete Practice Medication](https://help.elationhealth.com/articles/rest/practice-api/practice-medications/delete-practice-medication.md): Delete an existing practice medication.
- [Partially Update Practice Medication](https://help.elationhealth.com/articles/rest/practice-api/practice-medications/partially-update-practice-medication.md): Update an existing practice medication.

#### Practices

- [The Practice Object](https://help.elationhealth.com/articles/rest/practice-api/practices/the-practice-object.md)
- [List Practices](https://help.elationhealth.com/articles/rest/practice-api/practices/list-practices.md)
- [Retrieve Practice](https://help.elationhealth.com/articles/rest/practice-api/practices/retrieve-practice.md)
- [Update Practice](https://help.elationhealth.com/articles/rest/practice-api/practices/update-practice.md): Replace an existing practice.
- [Partially Update Practice](https://help.elationhealth.com/articles/rest/practice-api/practices/partially-update-practice.md): Update an existing practice.

#### Insurance Eligibility Usage

- [The Insurance Eligibility Usage Object](https://help.elationhealth.com/articles/rest/practice-api/insurance-eligibility-usage/the-insurance-eligibility-usage-object.md)
- [Get Practice Eligibility Usage](https://help.elationhealth.com/articles/rest/practice-api/insurance-eligibility-usage/get-practice-eligibility-usage.md): Get the real time eligibility usage for a practice

#### Print Headers

- [The Print Header Object](https://help.elationhealth.com/articles/rest/practice-api/print-headers/the-print-header-object.md)
- [List Print Headers](https://help.elationhealth.com/articles/rest/practice-api/print-headers/list-print-headers.md): Returns a list of print headers
- [Retrieve Print Header](https://help.elationhealth.com/articles/rest/practice-api/print-headers/retrieve-print-header.md)
- [Delete Print Header](https://help.elationhealth.com/articles/rest/practice-api/print-headers/delete-print-header.md): Delete an existing print header.

#### Service Locations

- [The Service Location Object](https://help.elationhealth.com/articles/rest/practice-api/service-locations/the-service-location-object.md)
- [List Service Locations](https://help.elationhealth.com/articles/rest/practice-api/service-locations/list-service-locations.md)
- [Create Service Location](https://help.elationhealth.com/articles/rest/practice-api/service-locations/create-service-location.md): Create a new service location.
- [Retrieve Service Location](https://help.elationhealth.com/articles/rest/practice-api/service-locations/retrieve-service-location.md)
- [Update Service Location](https://help.elationhealth.com/articles/rest/practice-api/service-locations/update-service-location.md): Replace an existing service location.
- [Delete Service Location](https://help.elationhealth.com/articles/rest/practice-api/service-locations/delete-service-location.md): Delete an existing service location.
- [Partially Update Service Location](https://help.elationhealth.com/articles/rest/practice-api/service-locations/partially-update-service-location.md): Update an existing service location.

#### Staff Groups

- [The Staff Group Object](https://help.elationhealth.com/articles/rest/practice-api/staff-groups/the-staff-group-object.md)
- [List Staff Groups](https://help.elationhealth.com/articles/rest/practice-api/staff-groups/list-staff-groups.md)
- [Create Staff Group](https://help.elationhealth.com/articles/rest/practice-api/staff-groups/create-staff-group.md): Create a new staff group.
- [Retrieve Staff Group](https://help.elationhealth.com/articles/rest/practice-api/staff-groups/retrieve-staff-group.md)
- [Update Staff Group](https://help.elationhealth.com/articles/rest/practice-api/staff-groups/update-staff-group.md): Replace an existing staff group.
- [Delete Staff Group](https://help.elationhealth.com/articles/rest/practice-api/staff-groups/delete-staff-group.md): Delete an existing staff group.
- [Partially Update Staff Group](https://help.elationhealth.com/articles/rest/practice-api/staff-groups/partially-update-staff-group.md): Update an existing staff group.

### Reference Data API

#### Languages

- [The Language Object](https://help.elationhealth.com/articles/rest/reference-data-api/languages/the-language-object.md)
- [List Languages](https://help.elationhealth.com/articles/rest/reference-data-api/languages/list-languages.md): Retrieve the available preferred languages

#### Packaged Medication Labeler

- [The Packaged Medication Labeler Object](https://help.elationhealth.com/articles/rest/reference-data-api/packaged-medication-labeler-beta/the-packaged-medication-labeler-object.md): The manufacturer or distributor of a packaged medication.
- [List Packaged Medication Labelers](https://help.elationhealth.com/articles/rest/reference-data-api/packaged-medication-labeler-beta/list-packaged-medication-labelers.md): Requests to this endpoint must specify at least one query parameter.
- [Retrieve Packaged Medication Labeler](https://help.elationhealth.com/articles/rest/reference-data-api/packaged-medication-labeler-beta/retrieve-packaged-medication-labeler.md): Retrieve a single packaged medication labeler

#### Packaged Medication

- [The Packaged Medication Object](https://help.elationhealth.com/articles/rest/reference-data-api/packaged-medication-beta/the-packaged-medication-object.md): A specific packaging of a reference medication.
- [List Packaged Medications](https://help.elationhealth.com/articles/rest/reference-data-api/packaged-medication-beta/list-packaged-medications.md): Requests to this endpoint must specify at least one query parameter.
- [Retrieve Packaged Medication](https://help.elationhealth.com/articles/rest/reference-data-api/packaged-medication-beta/retrieve-packaged-medication.md): Retrieve a single packaged medication

#### Pharmacies

- [The Pharmacy Object](https://help.elationhealth.com/articles/rest/reference-data-api/pharmacies/the-pharmacy-object.md)
- [List Pharmacies](https://help.elationhealth.com/articles/rest/reference-data-api/pharmacies/list-pharmacies.md): Returns a list of physicians
- [Retrieve Pharmacy](https://help.elationhealth.com/articles/rest/reference-data-api/pharmacies/retrieve-pharmacy.md): Retrieve a single pharmacy

#### Reference Medication

- [The Reference Medication Object](https://help.elationhealth.com/articles/rest/reference-data-api/reference-medication-beta/the-reference-medication-object.md)
- [List Reference Medications](https://help.elationhealth.com/articles/rest/reference-data-api/reference-medication-beta/list-reference-medications.md): Requests to this endpoint must specify at least one query parameter.
- [Retrieve Reference Medication](https://help.elationhealth.com/articles/rest/reference-data-api/reference-medication-beta/retrieve-reference-medication.md): Retrieve a single reference medication

### Event Subscription API

#### Event Subscriptions

- [The Published Event Object](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/the-published-event-object.md)
- [List Published Events](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/list-published-events.md): Returns a list of published events
- [Get a Published Event](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/get-a-published-event.md)
- [Update a Published Event](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/update-a-published-event.md): Replace an existing app published event.
- [Partially Update App Published Event](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/partially-update-app-published-event.md): Update an existing app published event.
- [The Subscription Object](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/the-subscription-object.md)
- [List Subscriptions](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/list-subscriptions.md)
- [Subscribe to a resource updates](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/subscribe-to-a-resource-updates.md): You can only subscribe to the same resource and the same target once. A status 409 will be returned if you attempt to send duplicate subscription.
- [Get a Subscription](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/get-a-subscription.md)
- [Delete a Subscription](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/delete-a-subscription.md): Delete an existing app subscription.
- [List Published Events](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/list-published-events-1.md): Returns a list of published events
- [Get a Published Event](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/get-a-published-event-1.md)
- [Update a Published Event](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/update-a-published-event-1.md): Replace an existing published event.
- [Partially Update Published Event](https://help.elationhealth.com/articles/rest/event-subscription-api/event-subscriptions/partially-update-published-event.md): Update an existing published event.

### Changelog

- [Changelog](https://help.elationhealth.com/articles/rest/changelog/changelog.md): Notable changes to Elation API 2.0, organized by release date. Covering both changes to individual resources and changes impacting the behavior of the API in general.
