Changelog

CareTend 2025 R5 October 3 API Release Notes

  • HCSI-4315: Migrated the patient statistics retrieval endpoint into the WCTS framework, ensuring full functionality parity and minimal client-side code changes.
  • HCSI-4313: Migrated the patient statistics creation endpoint into the WCTS framework, preserving full functionality and ensuring minimal client-side code changes.
  • HCSI-4640: Added a new CareTend API endpoint to retrieve inventory item price entries for external system integration, including full pricing and audit metadata.
  • HCSI-4643: Added a new CareTend API endpoint to allow deletion of inventory item price type entries, streamlining data management for external system integrations.
  • HCSI-4799: Migrated the patient phone number retrieval endpoint into the WCTS framework, preserving full input/output compatibility to ensure seamless client adoption with minimal code changes.
  • HCSI-4801: Migrated the patient phone number update endpoint into the WCTS framework, ensuring full input/output compatibility and enabling seamless client migration with minimal code changes.
  • HCSI-4802: Migrated the patient phone number deletion endpoint into the WCTS framework, maintaining full functionality and enabling seamless client migration with minimal code changes.
  • HCSI-4812: Reviewed a potential internal API error in the v4 Patient update endpoint caused by a missing discharge reason value. This is caused by a migration issue. The endpoint is working as designed.

August 22 2025 CareTend API Release Notes

  • HCSI-3419: Fixed a Bug where the Update Patient Catheter API failed to clear all catheter values except the clinician name, which was correctly updated to blank.
  • HCSI-4711: Introduced a new WCTS API endpoint in the WCTS.Service.Inventory project to support single entity GET requests for Inventory Item Price Entry using a monotonic integer ID, including new controller, service, repository, and entity structure aligned with existing domain architecture.
  • HCSI-4795: Migrated the patient email collection endpoint into the WCTS framework with full input/output parity to the latest version, ensuring seamless client transition and no loss of functionality.
  • HCSI-4796: Migrated the create patient email address endpoint into the WCTS framework, ensuring full input/output compatibility with the latest version and preserving all existing functionality for seamless client transition.
  • HCSI-4797: Migrated the "Update Patient Email Address" endpoint into the WCTS framework, ensuring full input/output compatibility with the latest version (V2/V3/V4) and preserving all existing functionality, including support for nested objects.
  • HCSI-4798: Migrated the "Delete Patient Email Address" endpoint into the WCTS framework, maintaining full input/output compatibility with the latest version (V2/V3/V4) and preserving all existing functionality, including support for nested objects.

August 8 2025 CareTend API Release Notes

  • HCSI-3000: Added a new PATCH endpoint /v4/patients/assessments/custom created to update patient assessment field values without changing assessment structure.
  • HCSI-3929: Added a new V4 API endpoint in the new engine to retrieve inventory locations by site ID, supporting pagination and returning location IDs and names.
  • HCSI-3930: Added a new V4 API endpoint to retrieve inventory items by location, including item details such as ID, name, lot number, and expiration date, with pagination and performance optimizations for large datasets.
  • HCSI-4804: Fixed a bug where the PATCH Patient endpoint required "Start of Care" date to update patient data unless patient status was set to "Active".

CareTend 2025 R4 July 25 API Release Notes

  • HCSI-3162: Added a new v4 Patch Endpoint that allows user to update purchase order status in CareTend.
  • HCSI-3630: Added a new v4 Patch Endpoint that allows user to delete patient catheter information from CareTend.
  • HCSI-4627: Fixed a bug where the v3 createpatients Endpoint does not auto populate the patient's county.

July 11 2025 CareTend API Release Notes

  • HCSI-3352: Added a new v4 Patch Endpoint: deliveryTickets that allows user to remove items from a working delivery ticket.
  • HCSI-3635: Added a new v4 Patch Endpoint: purchaseorders that allows the user to update purchase order(s).
  • HCSI-4194: Added a new v4 Patch Endpoint: Employees for that will allow users to blank or null out various fields on the Employee record.

June 30 2025 CareTend API Release Notes

  • HCSI-4165: Added a new v4 Patch Endpoint that allows updates to patient Factor orders.
  • HCSI-4166: Added a new v4 Patch Endpoint that allows updates to patient TPN orders.
  • HCSI-4169: Fixed a bug for the v3 progressnotes Endpoint where the time in enteredFrom fields and EnteredTo did not filter the search parameters and included results more than the what was designated in the search parameters.
  • HCSI-4205: Added AddressId and AddressEntryId to the v4 createpatient Endpoint.
  • HCSI-4832: Fixed a bug where the v3 entity last events Endpoint did not update all the expected data.

June 16 2025 CareTend API Release Notes

  • HCSI-3194: Moved the V3 create patient provider Endpoint to the new V4 engine for a performance boost.
  • HCSI-3913: Fixed a bug where redundant data was being sent in the GET V4 delivery tickets Endpoint so now it only sends the correct output for the Endpoint.
  • HCSI-4192: Created an upgraded V4 patch version of the update person Endpoint based on the V3 engine.
  • HCSI-4193: Created an upgraded V4 patch version of the update patient contacts Endpoint based on the V3 engine.

CareTend 2025 R3 June 02 API Release Notes - Sprint 224

  • HCSI-4163: Fixed a bug where a change to a user defined field did not update the modified date in the audit log.
  • HCSI-4167: Added a new v4 patient orders Endpoint to update HME orders in CareTend.
  • HCSI-4168: Updated the v4 delivery ticket items Endpoint to notify the user when trying to send a correct request but trying to update a locked delivery ticket.
  • HCSI-4187: Updated the v4 documents Endpoint to include Active Date in the API parameters to allow the field to be automatically be updated from the external system into CareTend.

May 19 2025 CareTend API Release Notes - Sprint 223

  • HCSI-3453: Fixed a bug for the V3 patients orders Endpoint where trying to update a PO/INJ/TPN/Factor drug order would produce an error message as "Unsupported prescription format for multi drug functionality./ Prescription format selected on order does not supports multi drug functionality".
  • HCSI-3315: Fixed a bug for the v3 patient orders Endpoint where updating an existing order's authorization from "Blank" to "Automatic" to "Manual" produces an error.
  • HCSI-3632: Created a new V4 Endpoint called Supplier for getting supplier id from the system when provided a supplier name.
  • HCSI-4141: Fixed a bug for the v3 patient orders Endpoint where the primary payor was allowed to be removed via API without producing an error.
  • HCSI-4160: Updated the Update IV Orders endpoint to allow setting both the Stop Date and the Sales Representative fields to blank or null.
  • HCSI-4182: Updated the v3 get delivery ticket Endpoint to include the ActualDeliveryDate field.
  • HCSI-4183: Fixed invalidly documented swagger specificaiton in OpenAPI.
  • HCSI-4189: Fixed a bug for the v3 delete document Endpoint where using the endpoint would output a "400 Missing Required Parameter error for not supplying the document id but they have" error.