Skip to content

Commit eb6f995

Browse files
authored
Revert "Merge pull request #883 from BijayaShres/icd_10_cm_field_rena… (#886)
Revert "Merge pull request #883 from BijayaShres/icd_10_cm_field_renaming" This reverts commit cb5cfb5, reversing changes made to 3215af9.
1 parent cb5cfb5 commit eb6f995

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"icd_10_cm",billable_code_flag,"short_description",long_description
1+
"icd_10_cm",header_flag,"short_description",long_description

seeds/terminology/terminology_seeds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ seeds:
356356
column_types:
357357
icd_10_cm : |
358358
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar(256) {%- endif -%}
359-
billable_code_flag : |
359+
header_flag : |
360360
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar(256) {%- endif -%}
361361
short_description : |
362362
{%- if target.type in ("bigquery", "databricks") -%} string {%- else -%} varchar(256) {%- endif -%}
@@ -365,8 +365,8 @@ seeds:
365365
columns:
366366
- name: icd_10_cm
367367
description: 'Alpha-Numeric ICD-10-CM Code.'
368-
- name: billable_code_flag
369-
description: 'Indicates a diagnosis "billable_code" with a 1. A value of 1 means the code is NOT billable for HIPAA covered entities, and is just included in the ICD-10-CM listing for organizational purposes. A value of 0 indicates the code IS billable for HIPAA covered entities and is a valid diagnosis code. It should be uncommon for codes in claims or clinical data sources to contain header values, but if you want to ensure you are not capturing non-billable codes, filter out all codes from this table where billable_code_flag = 1'
368+
- name: header_flag
369+
description: 'Indicates a diagnosis "header" with a 1. A value of 1 means the code is NOT billable for HIPAA covered entities, and is just included in the ICD-10-CM listing for organizational purposes. A value of 0 indicates the code IS billable for HIPAA covered entities and is a valid diagnosis code. It should be uncommon for codes in claims or clinical data sources to contain header values, but if you want to ensure you are not capturing non-billable codes, filter out all codes from this table where header_flag = 1'
370370
- name: short_description
371371
description: 'The short description of the ICD-10-CM code.'
372372
- name: long_description

0 commit comments

Comments
 (0)