2024.SP2.GA API Release Notes - Released with 2024 R2.

  1. V3 Get Patient Diagnosis does not return its results in Sequence order. (HCSI-3148)
    a. After the initial development of the Get Patient Diagnosis V3 endpoint it was noted that the diagnoses were not being returned in sequence order. All diagnoses were being returned along with their corresponding data including sequence, they just weren’t sorted. The change here has fixed that, and the diagnoses are now being returned in sequence order.
  2. CareTend API V3 - Need to Add Additional Parameters to the Create Patient Endpoint (HCSI-3069)
    a. To increase the parody with the V2 version of this endpoint we have added data points back into the response of the V3 version of the endpoint. Those data points are Access Order, Activity Level, Start of Care Date(Admit Date), Culture Sensitivities, Diabetes Type, Diet Type, Exclude From Batch Patient Statements, Has No Known Drug Allergies, Lab Orders, Latest Height CM, Latest Weight KG, Medical History, Patient Credit Limit, Patient Statement Message and Release Medical Information.
    b. In addition to the additional data points, we have created a few new endpoints to handle working with patient statistics. We have added endpoints for creating, updating, and removing patient statistics. The remove is a soft delete.
    c. In addition to the additional data points, we have created a few new endpoints to handle working with patient licenses. We have added endpoints for creating, updating, and removing patient licenses. The remove is a soft delete.
  3. CareTend API V3: Need a New Endpoint for Removing a Patient Ancillary Provider - (HCSI-2999)
    a. Added a new endpoint that allows the user to remove an Ancillary provider from a patient. The endpoint accepts the patient medical record number and the ancillary provider id and inputs.
  4. CareTend API V3 - Need a New Endpoint for Getting Prescription Fills (HCSI-3077)
    a. Added a new endpoint that allows the user to get prescription fill(s) from CareTend. The endpoint will accept as input either a patient medical record number or a prescription number. It will not accept both with in the same call.
  5. CareTend API - Need a New Endpoint for Updating Items on an IV Order
    a. Added a new endpoint that will all the user to update the items that are part of an IV order in CareTend. This endpoint will the user to either edit the existing item on the order or they can add either a new drug item or a new non-inventory billable item to the order, but not supplies or equipment.