improved

Package Update: care-query v1.0.4

Pesky Go-Live Bug Fixes and 10 New Queries

๐Ÿชฒ Bugs Squished

  • proc_code parameter output error - adjusted procedurePriority mapping from procedure subcategories to the appropriate procedure code lists, which affected all queries using the proc_subcategories parameter.
  • SDK parameter reference errors - removed superfluous parameter references causing reference errors in journey-based queries.
  • removed query auto-estimate within execute method - removing this extra step provides significant speed improvements to end users. Users may run their query with query.execute(estimate=True) to run an estimate check prior to query return.

๐Ÿ’ช New Features Added

10 detail queries are now live!

๐Ÿšง Coming Soon ๐Ÿ› 

  • Update of prescription-based journey queries - currently finalizing NDC11 indexing for speed optimization. anticipated update: 2023-11-20
  • Normalization of health system names within the AFFILIATION_TABLE across primary, secondary and tertiary affiliations anticipated update: 2023-11-20
  • Empty parameter detail query option to allow for wholesale imports of smaller, supplemental tables - a feature which is currently unavailable. anticipated update: 2023-11-20

Please reference the CareQuery New Feature Queue to reference, request, comment and vote on priority of new features being developed for CareQuery.

๐Ÿ“ Package Update Instructions

We have made the following updates to the care-query pipy package

# to install care-query for the first time
pip install care-query 

# to upgrade care-query to newest version
pip install care-query --upgrade

๐Ÿ“š link to care-query within the pipy library