Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Faker::NHS - Support for the British National Health Service #801

Merged
merged 8 commits into from
Jul 11, 2018

Commits on Jan 19, 2017

  1. Adds support for the British National Health Service fake data.

    Every person in the United Kingdom has a unique code which identifies them to the National Health Service (NHS). The code is in XXX XXX XXXX format where the final digit is a check digit calculated from the previous ones.
    
    More information on NHS numbers can be found here: https://en.wikipedia.org/wiki/NHS_number
    
    This commit adds the Faker::NHS class along with the Faker::NHS.nhs_number method to generate a valid NHS number.
    Max Woolf committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    a8db5d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Fix merge conflicts

    vbrazo committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    519e56c View commit details
    Browse the repository at this point in the history
  2. Add docs

    vbrazo committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    936415e View commit details
    Browse the repository at this point in the history
  3. Update changelog.md

    vbrazo committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    a30b6f3 View commit details
    Browse the repository at this point in the history
  4. Naming fixes

    vbrazo committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    4e2f1aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c59602 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Configuration menu
    Copy the full SHA
    6783750 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    cedea87 View commit details
    Browse the repository at this point in the history