diag_code

Parameter specifying an ICD-10 diagnosis code.

Usability Options:

  • Selected diag_code parameter options may be leveraged in the CareQuery API as
    • A string: diag_code = "0142"
    • A list of strings for OR logic: diag_code = ["0142", "0661"]
    • List of lists of strings for AND logic: diag_code = [["0142"], ["0661"]]

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 = "diag_code"))

Queries Where Parameter is Used:

Parameter Options:

https://www.icd10data.com/ICD10CM/Codes