OrderedProcedureDiagnosisAssociation
The table enables you to report on the diagnoses associated with procedures ordered in clinical system. Since one procedure order may be associated with multiple diagnoses, each row in this table is one procedure - diagnosis relation. We have also included patient and contact identification information for each record. Note that system settings may or may not require that procedures be associated with diagnoses. This table contains only information for those procedures and diagnoses that have been explicitly associated. Check with your clinical system Application Administrator to determine how your organization has this set up.
| Column Name | Type | Description |
|---|---|---|
| DiagnosisIsChronicFlag | VARCHAR | Indicates whether the diagnosis associated with this order record was marked as chronic during the ordering process. 'Y' indicates that a the diagnosis was marked as chronic. 'N' or NULL indicate that a the diagnosis was not marked as chronic. |
| AssociatedRequisitionDiagnosisIdentifier | NUMERIC | The unique ID of the original requisition diagnosis associated with the order. Diagnoses stored by this item might be entered for either clinical or billing purposes. |
| PatientIdentification | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| AssociatedDiagnosisDescription | VARCHAR | This column stores a free text diagnosis description entered by the end user. Also referred to as the "display as" field. |
| OrderProcedureIdentification | NUMERIC | The unique ID of the procedure order record. |
| IntraConnectInstanceOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| PatientEncounterContactDateIdentifier | FLOAT | A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| OrderDiagnosisLineNumber | INTEGER | The line number for the information associated with this procedure record. Multiple pieces of information can be associated with this record. |
| CommunityLogOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| DiagnosisQualifierCategoryIdentifier | VARCHAR | The diagnosis qualifier category ID, which indicates modifier information for the diagnosis associated with the order record. |
| DiagnosisIdentification | NUMERIC | The unique ID of the diagnosis record associated with the procedure order. |
| ProcedureOrderComments | VARCHAR | Comments added when the procedure was ordered |