state

Parameter specifying the US State Code

Usability Options:

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

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

Queries Where Parameter is Used:

Parameter Options:

state
ak
al
ar
az
ca
co
ct
dc
de
fl
ga
gu
hi
ia
id
il
in
ks
ky
la
ma
md
me
mi
mn
mo
ms
mt
nc
nd
ne
nh
nj
nm
nv
ny
oh
ok
or
pa
pr
ri
sc
sd
tn
tx
ut
va
vi
vt
wa
wi
wv
wy