Change Log v2
Note: dates are based on when the change was made, which will generally be a week before the change reaches production.
2016-07-28
- Added
received_sincefilter to/messages
2016-05-27
- Added
received_sincefilter to/api/appointments
2016-05-24
- Added
deleted_flagto/api/appointments.
2016-05-12
- Removed deprecated beta Labs API.
2016-02-12
- Added
sincefilter to/api/clinical_notes.
Before 2016-04-06
- Additional endpoints:
/api/allergies,/api/medications,/api/problemsand/api/medications/:id/append_to_pharmacy_note - Default page size increased to 250 for non-lab endpoints
- Objects are now referenced by ID rather than hyperlink
- The
availablequery parameter for the/api/appointment_templatesnow correctly handles templates which fit multiple appointments, and thestrictquery parameter has been added to control overlap behavior - The
icd10_codesfield has been added to/api/appointments - The
/api/appointmentsendpoint now requires either thedateordate_rangeparameter to be passed onGETrequests, anddate_rangeis limited to 6 months, which should fix timeout issues - Some fields now require the
verbosequery parameter to be passed onGETrequests (see the documentation for details) /api/patientsnow syncs demographics information with the patient page, has a new format, and now includes secondary insurance- The
/api/reminders/:id/apply_to_appointmentendpoint has been removed, and replaced with the optional, write-only parameterreminder_profileon/api/appointments - The
searchquery parameters for/api/patientshave been renamed - The
templatefield has been dropped from/api/appointments - The
/api/officesendpoint only allows changing the fields related to online scheduling - Weekday numbering has been standardized so that
0is always Monday - The
modifiersanddiagnosis_pointersfield on/api/transactionsare no longer quoted - The
blood_pressurefield on/api/appointmentshas been removed; this data is part of thevitalsfield - The
/api/patients/:id/ccdaendpoint returns a raw XML file rather than JSON - The Labs API has been completely overhauled--the
v2014_08labs API is now unsupported
2016-09-09
- Added
primary_insurance/photo_front,primary_insurance/photo_back,secondary_insurance/photo_front,secondary_insurance/photo_back,tertiary_insurace/photo_front,tertiary_insurace/photo_backto `/api/patients
2016-09-13
- Removed global daily rate limit. Hourly limit still in effect.
2016-11-03
- In the
api/appointmentsendpoint, added thesinceparameter to the required filtering parameters