ClaimIcdProcedu
All values associated with a claim are stored in the Claim External Value record. The table holds the ICD procedures that document surgical procedures on inpatient claims.
| Column Name | Type | Description |
|---|---|---|
| ClaimProcedureDescription | VARCHAR | The text description for an International Classification of Diseases (ICD) procedure. |
| ClaimProcedureLineNumber | INTEGER | The line number for the information associated with this contact. Multiple pieces of information can be associated with this contact. |
| ClaimProcedureIdentifier | NUMERIC | The unique ID for the claim record. |
| ClaimProcedureCodeSetQualifier | VARCHAR | The qualifier identifying the code set for the International Classification of Diseases (ICD) procedures. |
| CommunityLogicalOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| ClaimProcedureCode | VARCHAR | The International Classification of Diseases (ICD) procedures for the claim. The principal procedure is stored on the first line and the other procedures are on subsequent lines. |
| ProcedureDate | DATETIME | The date of the International Classification of Diseases (ICD) procedure. |