Skip to content

Commit

Permalink
Update service_unit_quantity definition
Browse files Browse the repository at this point in the history
  • Loading branch information
eldon-tuva committed Jul 2, 2024
1 parent 6b41c31 commit a18f65a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ models:
terminology: https://github.com/tuva-health/the_tuva_project/blob/main/seeds/terminology/terminology__revenue_center.csv
- name: service_unit_quantity
description: The number of units for the particular revenue center code.
data_type: float
data_type: {%- if target.type in ("athena") -%} double {%- else -%} float {%- endif -%}
- name: hcpcs_code
description: HCPCS level 1 or level 2 code for the claim line.
meta:
Expand Down

0 comments on commit a18f65a

Please sign in to comment.