https://github.com/integuru-ai/practicefusion-unofficial-api
Unofficial API Integration for PracticeFusion
https://github.com/integuru-ai/practicefusion-unofficial-api
Last synced: 11 months ago
JSON representation
Unofficial API Integration for PracticeFusion
- Host: GitHub
- URL: https://github.com/integuru-ai/practicefusion-unofficial-api
- Owner: Integuru-AI
- Created: 2025-03-31T14:18:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-29T11:21:29.000Z (about 1 year ago)
- Last Synced: 2025-06-09T22:44:43.128Z (12 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **PracticeFusion-API**
This project integrates with **Practice Fusion** to manage patient appointments, encounter summaries, and SOAP notes. It allows users to create, update, and retrieve medical records efficiently.
---
## **Endpoints**
### **Authentication & Credentials**
- **POST** `/practicefusion/add-creds` – Add And Authorize Creds
### **Patient Management**
- **POST** `/practicefusion/create-patient` – Create Patient
### **Documents**
- **POST** `/practicefusion/upload-documents` – Upload Documents
### **Appointments**
- **POST** `/practicefusion/create-appointment` – Create Appointment
- **PUT** `/practicefusion/get-appointments` – Get Appointments List
- **POST** `/practicefusion/update-appointment` – Update Appointment
### **Encounter Summaries & SOAP Notes**
- **GET** `/practicefusion/encounter-summaries` – Get Encounter Summaries
- **POST** `/practicefusion/add-or-edit-soap-notes` – Add or Edit SOAP Notes
---
## **Installation**
This API is designed to be integrated into a [larger project](https://github.com/Unofficial-APIs/Integrations).
---
## **Info**
This unofficial API 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.
If you have requests or want to work with us, reach out at **richard@taiki.online**.
Here's a **[complete list](https://github.com/Integuru-AI/APIs-by-Integuru)** of unofficial APIs built by Integuru.ai.
This repo is part of our integrations package: **[GitHub Repo](https://github.com/Integuru-AI/Integrations)**.