CLIA

Published

March 31, 2026


Laboratories that examine human specimens for the diagnosis, prevention, or treatment of any disease or impairment of, or the assessment of the health of, human beings are yet another category of suppliers and must meet Clinical Laboratory Improvements of 1988 Act (CLIA) requirements.

provider::clia(count = TRUE)
# provider::clia(ccn = provider::starts_with("11D0"))
parse("45D0501072")
<parse:supplier>
     ccn: 45D0501072
   state: 45
    type: D
sequence: 0501072
decode("45D0501072")
<ccn::Supplier>
 @ ccn      : chr "45D0501072"
 @ state    : <ccn::State>
 .. @ abbr  : chr "TX"
 .. @ name  : chr "Texas"
 .. @ region: chr "VI"
 .. @ office: chr "Dallas"
 @ range    : chr "0000001-9999999"
 @ type     : <ccn::Type>
 .. @ abbr: chr "CLIA"
 .. @ desc: chr "Clinical Laboratory Improvement Amendments of 1988 (CLIA) Laboratory"
 @ extension: chr NA
as_data_frame("45D0501072")
         ccn   entity      state      region           range eipps
1 45D0501072 Supplier TX (Texas) VI (Dallas) 0000001-9999999    NA
                                                                         type
1 CLIA (Clinical Laboratory Improvement Amendments of 1988 (CLIA) Laboratory)
  parent  ext
1   <NA> <NA>
parse("14D2326049")
<parse:supplier>
     ccn: 14D2326049
   state: 14
    type: D
sequence: 2326049
decode("14D2326049")
<ccn::Supplier>
 @ ccn      : chr "14D2326049"
 @ state    : <ccn::State>
 .. @ abbr  : chr "IL"
 .. @ name  : chr "Illinois"
 .. @ region: chr "V"
 .. @ office: chr "Chicago"
 @ range    : chr "0000001-9999999"
 @ type     : <ccn::Type>
 .. @ abbr: chr "CLIA"
 .. @ desc: chr "Clinical Laboratory Improvement Amendments of 1988 (CLIA) Laboratory"
 @ extension: chr NA
as_data_frame("14D2326049")
         ccn   entity         state      region           range eipps
1 14D2326049 Supplier IL (Illinois) V (Chicago) 0000001-9999999    NA
                                                                         type
1 CLIA (Clinical Laboratory Improvement Amendments of 1988 (CLIA) Laboratory)
  parent  ext
1   <NA> <NA>
parse("05D0975224")
<parse:supplier>
     ccn: 05D0975224
   state: 05
    type: D
sequence: 0975224
decode("05D0975224")
<ccn::Supplier>
 @ ccn      : chr "05D0975224"
 @ state    : <ccn::State>
 .. @ abbr  : chr "CA"
 .. @ name  : chr "California"
 .. @ region: chr "IX"
 .. @ office: chr "San Francisco"
 @ range    : chr "0000001-9999999"
 @ type     : <ccn::Type>
 .. @ abbr: chr "CLIA"
 .. @ desc: chr "Clinical Laboratory Improvement Amendments of 1988 (CLIA) Laboratory"
 @ extension: chr NA
as_data_frame("05D0975224")
         ccn   entity           state             region           range eipps
1 05D0975224 Supplier CA (California) IX (San Francisco) 0000001-9999999    NA
                                                                         type
1 CLIA (Clinical Laboratory Improvement Amendments of 1988 (CLIA) Laboratory)
  parent  ext
1   <NA> <NA>