Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated encounter types referenced in Quality Measures #639

Open
sarah-tuva opened this issue Oct 30, 2024 · 0 comments
Open

Outdated encounter types referenced in Quality Measures #639

sarah-tuva opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sarah-tuva
Copy link
Member

sarah-tuva commented Oct 30, 2024


Describe the bug - Required
A clear and concise description of what the bug is.

Some of the encounter type references are now out-of-date after the recent changes to Encounters/Service Categories. The following measures need to be fixed:

  • cbe055
  • cbe0101
  • cqm48
  • cqm130
  • cqm236
  • cqm438
  • nqf0034
  • nqf0041
  • nqf0053
  • nqf0059
  • nqf0420
  • nqf2372

Environment - Required

  • Tuva project package version (e.g. 0.6.0): 0.12.2
  • dbt version (e.g. 1.7): 1.8.6
  • dbt type (e.g. dbt cloud or dbt CLI): CLI
  • Data warehouse (e.g. Snowflake): Snowflake

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Encounter filtering updates:

'acute_inpatient' --> encounter_type = 'acute inpatient"
'emergency_department' --> encounter_type = 'emergency department'
'encounter inpatient' --> encounter_group = 'inpatient'
'nonacute inpatient' --> encounter_group = 'inpatient' and encounter_type <>'acute inpatient'
'office visit' --> encounter_group ='office based'
'outpatient' --> encounter_group = 'outpatient'


Screenshots
If applicable, add screenshots to help explain your problem.


Additional context
Add any other context about the problem here.

@sarah-tuva sarah-tuva added the bug Something isn't working label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant