PROC_TABLE

This table provides helpful context and categorical mapping around CPT/HCPCS procedure codes.

Queries that source from PROC_TABLE table

What is in the PROC_TABLE table?

Results are returned as a json, pySpark DataFrame, or pandas DataFrame (default).

featuredescriptionexample
proc_codeHCPCS or CPT procedural codeA9520
proc_subcategoryName of the procedure sub-categoryTransportation, Medical & Surgical Supplies, Miscellaneous & Experimental
proc_categoryName of the procedure categoryTransportation Medical & Surgical Supplies Miscellaneous & Experimental
proc_descDescription procedure codeTc99 Tilmanocept diag 0.5mci

Helper Function within the CareQuery API to help understand the underlying PROC_TABLE dataset.

# import package
from care_query.care_query import CareQuery

# instantiate and connect
cq = CareQuery(email = "your-email", 
               token = "your-api-token")

# return details 
print(cq.glossary.table_detail('PROC_TABLE'))