You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
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:
Environment - Required
To Reproduce
Steps to reproduce the behavior:
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.
The text was updated successfully, but these errors were encountered: