December 12 2025 CareTend API Release Notes

Jira NumberRelease NoteAPI Version
HCSI-3860Added a PATCH Recurring Rentals endpoint that allows updating a recurring rental item and adding it to an existing recurring rental. Supports modifying details such as serial number, price, quantity, and tax status for equipment or non-inventory items, with billing and taxes recalculated as needed.V3
HCSI-3862Added a GET Recurring Rentals endpoint to retrieve recurring rental items by Recurring Rental ID. Returns details such as serial number, billed and expected price, quantity, HCPC code, modifiers, billing narrative, taxable status, item description, and equipment asset information, and validates IDs for appropriate responses.V3
HCSI-4959Updated the POST Create Patient endpoint to accept the AcuityOnAdmissionName property, validating against a lookup table and returning errors for invalid entries. Response includes patient’s acuity on admission when set.V4
HCSI-4964Fixed a bug where the PATCH Medication Profiles endpoint did not allow Start Date, Stop Date, and Discontinued Date fields to be cleared using DateTime.MinValue. Validation now accepts DateTime.MinValue to clear these fields, and response reflects blank dates.V4
HCSI-5042Fixed a bug where the PATCH Addresses endpoint failed when multiple AddressEntryIds referenced the same AddressId. Input validations now ensure address relationships are checked and soft-deleted before updates, preventing conflicts.V4
HCSI-5065Fixed a bug where the POST Custom Assessments endpoint required a customAssessmentId without clear guidance. Validation now ensures a valid ID is provided or generated, and documentation clarifies requirements.V3
HCSI-5068Updated the POST endpoints for Patient Search and Patient Orders Search to include Created Date and Modified Date in responses. Requires valid patient MRN or patientOrderId in request body.V4 (Patient Search), V3 (Patient Orders Search)
HCSI-5184Fixed a bug where the PUT Patients endpoint returned inconsistent Patient Status Id and Address Entry Id values compared to V3. Validation ensures valid MRN and consistent IDs across versions.V4
HCSI-5189Added a PUT Prescriptions Discontinue SPRx endpoint to discontinue specialty pharmacy prescriptions, requiring prescription ID, stop date, and discontinuation reason. Supports reactivation and high-volume calls for bulk processing.V3