Table Details :: MEDICATION
MEDICATIONDescription: | Medications that the patient took | What defines a unique row: | The logical key is PATIENT_ID, CLINIC_ID, ADMINISTRATION_DATE, and DRUG_CODE. Only one row with LASTEST_ROW_IND='Y' is expected for each logical key. Multiple administrations of the same medication in a day are aggregated by the ETL process. The logical key and the INSERT_DATE consitute the database unique key. | Current rows: | LATEST_ROW_IND = 'Y' | Historical rows: | LATEST_ROW_IND = 'N' |
Show more details Show sources for MEDICATION Table Diagram: Sample query script: Highlight all, copy to clipboard, and paste as needed
|