Docs.oncallhealth.io

Understanding OnCall Health's API-accessible entities

WEBBefore you begin building an integration between OnCall Health and an external system, it helps to have an understanding of our platform's API-accessible entities (meaning those …

Actived: 5 days ago

URL: https://docs.oncallhealth.io/docs/understanding-oncall-health-api-accessible-entities

Planning your OnCall Health integration

WEBConsult OnCall Health's Solutions Engineering team. As an enterprise client, you have access to OnCall Health's Solutions Engineering team that will help you plan your …

Category:  Health Go Health

Synchronizing patients between OnCall Health and your EMR/EHR

WEBStep 2: Iterate through the collection of roster contacts and create records in your EMR or EHR accordingly. When creating new patient records in your EMR or EHR, we …

Category:  Health Go Health

Synchronizing appointments between OnCall Health and your …

WEBIf you follow our advice from the previous section and include in the metadata section for each OnCall Health appointment a reference to its associated record in your EMR or …

Category:  Health Go Health

Creating patient accounts using OnCall Health's API

WEBStep 1: Identify the action in your EMR or EHR that should trigger a new patient account in OnCall Health. The right approach depends on your workflow and the capabilities of …

Category:  Health Go Health

Synchronizing availability between OnCall Health and your EMR/EHR

WEBAvailability is an object in OnCall Health's database that determines when patients are allowed to book sessions with providers through booking pages.You can create, fetch, …

Category:  Health Go Health

Pushing records from your EMR/EHR into OnCall Health in bulk

WEBStep 2: Iterate through the records you retrieved in Step 1 and do the following. For each record, use its data to form the body of a POST request to the appropriate OnCall …

Category:  Health Go Health

Maintaining HIPAA and PHIPA compliance while building an

WEBHIPAA and PHIPA compliance are major features of OnCall Health. Our platform uses a variety of technical processes (including end-to-end encryption, which you can read …

Category:  Health Go Health

Creating a Node.js service application that connects with OnCall …

WEBThis code looks very similar to what we added in Step 9. There are a few major differences, though: The method we're using to call OnCall Health's API is now POST, which …

Category:  Health Go Health

Query appointment requests

WEBget https://api.oncallhealth.ca/appointmentrequests/. Language. Shell Node Ruby PHP Python

Category:  Health Go Health

Pushing form data from OnCall Health into your EMR or EHR

WEBStep 2: Port data from the response parameter into your EMR or EHR as needed. The response parameter is an array containing the patient's responses to each of the form …

Category:  Health Go Health

Create a new appointment

WEBpost https://api.oncallhealth.ca/appointments/. Language. Shell

Category:  Health Go Health

Frequently asked questions about OnCall Health's API

WEBIf an API response body seems to be missing data, try the following. 1. Ensure you're using the correct endpoint and parameters. OnCall Health's API has a variety of endpoints, …

Category:  Health Go Health

Testing OnCall's API using Postman

WEBStep 4: Set up authorization for your Collection. During this step, you'll be setting your OnCall Health API key as the default authorization method for all requests made within …

Category:  Health Go Health

Cancel an appointment

WEBGet an appointment. Metadata. 🚧Cancellation cannot be undoneWhen an appointment is cancelled, the host and all participants will receive emails to inform them of the change. …

Category:  Health Go Health