Skip to main content

claim_procedure

Provides information about the ICD procedure codes associated with a claim. (https://www.cms.gov/medicare/coding-billing/icd-10-codes)

Primary Key:Checks:
  • claim_procedure_procedure_code_check - ((procedure_code = upper(procedure_code)) AND (procedure_code <> ''::text))
Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
claim_idbigintNoYesLink to the claim record.

Generated through expression: 
procedure_codetextNoYesICD procedure code (Loop 2300 HIxx_01=BBR 'Principal Procedure' or BBQ 'Other Procedure' / UB04 FL74 when is_principal is true, FL74a-e when is_principal is false).

Generated through expression: 
procedure_datedateYesNoDate of procedure (Loop 2300 HI01_03).

Generated through expression: 
icd_versiontextNoNoICD version. Value will be 9 for ICD-9, 10 for ICD-10, etc. (Loop 2300 seg HIxx_01).

Generated through expression: 
is_principalbooleanNoYesIs the ICD procedure code the principal code.

Generated through expression: 
icd_procedure_idbigintYesYesLink to the ICD procedure record.

Generated through expression: 
claim_procedure_indexsmallintNoYesOrder of claim procedure codes found in the claim. Indexes are 0-based so the first occurrence code in the claim will have an index of 0, second will have an index of 1 and so on..

Generated through expression: