Skip to main content

claim_diagnosis

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

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

Generated through expression: 
diagnosis_codetextNoYesICD diagnosis code (Loop 2300 HI / UB04 FL67 when diagnosis_type is 'Principal', FL67a-q when 'Other', FL69 when 'Admitting', FL70 when 'Patient Reason for Visit', FL72 when 'External Cause of Injury' / HCFA item 21).

Generated through expression: 
icd_versiontextNoNoICD version, usually 10. (UB04 FL66 / HCFA item 21)

Generated through expression: 
diagnosis_typediagnosis_code_typeNoYesType of diagnosis code. Can be 'Principal', 'Admitting', 'Patient Reason for Visit', 'External Cause of Injury', or 'Other'.

Generated through expression: 
present_on_admissionyes_no_response_typeYesNoIndicator used to determine whether a condition or diagnosis was already present when a patient was admitted. Spec types possible are 'No', 'Unknown', 'Not Applicable', 'Yes'. (Loop 2300 HI)

Generated through expression: 
icd_diagnosis_idbigintYesYesLink to the ICD diagnosis record.

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

Generated through expression: