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.