Getting Started
Welcome to the IntakeDesk documentation. This guide will walk you through the basics of setting up and using IntakeDesk to streamline your referral intake process.
Installation
To get started, you will need to install our client libraries and configure your environment. We provide packages for popular EMR systems and a REST API for custom integrations.
Example Code
Here is an example of how to install the necessary packages.
npm install @intakedesk/clientConfiguration
Your API keys and environment settings can be managed from your IntakeDesk dashboard.
API Reference
The IntakeDesk API provides endpoints for managing referrals, patients, and documents.
| Endpoint | Method | Description |
|---|---|---|
| /api/referrals | POST | Create a new referral |
| /api/referrals/:id | GET | Retrieve a referral |