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.
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).
procedure_datedateYesNoDate of procedure (Loop 2300 HI01_03).
icd_versiontextNoNoICD version. Value will be 9 for ICD-9, 10 for ICD-10, etc. (Loop 2300 seg HIxx_01).
is_principalbooleanNoYesIs the ICD procedure code the principal code.
icd_procedure_idbigintYesYesLink to the ICD procedure record.
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..