MedicationFormulary
The table contains high-level information from all the medications for use in your facility.
| Column Name | Type | Description |
|---|---|---|
| DrugEnforcementAdministrationClassificationCategoryIdentifier | INTEGER | The ID of the category corresponding to the DEA Controlled Substance Code, which indicates this drug’s abuse and dependency potentials. |
| MedicationSimpleGenericCategory | VARCHAR | The category value associated with the first generic name listed for each medication. |
| DeprecatedMedicationRecordState | VARCHAR | The state (Inactive, Deleted) of the medication record. Active records are NULL. In table CLARITY_MEDICATION, the column RECORD_STATE (ERX/5) is marked for deprecation because it holds the category title, not the category value. This column has been replaced by column RECORD_STATE_C (ERX/5) in table RX_MED_THREE. To look up the deprecated column's value (the category title) after the Clarity Compass upgrade, join column RX_MED_THREE.RECORD_STATE_C to table ZC_PBA_REC_STAT column PBA_REC_STAT_C to get the TITLE value. |
| DaySupplyEnabledIndicator | VARCHAR | Yes or empty to enable day supply buttons. No to disable. |
| MedicationGenericProductIdentifier | VARCHAR | The Generic Product Identifier for the medication: first line of Item ERX 210. |
| MedicationPhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| IsControlledSubstanceFlag | VARCHAR | Y (Yes) if the DEA has designated this medication as a controlled substance; otherwise N (No). |
| MedicationRecordIdentifier | NUMERIC | The unique ID of the medication record. |
| IsInvestigationalMedicationIndicator | VARCHAR | Y (Yes) if this medication is considered to be investigational; otherwise N (No). |
| LogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |
| DeprecatedMedicationFormTitle | VARCHAR | The form of the medication, such as Tablet or Capsule. In table CLARITY_MEDICATION, the column FORM (ERX/310) is marked for deprecation because it holds the category title, not the category value. This column has been replaced by column FORM_C (ERX/310) in table RX_MED_TWO. To look up the deprecated column's value (the category title) after the Clarity Compass upgrade, join column RX_MED_TWO.FORM_C to table ZC_FORM column FORM_C to get the TITLE value. |
| MedicationConfigurationStatus | INTEGER | Whether this ERX record is ready for use. This column returns the category number for 'Configured?' setting in ERX records. This is usually the same as the internal ID. If you use IntraConnect, this is the Community ID (CID). |
| MedicationPrimaryPharmaceuticalSubclassCategory | INTEGER | The category value associated with the first pharmaceutical subclass listed for each medication. |
| MedicationStrength | VARCHAR | The strength of this NDC version of the drug, for example, “10%, “ or “50 mg/ml.” |
| MedicationCost | VARCHAR | The cost of the drug, in accordance with the scheme chosen by your facility. |
| IsMedicationEquipment | VARCHAR | This column indicates whether the ERX record is equipment. |
| DeprecatedMedicationAdministrationRoute | VARCHAR | The route of administration of this NDC version of the drug, such as “intramuscular” or “subcutaneous.” In table CLARITY_MEDICATION, the column ROUTE (ERX/330) is marked for deprecation because it holds the category title, not the category value. This column has been replaced by column ADMIN_ROUTE_C (ERX/330) in table RX_MED_TWO. To look up the deprecated column's value (the category title) after the Clarity Compass upgrade, join column RX_MED_TWO.ADMIN_ROUTE_C to table ZC_ADMIN_ROUTE column MED_ROUTE_C to get the TITLE value. |
| MedicationName | VARCHAR | The name of the medication. |
| MedicationPharmaceuticalClassCategoryIdentifier | INTEGER | The ID of the category associated with the pharmaceutical class that indicates the chemical families the drug belongs to, such as penicillins. |