Skip to content

Commit

Permalink
Proc date voting (#691)
Browse files Browse the repository at this point in the history
adding claim line to be the first choice, and demoting admission date to third choice
  • Loading branch information
mgoldhirsh authored Jan 3, 2025
1 parent 8c573dd commit d3ca1aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/core/staging/core__stg_claims_procedure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ select
, claim_line_number as procedure_sequence_id
, person_id
, member_id
, coalesce(admission_date
, coalesce(claim_line_start_date
, claim_start_date
, admission_date
, discharge_date
, claim_end_date
) as procedure_date
Expand Down

0 comments on commit d3ca1aa

Please sign in to comment.