Skip to content

healthie/provider-utilization-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provider Utilization Calculator

This is an example of how to calculate and forecast provider utilization. The scripts shows how you can utilize the Healthie API to determine this information.

sample_script_output

Usage

First, make sure you have a Healthie API key and account. If you don't have one, you can go to https://www.gethealthie.com/api and request access.

Second, clone the repository to your computer, and install dependencies.

git clone https://github.com/healthie/provider-utilization-calculator.git
cd provider-utilization-calculator
bundle install

Third, adjust the script to add in your API key, adjust the API URL to the correct environemtn, and set desired date range.

Running the script

The script can be run as a normal Ruby script

ruby ./utilization_queries.rb

About

Example scripts showing how to calculate and forecast provider utilization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages