NationalDrugCodeContactStatus
This table contains the medication related to NDC for each contact.
| Column Name | Type | Description |
|---|---|---|
| DeprecatedContactStatusName | VARCHAR | The column CNCT_STAT_NAME (NDC/100) will be deprecated in the table RX_NDC_STATUS. This column has been replaced by the column CONTACT_STATUS_C (NDC/100) in the table RX_NDC_STATUS. To look up the deprecated column's value (the category title) after the Clarity Compass upgrade, join column RX_NDC_STATUS.CONTACT_STATUS_C to the table ZC_PBA_REC_STAT to get the TITLE value. It is to indicate if the particular contact is active, inactive, or deleted. |
| MedicationNationalDrugCodeIdentifier | VARCHAR | The unique ID for the NDC (National Drug Code). |
| PackageImportStatus | INTEGER | The import status for each package. |
| ContactDate | DATETIME | The date of this contact in calendar format. |
| MedicationMarketExitDate | DATETIME | For G-Standaard, it is to save the date when the product is out of market. For Medispan, it may be set to the current date/time or NDCs that are inactivated so we know when that happened. For FDB, it is to save the obsolete date for inactivated NDCs. |
| MedicationRecordIdentifier | NUMERIC | This is a link to the medication (ERX) record this NDC code represents. |
| ContactStatusChangeInstant | DATETIME | The instant the particular contact's status was changed |
| NationalDrugCodeContactSerialNumber | VARCHAR | The contact serial number for the NDC line. |
| ContactSerialNumber | INTEGER | Contact number. |
| MedicationContactStatusCategory | INTEGER | This column indicates whether the particular contact is active, inactive, or deleted. |
| UniqueContactDateTimeDecimal | FLOAT | A unique, internal contact date in decimal format. The integer portion of the number indicates the date of the 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. |
| ChroniclesPhysicalOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this Chronicles record. This is populated only if you use IntraConnect. |
| OwningCommunityContactIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this contact. This is only populated if you use IntraConnect. |