improved
CareTend API 2024 R1 Release
9 months ago by Harshal Nawale
We have improved the CareTend API documentation and have modified our API paths to follow industry standards and to improve readability. These changes will impact existing integrations that have used the APIs listed in the table. Click the page heading to see the table.
HTTP Action | Description | Old URL | New URL |
---|---|---|---|
POST | Search Insurance companies | /v3/insurancecompany/search | /v3/insurancecompanies/search |
POST | Create Clinician visit | /v3/createclinicianvisit | /v3/clinicianvisits/create |
POST | Search Clinician visit | /v3/clinicianvisit/search | /v3/clinicianvisits/search |
PUT | Update Clinician Visit | /v3/updateclinicianvisit | /v3/clinicianvisits/update |
DELETE | Delete employee task | /v3/task | /v3/employeetasks |
POST | Search Person | /v3/person/search | /v3/persons/search |
POST | Create Patient Catheters | /v3/patientCatheters | /v3/patients/catheters |
POST | Create Patient Drug allergy | /v3/patientdrugallergy | /v3/patientallergies/drug |
POST | Create Patient other allergy | /v3/patientotherallergy | /v3/patientallergies/other |
POST | Search Patient Drug allergy | /v3/patientdrugallergy/search | /v3/patientallergies/search |
GET | Get Patient Other allergy | /v3/patientotherallergy | /v3/patientallergies/other |
PUT | Update Patient Drug allergy | /v3/patientdrugallergy | /v3/patientallergies/drug |
PUT | Update Patient other allergy | /v3/patientotherallergy | /v3/patientallergies/other |
POST | Create Patient Policy | /v3/patientpolicy | /v3/patients/policies |
PUT | Update Patient Policy | /v3/patientpolicy | /v3/patients/policies |
POST | Search Patient Policy | /v3/patient/policies/search | /v3/patients/policies/search |
POST | Search Patient lab results | /v3/patient/labresults/search | /v3/patients/labresults/search |
POST | Search Prescriptions | /v3/prescription/search | /v3/prescriptions/search |
POST | Create Progress Note | /v3/progressnote | /v3/progressnotes |
POST | Search Progress notes | /v3/progressnote/search | /v3/progressnotes/search |
PUT | Update Progress Note | /v3/progressnote | /v3/progressnotes |