Skip to content

Commit

Permalink
Merge pull request #1 from rearc-data/Ayush-General
Browse files Browse the repository at this point in the history
Ayush general
  • Loading branch information
derekwolpert committed Jul 15, 2020
2 parents de3893e + 05c306f commit 4c5326d
Show file tree
Hide file tree
Showing 7 changed files with 462 additions and 1 deletion.
183 changes: 183 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
# Created by https://www.gitignore.io/api/linux,macos,python,windows
# Edit at https://www.gitignore.io/?templates=linux,macos,python,windows

### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp

# Windows shortcuts
*.lnk

# End of https://www.gitignore.io/api/linux,macos,python,windows

**/pre-processing-code/*/
**/pre-processing-code.zip

response.json
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For more details on the technologies used in our ADX products, please visit [Get
## How can I contribute?

#### Report an Issue/Bug or Submit an Improvement/Suggestion
If you have feedback specific to the ADX product featured in this repository, the best way to contact us would be through [opening a GitHub issue](https://github.com/rearc-data/ordering-referring-medicare/issues) in this repository. Before opening an issue please review the existing suggestions to see if your idea is already there. If already present, please comment on the existing issue instead of making a new one.
If you have feedback specific to the ADX product featured in this repository, the best way to contact us would be through [opening a GitHub issue](https://github.com/rearc-data/nppes-npi-registry-data-cms/issues) in this repository. Before opening an issue please review the existing suggestions to see if your idea is already there. If already present, please comment on the existing issue instead of making a new one.

When opening an issue please **be as descriptive as possible**. If relevant please **provide information regarding your use-case, development configuration and environment**. The more specific you can be the easier it will be for us to identify and address the situation.

Expand Down
63 changes: 63 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<a href="https://www.rearc.io/data/">
<img src="./rearc_logo_rgb.png" alt="Rearc Logo" title="Rearc Logo" height="52" />
</a>



NPPES NPI Registry Data | CMS
=========================
You can subscribe to the AWS Data Exchange product utilizing the automation featured in this repository by visiting

Main Overview
-------------

This release contains an achieved copy of the National Plan and Provider Enumeration System (NPPES)'s National Provider Identifier (NPI) registry data. NPI numbers are utilized throughout various interactions within the United State medical system to identify individual healthcare providers.


Centers for Medicare & Medicaid provide substantial amounts of data to
the public about their programs, various health care topics, and care
settings. If you are interested in learning more about datasets released
by the CMS, please visit the [CMS Data homepage](https://data.cms.gov/).

#### Data Source

The provided data files are presented in CSV format, while the associated documentation files are presented PDF format. For details regarding the included files visit [CMS's webpage for NPI Data Dissemination](https://www.cms.gov/Regulations-and-Guidance/Administrative-Simplification/NationalProvIdentStand/DataDissemination).



More Information
----------------

- Source - [Centers for Medicare & Medicaid Services
(CMS)](https://www.cms.gov/Regulations-and-Guidance/Administrative-Simplification/NationalProvIdentStand/DataDissemination)
- [CMS Homepage](https://www.cms.gov/)
- [Terms of Use](https://www.usa.gov/government-works)
- Frequency: Weekly
- Formats: CSV, PDF

Contact Details
---------------

- If you find any issues or have enhancements with this product, open
up a GitHub
[issue](https://github.com/rearc-data/Data-Dissmenination-CMS/issues)
and we will gladly take a look at it. Better yet, submit a pull
request. Any contributions you make are greatly appreciated :heart:.
- If you are interested in any other open datasets, please create a
request on our project board
[here](https://github.com/rearc-data/covid-datasets-aws-data-exchange/projects/1).
- If you have questions about this source data, please send the
Center for Medicare & Medicaid Services an email at [email protected].
- If you have any other questions or feedback, send us an email at
[email protected].

About Rearc
-----------

Rearc is a cloud, software and services company. We believe that
empowering engineers drives innovation. Cloud-native architectures,
modern software and data practices, and the ability to safely experiment
can enable engineers to realize their full potential. We have partnered
with several enterprises and startups to help them achieve agility. Our
approach is simple — empower engineers with the best tools possible to
make an impact within their industry.
1 change: 1 addition & 0 deletions dataset-description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This release contains an achieved copy of the National Plan and Provider Enumeration System (NPPES)'s National Provider Identifier (NPI) registry data. NPI numbers are utilized throughout various interactions within the United State medical system to identify individual healthcare providers.
Loading

0 comments on commit 4c5326d

Please sign in to comment.