imCoding / training

Catalyze curriculum for HIPAA education/training

Home Page:training.catalyze.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catalyze HIPAA Training Docs

status

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 license for these docs can be found here
  • The contributing guidelines can be found here

Getting Started

The Catalyze 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 files
  • rake run allows you to view the site locally
  • rake sass compiles styles changes
  • rake serve_static runs a simple web server in the build directory

Deployment:

Commits to master are automatically deployed to training.catalyze.io via Codeship

About

Catalyze curriculum for HIPAA education/training

training.catalyze.io

License:Other


Languages

Language:JavaScript 78.6%Language:CSS 11.9%Language:HTML 5.9%Language:Ruby 3.6%