proc_category
Parameter specifying the larger procedural category corresponding to CPT/HCPCS procedural code.
Usability Options:
- Selected proc_category parameter options may be leveraged in the CareQuery API as
- A string:
proc_category = "anesthesia"
- A list of strings for OR logic:
proc_category = ["anesthesia", "surgery"]
- List of lists of strings for AND logic:
proc_category = [["anesthesia"], ["surgery"]]
- A string:
Help within CareQuery API:
# import package
from care_query.care_query import CareQuery
# instantiate and connect
cq = CareQuery(email = "your-email",
token = "your-api-token")
# search parameter options available
print(cq.glossary.list_options(parameter = "proc_category"))
Queries Where Parameter is Used:
- careEncounter
- careVisit
- careEpisode
- careJourney
- procDetail
- providerProcAggs
- providerPayorProcAggs
- orgProcAggs
- orgPayorProcAggs
- payorProcAggs
- geoProcAggs
- geoSpecProcAggs
Parameter Options:
(underlying code sets to big to render in UI)
proc_category |
---|
anesthesia |
chemotherapy drugs |
dental procedures |
diagnostic radiology services |
drugs not administered orally |
durable medical equipment |
emerging technology |
enteral and parenteral therapy |
evaluation and management |
medical services |
medicine |
multianalyte assay |
non-billable evaluation management and clinical services |
orthotic/prosthetic procedures |
pathology and laboratory |
pathology lab - allowance |
private payer codes |
radiology |
rehabilitative services |
state medicaid agency codes |
surgery |
temporary codes |
temporary codes for durable medical equipment regional carriers |
temporary hospital outpatient prospective payment system |
temporary procedures & professional services |
transportation medical & surgical supplies miscellaneous & experimental |
vision/hearing services |
Updated 10 months ago