Changelog

Notable changes to Elation API 2.0, organized by release date.

2024-04-10

Patient Profile

AllergyDocumentation

  • Added the AllergyDocumentation resource which allows integrators to specify NKDA as a structured concept in patient charts

2024-03-05

Scheduling

Appointment

  • Added a new status_detail field to status. This field is specifically used for appointments in Not Seen status.

2024-01-30

Patient Document

Document Tag

  • The Find Document Tags endpoint now supports searching for tags by code, value and practice.

Medication

  • Fixed: the Create Medication endpoint creates a draft prescription rather than a documented medication when is_doc_med is true and documenting_personnel is a physician.

Report

  • The Create Report endpoint now allows lab reports to be posted without specifying a reference range (reference_min and reference_max can be missing or empty).

Patient Profile

Drug Intolerance

  • Fixed: the Find Drug Intolerances endpoint returns data for all patients rather than just for the patients requested.

Problem

  • Fixed: the Create/Update Problem endpoints require a synopsis to be specified.

Webhooks

  • Fixed: updating a patient photo triggers a patients webhook request that contains only patient photo properties.

  • Added a new patient_photos subscription type. Updating a patient photo now triggers a patient_photos webhook request.

2023-12-05

OAuth API

  • The Get Token endpoint no longer supports Resource Owner Password Credentials Flow. It now supports only Client Credentials Flow, where you exchange your client id and client secret for a bearer token.