Skip to main content

claim_occurrence_span

Provides information about the NUBC occurrence span codes associated with a claim

Primary Key:Checks:
  • claim_occurrence_span_occurrence_span_code_check - (occurrence_span_code <> ''::text)
Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
claim_idbigintNoYesLink to the associated claim record

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

Generated through expression: 
occurrence_span_codetextNoYesNUBC occurrence span codes are specific codes used on the UB-04 claim form to provide additional information about significant events or conditions that affect a patient's care and billing. For example: 71 for Prior stay dates. (Loop 2300, HIxx_01 of BI / UB04 FL35-36).

Generated through expression: 
start_datedateYesNoStart date of the event or condition indicated by the occurrence span code. (UB04 FL35-36)

Generated through expression: 
end_datedateYesNoEnd date of the event or condition indicated by the occurrence span code. (UB04 FL35-36)

Generated through expression: