Skip to content

reallyasi9/CMSCertificationNumbers.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMSCertificationNumbers

Stable Dev Build Status

A package that standardizes manipulation of CMS Certification Numbers in Julia.

CMS Certification Numbers (CCNs) uniquely identify health care providers and suppliers who interact with the United States Medicare and Medicaid programs, run out of the Centers of Medicare and Medicaid Services (CMS). CCNs are standardized in the State Operations Manual, CMS publication number 100-07.

Examples:

julia> c1 = ccn("123456")
MedicareProviderCCN("123456")

julia> isvalid(c1)
true

julia> decode(c1)
"123456: Medicare Provider in Hawaii [12] Rural Health Clinic (Provider-based) [3400-3499] sequence number 56"

See the documentation for more details and examples.

About

Parse, validate, and inspect CMS Certification Numbers (CCNs) in Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages