The medication table contains information on medications ordered and/or administered during a patient encounter. Primary Keys:
  • medication_id
Foreign Keys:
  • person_id
  • patient_id
  • encounter_id
ColumnData TypeDescriptionTerminology
medication_idstringUnique identifier for the medication-
person_idstringUnique identifier for the person-
member_idstringUnique identifier for the member-
patient_idstringUnique identifier for the patient-
encounter_idstringUnique identifier for the encounter-
practitioner_idstringUnique identifier for the practitioner-
medication_codestringStandardized medication codeRxNorm, NDC, SNOMED CT
medication_code_typestringType of coding system usedrxnorm, ndc, snomed-ct
medication_code_systemstringCoding system identifier-
medication_code_versionstringVersion of the coding system-
medication_code_displaystringHuman-readable description of the medication-
medication_namestringName of the medication-
medication_generic_namestringGeneric name of the medication-
medication_brand_namestringBrand name of the medication-
medication_strengthstringStrength of the medication-
medication_formstringForm of the medicationtablet, capsule, liquid, injection
medication_routestringRoute of administrationoral, intravenous, intramuscular
medication_frequencystringFrequency of administrationdaily, twice_daily, as_needed
medication_dosagestringDosage instructions-
medication_start_datedateDate when medication was started-
medication_end_datedateDate when medication was discontinued-
medication_statusstringStatus of the medicationactive, discontinued, completed
medication_typestringType of medicationprescription, over_the_counter, controlled
data_sourcestringSource of the medication dataclaims, clinical, ehr
source_codestringOriginal code from the source system-
normalized_codestringStandardized/normalized code-
source_systemstringSystem that provided the medication data-
source_tablestringTable in the source system-
source_idstringIdentifier from the source system-
ingestion_datetimestampDate when the data was ingested-