Skip to content

Commit 144ac53

Browse files
authored
Update README.md
1 parent 2480897 commit 144ac53

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

README.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,42 @@
1-
# ECW-Unofficial-API
1+
# **ECW Unofficial API**
2+
This project integrates with **eClinicalWorks (ECW)** to manage patient credentials, facilities, providers, appointments, medical history, and various clinical notes. It allows users to create, update, and retrieve medical records and related information efficiently from the ECW platform.
3+
4+
---
5+
6+
## **Endpoints**
7+
8+
### **Authentication & Credentials**
9+
- **POST** `/add-credentials` – Add and Authorize ECW Credentials
10+
11+
### **Platform Configuration & Lookups**
12+
- **GET** `/facilities` – Get Facilities List
13+
- **GET** `/providers` – Get Providers List
14+
- **GET** `/allergies` – Search Allergies
15+
16+
### **Appointments**
17+
- **GET** `/get-appointments` – Get Appointments List
18+
- **POST** `/create-appointment` – Create Appointment
19+
- **POST** `/update-appointment` – Update Appointment
20+
21+
### **Patient Clinical Data**
22+
- **GET** `/get-patients` – Get Patients List
23+
- **GET** `/progress_notes` – Fetch Progress Notes for an Encounter
24+
- **POST** `/add-surg-hosp-items` – Add Surgical and Hospitalization History Items
25+
- **POST** `/add-family-history-notes` – Add Family History Notes
26+
- **POST** `/add-social-history-notes` – Add Social History Notes
27+
- **POST** `/add-med-hx-allergies` – Add/Update Medical History Text and Allergies
28+
29+
---
30+
31+
## **Installation**
32+
This API is designed to be integrated into a [larger project](https://github.com/Unofficial-APIs/Integrations). For detailed setup, refer to the main integration package documentation.
33+
34+
---
35+
36+
## **Info**
37+
This unofficial API for eClinicalWorks (ECW) is built by **[Integuru.ai](https://integuru.ai/)**. We take custom requests for new platforms or additional features for existing platforms. We also offer hosting and authentication services.
38+
39+
If you have requests or want to work with us, reach out at **[email protected]**.
40+
41+
Here's a **[complete list](https://github.com/Integuru-AI/APIs-by-Integuru)** of unofficial APIs built by Integuru.ai.
42+
This repo is part of our integrations package: **[GitHub Repo](https://github.com/Integuru-AI/Integrations)**.

0 commit comments

Comments
 (0)