Skip to main content

3.2.10 ref_rx

The ref_rx table in supabase stores the BfArM reference data for pharmacy products and is referenced when patients are prescribed medications.

Table Structure

ColumnFormatTypeDescription
idbigintnumberUnique identifier for each substance and is equal to the PPN
ppnbigintnumberPharmacy Product Number (PPN) of each substance
count_substancesbigintnumber
name_strengthtextstringName and strength of the medication
adm_shorttextstringAbbreviation of the dosage form
adm_longtextstringDosage form (e.g., tablet)
adm_detailtextstringSpecification of the dosage form (e.g., film-coated tablet)

Integration within the System