This is an overview training of HIPAA, with coverage of key definitions and provisions for the handing of HIPAA-relevant data. The material in this book is intended for individuals who work for organizations that provide technology and technology-enabled services to health systems, payers, physicians, pharma, and other healthcare organizations. It leans more heavily on the use of modern, cloud-based technologies than traditional client side software.
The Datica HIPAA Training docs are built using Middleman, a static site generator. Please follow the installation instructions for Middleman before continuing.
Once you have Middleman installed and working you can complete the following to get a working copy of these docs on your local machine:
git clone https://github.com/catalyzeio/training.git
cd training
bundle install
Commands:
rake build
generates the static HTML, CSS, and JavaScript filesrake run
allows you to view the site locallyrake sass
compiles styles changesrake serve_static
runs a simple web server in the build directory
Deployment:
Commits to master are automatically deployed to training.datica.com
via Codeship