Skip to content

Commit

Permalink
renamed acute_inpatient to inpatient_acute to allow for inpatient_non…
Browse files Browse the repository at this point in the history
…acute
  • Loading branch information
comorbidity committed Jun 30, 2023
1 parent 996d621 commit 1fd2c6e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cumulus_library_hypertension/htn/valueset.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ def define_enc():
'valueset_enc_wellness_hcpcs_ncqa.json'])

define('define_enc_inpatient',
['valueset_enc_acute_inpatient_cpt_ncqa.json',
'valueset_enc_acute_inpatient_snomed_acep.json',
'valueset_enc_acute_inpatient_snomed_ncqa.json'])
['valueset_enc_inpatient_acute_cpt_ncqa.json',
'valueset_enc_inpatient_acute_snomed_acep.json',
'valueset_enc_inpatient_acute_snomed_ncqa.json'])

define('define_enc_hospice',
['valueset_enc_hospice_hcpcs.json',
Expand Down

0 comments on commit 1fd2c6e

Please sign in to comment.