f_epcr: Many-to-One (N:1)
Many medications link to one EPCR
Referenced through epcr_id
v_personnel: Many-to-One (N:1)
Many medications administered by one personnel
Referenced through state_licensure_id_number
Column | Type | Description |
id | integer | Primary key |
epcr_id | integer | EPCR reference |
client_code | varchar(28) | Organization ID |
administrated_at | timestamp | Administration time |
administrated_at_code | varchar(20) | Time code |
pta_code | varchar(20) | PTA code |
medication_code | varchar | Medication code |
medication_administrated_route_code | varchar(20) | Route code |
medication_dosage | double precision | Dosage amount |
medication_dosage_units_code | varchar(20) | Units code |
medication_response_code | varchar(20) | Response code |
medication_complication_codes | varchar(20)[] | Complication codes |
state_licensure_id_number | varchar(50) | License number |
created_at | timestamp | Creation timestamp |