# BlueHive Docs ## Docs - [Health Check](https://docs.bluehive.com/api-reference/health-&-status/health-check.md): Check the service health and ensure the API is running properly. - [API Version](https://docs.bluehive.com/api-reference/health-&-status/api-version.md): Retrieve the current version of the BlueHive API. - [Provider Search](https://docs.bluehive.com/api-reference/healthcare-providers/provider-search.md): Search for healthcare providers by NPI number, name, or location proximity. - [Database Health](https://docs.bluehive.com/api-reference/database-&-monitoring/database-health.md): Check MongoDB database connectivity and retrieve health statistics. - [Send Fax](https://docs.bluehive.com/api-reference/fax-services/send-fax.md): Send a fax document to a specified number using the configured fax provider. - [Fax Status](https://docs.bluehive.com/api-reference/fax-services/fax-status.md): Retrieve the current status and details of a fax by its ID. - [Fax Providers](https://docs.bluehive.com/api-reference/fax-services/fax-providers.md): Get a list of available fax providers and their configuration status. - [Create Employer](https://docs.bluehive.com/api-reference/employers/create-employer.md) - [Get Employer](https://docs.bluehive.com/api-reference/employers/get-employer.md) - [Get Employers for Current User](https://docs.bluehive.com/api-reference/employers/get-employers-for-current-user.md) - [List Service Bundles](https://docs.bluehive.com/api-reference/employers/list-service-bundles.md) - [Create Service Bundle](https://docs.bluehive.com/api-reference/employers/create-service-bundle.md) - [Get Service Bundle](https://docs.bluehive.com/api-reference/employers/get-service-bundle.md) - [Update Service Bundle](https://docs.bluehive.com/api-reference/employers/update-service-bundle.md) - [Delete Service Bundle](https://docs.bluehive.com/api-reference/employers/delete-service-bundle.md) - [Get order results](https://docs.bluehive.com/api-reference/orders/get-order-results.md): Retrieve results for an order. Supports filtering by serviceId, status, date window, and pagination. - [Create a new order](https://docs.bluehive.com/api-reference/orders/create-a-new-order.md): Create orders for consumers (self-pay or employer-sponsored), employers, or bulk orders. Consolidates functionality from legacy Order.createOrder and Order.SendOrder methods. - [Get order details](https://docs.bluehive.com/api-reference/orders/get-order-details.md): Retrieve details for a specific order - [Update an existing order](https://docs.bluehive.com/api-reference/orders/update-an-existing-order.md): Update order details and associated order items. Allows updating order status, metadata, and modifying order item services. - [Update order status](https://docs.bluehive.com/api-reference/orders/update-order-status.md): Update the status of an existing order - [Send Order for Employee](https://docs.bluehive.com/api-reference/orders/send-order-for-employee.md): Send an order for a specific employee. Requires API key, login token, and user ID. This endpoint specifically handles employer-to-employee order sending. - [Upload results for an order](https://docs.bluehive.com/api-reference/orders/upload-results-for-an-order.md): Upload test results for a specific order item. Supports both existing fileIds and base64 encoded files. Requires order access code and employee verification. - [Schedule an appointment for an order](https://docs.bluehive.com/api-reference/orders/schedule-an-appointment-for-an-order.md): Schedule an appointment or walk-in for an existing order. Sends HL7 SIU^S12 message for appointment booking. - [List Employees](https://docs.bluehive.com/api-reference/employees/list-employees.md): List all employees for a given employer with pagination. - [Update Employee](https://docs.bluehive.com/api-reference/employees/update-employee.md): Update an existing employee in the system. - [Create Employee](https://docs.bluehive.com/api-reference/employees/create-employee.md): Create a new employee in the system. - [Get Employee](https://docs.bluehive.com/api-reference/employees/get-employee.md): Retrieve an employee by their unique ID. - [Delete Employee](https://docs.bluehive.com/api-reference/employees/delete-employee.md): Delete an employee from the system. Cannot delete employees with existing orders. - [Link Employee to User](https://docs.bluehive.com/api-reference/employees/link-employee-to-user.md): Link an employee to a user account with specified roles - [Unlink Employee from User](https://docs.bluehive.com/api-reference/employees/unlink-employee-from-user.md): Remove the link between an employee and a user account - [Process HL7 Message](https://docs.bluehive.com/api-reference/hl7/process-hl7-message.md): Process incoming HL7 messages from EHR systems. Accepts JSON with "message" field, raw text/plain HL7 content, or form-encoded data. - [Send HL7 Results](https://docs.bluehive.com/api-reference/hl7/send-hl7-results.md): Send lab results or documents via HL7 - [List brand integrations](https://docs.bluehive.com/api-reference/integrations/list-brand-integrations.md): Returns the current brand integrations object keyed by integration name (empty object if none). Brand resolved via x-brand-id header. - [Check active integration](https://docs.bluehive.com/api-reference/integrations/check-active-integration.md): Returns true if the named integration is active for the given brand (brand resolved via x-brand-id header). - [Introduction](https://docs.bluehive.com/index.md): Welcome to the BlueHive Health documentation! ## OpenAPI Specs - [openapi.documented](https://app.stainless.com/api/spec/documented/bluehive/openapi.documented.yml) ## Optional - [Community](https://community.bluehive.com/) - [Blog](https://bluehive.com/blog)