0.0
No commit activity in last 3 years
No release in over 3 years
Healthcare Taxonomy data for ffaker
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

ffaker-taxonomy

This gem extends the ffaker gem and provides healthcare taxonomy information.

Installation

To use ffaker-taxonomy, just add the following to your Gemfile:

gem 'ffaker'
gem 'ffaker-taxonomy'

Usage

require 'ffaker'
require 'ffaker-taxonomy'
Faker::Taxonomy.code => "372600000X"
Faker::Taxonomy.type => "Nursing Service Related Providers"
Faker::Taxonomy.classification => "Adult Companion"
Faker::Taxonomy.specialization => "Family"

# Also provided is a lookup feature that can return 
# information about a taxonomy code
puts Faker::Taxonomy.lookup('207RN0300X').inspect
#<Faker::Taxonomy::TaxonomyData @code="207RN0300X", @type="Allopathic & Osteopathic Physicians", @classification="Internal Medicine", @specialization="Nephrology">

Copyright

Copyright (c) 2013 Mitch Dempsey. See LICENSE for details.